Recent content by Gaurav

  1. G

    How do I mass edit HTML files?

    If you happen to have access to the command line (on a linux server), you can use awk to do this. More info about it here http://quickleft.com/blog/command-line-tutorials-sed-awk
  2. G

    PHP 5.4 & 5.5 Changes

    PHP 5.4 also includes a development server (like it's provided in Django (Python) and Rails (Ruby)) cd /path/to/project php -S localhost:8000
  3. G

    Random Password Generator by Samar

    ^ I love it how neat it is in Python Qarizma :P
  4. G

    Random Password Generator by Samar

    Here's another trivial way to do it in Python.. I've posted this before iirc. from random import randint store = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrst" p = ''.join([s[randint(0, 61)] for i in range(0, 8)])
  5. G

    What are you hoping to get for Christmas?

    I thought all offices are closed on Christmas :|
  6. G

    What are you hoping to get for Christmas?

    I thought you had one :o (Your right hand >.> )
  7. G

    Selling FileDude - File/Image Hosting Template (Now Coded for XFS 2.1!)

    Great design Lungi! Good Luck with the sales :sun:
  8. G

    Best CMS

    Depends upon what it's intended for. Wordpress is developed as a blogging platform which can be tuned to be a CMS. It does offer great options right out of the box but I'd consider some other options as well. There's Drupal, Joomla and Django-CMS and many others to look forward to. Tbh, I'd pick...
  9. G

    ecatel.net - 100mbit truly unmetered, 62 euro/month (Amsterdam)

    Please read the rules about titles. Report the thread with proper title for it to be opened. Closed till then.
  10. G

    Win a domain in WJ Black Friday Party

    [:P] trying my odds
  11. G

    Update your jDownloader to NIGHTLY mode

    Note: Keep in mind that the Niglhtly Branch is bleeding edge but at the same time quite unstable
  12. G

    Hiring homework C++

    Wrong. You can expect help provided you try doing your homework...
  13. G

    Hiring homework C++

    Post what the problem is about and the progress you've made so far. Do not expect anyone to do the homework for you.
  14. G

    What is V.A.T ratio in your country

    http://en.wikipedia.org/wiki/List_of_countries_by_tax_rates
Back
Top