Jump to content

asterix

Members
  • Joined

Everything posted by asterix

  1. asterix posted a post in a topic in General Discussion
    I like your hat. :love:
  2. asterix posted a post in a topic in General Discussion
    [/img]oops
  3. holy fuck winner ^ Although the cake is tradition, being able to optionally produce a fine sandwich (like the above) to show your dedication and loyalty to myg0t could be interesting.
  4. asterix posted a post in a topic in General Discussion
    It's a non-RFC-compliant IRC client designed for windows noobs Amazingly, it now supports UTF-8 and SSL... welcome to the 21st century Get a real client that supports real scripting languages k http://silverex.org/download/ http://irssi.org
  5. asterix posted a post in a topic in General Discussion
    rifk that kid is a genius (and whoever taught him) instilling such values at such a young age brings a tear to my eye :cryd:
  6. an ircd running on windows? rifk if you have visual studio installed, you should have it in your PATH... there might be a bat file called setenvars.bat or something similar that you need to run before running the makefile (it adds the paths to the headers to your system PATH)
  7. asterix posted a post in a topic in Computer Discussion
    You can underclock the CPU (or just drop the voltage a bit) on most laptops to gain extra battery life with almost no performance hit
  8. asterix posted a post in a topic in Computer Discussion
    http://audacity.sf.net ?
  9. Why the fuck are you installing other shit, type "man tar" to see how to use the tar command tar xvfz filename.tar.gz x = extract f = retain permissions v = verbose (can be omitted) z = gzipped (for .bz2, use j instead of z)
  10. wget -r for the win
  11. I learned C++ and OOP first, after that, learning "new" languages was basically just memorizing syntax/keywords I recommend taking a C++ course at school/college/uni if available, it's much easier than starting out on your own. If you have a friend who knows it already, you can use him as a resource as well
  12. asterix posted a post in a topic in Computer Discussion
    Install a mailer daemon http://www.google.com/search?hl=en&q=sendmail+for+windows&btnG=Google+Search
  13. "Myg0t" ? lol `Connection Refused` implies the remote host isn't even accepting the connection, if he was g-lined it would say so.
  14. asterix posted a post in a topic in General Discussion
    :gives:
  15. asterix posted a post in a topic in General Discussion
    More photoshops k
  16. http://forums.myg0t.com/showpost.php?p=305700&postcount=5 k Naturally any email can still be traced via the headers, don't be a retard Put that in a PHP file, throw it on a host (free host like funpic.de works) and visit in browser
  17. Check ISOhunt for a torrent Also, this mod (which isn't released) looks much much better than MTA:SA http://sa-mp.com Check this video: http://files.gtanet.com/gtasa/files/videos/SA-MP.zip Now I'm bummed :/
  18. asterix posted a post in a topic in Computer Discussion
    If you have a PHP5-enabled host plus the CURL library available, there's some PHP scripts you can host where you just visit the page and type in a URL, the script retrieves it and sends it to you, essentially acting as a proxy... I can't rememeber the name of the one I used before, it was a long time ago, sorry :/
  19. asterix posted a post in a topic in General Discussion
    hahahaha that made me rifk irl
  20. asterix posted a post in a topic in General Discussion
    lol
  21. http://www.mtasa.com
  22. asterix posted a post in a topic in Computer Discussion
    I'm on Chapter 6 of that book, found it a few days ago for like $5 at Barnes and Noble, very good so far. As for the original poster, you might as well google for "Guide to Painful Prison Sex" :rolleyes:
  23. asterix posted a post in a topic in Computer Discussion
    Linux was started as a hobby, not with the intent to write a complete operating system.
  24. asterix posted a post in a topic in Computer Discussion
    Why write a program to do something when there's already an awesome program that does everything your's could ever want to do and more? Waste. of. time. And welcome to the forums too =p
  25. asterix posted a post in a topic in Computer Discussion
    Why not just install nmap? (since you're already on a nix/bsd box) http://www.insecure.org/nmap/ Pretty simple... I only use perl for irssi scripting =p