Search results

  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?
  15. L

    Who Here is Good with Bots???? I need one for a popular website

    Contact me mate, I'm able to code any bot you like. No ubot either, I'll be using a real programming language. Cross-platform too, if you like. Cheers
  16. L

    Questions on what database I should run for my website?

    jazzc is as always right, a db is nothing more than persistent storage of your applications data. Sorting, retrieval, serving and any other logic is handled by your application. In other words, your application will store and retrieve data from the database and most importantly do something...
  17. L

    Questions on what database I should run for my website?

    Well you got a bunch of options here really... Firstly, there are many alternatives to mysql. What zapdos is saying is spot on, mysql is a tested solution. A lot would actually depend on what programming language you are using for this. For example, PHP and mysql is a pretty standard solution...
  18. L

    Questions on what database I should run for my website?

    Why don't you just go with mysql or something?
  19. L

    Twitter Mass Follow, Retweet & Favourite Script (PHP Preferred)

    I could easily code a cross platform version for you or a web based script if you like. Will drop you a PM soon. Cheers
Back
Top