-
Joint Quantum Institute
- Maryland
Popular repositories
-
inotify_simple
A simple Python wrapper around inotify. No fancy bells and whistles, just a literal wrapper with ctypes.
-
git_nautilus_icons
A nautilus Python extension to overlay icons on files in git repositories
-
interminal
Utility to run a command in a graphical terminal emulator
Python 1
-
gil_load
Utility for measuring the fraction of time the CPython GIL is held
Python 1
-
pulseaudio
Forked from pulseaudio/pulseaudio
Mirror of the PulseAudio sound server (for bug reports and pull requests go to the website!)
C
-
pandas
Forked from pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Python
46 contributions in the last year
Contribution activity
August 2017
Fails to import packages
Example:
main.py
some_shitty_package/ __init__.py
# main.py
import fuckit
module = fuckit('some_shitty_package')
print(module.x)
# __init__.py
x = 7