Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by rocky
A curated list of projects in awesome lists by rocky .
https://github.com/rocky/python-uncompyle6
A cross-version Python bytecode decompiler
Last synced: 17 Dec 2024
https://github.com/rocky/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
Last synced: 18 Dec 2024
https://github.com/rocky/python-xdis
Python cross-version bytecode library and disassembler
bytecode cross-platform disassembler python-library
Last synced: 22 Dec 2024
https://github.com/rocky/elisp-bytecode
Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
bytecode decompiler elisp gnu-emacs
Last synced: 09 Nov 2024
https://github.com/rocky/python-xasm
Python cross version bytecode/wordcode assembler
Last synced: 18 Dec 2024
https://github.com/rocky/x-python
A Python implementation of the C Python Interpreter
Last synced: 05 Nov 2024
https://github.com/rocky/python-control-flow
Control-Flow, Dominator Tree, and dot output from Python bytecode
Last synced: 18 Nov 2024
https://github.com/rocky/python-spark
An Earley-Algorithm Context-free grammar Parser Toolkit
Last synced: 21 Dec 2024
https://github.com/rocky/go-fish
A simple go REPL building on top of the go-interactive expression evaluator
Last synced: 09 Nov 2024
https://github.com/rocky/columnize
Arrange an array aligned in columns vertically or horizontally.
Last synced: 20 Dec 2024
https://github.com/rocky/shell-term-background
POSIX shell scripts to figure out if a terminal has a dark or light background
Last synced: 17 Dec 2024
https://github.com/rocky/emacs-load-relative
Relative loads for Emacs Lisp files. Adds functions __FILE__ and load-relative and require-relative.
Last synced: 09 Nov 2024
https://github.com/rocky/elisp-decompile
Emacs Lisp Decompiler
bytecode compiler debugging-tool decompile elisp emacs-lisp lap
Last synced: 09 Nov 2024
https://github.com/rocky/emacs-test-simple
Unit tests for GNU emacs that work interactively and in batch
Last synced: 09 Nov 2024
https://github.com/rocky/rb-threadframe
Frame introspection in Ruby 2.1.5, 1.9.3 and 1.9.2
Last synced: 09 Nov 2024
https://github.com/rocky/trepanjs
A more gdb-like debugger for nodejs. In style of the trepan family of debuggers.
Last synced: 09 Nov 2024
https://github.com/rocky/pycolumnize
Python module to align a simple (not nested) list in columns. Adapted from the routine of the same name inside cmd.py
Last synced: 18 Nov 2024
https://github.com/rocky/rbx-trepanning
Ruby debugger for Rubinius 2.0x. See also rb-trepanning
Last synced: 09 Nov 2024
https://github.com/rocky/ipython-trepan
Add ipython magic to call python trepan
Last synced: 09 Nov 2024
https://github.com/rocky/emacs-loc-changes
Emacs package to help users and programs keep track of positions even after buffer changes.
Last synced: 09 Nov 2024
https://github.com/rocky/solc-lsp
LSP functions for solidity using solc's AST
Last synced: 09 Nov 2024
https://github.com/rocky/pytest-trepan
pytest plugin to invoke the trepan debugger
Last synced: 09 Nov 2024
https://github.com/rocky/python2ruby
A real hacky way to convert between Python and Ruby
Last synced: 09 Nov 2024
https://github.com/rocky/go-eval
Fork of 0xfaded/go-eval before API change that broke ssa-interp. This is temporary until ssa-interp is fixed properly.
Last synced: 09 Nov 2024
https://github.com/rocky/solc-vscode
Microsoft LSP functions VSCode extension for Solidity
Last synced: 09 Nov 2024
https://github.com/rocky/emacs-test-unit
Simple Emacs Test/Unit framework (but see also emacs-test-simple)
Last synced: 09 Nov 2024
https://github.com/rocky/decompile-2.4
Python decompiler for Python 1.5-2.4 (for historical archive)
Last synced: 09 Nov 2024
https://github.com/rocky/p5-term-readline-perl5
A Perl5 implementation GNU Readline
Last synced: 09 Nov 2024
https://github.com/rocky/rbx-require-relative
Ruby 1.9's require_relative for rubinius and MRI 1.8. Compatibility on 1.9..2
Last synced: 09 Nov 2024
https://github.com/rocky/python-filecache
module for Python module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
Last synced: 09 Nov 2024
https://github.com/rocky/python-loctraceback
Python 3.6 API traceback module adding in fragment decomplation info for more precise location information
Last synced: 09 Nov 2024
https://github.com/rocky/linecache
Read and cache Ruby source-code file information
Last synced: 09 Nov 2024
https://github.com/rocky/rb-parsetree19
C Extension to support ParseTree for Ruby 1.9
Last synced: 09 Nov 2024
https://github.com/rocky/perl-array-columnize
Display Arrays in nice columns. Port of Ruby Columnize
Last synced: 09 Nov 2024
https://github.com/rocky/pytracer
Automatically exported from code.google.com/p/pytracer
Last synced: 09 Nov 2024
https://github.com/rocky/python-deparse
deparse fragments of python code (via uncompyle)
Last synced: 09 Nov 2024
https://github.com/rocky/go-importer
Freeze save code.google.com/p/go.tools/importer before API changed and broke go-fish
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-shell
Adds an Interactive Shell to Devel::Trepan
Last synced: 09 Nov 2024
https://github.com/rocky/go-types
Freeze save code.google.com/p/go.tools/go/types before API changed and broke go-fish
Last synced: 09 Nov 2024
https://github.com/rocky/klondike
A slightly less lame version of gnome-games klondike solitaire program
Last synced: 09 Nov 2024
https://github.com/rocky/ps-watcher
Rewrite of sourceforge ps-watcher in Ruby
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-tty
Remote debugging support via pseudo ttys
Last synced: 09 Nov 2024
https://github.com/rocky/perl-syntax
Perl module for syntax checking a string or Perl file. Like perl -c, but with more control over output
Last synced: 09 Nov 2024
https://github.com/rocky/mult-by-constants
Code, library, and tables to search for optimal sequences of shift, adds, and subtracts to multiply by a constant.
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-disassemble
Adds "disassemble" command to Perl-Devel-Trepan
Last synced: 09 Nov 2024
https://github.com/rocky/perl-b-codelines
List executable lines of a Perl program
Last synced: 09 Nov 2024
https://github.com/rocky/go-loader
fork of "experimental" loader which breaks our code too much can causes too much unappreciated reworking.
Last synced: 09 Nov 2024
https://github.com/rocky/pygtk3-pstree
GNU/Linux process tree animation in real time using PyGTK
Last synced: 09 Nov 2024
https://github.com/rocky/p5-b-deparsetree
Perl's B::Deparse saving OP Tree Information and text fragments accessible by OP address
Last synced: 09 Nov 2024
https://github.com/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
Last synced: 09 Nov 2024
https://github.com/rocky/perl-task-trepan
A Perl task to get the most out of Devel::Trepan
Last synced: 09 Nov 2024
https://github.com/rocky/irb-method-capture
Save module, methods and classes in irb exactly the way you entered them
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-bwprocessor
Bullwinkle Protocol Processor for Devel::Trepan - useful for front-ends controlling Devel::Trepan
Last synced: 09 Nov 2024
https://github.com/rocky/p5-devel-trepan-deparse
Adds a "deparse" command to Devel::Trepan
Last synced: 09 Nov 2024
https://github.com/rocky/go-gcimporter
Freeze save code.google.com/p/go.tools/go/gcimporter before API changed and broke go-fish
Last synced: 09 Nov 2024
https://github.com/rocky/go-columnize
A Go module to format a simple (i.e. not nested) list into aligned columns.
Last synced: 09 Nov 2024
https://github.com/rocky/p5-lead-sentence
Find leading sentence in some text
Last synced: 09 Nov 2024
https://github.com/rocky/p5-term-readline-perl5-demo
Shell for learning and experimenting with Term::ReadLine::Perl5
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-psh
Devel::Trepan plugin to add an interactive shell via "psh"
Last synced: 09 Nov 2024
https://github.com/rocky/python-dtraceback
Python sys.traceback with deparsing for location
Last synced: 09 Nov 2024
https://github.com/rocky/ruby19-headers
Additional Ruby 1.9 headers for introspection (rb-threadframe, rb-parsetree19)
Last synced: 09 Nov 2024
https://github.com/rocky/python-term-background
Try to figure out if a terminal has a dark or light background (in Python)
Last synced: 09 Nov 2024
https://github.com/rocky/go-exact
"golang.org/x/tools/go/exact" before that broke
Last synced: 09 Nov 2024
https://github.com/rocky/pyimport-relative
Automatically exported from code.google.com/p/pyimport-relative
Last synced: 09 Nov 2024
https://github.com/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
Last synced: 09 Nov 2024
https://github.com/rocky/perl-devel-trepan-watchvar
Devel::Trepan variable watch plugin for via Variable::Magic
Last synced: 09 Nov 2024
https://github.com/rocky/blackhat-asia-2024-additional
Additional materials for BlackHat Asia 2024
Last synced: 09 Nov 2024
https://github.com/rocky/rb-linecache2
LineCache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times.
Last synced: 09 Nov 2024
https://github.com/rocky/elisp-node-inspector
Hooking up "node --inspect" with emacs
Last synced: 09 Nov 2024
https://github.com/rocky/dyla10
Paper given at DYLA 2010 : 4th Workshop on Dynamic Languages and Applications
Last synced: 09 Nov 2024
https://github.com/rocky/ethereum-analyzer-suites-runner
Old SmartContractSecurity runner code
Last synced: 09 Nov 2024