by Martin October 13, 2004

by Martin January 10, 2004

"Do you like chicken wings?"
"I fully endorse that product."
or
P1 lights up cigarette
P2: "I fully endorse that product." also lights up
Also can be used in the negative. i.e: "I do NOT fully endorse THAT product."
"I fully endorse that product."
or
P1 lights up cigarette
P2: "I fully endorse that product." also lights up
Also can be used in the negative. i.e: "I do NOT fully endorse THAT product."
by Martin December 29, 2004

A program that reads a file written in the assembly language and translate it into a binary representation of the corresponding machine instructions.
NASM:
section .text
global _start
msg db 'Hello, world!',0xa
len equ $ - msg
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
section .text
global _start
msg db 'Hello, world!',0xa
len equ $ - msg
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
by Martin August 01, 2004

by martin December 11, 2003

Filipino Time, which means things get done whenever they get done. Official Timing of The Phillipines.
I set up a party for 6:00. This is interpretted as 7:00 filipino time.
In some cases, filipino hosts deliberately set the time an hour or so earlier, knowing that the guests will arrive an hour or so late. In this case, the poor americans are surprised to see that they're the first ones to arrive and the only ones there for the first hour or so.
In some cases, filipino hosts deliberately set the time an hour or so earlier, knowing that the guests will arrive an hour or so late. In this case, the poor americans are surprised to see that they're the first ones to arrive and the only ones there for the first hour or so.
by Martin February 10, 2005
