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
| /- | |
| This file was generated by Aristotle. | |
| Lean version: leanprover/lean4:v4.24.0 | |
| Mathlib version: f897ebcf72cd16f89ab4577d0c826cd14afaafc7 | |
| This project request had uuid: a1c7c561-6dc8-41fd-b0b2-72ead2fe9b02 | |
| -/ | |
| /- | |
| We model the decision problem facing Edmond Dantès in The Count of Monte Cristo. We define two actions: `Vengeance` and `Forgiveness`. We assign utility values to the outcomes based on justice, inner peace, and love. We then prove that `Vengeance` is not the optimal action, as `Forgiveness` yields a higher utility. |
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.10" | |
| # dependencies = [ | |
| # "aristotlelib >= 0.6.0", | |
| # ] | |
| # /// | |
| r""" | |
| Fill sorries and prove theorems using Aristotle by Harmonic 🏛️🦉🏺 |
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.10" | |
| # dependencies = [ | |
| # "pygame >= 2.6.1", | |
| # ] | |
| # /// | |
| """ | |
| An escape game where the player avoids enemies with flocking behavior and collects items. | |
| Enemies exhibit herd behavior (separation, alignment, cohesion). |
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.
NewerOlder