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 - Xeda112358
Pages: 1 ... 239 240 [241] 242 243 ... 317
3601
« on: April 02, 2011, 11:18:04 pm »
Cool! And you're funny, too! I love doing math ♥ I am horrible at it in school, but I love it so much! I would give you some more peanuts so you build up a resistance, but I'm out, sorry  I wonder where Holmes is...
3602
« on: April 02, 2011, 09:27:18 pm »
Wow, I'm impressed! That is a lot of calcs :P Maybe you can tutor me in math XD I am only pulling maybe a C in my classes ._.
3603
« on: April 02, 2011, 09:07:51 pm »
Oh, hi there! I'm surprised I haven't seen your intro! I'm not musically talented or artistically inclined, so I always have an appreciation for those with that kind of talent
3604
« on: April 02, 2011, 09:03:29 pm »
Yeah, I know too many victims of creepy people  I virtually have no pictures of myself, though, so I'm good
3605
« on: April 02, 2011, 06:00:16 pm »
Hm, so I was over on TIBD when I got an idea to make a command to delete or insert list elements. I'm not sure why there isn't an OS command (or is there?) for this since there are bcalls... For the deleting, you need to specify the offset into the list, the number of elements to delete and which list you want to perform the function on. I have not actually added the insert command yet, but deleting works like this...
Let the list to play with be {0,1,2,3,4,5,6,7,8,9}
To delete 4 elements starting at the 2, you can do:
dim(91,2,4,{0,1,2,3,4,5,6,7,8,9 The result will be {0,1,6,7,8,9} in Ans Alternatively, if that list was stored to L1, you can do:
dim(91,2,4,0 or
dim(91,2,4,L1 As a note, they directly modify the list, so there is no need to do something like this:
dim(91,2,4,0→L1 Blegh, now I wonder if I should make similar commands for strings...?
3606
« on: April 02, 2011, 04:23:42 pm »
If DCS has a jump table for calls (I think it does), then an axiom could be made, possibly, that use DCS calls. If I knew how to make Axioms, I would try to make one.
3607
« on: April 02, 2011, 12:14:26 pm »
Okay, I'll ask  That was the App I was talking about
3608
« on: April 02, 2011, 12:01:06 pm »
hehe, I like the idea of being able to switch out fonts without going through a menu... I made an App that lets you change the font during program execution or from the homescreen. It only has 6x8 and 8x8 fonts, though
3609
« on: April 02, 2011, 11:37:57 am »
Aw, that looks cute! I like your signature thing, too! * Xeda112358 loves Pokémon
3610
« on: April 02, 2011, 11:11:04 am »
3611
« on: April 02, 2011, 01:13:30 am »
(ignored)  I see what you mean... That is why I think 32-bit is about as high as we need for now.
3612
« on: April 02, 2011, 01:11:06 am »
Hehe, I only stopped falling for it when I saw the halt loop  Until then, I was paranoid enough to believe it  After that I thought "Wow, this is a cool idea! We should start having hacking/cracking competitions!" I mean, we could take modified OSes and we could be challenged to use them and work around obstacles that way we are prepared >_>
3613
« on: April 01, 2011, 08:20:14 pm »
Dang, I cannot upload my abacus program !_!
3614
« on: April 01, 2011, 08:10:17 pm »
Erm, is that the link you wanted? And can he do this in Axe?
3615
« on: April 01, 2011, 08:06:42 pm »
Font editor or token editor? Those are two different things
Pages: 1 ... 239 240 [241] 242 243 ... 317
|