Recent content by deathandsuch

  1. D

    How do I do this?

    Use httrack to scrape google. Patch up the code (change titles, resources, remove google analytics, etc). Then you have to hook it up with the back-end (your database).
  2. D

    With Language is easier to learn VB.NET or Python?

    Python, unless you already know another VB variant. IMO it's also the more useful of the two
  3. D

    Best Language to Learn ?

    PHP. Much easier to work with, minimal performance hit
  4. D

    Is C a must to learn C#

    You don't need C to learn C#. A lot of common tasks are actually much simpler in C# because of .NET. I'd use C or C++ for performance critical software though
  5. D

    Machine Learning

    I gave neural nets a shot a while back. Worked alright for simple classification, but I found the sample data size required grew too quickly for it to be viable for more complex problems. Not an expert though
  6. D

    Hardest Programming Language?

    C++ isn't hard, you just dont have a lot of standard library features asm is hell
  7. D

    What programming languages do you use?

    C++/CLI, C#, JS, Python, PHP, SQL
  8. D

    What do I need to program my own bot?

    C# is fine, some SQL and javascript would be useful though As far as a server goes, you can just run it on your standard PC. No need to rent anything unless youre going commercial
  9. D

    someone to make me a pornhub like bot

    Are your proxies HTTP or socks? Maybe the request headers are making them suspicious
  10. D

    someone to make me a pornhub like bot

    I have one made. PM if you're interested
  11. D

    Adsense conversion rate?

    I started a linkbucks blog a few weeks ago, and was wondering if I'd be better off with an ad-supported model? How much do you actually make per 1k unique visitors, assuming mainly US/EU traffic? If there's a better-paying network than Google's, I'd also be interested in that
  12. D

    How many of you earn with blogs??

    I launched one recently and so far I haven't seen much of a return. There is gradual improvement though, so I think if you have the patience for it, probably not a bad investment
  13. D

    Wordpress Or Blogger?

    Wordpress if you have your own server, blogger if you don't. Wordpress offers much more as far as customization goes, especially if you know your way around PHP and databases
Back
Top