South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
hey, don't diss crazy... she may find you...Why you people worried about the OP's programming skills.You should be more worried about his/her mental state.
My demons does not play well with other people's demons....hey, don't diss crazy...
Well that is just Canon at this point, any D&D will tell youWell you see now, there's an issue. You said if someone hides your cigarettes then you're a dragon. However, dragons blow smoke and fire and if your cigs have been stolen, you cannot blow smoke and there's no fire. So the logic doesn't work there as you have attributes assigned to a missing item instead of the item being present.
Please keep this lesson in mind as you advance in your coding career.
I don't think I am crazy, yet I only have 3 catshey, don't diss crazy... she may find you...
Another cat lady friend. Hi there! *waves*I don't think I am crazy, yet I only have 3 cats
Meh. Calling interrupts is just using someone else’s code. Just write straight to the frame buffer instead.bunch of pansies ....
org 0x100
mov dx, msg
mov ah, 9
int 0x21
mov dl, 0x0d
mov ah, 2
int 0x21
mov dl, 0x0a
mov ah, 2
int 0x21
mov ah, 0x4c
int 0x21
msg db 'Hello World!$'
been ages since I wrote any actual assembly code, I did have to use someone else's code in this caseMeh. Calling interrupts is just using someone else’s code. Just write straight to the frame buffer instead.
exit(0)I understand absolutely nothing in this thread.
Edit: oh wait sorry I see it's the software and web development forum which I know nothing about. Never been here, don't know how I got here![]()
kill -9 wbotexit(0)
Thanks for the image
program Hello;
begin
writeln ('Hello, world.');
end.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
import flash.display.Sprite;
public class Main extends Sprite {
public function Main() {
super();
trace("Hello, World");
}
}
exit(0)
Sorry I don't speak nerdlishkill -9 wbot