Commit Graph

81 Commits (255361609e07ad400362e479f72d95cc598e429c)
 

Author SHA1 Message Date
neingeist 255361609e → mem-profile/
neingeist c8e9042081 → logging/
neingeist f87c49e6db → func-annotations/
neingeist 46e9542152 → least-squares/
neingeist a3a874f935 → newtons-method/
neingeist 4d436f61a9 → sympy/
neingeist 0d29e43c23 → sudoku/
neingeist 1b2357b4aa → mapreduce/
neingeist 9628bab500 → hth/
neingeist 48738e4206 → json-memoize/
neingeist 8b2473e5c8 → doctest/
neingeist 130e7c57fd → context-managerscontext-managers/
neingeist 7e7cc8e462 → test-swig/
neingeist b86343e650 → knights-tour/
neingeist bfe4784373 → n-queens/
neingeist 8eee886417 → attributes/
neingeist 8ee526f85b → anki-sin-cos/
neingeist 350891a6fa → async/
neingeist 550e859c51 → abc/
neingeist ee15046453 → cython/
neingeist 23779d4af2 → colorama/
neingeist 62e2cd96cb → convex-hull/
neingeist 061f188464 → test-swig/
neingeist 4a95d0ae17 qt5-qwebview.py
neingeist 806593afa1 add rest-client-yts.py
neingeist 569e9653ff add async-fac1.py
neingeist 4c71aa0cbd add sympy.ipynb
neingeist 8f12a6b88c add trickyscope.py
neingeist 99af24ce61 add logging test
neingeist 7387443a80 add getattr/setattr test
neingeist 3bd8bfa367 add pypeg2 example
neingeist cff1581c4e more IDEAS
neingeist 397ad2056e Test memory_profiler
neingeist 7742172968 add hth
neingeist 26f5113e68 add knight's tour
neingeist 7ee2c4ad8f n-queens: use list comprehension instead of for loop
neingeist a4249017c0 n-queens: Place n queens on a n×n chess board
neingeist 2172b8e7b7 sudoku: use a dot for missing numbers
neingeist a1bd9f4215 add a backtracking sudoku solver
neingeist 6914d483a1 Newton's method
neingeist b75d48cff9 map and multiple lists
neingeist b0a1db1eed play around with pickle
neingeist 70ce7ab948 play around with cython
neingeist fa17225d95 fixup docstrings
neingeist c6afbfc820 fix whitespace a little
neingeist ac7c65e29f write pretty json output
neingeist 348f512058 support multiple functions sharing the same json memo file
neingeist 2df28f7f14 .gitignore json_memoize tmp files
neingeist 30be337d51 remove debugging output
neingeist 3dc5974023 PyCharm: ignore .idea/workspace.xml