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 February 23, 2023 06:21
Implementing the QUEUE abstract data type while exploring Common Lisp generic functions.
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 April 11, 2023 04:35
Pretty Print Table Data in Common Lisp
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
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
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
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 March 14, 2024 10:10
Matplotlib: 3D Arrows and 3D Annotations
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
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
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 24, 2023 13:31
Fitting a Circle to a 2d Point Cloud by Linear Least Squares
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.