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

Pages: 1 ... 257 258 [259] 260 261 ... 317
3871
ASM / Re: APQ (Another Parser Question)
« on: March 01, 2011, 04:46:22 pm »
Okay, well it is for BatLib so I do know the type and the value of BC already. I did check WikiTI, too. The thing is, all of the arguments are parsed by the time my parser hook gets to have control and use the arguments. I will see what I can do with the debugger, though...

3872
Correlation / Re: Correlation Beta Delayed a Week
« on: March 01, 2011, 03:53:16 pm »
Aww :( I hope you get better soon, Hot_Dog!

3873
News / Re: 5th straight 10K posts month in a row
« on: March 01, 2011, 12:58:55 am »
I was logged on then :D Too bad we lost the 200 posts per day streak... !_!
Maybe there should be a daily post counter near OmnomIRC that increments for every post? That could be pretty cool.

3874
ASM / APQ (Another Parser Question)
« on: February 28, 2011, 11:53:46 pm »
(Yes, the subject title was stolen from Hot_Dog... Hi Hot_Dog!)
I was wondering if there was a way that I could parse the inputs of a command manually using a parser hook. One reason I want to do this is because I want to modify the dim( command to accept archived variables and strings without throwing an error.

Any help would be much appreciated!

3875
BatLib / Re: Ideas-BatLib
« on: February 28, 2011, 01:04:04 pm »
At the moment, I have added 3 commands not in the newest released version:
70-PlayNote
71-Logic
72-MatrixList

And I plan to add these ones soon:
73-SearchStr: similar to inString(, but meant for use with the next few
74-left: gets the left part of a string (byte offset)
75-right: gets the right part of a string (byte offset)
76-mid: gets a portion of a string (byte offsets)
77-diag: gets a diagonal from a matrix (1,1)
78-diagI: gets a diagonal from a matrix (1,n)
79-subRow: Grabs a portion of a row of a matrix
80-subCol: Grabs a portion of a column of a matrix
81-ListToRow: copies a list to a Row in a matrix
82-ListToCol: copies a list to a Column in a matrix

With that in mind, if anybody has any similar ideas, feel free to let me know :D I am going to be gone for most of the day, but I will be back later tonight.
EDIT: Here is a glimpse at the syntax I am aiming for:
Spoiler For Spoiler:

*I want to make it so that the string/matrix can either be a name or the data itself. So if you want to get the right part of Str6, you enter 5, but if you want the right part of "HELLO" you input "HELLO" instead. Just some extra features that can be memory savers :D Again, this is what I plan to do, I don't know if I will be able to, immediately.

SearchStr   dim(73,"String"|Str,offset,"Search"
left        dim(74,"String"|Str,offset
right       dim(75,"String"|Str,offset
mid         dim(76,"String"|Str,offset,NumBytes
diag        dim(77,[matrix]|Matr,Col,Row,NumElem
diagI       dim(78,[matrix]|Matr,Col,Row,NumElem
subRow      dim(79,[matrix]|Matr,Col,Row,NumElem
subCol      dim(80,[matrix]|Matr,Col,Row,NumElem
ListToRow   dim(81,[matrix]|Matr,Col,Row,{List}|List
ListToCol   dim(82,[matrix]|Matr,Col,Row,{List}|List

3876
News / Re: CGPN: February 2011 newsletter available
« on: February 28, 2011, 12:15:33 pm »
Awesome, I didn't even know it was out, but then I realised it was the last day of February, so I figured it would be out :D I really do like this newsletter!

3877
Math and Science / Re: New RSA Algorithm discussion
« on: February 27, 2011, 05:36:52 pm »
They could be adjacent odd numbers so that means the number could be N(N+2), right?

3878
TI-BASIC / Re: Zeda's Hex Codes
« on: February 27, 2011, 03:34:29 pm »
Uh-huh, I remember something about that, I cannot remember... what did he call it again, Gaelic? ;D
I still think an opcode would be nice for those who don't have connectivity stuff to download :)

3879
TI-BASIC / Re: Zeda's Hex Codes
« on: February 27, 2011, 02:21:57 pm »
You mean like have it overwrite the data following Lbl 0? Hehe, if that is what you mean then you can do something like that with CopyProg because you can store the program as a string and manipulate it and you can use CopyProg to execute the string as a program :D

CopyProg was originally requested as an opcode by mrmprog, so I decided to include it in the list of opcodes :D

However, if you mean edit a line of code following Lbl 0 and to be able to edit it inline like that (while the program is executing), that could be fun... I might need to adjust a few pointers to make it possible, but it can be done, I believe.

3880
I like the idea of having  memory game where you get to see a maze for few seconds and then you stop seeing it and you have to finish it. The maze could be visible periodically for a few seconds then go back off. To make it challenging, make different levels of difficulty where the maze is visible for shorter lengths of time and then add in a time limit... I did that with a memory game, once.

3881
KnightOS / Re: KnightOS
« on: February 27, 2011, 01:37:36 pm »
Ah, okay... Still, what you are doing, it really is awesome.

[random]
As a random note, you have 16^2-10^2 total post ratings (or 13^2-13)
[/random]

3882
KnightOS / Re: KnightOS
« on: February 27, 2011, 01:30:09 pm »
All I can say is... wow this is going to be awesome!

EDIT: Also, are you now ungrounded?

3883
TI-BASIC / Re: Zeda's Hex Codes
« on: February 27, 2011, 12:40:43 pm »
Which one? Or do you mean all of them >_> ? :D if you have any ideas, too, feel free to let me know!

3884
Miscellaneous / Re: Random YouTube Videos
« on: February 27, 2011, 12:07:48 pm »
I can haz some puddingz? With the rainbows?

3885
TI-BASIC / Re: Zeda's Hex Codes
« on: February 27, 2011, 10:43:19 am »
Okay, so if you read the edit to the previous download, I accidentally the run indicator off opcode, so here is a fixed version. I use EF0745 much much more frequently (for debugging) than EF7045 so.... oops? It doesn't harm anything, it just displays a number that I use in debugging to check register values. Luckily, somebody over on TIBD mentioned that the library they were working on kept displaying some random number instead so... Thanks BlakPilar!

Pages: 1 ... 257 258 [259] 260 261 ... 317