| 1. | DRD | ||
|
Date Rape Drug Date rape drug refers to any drug that can be used to assist in the commission of a sexual assault (date rape). The term "date rape drug" originated in journalism and has no strict scientific or legal definition, because a wide variety of substances can be used to incapacitate a person, and all of them have sometimes been taken willingly by people in other situations. Drugs used to facilitate rape may have sedative, hypnotic, dissociative, and/or amnesiac effects, and may be added to a food or drink without the victim's knowledge. I was at a local club last night and the bouncer on the door was giving a statement to the Police after finding some DRD's on a young man trying to enter the club.
|
|||
| 2. | drd | ||
|
Dennis Rodman Disease which stands for Sexually Transmitted Disease which stands for the gift that keeps on giving. Watch out for that deuche, he has drd.
|
|||
| 3. | debroop | ||
|
Personification of GOD. Also used to define exceptional wisdom He's a debroop to the team.
With his debroop he can make magic at will |
|||
| 4. | tiki | ||
|
The piece of hair sticking out from the back of a guys head. Did you see Gary's new haircut, wow thats a big tiki.
|
|||
| 5. | A Rodney | ||
|
A description for a retarded troll at most of the San Andreas Multiplayer game servers. The name was introduced by an admin on the Team -DRD Server. Later his name was copied by many others. ''Look there's A Rodney''
Means that someone within any server is acting like a retarded troll with cynical behaviour. |
|||
| 6. | C | ||
|
An extremely powerful computer language on which the foundations of most other mid-level and RAD languages are based. Although it is not object-oriented like C++ and Java, it compiles into tighter code that occupies less space. It is used most frequently for applications designed to run in tight conditions, such as on a computer with a slow CPU and/or a small amount of memory. It is also closer to assembly language than it is to mid-level languages (on the spectrum of computer languages, C is toward the low end of the mid-level languages), making it more difficult to fully master than most languages. //a more interesting Hello World program
#include <stdio.h> typedef struct { int x; char c50; void (*func)(char*); } MY_HELLO_STRUCTURE; MY_HELLO_STRUCTURE ms; void draw(char* s) { printf(s); } void main(void) { ms.x++; sprintf(ms.c,"Hello World (for the ") switch (ms.x%10) { case 1: sprintf(ms.c+21,"%dst time",ms.x); break; case 2: sprintf(ms.c+21,"%dnd time",ms.x); break; case 3: sprintf(ms.c+21,"%drd time",ms.x); break; default: sprintf(ms.c+21,"%dth time",ms.x); break; } ms.func=draw; (*ms.func)(ms.c); return; } |
|||
