rocky
I specialize in debuggers, high-level bytecode decompilation, and compilers. Private consulting is available. rates: $150/30 minutes; $250/60 minutes
Crunch.ioNYC
Pinned Repositories
mathics-core
An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
realgud
The Grand "Cathedral" Debugger rewrite
elisp-bytecode
Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
python-decompile3
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems
python-uncompyle6
A cross-version Python bytecode decompiler
python-xasm
Python cross version bytecode/wordcode assembler
python-xdis
Python cross-version bytecode library and disassembler
x-python
A Python implementation of the C Python Interpreter
remake
Enhanced GNU Make - tracing, error reporting, debugging, profiling and more
zshdb
gdb-like "trepan" debugger for zsh
rocky's Repositories
rocky/go-fish
A simple go REPL building on top of the go-interactive expression evaluator
rocky/ssa-interp
A Go SSA Debugger and Interpreter
rocky/rb-threadframe
Frame introspection in Ruby 2.1.5, 1.9.3 and 1.9.2
rocky/python2ruby
A real hacky way to convert between Python and Ruby
rocky/linecache
Read and cache Ruby source-code file information
rocky/python-deparse
deparse fragments of python code (via uncompyle)
rocky/rb-trace
Ruby trace hook enhancements
rocky/go
Common Go code.
rocky/go-types
Freeze save code.google.com/p/go.tools/go/types before API changed and broke go-fish
rocky/p5-B-DeparseTree
Perl's B::Deparse saving OP Tree Information and text fragments accessible by OP address
rocky/Perl-Devel-Trepan-Shell
Adds an Interactive Shell to Devel::Trepan
rocky/Perl-Syntax
Perl module for syntax checking a string or Perl file. Like perl -c, but with more control over output
rocky/emacs.d-modes
My customized emacs.d modes
rocky/go-astutil
Copy of golang.org/x/tools/astutil. It is a pity one has to resort to tricks like this, but one can't rely on golang.org/x/tools/astutil, what it was called before or is called now or (possibly) the API
rocky/go-columnize
A Go module to format a simple (i.e. not nested) list into aligned columns.
rocky/go-gcimporter
Freeze save code.google.com/p/go.tools/go/gcimporter before API changed and broke go-fish
rocky/go-loader
fork of "experimental" loader which breaks our code too much can causes too much unappreciated reworking.
rocky/p5-lead-sentence
Find leading sentence in some text
rocky/p5-Term-ReadLine-Perl5-Demo
Shell for learning and experimenting with Term::ReadLine::Perl5
rocky/Perl-B-CodeLines
List executable lines of a Perl program
rocky/Perl-Device-Cdio
Perl bindings for libcdio
rocky/pygtk3-pstree
GNU/Linux process tree animation in real time using PyGTK
rocky/python-dtraceback
Python sys.traceback with deparsing for location
rocky/python-perl-translations
rocky/um
Universal machine
rocky/byebug
Debugging in Ruby 2
rocky/eval
rocky/go-buildutil
Copy of golang.org/x/tools/buildutil. It is a pity one has to resort to tricks like this, but one can't rely on golang.org/x/tools/astutil, what it was called before or is called now or (possibly) the API
rocky/go-exact
"golang.org/x/tools/go/exact" before that broke
rocky/pyimport-relative
Automatically exported from code.google.com/p/pyimport-relative