-
-
Save andrewssobral/5ce5fafb2750d088b24121c43e32e5f2 to your computer and use it in GitHub Desktop.
Revisions
-
wilderlopes revised this gist
Nov 16, 2024 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,4 +28,7 @@ - [gptify: Convert code repos into an LLM prompt-friendly format](https://github.com/ogre-run/gptify) - `pip install gptify` - Go inside the project folder - `gptify .` - [nvtop: GPU & Accelerator process monitoring](https://github.com/Syllo/nvtop) - Follow link above for installation instructions - `nvtop` -
wilderlopes revised this gist
Nov 16, 2024 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,4 +24,8 @@ - Render your README.md file locally before pushing it to the repo - `pip install grip` - `cd my_project` - `grip README.md` - [gptify: Convert code repos into an LLM prompt-friendly format](https://github.com/ogre-run/gptify) - `pip install gptify` - Go inside the project folder - `gptify .` -
wilderlopes revised this gist
Nov 16, 2024 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,4 +19,9 @@ - Use case: Expose your local app to the internet - `brew install ngrok/ngrok/ngrok` - `ngrok config add-authtoken <TOKEN>` - Assuming your app is exposed on port 8080: `ngrok http http://localhost:8080` - [grip: Preview GitHub README.md files locally before committing them](https://github.com/joeyespo/grip) - Render your README.md file locally before pushing it to the repo - `pip install grip` - `cd my_project` - `grip README.md` -
wilderlopes revised this gist
Apr 23, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # List of terminal-based developer tools that deliver value in 30 seconds - [miniogre: from source code to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre) - `pip install miniogre` - Go to project folder - Run `miniogre run` -
wilderlopes revised this gist
Apr 23, 2024 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,9 @@ - [gource: Software version control visualization](https://github.com/acaudwell/Gource) - `brew install gource` - Go to git project folder - `gource` - [ngrok: Unified Ingress Platform for developers](https://ngrok.com/) - Use case: Expose your local app to the internet - `brew install ngrok/ngrok/ngrok` - `ngrok config add-authtoken <TOKEN>` - Assuming your app is exposed on port 8080: `ngrok http http://localhost:8080` -
wilderlopes revised this gist
Apr 20, 2024 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # List of terminal-based developer tools that deliver value in 30 seconds - [miniogre: from source to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre) - `pip install miniogre` - Go to project folder -
wilderlopes renamed this gist
Apr 20, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
wilderlopes created this gist
Apr 20, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ - [miniogre: from source to reproducible envionments, in seconds](https://github.com/ogre-run/miniogre) - `pip install miniogre` - Go to project folder - Run `miniogre run` - [freeze: generate images of code and terminal output](https://github.com/charmbracelet/freeze) - `brew install charmbracelet/tap/freeze` - `freeze --execute "ls -ltra"` - [uv: An extremely fast Python package installer and resolver, written in Rust](https://github.com/astral-sh/uv) - `pip install uv` - `uv venv` - `uv pip install torch` - [gource: Software version control visualization](https://github.com/acaudwell/Gource) - `brew install gource` - Go to git project folder - `gource`