Pinned Repositories
cbreakpoint
gdb breakpoints in python-scripts
commonso
example how to share cpp-files between cython modules
cpp2c
C-API wrappers for c++ interfaces
cykhash
cython wrapper for khash
cynamedtuple
fast and memory efficient namedtuple implementation
indirect_buffer
implements buffer protocol for indirect data layouts
pgu_64
Programming Ground Up for x86-64 architecture
qwixxmaster
command line qwixx game
solinks
collection of so questions
timeitcpp
c++ version of python's timeit-functionality
realead's Repositories
realead/pgu_64
Programming Ground Up for x86-64 architecture
realead/cykhash
cython wrapper for khash
realead/cynamedtuple
fast and memory efficient namedtuple implementation
realead/indirect_buffer
implements buffer protocol for indirect data layouts
realead/qwixxmaster
command line qwixx game
realead/solinks
collection of so questions
realead/cbreakpoint
gdb breakpoints in python-scripts
realead/commonso
example how to share cpp-files between cython modules
realead/memmeter
experiments with memory
realead/pyproj_maker
template for my python projects
realead/clj4ds
working through "Clojure for Data Science"
realead/codelinks
links to things about coding/programming I found interesting
realead/coutcatcher
catches things printed to C level stdout/stderr and makes them available to python/IPython
realead/cython
The most widely used Python to C compiler
realead/cythonexplorer
godbolt.org for cython
realead/cyvml
cython-wrapper for intel's vml
realead/eigency
Cython interface to Eigen library
realead/exetest
python framework for testing command line programs
realead/flutils2py
utils from foreign programming languages translated to python
realead/funperf
measuring performance of sin, cos, sinh, cosh and similar functions
realead/ilpbuilder
build ilp once, solve with different solvers
realead/np2ilp
a python framework for reducing np problems to ilps
realead/obsoletesource
a cython package with obsolete generated c-files
realead/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
realead/precsum
precise summation for floating-point arrays
realead/pyrosm
Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.
realead/scikit-learn
scikit-learn: machine learning in Python
realead/thinkstats-with-clj
my try to work through think stats using clojure
realead/turmlahnstein_backup
things that might get broken
realead/wurlitzer
Capture C-level stdout/stderr in Python