Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sslivkoff/sslivkoff
https://github.com/sslivkoff/sslivkoff
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sslivkoff/sslivkoff
- Owner: sslivkoff
- Created: 2023-06-18T06:09:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:45:04.000Z (4 months ago)
- Last Synced: 2024-07-24T04:02:47.327Z (4 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hi I'm storm. here are some things I've worked on
### Crypto Research
- How to Raise the Gas Limit
- [Part 1: State Growth](https://www.paradigm.xyz/2024/03/how-to-raise-the-gas-limit-1)
- [Part 2: History Growth](https://www.paradigm.xyz/2024/05/how-to-raise-the-gas-limit-2)
- [State growth and the "Xen Problem"](https://twitter.com/notnotstorm/status/1778803270750023813)### Crypto Tooling
- [Check the Chain](https://github.com/checkthechain/checkthechain): EVM lib focused on data science and data engineering [docs](https://ctc.readthedocs.org/)
- [eth-abi-lite](https://github.com/sslivkoff/eth-abi-lite): lite fork of eth_abi to improve import speeds and remove external dependencies
- [Paradigm Data Portal](https://github.com/paradigmxyz/paradigm-data-portal): open source collection of crypto datasets [site](https://data.paradigm.xyz/)
- [flood](https://github.com/paradigmxyz/flood/): load testing tool for benchmarking RPC nodes [blog](https://www.paradigm.xyz/2023/06/flood)
- [cryo](https://github.com/paradigmxyz/cryo): ETL tool for extracting blockchain data [talk](https://www.youtube.com/watch?v=1DFxuspPE2g)
- [ultimate EVM tracing reference](https://github.com/paradigmxyz/ultimate_evm_tracing_reference): overview of tracing on EVM systems
- [etop](https://github.com/paradigmxyz/etop): realtime EVM chain monitoring in the terminal
- [Advent of Crypto Data](https://paradigmxyz.github.io/advent-of-crypto-data/): crypto data advent calendar
- [MESC](https://github.com/paradigmxyz/mesc): Multiple Endpoint Shared Configuration standard
- [spice](https://github.com/paradigmxyz/spice/): Simple client for extracting data from the Dune Analytics API### Neuroscience
- MILP for Experimental Design [site](https://www.cell.com/neuron/fulltext/S0896-6273(21)00119-7), [pdf](https://www.cell.com/action/showPdf?pii=S0896-6273%2821%2900119-7)
- PhD Thesis [pdf](https://digitalassets.lib.berkeley.edu/etd/ucb/text/Slivkoff_berkeley_0028E_19640.pdf)### Analysis Tools
- [Efficient Multitarget Ridge Regression](https://github.com/sslivkoff/regression_code)
- [MILP Bindings for Python](https://github.com/gallantlab/milp_experimental_design)### Python Libraries
- [toolstr](https://github.com/sslivkoff/toolstr): utilities for formatting `str`s
- [toolcli](https://github.com/sslivkoff/toolcli): toolcli for building modular CLI's on top of `argparse`
- [tooltime](https://github.com/sslivkoff/tooltime): utilities for managing timestamps, time ranges, durations, and frequencies
- [toolsql](https://github.com/sslivkoff/toolsql): universal sql interface for sync/async sqlite/postgres
- [toolcache](https://github.com/sslivkoff/toolcache): caching decorator that allows easy switching between disk vs memory caches### Other
- [langlang](https://github.com/sslivkoff/langlang): flashcard app for foreign language learning using public api's for translation and TTS
- [vim-scroll-barnacle](https://github.com/sslivkoff/vim-scroll-barnacle): scrollbar plugin for vim