- NYC
-
19:16
(UTC -05:00) - https://rocky.github.io
-
python-xdis Public
Python cross-version bytecode library and disassembler
-
pycolumnize Public
Python module to align a simple (not nested) list in columns. Adapted from the routine of the same name inside cmd.py
-
python-filecache Public
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.
-
-
python-uncompyle6 Public
A cross-version Python bytecode decompiler
-
emacs-test-simple Public
Unit tests for GNU emacs that work interactively and in batch
-
x-python Public
Forked from nedbat/byterunA Python implementation of the C Python Interpreter
-
python-decompile3 Public
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems
-
pytracer Public
Automatically exported from code.google.com/p/pytracer
-
shell-term-background Public
POSIX shell scripts to figure out if a terminal has a dark or light background
-
0x05-py-bytecode-workshop Public
This contains the workshop materials for the BSidesNYC 2025 workshop on Python Bytecode (October 18)
-
-
python-xasm Public
Python cross version bytecode/wordcode assembler
-
python-control-flow Public
Control-Flow, Dominator Tree, and dot output from Python bytecode
-
python-decompile-cfg Public
Python 3.8 ... 3.10 using true control-flow-graph analysis
-
pytest-trepan Public
pytest plugin to invoke the trepan debugger
-
-
-
elisp-bytecode Public
Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
-
vassar-cs331-lec10 Public
Compiler in OCaml for Dr. Gommerstadt's CS 331 compiler course at Vassar College
-
pygments4trepan-old Public
Pygments circa 2.0 for Python trepan debuggers from 3.2 and earlier
Python BSD 2-Clause "Simplified" License UpdatedDec 14, 2024 -
python-spark Public
An Earley-Algorithm Context-free grammar Parser Toolkit
-
Additional materials for BlackHat Asia 2024
-
python-term-background Public
Try to figure out if a terminal has a dark or light background (in Python)
-
pycdio Public
Python interface to the libcdio - the CD Input and Control library
-
-
DYLA10 Public
Paper given at DYLA 2010 : 4th Workshop on Dynamic Languages and Applications
TeX UpdatedNov 13, 2023 -
columnize Public
Arrange an array aligned in columns vertically or horizontally.
-
Perl-Array-Columnize Public
Display Arrays in nice columns. Port of Ruby Columnize
-
emacs-load-relative Public
Relative loads for Emacs Lisp files. Adds functions __FILE__ and load-relative and require-relative.