Recent content by lisper

  1. L

    Permanently Closed Marketplace Sales Thread

    Officially requesting an account.
  2. L

    Python vs C# (Discussion)

    It's just like I wrote, if you got pieces of code that you'd like to keep away from the user, then keep them away from the user. Run that code serverside. That's the only way to ensure complete control of your code... Java/C#/Python can all be reverse engineered, decompiled, deobfuscated, etc...
  3. L

    Web development suggestions please

    Your options are: PHP + Apache/Nginx Javascript + nodejs Ruby on rails Python + Tornado Clojure + Ring/Noir/Compojure/anything else that you might run on the JVM The JVM (probably overkill, but still a possibility) and many more... On the client side, you are pretty much limited to Javascript...
  4. L

    Python vs C# (Discussion)

    I've used htmlunit before too, found it great to work with, however it took some time to setup. Not sure if stuff has changed since then, but it was waaaay to verbose for me (as I think its general purpose is unit-testing rather than web automation). Remember having to write a custom class just...
  5. L

    So what do you guys think of TypeScript

    Static typed Javascript (by Microsoft) http://www.typescriptlang.org/ If nothing else, I'm quite happy to see Microsoft embracing open-source stuff.
  6. L

    Python vs C# (Discussion)

    BTW the best IDE for python is clearly VIM. Use it and abuse it :)
  7. L

    Python vs C# (Discussion)

    Code in C++ if you are worried about someone lifting your code...
  8. L

    looking for pointers

    lol. I was sure this would be here before even opening the thread. And OP, don't even bother. New proxies pop up all the time. There are some databases around that keep track of this stuff, but they'll never be able to cover all proxy ranges. Plus there's also TOR, so that effort would be very...
  9. L

    POF respond to messages bot

    I've added you on skype mate, cheers.
  10. L

    How to create simple bot - spam comments without captcha ?

    No clue mate tbh, never used it before. Imacros should do well though, check it out its free.
  11. L

    How to create simple bot - spam comments without captcha ?

    If you ain't got any programming experience, just use imacros I guess...
  12. L

    Which language for spider/crawler

    Hahaha! That just made my day. Valid syntax makes it even better lol. In all seriousness, I never understood the parenthesis hate to be honest... Maybe I just got used to them, not sure haha. I've switched to clojure a year or so ago (not because of the reduced parenthesis mind you) but find...
  13. L

    Which language for spider/crawler

    How come no one mentions lisp anymore clj-html, has all the modules you will need and does multithreading.....nice easy scripting. Who needs these new fangled languages when you have lisp By the way - I suggest lisp
  14. L

    Hi i need cable/dsl internet shared computer on monthly rent $50 a month

    Huh? Why don't you just get a VPS?
Back
Top