Skip to content

Instantly share code, notes, and snippets.

View Kabilan108's full-sized avatar

Tony Kabilan Okeke Kabilan108

View GitHub Profile
@Kabilan108
Kabilan108 / export-cc-trace
Created January 31, 2026 23:58
Claude Code Session Export Tool (cctrace)
#!/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.
// 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{}
# UV Package Manager Cheatsheet
## Core Commands
### Installation and Setup
```bash
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Setup Python
@Kabilan108
Kabilan108 / cumida.json
Last active November 17, 2022 03:39
Index of datasets available via the Curated Microarray Database
[
{
"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,