https://github.com/gpavanb1/toocooltocode
Markdown of ideas that can be coded but too busy
https://github.com/gpavanb1/toocooltocode
Last synced: 4 months ago
JSON representation
Markdown of ideas that can be coded but too busy
- Host: GitHub
- URL: https://github.com/gpavanb1/toocooltocode
- Owner: gpavanb1
- Created: 2020-05-28T19:28:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T11:30:07.000Z (over 5 years ago)
- Last Synced: 2025-10-20T13:55:35.688Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TooCoolToCode
Markdown of ideas that can be coded but too busy
## Adjoint-Based Interactive Simulations
Simulations are too expensive to calculate for every `onDrag` event.
Instead, [the adjoint](https://marcschwalbach.com/posts/2016/5/29/a-taste-of-adjoint-sensitivity-analysis) can be used to update a solution from `onRelease`
Note that this approximates only for a small range around it
## Automatic Data-Abstraction Layer Generation for Python
Similar to [sqlacodegen](https://github.com/agronholm/sqlacodegen) but for [pyDAL](https://github.com/web2py/pydal)