- alpine 3.17.1, 3.18, 3.19 and edge x86-64
- multiple linux kernels worked 6.1.8-lts w/zfs and 6.6.8-lts
- edge, testing apk repos enabled
These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.
- 🔴 Mandatory (for both beginners and intermediates)
- 🟩 For beginners
- 🟨 For intermediates
| package main | |
| import "fmt" | |
| type Update struct{} | |
| type Handler func(*Update) | |
| type Dispatcher struct { | |
| handlers []Handler | |
| } |
| const std = @import("std"); | |
| var gpa_instance: std.heap.GeneralPurposeAllocator(.{}) = .{}; | |
| const global_allocator = gpa_instance.allocator(); | |
| const S = struct { | |
| comptime gpa: std.mem.Allocator = global_allocator, | |
| x: i32, | |
| }; |
Homebrew makes it easy to install and keep installed software up to date on your Mac - as part of my backup routine for my Mac I want to be able to run a single command to reinstall all packages.
If you're searching on how to backup & restore Homebrew, then I assume you're here for the commands.
Brewfiles are files generated with definitions that Homebrew reads and processes, a generated
| const std = @import("std"); | |
| const mem = std.mem; | |
| const Foo = struct { | |
| string_bytes: std.ArrayListUnmanaged(u8), | |
| /// Key is string_bytes index. | |
| string_table: std.HashMapUnmanaged(u32, void, IndexContext, std.hash_map.default_max_load_percentage), | |
| }; | |
| const IndexContext = struct { |
| [nix-shell:~/Downloads/zig/build-release]$ ./zig build-exe test.zig -OReleaseFast | |
| [nix-shell:~/Downloads/zig/build-release]$ ls -hl ../lib/std/special/compiler_rt/udivmod{t,d}i4_test.zig test.zig | |
| -rw-r--r-- 1 andy users 1.9M May 10 21:29 ../lib/std/special/compiler_rt/udivmoddi4_test.zig | |
| -rw-r--r-- 1 andy users 9.8M May 10 21:29 ../lib/std/special/compiler_rt/udivmodti4_test.zig | |
| -rw-r--r-- 1 andy users 1.2K Jul 3 16:46 test.zig | |
| [nix-shell:~/Downloads/zig/build-release]$ ./test test.zig | |
| tokenizer: 25 MiB/s |
https://www.nerdfonts.com/font-downloads
The following solution thanks to @hackerzgz & @snacky101 will install all nerd fonts;
brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || trueThis page has been updated a lot in the past 3 years. Older revisions you might like more than this one:
- June 2021 - list of endpoints for other sports/leagues (i.e. nba, nhl, mlb)
- August 2021 - get historical fantasy league data
- September 2021 - list of endpoints in plain text
- May 2023 - collapsed endpoint response examples
- Mar 2025 - endpoint