13 packages
0b001-bar
[Registry](https://www.npmjs.com/package/0b001-bar)
camerahelperscattergl
scatergl with 2 extra methods for camera syncing across multiple
console.me.js
A package that allows you to console yourself for your tough day.
falcon2
falcon-vis
**`Github Pages`**
grid-assign
This repository is a simple and general API to use the Linear Assignment Problem Algorithm.
grid-assign-js
This repository is a simple and general API to use the Linear Assignment Problem Algorithm. It also has a much higher level grid assignment API that automatically generates the grids for the screen and assigns the points to the grids.
helpful-functions
This will be a npm package that I can install on any project that is a compilation of function or classes that I keep having to implement. This should save me some time in the future if I play my cards right.
js-grad
This is a javascript implementation of autodiff translated from micrograd by Adrej Karpathy. Then built upon this to build a torch like neural network composition
jsmergesort-donny
Testing the performance of my implementation of merge sort vs the native sort by javascript. The native sort uses insertion sort for length < 10 and uses quick sort for lists larger.