Skip to content

Instantly share code, notes, and snippets.

View WetHat's full-sized avatar
🏠
Working from home

Peter Ernst WetHat

🏠
Working from home
View GitHub Profile
@WetHat
WetHat / CL-Queues.ipynb
Last active July 22, 2024 17:43
Implementing the QUEUE abstract data type while exploring Common Lisp generic functions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / CL-PrettyPrintTableData.ipynb
Last active May 27, 2024 23:12
Pretty Print Table Data in Common Lisp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / CL-MethodCallSequence.ipynb
Last active February 20, 2020 17:16
Call sequence of Methods in Common Lisp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / CL-PrettyPrintTrees.ipynb
Last active September 29, 2023 00:53
Pretty Print Tree Data Structures in Common Lisp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-2dConvexHull.ipynb
Last active April 15, 2024 14:22
2d Convex Hull from a Point Cloud with Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-Drawing3D.ipynb
Last active May 31, 2024 13:08
Matplotlib: 3D Arrows and 3D Annotations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-ReduceSum.ipynb
Last active October 4, 2023 17:49
SymPy: Reducing Symbolic Sums Over Constants
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-BoxTree.ipynb
Last active July 27, 2022 20:25
A Partially Balanced Bounding Box Tree Implementation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-CircleFitting.ipynb
Last active May 6, 2024 13:34
Fitting a Circle to a 2d Point Cloud by Linear Least Squares
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@WetHat
WetHat / PY-EquationRegistry.ipynb
Last active July 27, 2022 20:25
A simple registry to manage and auto-number sympy math expressions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.