Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 30th, 2006, 8:19 AM   #21
Tedd
Newbie
 
Tedd's Avatar
 
Join Date: Jun 2006
Location: New York.
Posts: 11
Rep Power: 0 Tedd is on a distinguished road
Send a message via AIM to Tedd
Every forum I've been to lately has had an Anti-L33T rule.

God bless 'em. I hang out in the #amxmodx development and support channel and that's all I see.
__________________
The Blog

The Webcomic
Tedd is offline   Reply With Quote
Old Jun 30th, 2006, 10:11 AM   #22
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,221
Rep Power: 5 grumpy is on a distinguished road
Quote:
Originally Posted by Tedd
Every forum I've been to lately has had an Anti-L33T rule.

God bless 'em. I hang out in the #amxmodx development and support channel and that's all I see.
If you choose to hang out in such a forum, then you take what you get. There are few actions less sensible than diving into the shallow end of the gene pool, and subjecting yourself to dweebs speaking 1337 and deluding themselves with the belief that they're cool.
grumpy is offline   Reply With Quote
Old Jul 2nd, 2006, 12:54 AM   #23
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
making a 1337 encryption/decryption progarm is a great excercise for beginning regex.

the following code is unelegant and shitty, and i haven't looked at it for weeks now, but this thread made me think of it. i still haven't tested for the popular "0rz" pluralization, it was just some fun play project that lasted a couple hours.

perl code (to be run from command line)

#!C:\perl\bin\perl -w

$quit = "n";

until($quit eq "y")
{
    print "\n\nenter text...";
    chomp($input = lc(<STDIN>));

    $input=~tr/abcefgijlopqrstyz/46<3fg|j10pqr57yz/;
    $input=~s/d/|)/;
    $input=~s/h/|-|/;
    $input=~s/k/|</;
    $input=~s/m/|\\\/|/;
    $input=~s/n/|\\|/;
    $input=~s/u/\\\//;
    $input=~s/v/\\\//;
    $input=~s/w/\\\/\\\//;
    $input=~s/x/></;

    print $input;
    print "\n\nwanna quit? (y or n)";
    chomp($quit = lc(<STDIN>));
}

print "\n\nthanks for nothing, don't come back...BITCH!!!";

yeah, and 1337 is teh sux0rz n00b! pwned!!!!!!!111ONE
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Jul 2nd, 2006, 6:09 AM   #24
nemesis
Programmer
 
nemesis's Avatar
 
Join Date: Aug 2005
Location: Bristol, England
Posts: 71
Rep Power: 4 nemesis is on a distinguished road
Send a message via MSN to nemesis
Quote:
Originally Posted by bl00dninja
making a 1337 encryption/decryption progarm is a great excercise for beginning regex.


yeah, and 1337 is teh sux0rz n00b! pwned!!!!!!!111ONE

Thats a great program. I think it should be made law in every country in the world that if you use 1337 in any way you will have your hands cut off so you cant write or type no more.
__________________
Bite My Shiny Metal Ass
nemesis is offline   Reply With Quote
Old Jul 7th, 2006, 4:45 AM   #25
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
Quote:
Originally Posted by Prm753

As to Python being more powerful than C++, I'm not sure that is totally true. One of the Python gurus will be able to say for sure.
Python isn't more powerful. C++ as a language is closer to the computers binary language or something like that, but can't remember.... but it's easier to write in python, but i'm not good at this at all. I started C, but I should have started c or C#

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Jul 7th, 2006, 10:24 AM   #26
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
Quote:
Originally Posted by thondal
I started C, but I should have started c or C#
What's the difference between C and c?
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote
Old Jul 7th, 2006, 1:35 PM   #27
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The use of toupper ()/tolower()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:11 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC