Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schu/notebook
https://github.com/schu/notebook
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schu/notebook
- Owner: schu
- License: apache-2.0
- Created: 2024-02-10T18:27:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T16:02:55.000Z (3 months ago)
- Last Synced: 2024-08-09T17:47:49.842Z (3 months ago)
- Language: HTML
- Homepage: https://notebook.schu.io
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/xz-backdoor-CVE-2024-3094.md
Awesome Lists containing this project
README
# Notebook
My notebook.
Inspired by and adapted from Simon Willison:
* https://simonwillison.net/2020/Apr/20/self-rewriting-readme/
* https://github.com/simonw/til## Development
### Running locally
```
python build_database.py
./datasette-serve
```## Notes
11 notes so far.
## demo
* [Hello World](https://github.com/schu/notebook/blob/main/demo/hello-world.md) - 2024-02-12
## vim
* [Vim: `ModuleNotFoundError: No module named 'powerline'`](https://github.com/schu/notebook/blob/main/vim/vim-powerline-module-not-found-error.md) - 2024-02-13
## typst
* [Typst: hide footer page counter on some pages](https://github.com/schu/notebook/blob/main/typst/typst-hide-page-counter-on-some-pages.md) - 2024-02-14
## mssql
* [MSSQL to JSON export](https://github.com/schu/notebook/blob/main/mssql/mssql-to-json-export.md) - 2024-02-21
## git
* [Git post-receive hook for static site deployments](https://github.com/schu/notebook/blob/main/git/git-post-receive-hook.md) - 2024-02-28
## duckdb
* [DuckDB: aggregate multiple rows into a single JSON object](https://github.com/schu/notebook/blob/main/duckdb/duckdb-rows-to-json-aggregation.md) - 2024-02-29
* [DuckDB: `lag` preceding day](https://github.com/schu/notebook/blob/main/duckdb/duckdb-lag-preceding-day.md) - 2024-03-23
* [DuckDB: migrate data with multi-database support](https://github.com/schu/notebook/blob/main/duckdb/duckdb-migrate-data-with-multi-database-support.md) - 2024-03-24## javascript
* [JavaScript Cheatsheet](https://github.com/schu/notebook/blob/main/javascript/javascript-cheatsheet.md) - 2024-03-11
## security
* [Notes on the XZ backdoor (CVE-2024-3094)](https://github.com/schu/notebook/blob/main/security/xz-backdoor-CVE-2024-3094.md) - 2024-04-05
## macos
* [macOS: list allowed incoming connections](https://github.com/schu/notebook/blob/main/macos/macos-list-allowed-incoming-connections.md) - 2024-06-04