Search results

  1. cxdy

    No Wired in PlusEMU?

    Hey, just got our hotel running but found that there's no wired in the catalogue, any way to add this?
  2. cxdy

    [PDF] Head First C#, 2nd Edition

    Had it on my hard drive, figured I'd upload it for you guys. https://www.mediafire.com/?i8ds6znq3y4tbm0
  3. cxdy

    jQuery/AJAX Refresh?

    Hey, so I'm working on this script. The data changes every 3-5 minutes, and I'm not sure how to automatically update it. The only workaround I have right now is to run it in an iframe, and have the page refresh every 10 seconds. I don't really like that approach. Is there a way using AJAX or...
  4. cxdy

    This kid..

    >tfw youre totally cool about it >tfw child explodes >tfw im not tech support @GetRekt
  5. cxdy

    What to learn next?

    I know a bit of Python and a lot of PHP, but I want to go more into computer programming, like Java or C#. What should I learn and where should I start?
  6. cxdy

    Show DevBest [Python] SMS/Email Bomber

    I made a Python SMS/Email bomber a while ago, updated it and made it nice. Requires Python 2.7+ This will spam from [email protected] Get the code here: http://t.sharefa.st/AccZcdaNzsf1.txt This uses US carriers, so if you need to add some, it's not difficult. You can find the emails for...
  7. cxdy

    Show DevBest twitterBio

    Hey. I made a thing that makes random bios for your Twitter, or Instagram, or whatever. It's mostly for people of the IT crowd, like web developer, graphic designer, etc. http://twitterbio.tk/
  8. cxdy

    Video metal construction

  9. cxdy

    Show DevBest [PHP] Random String Generator

    I made a random string generator in PHP. You can use this for things like passwords, file names, etc. Anything you can think of. To change the length of the string, edit the 10 in $length on line one. Enjoy. The function: function generateRandomString($length = 10) { $characters =...
  10. cxdy

    PC Garry's Mod Master Thread

    Post your creations or anything funny that pertains to Garry's Mod. I'll post later. I'm reinstalling Gmod now haha.
  11. cxdy

    Best r63b Emulator to go with RevCMS?

    Hey, I'm currently using Silverwave Emulator but it's really buggy and shoots packet errors for everything. Anyone know any good emulators to go with RevCMS?
  12. cxdy

    SWF Problem possibly?

    As you can see, there's some issues with 'navigator.title' and other things that don't seem to be parsing. Is there any way I could fix this or is it a SWF problem? Oh, also, it doesn't look like it's showing public rooms, either. Does that mean they don't exist or? I'm using Silverwave...
  13. cxdy

    Show DevBest [PHP] Scrobbl.in (Last.fm)

    https://github.com/cxdy/Scrobbl.in A little PHP script I wrote. Displays what song you're scrobbling, links to your profile & links to the current artist. Displays a little message if you're not scrobbling, too. Enjoy. :)
Top