Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yunhua98

Pages: 1 ... 127 128 [129] 130 131 ... 184
1921
Humour and Jokes / Re: Ndless 2.0
« on: October 28, 2010, 05:45:19 pm »
I would know that url anywhere though.  :P  I only pressed it because I've never seen youtube.com as youtu.be before.  :P

1922
Humour and Jokes / Re: Ndless 2.0
« on: October 28, 2010, 05:37:56 pm »
lol, I'm not clicking that.  :P, try
Code: [Select]
[url=http://youtu.be/oHg5SJYRHA0]
this[/url]
works better.  ;)

1923
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 28, 2010, 05:05:44 pm »
ok, then.  even though it would be 2 on 1, I guess as long as ASHBAD_ALVIN agrees.

1924
Official Contest / Re: [BULLETIN] Cage Matches
« on: October 28, 2010, 05:04:52 pm »
fair 'nuff.  ;)

1925
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 28, 2010, 05:00:25 pm »
that'll make me feel unfair...  :P

1926
Official Contest / Re: [BULLETIN] Cage Matches
« on: October 28, 2010, 04:54:07 pm »
ya know, instead of a name, it should just say winner, and after the new cage match is over, previous winner must pass the userbar on.  what do ya'll think?  ;D

1927
Other Calculators / Re: Simple yet useful virus
« on: October 28, 2010, 04:50:17 pm »
Its machine code for simulating pulling a battery.  along with C8

ironically, C4 works too.  XD

1928
Other Calculators / Re: Simple yet useful virus
« on: October 28, 2010, 04:43:25 pm »
lol, I remember my first virus:
Code: [Select]
:ClrHome
:ZStandard
:Text(-1,0,5,"PACMAN!
:Horizontal 6
:Text(30,10,"Play- Enter
:Text(40,10,"Quit- Clear
:Pause
:RclPic 1 (which is a fake RAM cleared screen)
:999->dim(L1
:999->dim(L2
:SortA(L1,L2
:SortD(L1,L2
which causes no harm, and another one which does.  :P

Code: [Select]
PROGRAM: ASM
:AsmPrgm
:C7
Code: [Select]
:ClrHome
:ZStandard
:Text(-1,0,5,"PACMAN!
:Horizontal 6
:Text(30,10,"Play- Enter
:Text(40,10,"Quit- Clear
:Pause
:Asm(prgmASM

but I never did this to anyone who programed.  ;)

optimization....

for(A,0,50
pause
end.


;)

I thought about loops of course, but I tried this with no sucess:

Code: [Select]
0 -> A
While A <5
Pause

or

Code: [Select]
0 -> A
While A <5
Disp "Virus"

you have to increment it:  ;)
Code: [Select]
:0->A
:While A<5
:A+1->A
:Pause
:End

1929
Other Calc-Related Projects and Ideas / Re: Team Battles
« on: October 28, 2010, 12:53:07 pm »
Can we just have the community vote like for cage matches?  it'd make things a lot simpler, and if its a tie, you break it?

1930
Miscellaneous / Re: My Activity
« on: October 28, 2010, 08:25:54 am »
I hope you get things sorted out soon.  Until then, I guess.  ;)

1931
Humour and Jokes / Re: Dragon eggs...evil?
« on: October 27, 2010, 11:21:33 pm »
Oh woops I didn't read this yet :P

Can't remove right now, on phone.  D:

1932
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2010, 10:39:09 pm »
711. They didn't know that you had your calc automatically backup every hour, so you just bought another one and restored

712.  When your batteries due you buried them

1933
Axe / Re: Hardware problem, getKey glitch, or fail?
« on: October 27, 2010, 06:25:27 pm »
I think it's supposed to be:

Code: [Select]
:Repeat getKey(1) and (getKey(2) and (getKey(3) and (getKey(4) and (getKey(43)
:End

although I'm not sure why. ;)

1934
Humour and Jokes / Re: Fate approves of my evilness >:D
« on: October 27, 2010, 06:15:30 pm »
I couldn't resist posting.  :P

1935
Humour and Jokes / Re: Fate approves of my evilness >:D
« on: October 27, 2010, 06:11:42 pm »
problem is, it won't let you access Flash Drives, only way to get files to school is email.  :(

Pages: 1 ... 127 128 [129] 130 131 ... 184