Search results

  1. G

    How can i create a PHP file via php?

    in $Data use single quotes instead of double and escape things accordingly. Should work fine then (y)
  2. G

    Jelly bean Android

    ^ apart from the backup that he's mentioning, do make a Nandroid backup (from the recovery). That would help you if you end up screwing stuff not the app backups and contact backups lol :P
  3. G

    So, what do you think of our new skin?

    uhmm I can't undo the /ignore <member> in the CB.. have to manually remove the Cookie set by the board to remove them. Can anyone else confirm this. In case this is a browser specific bug, I'm running Chrome Version 21.0.1180.57 on Ubuntu 12.04
  4. G

    Samsung Galaxy s2

    ^ Project Butter ftw
  5. G

    Samsung Galaxy s2

    Head over to X.DA Forums (remove the period - bad smiley) and look what's available for your device. Make backups if you're flashing a custom ROM for the first time and it will end up all good if done correctly. Note: by rooting your phone you'll be voiding your warranty. However, you can...
  6. G

    Android Firmware & Root Thread Show us your Setup!

    http://i.imgur.com/zFNWj.jpg Samsung Galaxy Nexus (maguro) Running AOKP Nightly 1 B-)
  7. G

    Which mobile is best?

    Go for Galaxy Nexus >.>
  8. G

    What is your Favourite Programming language?

    Strange poll.. VB.NET is there and Java isn't :facepalm: I like Python btw, but am fine with PHP and Java as well >.>
  9. G

    Win a Domain of your Choice!

    I'd pick 29 now [eviljmz]
  10. G

    Users List has a larger font size on Android

    Yes, I know that our names are damn important but this doesn't look good when you're all zoomed out: Should be a simple fix :) Regards, Gaurav
  11. G

    Looking for mass file namer

    all you need is a simple python script ;)
  12. G

    Snippet of the Day

    Here's something trivial: generate random IDs using list comprehensions in Python :) import random source_set = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" def random_id(length=7): return ''.join([random.choice(source_set) for i in range(length)]) EDIT: just...
  13. G

    Laptop or Tab

    If your usage is restricted to checking/writing mails and some docs on Google Docs - tablet is the way to go. Even some trivial games and stuff.. But if you're into development, GFX, Video Processing, a laptop is undoubtedly a better choice
  14. G

    Happy B-Day Gaurav

    Thanks everyone for your wishes <3 WDF: yes, this makes me 18 now >.>
  15. G

    Selling Facebook fanpage, photo, website likes

    I'm interested. Check your inbox please :) Regards, Gaurav
  16. G

    ProFTPd compile error

    Perhaps you lack a C compiler altogether. GCC is a good one. Try: yum install gcc and then run ./configure again Regards, Gaurav
  17. G

    Users with Indian ISP!

    I'm using Airtel, TPB and Pastebin are blocked. WBB is working fine till now >.>
  18. G

    Users with Indian ISP!

    How about Pastebin? I get a message saying "Access to this site has been blocked as per Court Orders" :whistle: Time to use a VPN ;)
Back
Top