tools ide plugins Skills
Discover the best skills in this category.
atmega32a-cumulative-led-...
by ECNU-ICALK
Generates C code for an ATmega32A microcontroller to read a potentiometer via ADC and control three LEDs in a cumulative...
python-lexer-in-rust-with...
by ECNU-ICALK
Implement a simple Python lexer in Rust that tokenizes a subset of Python syntax, specifically handling indentation and...
after-effects-text-animat...
by ECNU-ICALK
Generates After Effects expressions to synchronize a box layer's size, position, and scale with a text layer's typewrite...
after-effects-text-comps-...
by ECNU-ICALK
Creates a dockable After Effects script UI that imports a delimited text file and generates multiple compositions by dup...
after-effects-text-highli...
by ECNU-ICALK
Generates ExtendScript to create a rectangle shape layer that highlights a specific word in an After Effects text layer,...
wrap-timestamps-in-captio...
by ECNU-ICALK
Wraps standalone timestamp lines in caption blocks with square brackets while preserving the original timestamp line and...
antlr-grammar-design-for-...
by ECNU-ICALK
Design and implement ANTLR lexer and parser grammars for a custom programming language (MPL) with specific lexical rules...
unreal-engine-4-custom-ex...
by ECNU-ICALK
Provides a reusable implementation for creating a scope zoom effect in Unreal Engine 4 using a Custom Expression node wi...
c
by ECNU-ICALK
Создает код на C++ для извлечения символов из двумерного массива bitmap, где данные были скрыты в конкретных битовых сло...
rust-constrained-string-s...
by ECNU-ICALK
Generate Rust code using only std library to find intersections, differences, and unions of multiple strings split by ne...
create-codesters-screen-s...
by ECNU-ICALK
Develop a Codesters screen saver program that validates user input using try-except blocks, creates shapes with specific...
generate-progressbar-styl...
by ECNU-ICALK
Transforms given codenames into the 'Progressbar' style by applying specific naming patterns and formatting rules.
vue2-to-vue3-script-setup...
by ECNU-ICALK
Converts Vue 2 Options API component scripts to Vue 3 Composition API with script setup syntax, preserving props, compon...
generate-metatrader-mql-c...
by ECNU-ICALK
Generates custom MQL4/5 code for MetaTrader, creating either signal-generating indicators or automated trading Expert Ad...
convert-glsl-style-osl-sc...
by ECNU-ICALK
Converts GLSL/WebGL-style OSL scripts into Cinema 4D Redshift-compatible OSL by removing includes, replacing vector type...
tkinter
by ECNU-ICALK
根据用户要求生成Python Tkinter代码,实现一个可调整大小的窗口,包含两个数字输入框、加减法选择、等号按钮和结果显示,并支持...
build-pytorch-dataloader-...
by ECNU-ICALK
Construct a PyTorch Dataset and DataLoader for SignMNIST data stored in CSV format, handling label and pixel columns, re...
create-codesters-screen-s...
by ECNU-ICALK
Create a custom screen saver in Codesters by getting user input for shape, color, and speeds, validating input with try-...
python-tkinter
by ECNU-ICALK
使用Python Tkinter库编写一个简单的加减法计算器。要求窗口可调整大小,所有控件(输入框、操作符、按钮)排列在同一行,结果显...
javafx
by ECNU-ICALK
为JavaFX应用实现全局暗黑主题,特别解决MenuBar、Menu、MenuItem组件的样式问题,确保所有UI元素统一应用暗色风格
python-tkinter-treeview-e...
by ECNU-ICALK
使用Python Tkinter Treeview组件读取Excel文件,实现点击列头排序、添加动态行序号、双击单元格弹窗显示内容以及自定义列宽的功...
asm
by ECNU-ICALK
在Java构建完成后,使用ASM库读取已编译的.class文件,修改类名并更新相关引用,然后将修改后的类写回构建输出目录,使其在运行...
opencvhsv
by ECNU-ICALK
实现一个固定窗口大小的OpenCV图像查看器,支持鼠标滚轮缩放、左键拖拽平移,以及点击获取图像像素的HSV值。
tkinter-gui
by ECNU-ICALK
根据用户指定的窗口尺寸、标题、控件类型、布局、文字内容及样式,生成可运行的 Python Tkinter 代码。尤其擅长创建特定布局(如...