#Oh My Zsh - Git Cheat Sheet
g
– git
gst
– git status
gl
– git pull
gup
– git pull --rebase
#!/usr/bin/env python3 | |
# Install | |
# 1. Install dependency: `pip3 install --user pyicloud` | |
# 2. Sign in to iCloud: `icloud --username [email protected]` | |
# 3. Copy file to somewhere in your `PATH` | |
# 4. Add `alias icloud-download="[email protected] icloud-download"` | |
# to ~/.profile or ~/.bashrc, etc | |
# 5. Use via eg. `icloud-download Documents/folder` | |
# which will download `folder` to your current directory |
#! uv -n run | |
# /// script | |
# requires-python = ">=3.12" | |
# dependencies = [ | |
# "draive[gemini]~=0.49.1", | |
# ] | |
# /// | |
from asyncio import run |
//ddcutil version | |
"custom/brightness": { | |
"format": "{icon} {percentage}%", | |
"format-icons": ["\uDB80\uDCDE", "\uDB80\uDCDF", "\uDB80\uDCE0"], | |
"return-type": "json", | |
"exec": "ddcutil --bus 7 getvcp 10 | grep -oP 'current.*?=\\s*\\K[0-9]+' | { read x; echo '{\"percentage\":'${x}'}'; }", | |
"on-scroll-up": "ddcutil --noverify --bus 7 setvcp 10 + 10", | |
"on-scroll-down": "ddcutil --noverify --bus 7 setvcp 10 - 10", | |
"on-click": "ddcutil --noverify --bus 7 setvcp 10 0", | |
"on-click-right": "ddcutil --noverify --bus 7 setvcp 10 100", |
#Oh My Zsh - Git Cheat Sheet
g
– git
gst
– git status
gl
– git pull
gup
– git pull --rebase
var mediaJSON = { "categories" : [ { "name" : "Movies", | |
"videos" : [ | |
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org", | |
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ], | |
"subtitle" : "By Blender Foundation", | |
"thumb" : "images/BigBuckBunny.jpg", | |
"title" : "Big Buck Bunny" | |
}, | |
{ "description" : "The first Blender Open Movie from 2006", | |
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ], |
# SPARC Agentic Development Rules | |
Core Philosophy | |
1. Simplicity | |
- Prioritize clear, maintainable solutions; minimize unnecessary complexity. | |
2. Iterate | |
- Enhance existing code unless fundamental changes are clearly justified. |
See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
Guide updated to use the official installation .iso from Microsoft, which finally became available in Dec. 2024! For the VHDX disk image based guide check an earlier version of this gist.
When following this guide on a host not capable of aarch64 virtualization, replace -cpu host -accel kvm
with -cpu max
.
qemu-img create -f qcow2 win11.qcow2 25G
Step-by-step instructions for installing XAMPP, configuring paths, and installing Composer on macOS: