源码聚合搜索 - 壹搜网为您找到"

claude code 国内 使用

"相关结果 80条

openeuler/codegen

hub.docker.com

dockette/coder

hub.docker.com

openeuler/codegen-ui

hub.docker.com

openeuler/codetrans

hub.docker.com

Claude Code Usage

A KDE Plasma 5 widget that displays statistics about Claude Code usage. On KDE Store: https://store.kde.org/p/2348156
gitlab.com

codeclimate/codeclimate-structure

perform structural checks on code
hub.docker.com

Ma conformité RGPD

Outil de mise en conformité au RGPD. Cet outil est un projet personnel qui ne garantit pas votre conformité. Fait en grande partie avec Claude (Opus 4.6) car je ne sais pas coder moi-même. Toute amélioration est la bienvenue. GDPR compliance tool. This does not guarantee your compliance. Made mostly with AI chatbot (Claude AI - Opus 4.6) because I don't know to code well.
gitlab.com

codeclimate/codeclimate

A command line interface for the Code Climate analysis platform.
hub.docker.com

Functions

Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.
developer.mozilla.org

在Ubuntu上使用VSCode调试C++代码 - 墨天轮

虽然说在Linux上调试C++代码肯定是用强大的gdb了,但是作为一个用惯IDE调试的打工人来说还是图形化的调试窗口更习惯。因为CLion没有社区版,那么就研究下VS Code能不能用作C++调试了,官网看了下还真有。 01 软件和组件安装 VS Code安装 以我目前使用的Ubuntu 20.04
www.modb.pro