Steve Jobs, may he RIP, nailed it with this quote:
"Everybody in this country should learn how to program a computer...because it teaches you how to think." -Steve Jobs
Programming has been the single greatest benefit (learned) since, er, maths :D
Let me know if you still need someone. Don't waste my time, and I will not waste yours. PM me and I will send Skype. I have no probs. showing some previous work if you would like.
Yes, I know what spintax is.
No need for all that, honestly. You can make good use of HTTPClient or WebClient classes here.
private async Task<string> GetFakeNameSrcAsync()
{
using (var client = new WebClient())
{
string src = await client.DownloadStringTaskAsync("URL");
return src;
}
}
The...
Your answer is right there in the response you received. 'Invalid Parameters' typically means one of the following:
- GET: Your headers/cookies are invalid
- POST: Your headers/cookies or Post Body is invalid
You do not need HAP to simply scrape the search results from Google. HAP is wonderful lib, but you can get the query links by using Regex (I promise). Open the source of a query result with FireBug or the like and start working on your pattern. There are many tools out there to help you create...
No offense mate, but you have no idea what you are talking about. ADHD is not a 'disease'. The leading proposal is that it is just a chemical imbalance of the brain, though it is generally accepted that genetics and possible other variables may contribute. In fact, I have read a couple...
People should not live their lives in complete worry and fear. It is what it is.
That being said, I believe it is actually a really good thing for such diseases to be hyped as much as possible. Ebola is actually much harder to contract than people realize. Lower Tier countries are much more at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.