Skip to content

Instantly share code, notes, and snippets.

View am1006's full-sized avatar
🎯
Focusing

Leo am1006

🎯
Focusing
View GitHub Profile
@am1006
am1006 / README.md
Created August 1, 2024 00:31 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@am1006
am1006 / Mise_Over_Pyenv.md
Created June 23, 2024 05:24 — forked from AntonFriberg/README.md
Multiple Python Installations on Linux Using Mise-en-Place (an asdf rust clone)

Multiple Python Installations on Linux Using Mise

Note: Mise was previously called RTX

I have tried a lot different ways of managing multiple Python versions on different Linux systems.

  • pyenv
    • Uses shims which is confusing, especially for new users
  • Compiling from source
@am1006
am1006 / gist:01d9f87f1dee51ac7efd68950b12ad35
Created June 27, 2021 13:55 — forked from jimbojsb/gist:1630790
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: