An open API service indexing awesome lists of open source software.

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

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)