Skip to content

ianalloway/oss-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

oss-archive

Snapshots of Ian’s archived public GitHub repositories (migration 2026-04-02).

  • Layout: archive/<repository-name> = that repo’s default branch at archive time.
  • Browse: All branches

Index

Former repo Branch
allowayai archive/allowayai
allowayai-demo archive/allowayai-demo
assignment12-rmarkdown archive/assignment12-rmarkdown
awesome-sports-betting archive/awesome-sports-betting
backtest-report-gen archive/backtest-report-gen
closing-line-archive archive/closing-line-archive
code-stash archive/code-stash
deathcon-api archive/deathcon-api
friedman archive/friedman
lis4805 archive/lis4805
macos-disk-cleanup archive/macos-disk-cleanup
metric-regression-gate archive/metric-regression-gate
nba-clv-dashboard archive/nba-clv-dashboard
nba-edge archive/nba-edge
odds-cli archive/odds-cli
odds-drift-watch archive/odds-drift-watch
openclaw-patches archive/openclaw-patches
openclaw-skills archive/openclaw-skills
portfolio-ship-week archive/portfolio-ship-week
repo-health archive/repo-health
snake-game archive/snake-game
stock-sentiment-analyzer archive/stock-sentiment-analyzer
taskmaster archive/taskmaster
weather-dashboard-cli archive/weather-dashboard-cli

Restore a project

  1. Clone this repository:
git clone https://github.com/ianalloway/oss-archive.git
cd oss-archive
  1. Check out a frozen project branch:
git checkout archive/<repo-name>
  1. Optional: re-home the project into a fresh repo.
  • Simple path: create a new GitHub repo and push this checked-out branch.
  • Subtree path: import into another monorepo under a subdirectory:
git subtree add --prefix=apps/<repo-name> https://github.com/ianalloway/oss-archive.git archive/<repo-name>

About

Snapshots of archived public repos: one branch per project (archive/<repo>). Main branch is the index.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors