-
Porter stemming algorithm in Lua
This is an implementation of the Porter stemming algorithm in Lua. It uses the LPeg library.
-
MultiWiiCL
https://github.com/c—/MultiWiiCL This is a command line text based tool for configuring MultiWii. It also provides a full scripting environment for whatever fancy future use. I needed this because MultiWiiConf wouldn’t run at all on my old laptop and on my newer laptop it was really slow and too fat. I also wanted a way to […]
-
Arduino USB Linker
https://github.com/c—/ArduinoUSBLinker
-
SHA1 implemented in Lua
This is a SHA1 implementation for LuaJIT. Take a look at the source for example usage and documentation. The performance is decent considering this is written in a scripting language but I appreciate any ideas for improving the speed (loop unrolling?). In my benchmarks this version appears to be around 3.6 times slower than the […]
-
Easily build simonk firmware on Windows
This project is to make changing the simonk ESC firmware settings a little easier if you’re using Windows. This assumes you have downloaded the simonk firmware and have a directory with all the files in it. First download this zip and extract the two files inside in to your simonk directory. Now edit the “tgy.asm” […]
-
MultiWii 3D
https://github.com/c—/MultiWii3D MultiWii simonk reverse motor test (for inverted flight) This is my technique for making 3D props: First I get two pieces of wood and a C-clamp. Then I heat up one side of the prop with a heat gun set on low. It actually doesn’t take that much heat. I keep the gun about […]
-
Filesystem encryption for Android
I have compiled a static version of cryptsetup for Android that can be used to create encrypted partitions/filesystems. I actually compiled it on my phone as that was easier than cross-compiling due to cryptsetup’s numerous dependencies. It seems to work fine on my rooted HTC G2 running CyanogenMod 7.0.0. Even though it’s a static binary […]