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

Pages: 1 ... 175 176 [177] 178 179 ... 253
2641
Humour and Jokes / Re: Peanuts!
« on: April 03, 2011, 12:00:02 pm »
Maybe the font on the bottom of the bag can be bigger, but all in all it looks pretty good

@ralphdspam what font did you use?  I spent something like 10 minutes going through them in paint.net and wasn't finding anything similar...

2642
Miscellaneous / Re: Ticalc.org fools day
« on: April 02, 2011, 06:48:37 pm »
Apparently they're still not done...in http://www.ticalc.org/pub/ a ton of the categories disappeared...

2643
Maybe for next year we could get the whole entire community to do something like announce the TI-87 or something...

2644
Humour and Jokes / Re: Peanuts!
« on: April 02, 2011, 06:31:21 pm »
Ok, two new types.  A really blank one, and my own brand.  Yay.

That random monster's kind of turning into my trademark or something :P

EDIT (much later): fixed font and made text curvy.  Yay.

2645
Miscellaneous / Re: Photography/Photoshop Thread
« on: April 02, 2011, 04:43:02 pm »
I have this cheap 5 megapixel polaroid (yes, polaroid :P) and it takes almost a full second to take even an unfocused picture...
Even with the mini tripod I have it's a rare occasion for it to work properly, i'm not even going to go into macro...
It has video, but it won't record if there's an SD card in it fsr

2646
Graviter / Re: Graviter - Axe
« on: April 02, 2011, 12:46:02 pm »
I can imagine having all the data at the end being difficult with the editor though...what might be a bit faster and somewhat more simple to code is to have the data just after the level so the code isn't constantly searching for the end of the program :P

2647
News / Re: CX officially delivered with slide-case in France
« on: April 02, 2011, 02:49:38 am »
Size difference...I'm wonder how big the screen protector is now :P

I've seen the TI-Keyboard for sale in a college bookstore...that was it other than the normal selection of calcs.

2648
Miscellaneous / Re: Random YouTube Videos
« on: April 02, 2011, 02:45:08 am »
This one is actually somewhat uplifting.  It seems to be one of those rare youtube videos that actually serve a purpose other than entertainment.

Aren't smiles contagious...

2649
Axe / Re: Axe Q&A
« on: April 02, 2011, 02:41:59 am »
If you include a program in axe source, like ↓
Code: [Select]
:.PROGRAM
:[stuff]
:prgmPROGRAM2
:[more stuff]
Does Axe put a return after the sub-program, or do you have to put in the ret manually?

2650
News / Re: CX officially delivered with slide-case in France
« on: April 02, 2011, 02:32:23 am »
Slide Case or TI-Nspire Screen Cling (depending on the configuration purchased)
So the option seems to be either protect just the screen or protect the whole thing.

I can't help but wonder what TI expects to achieve by this...more people seeing the logo or something?

2651
Graviter / Re: Graviter - Axe
« on: April 02, 2011, 02:29:04 am »
Can you elaborate on "object data"?  I might be using something like that in Tio, so I might be able to help a bit on that one... ;)

EDIT: unless you want to do it all by yourself, in which case that's fine

2652
OmnomIRC Development / Re: OmnomIRC
« on: April 02, 2011, 02:27:15 am »
Also I'd really like to see this, I'm not sure how possible it would be tho :P
Random idea.  Would it be possible to have omnom or a bot have a sort of +afk -afk mode, that just changes the name to something like _afk at the end?
So any user could do it, only to him/herself (except maybe an op could do it to anybody).

2653
TI Z80 / Re: Tio
« on: April 02, 2011, 02:23:02 am »
Ok, I'm working on a subroutine/routine that goes in the level editor.  I have yet to test it, and I'm pretty sure it's horribly buggy :P
So, I'll just ask in advance--what's wrong with this code?

r6 is the pointer returned directly from GetCalc.  What happens is GetCalc([stuff])→P→r6 and the value of P is shifted level slot by level slot to point to a different level.
r1 is determined just before the routine is called.
EDIT: see later post

Code: [Select]
:..
:{r6-2}r→Q
:.so Q is the size
:!If r1-1
:.INSERT
:.inserts level at current point, moving the rest of the levels forward a level slot (384 bytes)
:GetCalc(Str0T,Q)→B
:GetCalc(Str0L)→C
:copy(C,B,Q)
:GetCalc(Str0L,Q+384)→C
:copy(B,C,Q)
:31337→{Q+384→Q+C+1}r
:End
:!If r1-2
:.DELETE
:.deletes currently selected level, brings back levels afterwards one level slot
:Q-384→Q
:GetCalc(Str0T,Q)→B
:GetCalc(Str0L)→C
:copy(C,B,Q)
:GetCalc(Str0L,Q)→C
:copy(B,C,Q)
:31337→{Q+r6}r
:End

2654
Miscellaneous / Re: Photography/Photoshop Thread
« on: April 02, 2011, 01:07:51 am »
It's not photoshop, it's Paint.NET, but still edits photos :P
When I first got my digital camera, I also happened to have one of those fiber optic light toys.
I discovered the effect you get when you take the picture from the top (near the ends of the threads).
This one in particular was blue.  In my programming teacher's classroom at school there was a photo editing program..."fireworks" I think.  So I opened the pic and played around with the hue.  I have like three-four variations of this photo now.
I then imposed my original avatar over it, and got the result below.

Not amazing, but hey, first time ;D

2655
News / Re: April Fools prank... well... for now
« on: April 02, 2011, 01:00:35 am »
Well, let's not give TI any more ideas then they already have :P

Oh and...
* Darl181 stabs ralphdspam

Pages: 1 ... 175 176 [177] 178 179 ... 253