Hacks
You can find some misceleanous papers, ideas and patches I am toying with there.
TI Hacks
- 92 Guide: this is a documentation I wrote a long time ago on programming texas intrument's 92 calculators (valid also for 89 calculators)
- GNU Hell On Earth: this is a wolfenstein 3D-like 3D engine written in 68k assembly for my TI 92. (sources)
Hard Hacks
- microprocessor: this is a microprocessor we designed and implemented on a FPGA. I have written an assembler in Perl for this project. I also did most of the design of the processor. (actually, I have stolen a bunch of ideas from the sparc microprocessor.)
- segment detection: this is my thesis report. You can find a GPL implementation of the algorithm described in it there. It is about hardware-accelerated segment recognition in video streams.
Misc (very misc) Hacks
- science fiction: this is a paper on science fiction. French only.
- A fairy tale (fairy stupid though).
- CORBA <--> RMI bridge for an Echo interface. Code is free for you to use, reuse and play with.