You could just ask in Off Topic. Skillsets here vary widely across technologies, so a coder who'd be perfect for one project could easily be of little use on another. You need to outline briefly what the project is and what specific skills you're looking for.
I considered doing that, but I was ...
Search found 21 matches
- Sun Apr 17, 2011 4:04 pm
- Forum: Coding Questions
- Topic: Looking to hire a Purebasic programmer for a project
- Replies: 4
- Views: 1408
- Sun Apr 17, 2011 6:15 am
- Forum: Coding Questions
- Topic: Looking to hire a Purebasic programmer for a project
- Replies: 4
- Views: 1408
Looking to hire a Purebasic programmer for a project
I would like to hire someone who is well versed in Purebasic to help me with a program idea that I have. The specific Purebasic skill sets required would be someone who is familiar with connecting to the API's of various web based applications such as but not specifically or limited to: Google ...
- Fri Nov 05, 2010 2:15 am
- Forum: Coding Questions
- Topic: Link Crawler Algorithm
- Replies: 18
- Views: 7269
Re: Link Crawler Algorithm
DarkPlayer,
You are the BEST
You are the BEST

- Wed Nov 03, 2010 2:45 am
- Forum: Coding Questions
- Topic: Link Crawler Algorithm
- Replies: 18
- Views: 7269
Re: Link Crawler Algorithm
DarkPlayer,
I tried the code and it only retrieved the base url. I then plugged in my Regular Expression and it worked better. However, I am a little rusty at putting together RegEx, it has been a while since I have spent any amount of time with them. FYI, here is the RegEx that I came up which was ...
I tried the code and it only retrieved the base url. I then plugged in my Regular Expression and it worked better. However, I am a little rusty at putting together RegEx, it has been a while since I have spent any amount of time with them. FYI, here is the RegEx that I came up which was ...
- Wed Nov 03, 2010 2:03 am
- Forum: Coding Questions
- Topic: Link Crawler Algorithm
- Replies: 18
- Views: 7269
Re: Link Crawler Algorithm
Dark Player,
WOW, you really went out of your way to illustrate this concept to me.
I am very grateful, thank you. I will study your example and let you know how I make out.
Thanks again!
WOW, you really went out of your way to illustrate this concept to me.

Thanks again!
- Tue Nov 02, 2010 11:48 pm
- Forum: Coding Questions
- Topic: Link Crawler Algorithm
- Replies: 18
- Views: 7269
Re: Link Crawler Algorithm
Hi,
i would not recommend recursion, because this can cause an Stack Overflow if you have a lot of Hyperlinks.
The simplest way would be to add all found Links from the current page to a LinkedList. When you are ready with the current page, you simply continue with the pages in the LinkedList ...
i would not recommend recursion, because this can cause an Stack Overflow if you have a lot of Hyperlinks.
The simplest way would be to add all found Links from the current page to a LinkedList. When you are ready with the current page, you simply continue with the pages in the LinkedList ...
- Tue Nov 02, 2010 10:22 pm
- Forum: Coding Questions
- Topic: Link Crawler Algorithm
- Replies: 18
- Views: 7269
Link Crawler Algorithm
Hi,
I am having a brain freeze and looking for some suggestions. :?
I want to make a small program that will crawl a URL and "harvest" the <a href"......"/> links.
The first part of this project, proved relatively easy (for a newbie). So far, I am able to download any html page and grab all the ...
I am having a brain freeze and looking for some suggestions. :?
I want to make a small program that will crawl a URL and "harvest" the <a href"......"/> links.
The first part of this project, proved relatively easy (for a newbie). So far, I am able to download any html page and grab all the ...
- Mon Nov 01, 2010 1:13 pm
- Forum: Coding Questions
- Topic: Expand TreeGadget
- Replies: 5
- Views: 2182
Re: Expand TreeGadget
I guess placement on of the SetGadgetItemState must be critical as I had originally placed this function after each AddGadgetItem and it did not work for me. However, when I arranged the order like you have suggested, all is working well.
THANK YOU VERY MUCH from Canada!
THANK YOU VERY MUCH from Canada!
- Mon Nov 01, 2010 4:28 am
- Forum: Coding Questions
- Topic: Expand TreeGadget
- Replies: 5
- Views: 2182
Expand TreeGadget
I have searched high and low and I can not figure out how to have the TreeGadget default to expanded. I have seen many references in this forum to what must be a old, and now non existent method of expanding the tree.
The suggestion in the user manual says to set the SetGadgetItemState with #PB ...
The suggestion in the user manual says to set the SetGadgetItemState with #PB ...
- Thu Oct 28, 2010 12:49 am
- Forum: Coding Questions
- Topic: USB port usage
- Replies: 5
- Views: 2156
Re:
Is it safe to assume that you have not made any progress as it is now a 37 MONTHS since you made this post?Booger wrote:Nice links. Thanks a million Bingo.
If I make any progress, I'll share the code.

- Tue Oct 26, 2010 4:35 pm
- Forum: General Discussion
- Topic: The Future of PB
- Replies: 22
- Views: 5011
Re: The Future of PB
As a newbie, sure I had stupid questions. But I didn't come in and
start saying the language is doomed and the party is over, did I?
He hasn't done it, too. He just asked, if it could be, that
our loved language is dead. :lol:
@BillyBob
PB is developed by a very small team. So it isn't so easy ...
start saying the language is doomed and the party is over, did I?
He hasn't done it, too. He just asked, if it could be, that
our loved language is dead. :lol:
@BillyBob
PB is developed by a very small team. So it isn't so easy ...
- Tue Oct 26, 2010 3:59 pm
- Forum: General Discussion
- Topic: The Future of PB
- Replies: 22
- Views: 5011
Re: The Future of PB
> I am concerned that I am coming to the party after last call
OMG, not again! Another newbie waltzes in and starts worrying about the future
of a language that has been going strong and supported for 10 years now. :(
Here's the last such topic about your concerns:
http://www.purebasic.fr ...
OMG, not again! Another newbie waltzes in and starts worrying about the future
of a language that has been going strong and supported for 10 years now. :(
Here's the last such topic about your concerns:
http://www.purebasic.fr ...
- Tue Oct 26, 2010 5:27 am
- Forum: General Discussion
- Topic: The Future of PB
- Replies: 22
- Views: 5011
The Future of PB
Being new to the "PB platform", I have spent many hours scouring this forum and anything I can find. I realize that the latest release 4.51 was June 2010, however, I can't help but feel like maybe I should not spend too much time learning this system. Most, if not all of the limited information or ...
- Wed Oct 20, 2010 11:01 pm
- Forum: Coding Questions
- Topic: Validating a website
- Replies: 10
- Views: 1404
Re: Validating a website
Thank you all for posting solutions, I really appreciate it...
- Wed Oct 20, 2010 11:01 pm
- Forum: Coding Questions
- Topic: Validating a website
- Replies: 10
- Views: 1404
Re: Validating a website
Well, I am new to Purebasic and I was hoping that there would be a function or so that would even allow me to ping port 80, but I can't even find that. Since you mentioned, it, how would I do that? Maybe the Forum-Search will give you a helpful result.
I was searching this form for about an hour ...
I was searching this form for about an hour ...