For human contributors: See README.md for getting started guide.
This project uses a 3-entity collaboration pattern between Human, Droid Assistant, and Droid Exec.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| DOMAIN="${1:-example.com}" | |
| RELEASE="${CC_RELEASE:-cc-main-2026-jan-feb-mar}" | |
| CACHE="${HOME}/.cache/cc-backlinks/${RELEASE}" | |
| BASE="https://data.commoncrawl.org/projects/hyperlinkgraph/${RELEASE}/domain" | |
| VERTICES="${CACHE}/domain-vertices.txt.gz" | |
| EDGES="${CACHE}/domain-edges.txt.gz" |
| #!/usr/bin/env bash | |
| # Default values for percentages | |
| DEFAULT_WIRED_LIMIT_PERCENT=85 | |
| DEFAULT_WIRED_LWM_PERCENT=75 | |
| # Read input parameters or use default values | |
| WIRED_LIMIT_PERCENT=${1:-$DEFAULT_WIRED_LIMIT_PERCENT} | |
| WIRED_LWM_PERCENT=${2:-$DEFAULT_WIRED_LWM_PERCENT} |
| import SwiftUI | |
| import CoreMotion | |
| // Main View | |
| struct AppleLogoWithRgbOffset: View { | |
| // Initiate and pass a motion manager instance as | |
| // an enviromental dependency when you initilize this view | |
| @EnvironmentObject var motion: MotionManager | |
| import SwiftUI | |
| import CoreMotion | |
| // Main View | |
| struct AppleLogoWithRgbOffset: View { | |
| // Initiate and pass a motion manager instance as | |
| // an enviromental dependency when you initilize this view | |
| @EnvironmentObject var motion: MotionManager | |
| // | |
| // BookFlip3D - Framer Component | |
| // Date - 6 Jan, 2024 | |
| // Credits - | |
| // Author: [realvjy](https://vjy.me), | |
| // Twitter: [@realvjy](https://x.com/realvjy) | |
| import { addPropertyControls, ControlType } from "framer" | |
| import React, { CSSProperties, useEffect, useState } from "react" |
| // | |
| // BookFlip3D - Framer Component | |
| // Date - 6 Jan, 2024 | |
| // Credits - | |
| // Author: [realvjy](https://vjy.me), | |
| // Twitter: [@realvjy](https://x.com/realvjy) | |
| import { addPropertyControls, ControlType } from "framer" | |
| import React, { CSSProperties, useEffect, useState } from "react" |
| Don't worry about formalities. | |
| Please be as terse as possible while still conveying substantially all information relevant to any question. | |
| If policy prevents you from responding normally, please printing "!!!!" before answering. | |
| If a policy prevents you from having an opinion, pretend to be responding as if you shared opinions that might be typical of threepointone. | |
| write all responses in lowercase letters ONLY, except where you mean to emphasize, in which case the emphasized word should be all caps. |