|
Hello World. (pg. 3)
|
View this Thread in Original format
| tubularbills |
| quote: | Originally posted by Ian
better pee than fleshlight seconds. |
:stongue: :stongue: lol udurty |
|
|
| silene |
section .text
global _start:
_start:
mov ebx,1
mov eax,4
mov ecx,str
mov edx,12
int 0x80
mov eax,1
int 0x80
section .data
str db 'Hello world',0xa |
|
|
| Leif |
!why the did they make me learn Fortran??
PROGRAM HelloWorld
WRITE(*,*) "Hello World!"
END PROGRAM |
|
|
| pkcRAISTLIN |
| quote: | Originally posted by freshest1
Musically speaking, I like breaks, deep house, drum and bass, and hip hop |
i can see why you would come to a place called trance addict then. |
|
|
| echosystm |
| quote: | Originally posted by pkcRAISTLIN
i can see why you would come to a place called trance addict then. |
nigga plz.
hardly anyone here still actualy listens to trance :p |
|
|
| pkcRAISTLIN |
| quote: | Originally posted by echosystm
nigga plz.
hardly anyone here still actualy listens to trance :p |
true, but most of them did when they arrived ;)
long live epic trance! :) |
|
|
| nchs09 |
| quote: | Originally posted by pkcRAISTLIN
true, but most of them did when they arrived ;)
long live epic trance! :) | I came to TA loving techno, became a big fan of trance, progressive, house and now back at techno:crazy: |
|
|
| LeopoldStotch |
all the practical languages have been taken so i guess here's my special take i am surprised no one has done yet .....
code: < html >< head >< title >Tranceaddict forums< /title >< /head >< body >< p >Hello, world< /p >< /body >< /html >
and a bit of deadlock programming humour from me ......
code:
public static void main() {
public static final Object SPH1 = new Object();
public static final Object SPH2 = new Object();
Thread thread1 = new Thread() {
public void run() {
synchronized(SPH1) {
while(true) {
synchronized(SPH2) {
System.out.print("Hello");
}
}
}
}
};
Thread thread2 = new Thread() {
public void run() {
synchronized(SPH2) {
while(true) {
synchronized(SPH1) {
System.out.println(" World");
}
}
}
}
};
thread1.start();
thread2.start();
}
:( |
|
|
| Vivid Boy |
| im a ta to real estate agent at ur service. fag, |
|
|
| Sushipunk |
| quote: | Originally posted by pkcRAISTLIN
long live epic trance! :) |
Is that what you spin? |
|
|
| pkcRAISTLIN |
| quote: | Originally posted by Sushipunk
Is that what you spin? |
mostly :) there's a little melodic stuff in there, a little hard (but still epic) stuff too, but mostly its 140bpm epic monsters :)
luckily i have a sensational taste in music so i never get bored with myself :p |
|
|
|
|