Highlights
- Pro
Pinned Loading
-
BeaconNotes
BeaconNotes PublicA quick proof-of-concept using a beacon to lock and unlock and application. A key-fob-like beacon could be used to ensure notes only authorized users are able to access application data.
Objective-C
-
git-scraper-extractor
git-scraper-extractor PublicPull out versions of specific files from a gitscraping repo into individual files.
Ruby 15
-
Download podcasts from an XML feed, ...
Download podcasts from an XML feed, transcribe them with whisper, and insert the data into a sqlite db. 1import feedparser
2import whisper
3import sqlite3
4import requests
5 -
faucet_finder
faucet_finder PublicUsing Datasette and CLIP embeddings to find similar faucets.
-
A script to generate a glossary of k...
A script to generate a glossary of key terms from your Jekyll posts. We're using DSPy to handle LLM interactions; it helps with boilerplate prompt context and parsing responses into Pydantic objects. To run this, put this script in a folder named 'scripts' (or whatever) in your Jekyll site directory. Then plug in your Anthropic API key (or point DSPy to the LLM endpoint of your choice). It will output a YAML file named 'glossary.yaml' to your '_data' directory. 1from pathlib import Path
2import re
3import dspy
4from typing import TypedDict, List
5import yaml
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.