Skip to content

Instantly share code, notes, and snippets.

View garentyler's full-sized avatar

Garen Tyler garentyler

View GitHub Profile
@garentyler
garentyler / Cargo.toml
Created March 18, 2022 03:23
Math IA Graphing Program
[package]
name = "graphing"
version = "0.1.0"
edition = "2021"
[dependencies]
image = "*"
num-complex = "*"
rayon = "*"
serde = { version = "*", features = [ "derive" ] }
@garentyler
garentyler / gitea-migration.sh
Created July 8, 2024 23:46
Helper script to migrate from GitHub to self-hosted Gitea
#!/bin/bash
# Modified from https://dev.to/nicolasboyer/migrate-all-of-your-repos-from-github-to-gitea-3fk
# https://github.com/settings/tokens
GITHUB_USERNAME=
GITHUB_TOKEN=
# https://$GITEA_DOMAIN/user/settings/applications
GITEA_USERNAME=