Home      Updates      RSS Feed      About      Code      Contact

  More and more projects July 14 2011  6:37 AM EST

I've started on a TI Basic interpreter, which will also probably be able to translate source into C. I hope to also extend the current graphics system to have a higher resolution (probably not dynamic), along with color support. Basically, I hope to have _color versions of the existing functions like Line which take an addition three parameters for the color. I've been pretty hack-y with the implementation so far, but you can at least see a working hello-world program in ti-basic . Since the hack-yness of it, a program which shouldn't work actually does :)

I've also started reading some paper(s) about large integer factorization. I haven't really gone far with this yet, hehe :D I hope to get some sort of repository up within the next week or so which has at least something neat in it. If nothing advanced, I'll at least throw up a nice simple modulus the number with everything up till the square root of it.

I also still don't have anything to show for the papers about the Smith-Waterman algorithm. Nor about a number of other papers I've read, haha. I'll probably start a prefix for paper or algorithm or something and start even more repositories :D I read the Boyer-Moore paper last semester, I kind of want to implement that too.

 

My name is Jeff Chapman; You can reach me at: [email protected]