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 - ClrDraw

Pages: 1 ... 14 15 [16] 17 18 ... 45
226
Miscellaneous / Re: Friendly Computer Pranks
« on: April 11, 2014, 12:02:15 pm »
Haha nice. But the icons are mostly useless on this mac... Is there a way to disable the dock?

227
Miscellaneous / Friendly Computer Pranks
« on: April 11, 2014, 11:54:11 am »
Ever since April 1st I've been messing with the people who share my mac (os x) at school. So far I've flipped the screen, made it look like Windows XP, and changed the background to make it look like the screen was cracked (this scared the crap out of my friend, lol  :P).

What more can I do? Most programs are blocked (including Terminal and System Preferences) but the teacher doesn't mind unblocking them so that shouldn't be a problem. I don't want anything malicious, this is just a friendly joke. Any ideas?

228
TI Z80 / Re: Wat *.*
« on: April 10, 2014, 09:07:21 pm »
Oh lol :P I could totally do that. I don't know how to do the timer though... I only know Axe.

229
TI Z80 / Re: Wat *.*
« on: April 10, 2014, 09:02:23 pm »
Wallpaper?

230
TI Z80 / Re: Wat *.*
« on: April 10, 2014, 08:21:09 pm »
Tha would be cool. I could have options for different screen savers and include a random option.

231
TI Z80 / Re: Wat *.*
« on: April 10, 2014, 07:41:31 pm »

(I suck at WabbitEmu settings)

Code: [Select]
.WTF
DiagnosticOff
#ExprOn
Full
ClrDraw
StorePic
While 1
For(C,1,40)
RecallPic
For(A,0,6)
For(B,0,4)
If (A^2) and (B^2)
RectI(A*16-(C*2),B*14-(C),C*4,C*2)
Else
RectI(A*16-(C),B*14-(C*2),C*2,C*4)
End
End
End
DispGraph
If getKey(41)
Pause 1000
End
ReturnIf getKey(15)
!If C^20
StorePic
End
End
End

232
TI Z80 / Re: CMDv3
« on: April 10, 2014, 12:01:16 pm »
Right now its hidden so hopefully few people will be able to delete it. But I like that idea, I'll encrypt it also. Maybe a simple cipher shift based on location... Professional encryption algorithms like Blowfish confuse me.

233
Humour and Jokes / Re: 29 years necropost (yes, that's possible)
« on: April 10, 2014, 11:50:46 am »
Mind blown O.O

234
TI Z80 / Re: Wat *.*
« on: April 09, 2014, 10:35:35 pm »
Same, that's the best part.

235
TI Z80 / Re: Wat *.*
« on: April 09, 2014, 10:27:07 pm »
Spoiler For IDK if this causes a seizure or anything, so... You've been warned ;) :

I added Circle(A*96/6,B*64/4,C) after the third for loop. My head hurts from looking at this XD

236
TI Z80 / Wat *.*
« on: April 09, 2014, 10:04:39 pm »
This is what happens when I'm bored in math class...


Spoiler For IDK if this causes a seizure or anything, so... You've been warned ;) :

(It looks much better on a real calc)

Code: [Select]
.INVERT
DiagnosticOff
Full
While 1
ClrDraw
DrawInv
For(C,0,63)
For(A,0,6)
For(B,0,4)
RectI(A*16-(C/2),B*16-(C/2),C,C)
End
End
DispGraph
DrawInv
ReturnIf getKey(15)
End
End

237
Humour and Jokes / Re: 29 years necropost (yes, that's possible)
« on: April 09, 2014, 09:55:21 pm »
XD that's awesome...

238
TI Z80 / Re: CMDv3
« on: April 09, 2014, 03:04:02 pm »
Quote
Plus I won't let anybody touch my calc. 

I'm lucky nobody at my school can use a calc... They couldn't mess with my programs if they tried. Yesterday somebody asked me how to turn on fractions  :P

239
TI Z80 / Re: CMDv3
« on: April 08, 2014, 10:19:59 pm »
CMDv3 doesn't load scores from other people's games...

240
Introduce Yourself! / Re: ?NspireGuy?
« on: April 08, 2014, 10:00:25 pm »
Quote
I like brain puzzles like Rubik's cubes and I also like hacking/changing things.
Ever tried a braille rubik's cube?  ;)  I just found out about these today.

Pages: 1 ... 14 15 [16] 17 18 ... 45