|
You are here |
wpsoftware.net | ||
| | | | |
hjr265.me
|
|
| | | | | Git has this great feature that I think is well-known but under-used. I am talking about Git hooks. With Git hooks, you can run scripts during different Git actions. Like this one: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/sh GOFILES=`git diff --name-only --cached | grep -e '.go$' | grep -ve 'vendor/'` UNFMTFILES=() for f in $GOFILES; do if [ -n "`gofmt -l -s . | |
| | | | |
leejo.github.io
|
|
| | | | | [AI summary] The page lists links to a developer's talks and blog articles about Perl programming along with hostnames for various code-related announcements. | |
| | | | |
mazzo.li
|
|
| | | | | [AI summary] A writer shares about open-sourcing TernFS, a distributed filesystem they developed over a year and a half, highlighting the project's growth from prototype to production use. | |
| | | | |
gist.github.com
|
|
| | | simple left joins. GitHub Gist: instantly share code, notes, and snippets. | ||