This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env -S uv --quiet run --script | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [] | |
| # /// | |
| """ | |
| Claude Code Session Export Tool | |
| Exports Claude Code sessions to structured output directories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://github.com/ThePrimeagen/vim-with-me/blob/ed0c65594a6a0f5f98f8fbb69c5c44633846ec70/pkg/assert/assert.go | |
| package assert | |
| import ( | |
| "log" | |
| "log/slog" | |
| ) | |
| var assertData map[string]any = map[string]any{} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # UV Package Manager Cheatsheet | |
| ## Core Commands | |
| ### Installation and Setup | |
| ```bash | |
| # Install uv | |
| curl -LsSf https://astral.sh/uv/install.sh | sh | |
| # Setup Python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type":"Pancreatic", | |
| "gse":"16515", | |
| "gse_url":"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE16515", | |
| "platform":"570", | |
| "gpl_url":"/data/cumida/Genes/GSEsBruno/GPLs/GPL570_limpo.txt.gz", | |
| "samples":51, | |
| "genes":54676, | |
| "classes":2, |