kimperator's Stars
archlinuxarm/PKGBUILDs
PKGBUILDs modified to build on Arch Linux ARM
kimperator/MologieDetours
Mologie Detours Version 2.0, 2011-06-24 Cross-platform x86, x86-64 detours Copyright (c) 2011 Oliver Kuckertz Licensed under the MIT license, http://www.opensource.org/licenses/mit-license.php
kimperator/TinySDGL
TinyGL 0.4 (c) 1997-2002 Fabrice Bellard. TinySDGL 0.5, 2005 a port to libSDL by Gerald Franz (gfz@o2online.de). General Description: -------------------- TinyGL is intended to be a very small implementation of a subset of OpenGL* for embedded systems or games. It is a software only implementation. Only the main OpenGL calls are implemented. All the calls I considered not important are simply *not implemented*. The main strength of TinyGL is that it is fast and simple because it has not to be exactly compatible with OpenGL. In particular, the texture mapping and the geometrical transformations are very fast.
theZiz/sparrow3d
a software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora
dkuwahara/OmegaBot
Clientless Diablo II Bot
kimperator/T-Rex
T-Rex is a minimalistic regular expression library written by Alberto Demichelis in ANSI C, supports the following POSIX expressions: ?,*,+,^,$,.,[a-b],() plus the perl style greedy closures {n} . It can be conditionally compiled to support 8-bits or 16-bits character strings.
kimperator/NinjectLib
N-InjectLib is a library written in C++ which allows for injecting dynamic link libraries into a remote (i.e. foreign) process. Two techniques are available to inject a dll: the target process can be started by using the library so the first dll loaded actually is the dll to be injected, or dlls can be injected anytime while the target process is running.
openwrt-zipit/openwrt-zipit
OpenWRT with basic support added for ZipIt Z2 handhelds
danielwaterworth/Butterfly
[DEPRECATED] Butterfly is a C library that implements a very simple 'dynamic' data-type. It could be used, for example, to manipulate JSON data from C. It is distributed under LGPL.
m-i-k-e-e/WifiPortalAutoLog
Auto connect on captive portal sample
ivanovic/Snes9x4P
Super Nintendo (SNES) emulator for the OpenPandora; derived from Snes9x4d (Dingoo) port.
juergenhoetzel/Lua-cURL
Lua-cURL is aiming for a full-fledged libcurl binding (easy/multi/share interface) to the functionality of Lua
aliang/notpoker
it's not poker i swear
kimperator/crul
Crul is an easy to use interface for using curl, it is also possible to use JsonRPC over HTTP with this library. For parsing Json and for dynamic types crul uses the Butterfly library.
kimperator/libDllLoader
Library for DLL Injection
kimperator/OmegaBot
Clientless Diablo II Bot
kimperator/regexp
C++ Regex Parser from jeff, extended for cmake usage
kimperator/Samen
Samen stands for Small Action ManagEr for wireless Networks It is a ultra small wpa_supplicant (wpa_cli) action handler.
kimperator/Butterfly
Butterfly is a C library that implements a very simple 'dynamic' data-type. It could be used, for example, to manipulate JSON data from C. It is distributed under LGPL.
kimperator/DllInjector
An Application for Injectoring DLLs into processes, uses libDllLoader
kimperator/libSendKeys
CMake Version of the great keyboard emulating Library from Elias Bachaalany. Added some functions for emulating mouse.
kimperator/cxxrul
Leightweigth easy to use curl c++ wrapper
kimperator/dotfiles
Configuration Files
kimperator/libUnicodeHelper
Some Unicode helper functions
kimperator/Lua-cURL
Lua-cURL is aiming for a full-fledged libcurl binding (easy/multi/share interface) to the functionality of Lua
kimperator/PKGBUILDs
PKGBUILDs to build Plugbox Linux for ARM, based on Arch Linux.
kimperator/plugapps_PKGBUILDs
Plugapps Pkgbuilds for Zipit Z2
kimperator/pyjsonrpc
pyjsonrpc is a extremely compact jsonrpc 2.0 library