Every tool, repo, and tutorial worth knowing. Nothing left out.
| # | Name | Description | Link |
|---|---|---|---|
| 01 | Official Docs | Complete CC documentation | code.claude.com/docs |
Every tool, repo, and tutorial worth knowing. Nothing left out.
| # | Name | Description | Link |
|---|---|---|---|
| 01 | Official Docs | Complete CC documentation | code.claude.com/docs |
| [build-system] | |
| requires = ["setuptools>=68"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "kvpass" | |
| version = "0.1.0" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "azure-identity>=1.16.0", |
| from math import log | |
| import requests | |
| import json | |
| import logging | |
| from requests.exceptions import ( | |
| ConnectionError, | |
| Timeout, | |
| RequestException, |
gh api repos/username/repo_name/branches/main/protection \
--method PUT \
--input - <<'JSON'
{
"required_status_checks": null,
"enforce_admins": true,
"required_pull_request_reviews": {
"dismiss_stale_reviews": false,
"require_code_owner_reviews": true,
| #!/bin/bash | |
| SERVER="192.168.10.211" | |
| TMPFILE=$(mktemp) | |
| showmount -e $SERVER > "$TMPFILE" | |
| echo "# ===============================" | |
| echo "# NFS mounts for $SERVER" | |
| echo "# ===============================" |
/port set usb1 baud-rate=4800 parity=none data-bits=8 stop-bits=1 flow-control=none
/system/gps set enabled=yes port=usb1 channel=0
| { | |
| "news_sites": [ | |
| "cnn.com", | |
| "bbc.com", | |
| "nytimes.com", | |
| "theguardian.com", | |
| "reuters.com", | |
| "bloomberg.com", | |
| "washingtonpost.com", | |
| "foxnews.com", |