Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schu/notebook


https://github.com/schu/notebook

Last synced: 24 days ago
JSON representation

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