flowchart TD
Start([Wake up at 4:47 AM<br/>Exactly]) --> CheckMoon{Is the moon<br/>waning gibbous?}
CheckMoon -->|Yes| GoodStart[Excellent.<br/>Proceed.]
CheckMoon -->|No| Wait[Wait 24 hours<br/>Coffee requires<br/>proper lunar alignment]
Wait --> Start
GoodStart --> CheckBarometer{Barometric pressure<br/>between 30.2-30.4 inHg?}
CheckBarometer -->|No| Relocate[Drive to higher/lower<br/>elevation until pressure<br/>is optimal]
Relocate --> CheckBarometer
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 characters
| r""" | |
| A simple JSON / JSONLines to TOON Converter | |
| .------.. | |
| - - | |
| / \ | |
| / \ | |
| / .--._ .---. | | |
| | / -__- \ | | |
| | | | | |
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 characters
| CFLAGS= -O2 -Wall | |
| CC= gcc | |
| LDFLAGS= -lm |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 characters
| # /// script | |
| # requires-python = ">=3.7,<=3.11" | |
| # dependencies = [ | |
| # "langchain-groq >= 0.3.4", | |
| # "scrapegraphai >= 1.57.0", | |
| # ] | |
| # /// | |
| """ | |
| Simple recon script using scrapegraphai with Groq | |
| """ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 characters
| # /// script | |
| # requires-python = ">=3.7,<=3.11" | |
| # dependencies = [ | |
| # "azure-identity >= 1.2.1", | |
| # "openai >= 1.65.2", | |
| # ] | |
| # /// | |
| """ | |
| Quick 'n' dirty 'Ahoy!' demo with Azure OpenAI |
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 characters
| % This Prolog program is just a glorified database. | |
| % | |
| % "You use glorified to indicate that something is less important | |
| % or impressive than its name actually suggests." (Collins Dictionary) | |
| % | |
| % @author João Galego | |
| % | |
| % Facts (according to the Internet) | |
| glorified('Docker Image', tarball). |
NewerOlder