A guide to set up a unified credential store using pass (GPG-encrypted password manager) that works with Docker, GitHub, and Azure DevOps.
- CachyOS (or any Arch-based system)
- Basic familiarity with terminal commands
TypeScript 6.0 is a transition release bridging 5.9 and the forthcoming 7.0 (a native Go port). Most changes are new defaults and deprecations preparing for 7.0. Here is what you need to do:
Most projects need these tsconfig changes:
| /****************************************** | |
| * GPT Connector for Google Ads | |
| * @version: 1.0 | |
| * @authors: Naman Jindal (Optmyzr), Frederick Vallaeys (Optmyzr) | |
| * ------------------------------- | |
| * This function can be used to make a call to openAI's GPT in a Google Ads script. | |
| * Use it to send prompts to GPT that include context about a Google Ads account. | |
| * For example, you can send campaign data from Google Ads as part of a prompt that | |
| * generates a text string with a summary of the account changes and performance. | |
| * -------------------------------- |
| { | |
| "env": { | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" | |
| }, | |
| "hooks": { | |
| "Stop": [ | |
| { | |
| "hooks": [ | |
| { | |
| "type": "command", |
Generalized versions of all root .md files used by OpenClaw. These files are loaded into the agent's system prompt on every request (except MEMORY.md which is conditional).
Copy these as starting points and customize for your own setup. Replace <placeholders> with your values.
영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는
"Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^
아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.
22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.
Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
{ "compilerOptions": { "types": ["node"], // @types are no longer auto-discovered (see §1.6)