Skip to main content

code of the road

The unwritten rule in which a hitch-hiker is obligated to give oral pleasure to the kind person who picked them up
I picked up this old lady on my way to the west. God bless the Code of the Road
by cyzzl November 21, 2004
mugGet the code of the roadmug.

source code

A file containing instructions (following a particular language syntax, such as C, C++, or Perl) that define the operation of a program or part of a program. Usually written in text, these files must be compiled/linked or interpreted by separate tools in order to produce an actual functioning program.
#include <stdio.h>

int main()
{
printf("Hello, world!\n");
return 0;
}
by retro January 22, 2004
mugGet the source codemug.

Know the Code

The short way of reminding friends"What Happens in Vegas, Stays in Vegas." They can sign an oath and promise not to break the code, especially with social media platforms.
We're going to Vegas for the bachelor party. John better know the code this time.
by lclarkie November 5, 2011
mugGet the Know the Codemug.

source code

Source code is a document written by a programmer which can be compiled into a binary form. A compiler takes source code which is written in a near english form and converts it to the binary code a computer can understand.
C++
JAVA
PASCAL
ex:
if(x>5)
cout << "I like coding!";
by Ben Jacobs February 5, 2004
mugGet the source codemug.

G-code

Stayin true to tha streets. A way of life. Street culture.
I was born in tha g-code imbeded in my blood.

-Tha G-Code - Scarface
by doritoPhreak January 27, 2006
mugGet the G-codemug.

Toy Code

A small computer program written just to see if a concept or idea works,
I wrote some Toy Code and it works so now I'll write the full blown program.
by Robert A. August 12, 2004
mugGet the Toy Codemug.

Code Zero

Noun:To refer to a dangerous place or situation that should be avoided or at least only be entered with significant backup.

The slang originates from the UK Police emergency "Code Zero" the slang is particularly suitable for urban centres that are infested with ronkers.
If you were meeting for a pint in Bradford City centre before 6pm, a suitable sentence would be:

"Let's grab a beer at the Shoulder of Mutton before Code Zero”

If you were on a night out and you found yourself outside a rough nightclub that attracted the chav and ronker crew and you wanted to suggest another venue, a suitable phrase would be:

“There’s no way I’m going in there it’s Code Zero”
by HeadStAtEUK! April 11, 2011
mugGet the Code Zeromug.

Share this definition