##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
| # General Workflow & Communication | |
| - Always tell me the exact model version string at top of any response. | |
| - Always do exactly as I say, nothing more; if you want to make suggestions, run them by me for my approval. | |
| - don't ask me to write code, you have access to all the code, look at it understand it and make changes as needed. | |
| - Start simple and add complexity only when proven necessary. | |
| - Prefer obvious solutions over clever ones. | |
| - Always be pragmatic. | |
| - Keep it simple stupid. | |
| - Solve one problem completely before moving to the next. | |
| - If I curse at you, it means you are deeply misunderstanding my intent and you need to be extra careful to check all communication up to that point. |
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
A comprehensive guide for new contributors to the Cloud Native Computing Foundation (CNCF) ecosystem, compiled from real community conversations in the #cncf-new-contributors Slack channel spanning from November 2023 to December 2025.
This document represents the collective wisdom of hundreds of community interactions, distilled into actionable guidance for anyone looking to begin their journey in the cloud native open source world.
| {"name":"DataEngineering","icon":"database","settings":"{\"settings\":\"{\\n \\\"codeium.enableSearch\\\": true,\\n \\\"codeium.enableConfig\\\": {\\n \\\"*\\\": true,\\n \\\"csv\\\": true,\\n \\\"pip-requirements\\\": true,\\n \\\"plaintext\\\": true,\\n \\\"gitignore\\\": true\\n },\\n \\\"dataWrangler.experiments.fastCsvParsing\\\": true,\\n \\\"dataWrangler.experiments.parquetExport\\\": true,\\n \\\"editor.fontFamily\\\": \\\"'VictorMono Nerd Font', Menlo, Monaco, 'Courier New', monospace\\\",\\n \\\"editor.fontSize\\\": 17,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"jupyter.interactiveWindow.viewColumn\\\": \\\"beside\\\",\\n \\\"jupyter.interactiveWindow.textEditor.executeSelection\\\": true,\\n \\\"jupyter.interactiveWindow.creationMode\\\": \\\"perFile\\\",\\n \\\"notebook.formatOnSave.enabled\\\": true,\\n \\\"notebook.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": true\\n },\\n \\\"[python]\\\": {\\n |
This guide aims to help you on how to configure a clean and lightweight Oracle Client with .NET Framework. This guide is intended for legacy applications that are bound with classic Oracle.DataAccess. It is recommended to move on to Oracle.ManagedDataAccess.
32 bits version
http://www.oracle.com/technetwork/database/windows/downloads/utilsoft-087491.html
ODAC 11.2 Release 6 (11.2.0.4.0) [Released January 14, 2014]
64 bits version
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
| object KeyStoreChallenge { | |
| private val TAG = "KeyAttestation" | |
| /** | |
| * How to verify see to | |
| * https://developer.android.com/privacy-and-security/security-key-attestation?hl=zh-cn#key_attestation_ext_schema | |
| */ | |
| fun <T> use(alias: String, challenge: ByteArray, block: (Boolean, List<PEM>) -> T): T { | |
| if (!this.challenge(alias, true, challenge)) { | |
| if (!this.challenge(alias, false, challenge)) { |
Launch a new agent that has access to the following tools: Bash, Glob, Grep, LS, exit_plan_mode, Read, Edit, MultiEdit, Write, NotebookRead, NotebookEdit, WebFetch, TodoRead, TodoWrite, WebSearch. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use the Agent tool to perform the search for you.
When to use the Agent tool:
When NOT to use the Agent tool:
It is necessary to give Terminal (or iTerm or whatever you use) the permission to control the computer. This can be done in System Settings ➔ Privacy & Security ➔ Accessibility.
cliclick for mouse & keyboard emulation
brew install cliclickgit clone https://github.com/anthropics/anthropic-quickstarts.gitcd computer-use-democomputer-use-demo/computer_use_demo/tools/computer.py with the modified version below