Recent content by n0money

  1. N

    Starting a YouTube channel

    Seriously, there was so much meat in the first 5 seconds I couldn't finish cause I was scared how it would end.
  2. N

    Java vs C#

    Yes, they copied 99%. Then added another 99%. If you consider first class functions just 'one little thing' then you really need to expand your horizons. My point is that if you don't want to expand them, then stick with java. But don't just blindly follow it without an understanding of what its...
  3. N

    Codeacademy

    CSS isnt code. Its at markup language. Fail.
  4. N

    Learn The Basics of Programing Languages Here

    shameless self promotion
  5. N

    Java vs C#

    C# is a more robust language by far. First class functions. That's just the tip of the iceberg. If you want a more fulfilling experience, use C#. If you want a more fulfilling pay cheque, take Java.
  6. N

    Best Languages to Learn for Marketing Positions?

    javascript and php. they will give you the most bang for your buck on the web. I wouldnt recommend these for someone looking for a career in software development. But for web deveolopment these will give you the most gains.
  7. N

    Best programming language to make software?

    i recommend brainfuck for the young at heart
  8. N

    Why are so many bots coded in Delphi?

    they teach it in highschool, that is the ONLY reason
  9. N

    Watir vs autoit

    dont use watir. selenium is industry standard, has browser plugin, and has more support.
  10. N

    What use to program

    dont use ruby. php has more support and it's easier to outsource.
  11. N

    Best Programming Language?

    wtf. no one recommended brainfuck?
  12. N

    looking for a good programmer who can rectify a bot with an error scraping , posting

    I'm looking for someone who can understand what this guy is saying...
  13. N

    How to make functional scraping of images from Amazon?

    1. Crack open the resources section in firebug or whatever developer tools of your browser you have. Look for images on that page that are big. 2. Open up the page source. 3. Search for the big image names - For example, the scope image is named: bla - Look for it in the page source. 4. Now...
  14. N

    C# codes for purpose of learning

    Start with this: public void main() { printnum(0, x=>Console.writeln(x)); } public void printnum(int n, Action<T> k) { k(n); }
  15. N

    Bot/Software suggestions - It will be released publicly

    How about a bot for building bots.
Back
Top