Skip to content

Instantly share code, notes, and snippets.

View particle1331's full-sized avatar
🎯
Focusing

particle particle1331

🎯
Focusing
View GitHub Profile
@particle1331
particle1331 / normcore-llm.md
Created August 22, 2023 14:35 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@particle1331
particle1331 / Makefile
Created February 15, 2023 19:20 — forked from lumengxi/Makefile
Makefile for Python projects
.PHONY: clean-pyc clean-build docs clean
define BROWSER_PYSCRIPT
import os, webbrowser, sys
try:
from urllib import pathname2url
except:
from urllib.request import pathname2url
webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1])))
endef