Pinned Repositories
bindiff-ruby
A binary diff utility for patch analysis that uses Immunity Debugger(python plug-in in here as well)
chromiumKludge
A kludgy workaround to get chromium to redraw when I switch workspaces.
dc20
A slightly stripped down version of RID (an exercise in learning python C-Types...some of it is a little rushed/sloppy) and a stripped down version of a function level encoder engine for C.
django-orm-pygi
A simple widget to configure the django ORM for use within a pygi app
fisticuffs
A growing implementation of a cloned game with simple game logic. There's a Trello board if you want to see what parts I'm working to advance.
infosecinstitute-tutorial
self-modifying-code
lenstoggle
An Ubuntu - Unity lens toggler in python with Gtk3. I'll add the soft-links in /bin to the deb if I can get launchpad to accept it. For now, just run gksu python LensToggle.py
ODA
An open source alternative to IDA. While it's nowhere near feature competitive or feature complete, someone had to start it somewhere...
pandastalib
A wrapper for a wrapper. Wraps the talib python wrapper in another layer, so you essentially just throw a Pandas Series/DataFrame at any particular talib function. The function gets precomputed and saved. Additional moving parts will let you select precomputes to join in to frames based on constraints in order to examine things. I'm only targeting python3. Dependencies are easily installable with conda.
pyStockCharts
Hopefully a pure python strategy regression testing suite you can use as classes or from the command line with a pygi(non-pure-python) gui or django gui. Haven't decided on the end-game for that last bit yet...
aking1012's Repositories
aking1012/dc20
A slightly stripped down version of RID (an exercise in learning python C-Types...some of it is a little rushed/sloppy) and a stripped down version of a function level encoder engine for C.
aking1012/ODA
An open source alternative to IDA. While it's nowhere near feature competitive or feature complete, someone had to start it somewhere...
aking1012/lenstoggle
An Ubuntu - Unity lens toggler in python with Gtk3. I'll add the soft-links in /bin to the deb if I can get launchpad to accept it. For now, just run gksu python LensToggle.py
aking1012/pandastalib
A wrapper for a wrapper. Wraps the talib python wrapper in another layer, so you essentially just throw a Pandas Series/DataFrame at any particular talib function. The function gets precomputed and saved. Additional moving parts will let you select precomputes to join in to frames based on constraints in order to examine things. I'm only targeting python3. Dependencies are easily installable with conda.
aking1012/infosecinstitute-tutorial
self-modifying-code
aking1012/bindiff-ruby
A binary diff utility for patch analysis that uses Immunity Debugger(python plug-in in here as well)
aking1012/chromiumKludge
A kludgy workaround to get chromium to redraw when I switch workspaces.
aking1012/django-orm-pygi
A simple widget to configure the django ORM for use within a pygi app
aking1012/fisticuffs
A growing implementation of a cloned game with simple game logic. There's a Trello board if you want to see what parts I'm working to advance.
aking1012/pyStockCharts
Hopefully a pure python strategy regression testing suite you can use as classes or from the command line with a pygi(non-pure-python) gui or django gui. Haven't decided on the end-game for that last bit yet...
aking1012/stackChat
A stackexchange chat to xmpp bridge I'm working on so you can see stack rooms in gchat
aking1012/torrentWidget
A desktop widget for transmission
aking1012/pygi-Hexed-wiget
Hex editor widget for pygi.
aking1012/GoNative
Still in development. .o with no includes that tries to incorporate some of the useful windows APIs
aking1012/GtkPyInterpreter
Simple interactive Python interpreter for Gtk3/Python.
aking1012/pyeggtut
Simplest useful python egg tutorial I could come up with
aking1012/python3-distorm3
Minor patches to the distorm setup.py and __init__.py files to make them sort of work with python3
aking1012/python3-stockdbsync
A simple python package to sync a local postgres database to the yahoo stock information database.
aking1012/usb-hd-backup
A utility I wrote for myself to do depsolving on if I already backed something up, even if the folder tree is different and more organized on external storage.
aking1012/keybinder
``keybinder`` is a library for registering global key bindings, for gtk-based applications. Python bindings included.
aking1012/nc111nt
Modified makefile so it cross-compiles properly with mingw32 Note:Does have gaping security hole option enabled
aking1012/pandas-datareader
aking1012/python-magic
A python wrapper for libmagic
aking1012/sanic-url-shortener
Example of how to use Sanic and asyncpg
aking1012/ToyASMConvert
Small pyGTK app to translate Intel to AT&T and shellcode to Intel or AT&T. Requires objdump and nasm.
aking1012/w3af
w3af: web application attack and audit framework, the open source web vulnerability scanner.
aking1012/xdot.py
Graphviz rendering component for PyGTK+, fork of https://code.google.com/p/jrfonseca.xdot/
aking1012/YahooCsvApi
A python adapter to easily work with the Yahoo CSV API