- [jenni tapanila] https://www.suzi9mm.com/darker
- [steve diet goedde] https://www.stevedietgoedde.com/
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
| FILES=*.rst | |
| for f in $FILES | |
| do | |
| filename="${f%.*}" | |
| echo "Converting $f to $filename.md" | |
| `pandoc $f -f rst -t markdown -o $filename.md` | |
| done |
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
| import functools | |
| import typing | |
| # Use a conditional expression directly. | |
| # This evaluates to the function 'cache' itself, which the @ operator then calls. | |
| @ (functools.cache if not typing.TYPE_CHECKING else lambda f: f) | |
| def a(): | |
| print("Aaaa") | |
| a() # Prints "Aaaa" |
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.11" | |
| # dependencies = [ | |
| # "clientele", | |
| # "pydantic", | |
| # "ipython", | |
| # ] | |
| # /// |
Choose from PyCharm Dark+ Theme or Darcula PyCharm Theme.
- Adjust user settings
https://github.com/Alexey-T/CudaText
Go for aarch64 releases
cat > ~/Library/LaunchAgents/com.user.openwebui.plist <<'PLIST'
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>Label</key><string>com.user.openwebui</string>
<key>ProgramArguments</key><array>
<string>/Users/me/.local/share/uv/tools/open-webui/bin/open-webui</string>NewerOlder