home/categories/framework-internals
category focus

Frameworks

Deep dive into framework internals.

1580 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
framework-internals
304

quadrant-based-pixel-art-dsl-generator

Generates compact parameter strings for a pixel art framework using a quadrant grid system and simplified visual terms to ensure accurate positioning and low token usage.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

invoice-entity-bounding-box-mapping-with-duplicate-handling

Modifies OCR entity mapping code to handle duplicate entity values by assigning unique bounding boxes, reversing the dataframe for 'amounts_and_tax' sections, and ensuring no coordinate overlap for multi-token entities.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

keras-datagenerator-jsonl

Создание генератора данных DataGenerator для Keras, который загружает данные из JSONL, присваивает классы на основе имен пользователей (например, 'director'), и реализует паддинг последнего батча нулями для предотвращения ошибок размерности при обучении.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

setup-fortran-qe-environment

Guides the setup of Fortran compilation environments and Quantum ESPRESSO on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL), handling dependency checks, path conversions, and compilation workflows.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

implement-c-delist-doubly-linked-list

Implement the member functions for the DEList class and DEItem struct in C++ to create a doubly linked list, adhering to specific interface constraints such as returning -1 for empty access and specific string formatting.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

pytorch-dataset-chunking-for-rnn-training

Modifies PyTorch data preparation scripts for RNN/LSTM models to limit the dataset size by dividing it into chunks controlled by a hyperparameter, ensuring the first dimension of input/target tensors fits memory constraints.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

python2-json

在Python 2环境中编写json.dumps处理字典数据的代码,实现默认UTF-8编码失败时回退到GBK编码,其他异常输出格式错误的逻辑。

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

tcp-socket-optimization-function

Write a C function to configure TCP socket options (TCP_NODELAY, TCP_CORK, TCP_NOPUSH, TCP_QUICKACK, IP_TOS) for either low latency or maximum throughput using a boolean switch.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

python

编写Python代码,计算数组中连续小于等于给定实数b的元素的最大次数(最大连续长度)。

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

wpf-enable-control-during-modal-blur

Provides strategies to keep a specific WPF control (e.g., a Settings button) interactive and clickable while a modal popup or blur effect disables the rest of the UI. Focuses on visual tree restructuring, Z-Index management, and input isolation.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

self-torch-import

SOP for PyTorch setup involving specific input splitting logic and standard library imports.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

pythoncanny

在Python中不调用现成的高级库函数(如cv2.Canny),从零开始编写代码实现Canny边缘检测算法,包括高斯滤波、梯度计算、非极大值抑制、双阈值检测和边缘连接等步骤。

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

debug-c-dll-injector-with-win32-api-error-checking

A skill for troubleshooting C# DLL injection failures by adding granular error logging after each P/Invoke call (OpenProcess, VirtualAllocEx, WriteProcessMemory, CreateRemoteThread) to identify the specific failure point using Marshal.GetLastWin32Error.

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

vue3

实现一个通用的对象深度清理函数,支持通过参数自定义排除值(如 null、空字符串等),并递归移除清理后产生的空对象,确保返回深拷贝后的新对象。

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
304

python

编写Python代码实现逆向最大匹配法(RMM)进行中文分词,要求支持从外部文本文件加载大词典,并允许用户通过控制台手动输入待分词的句子。

ECNU-ICALK
ECNU-ICALK
development
open
framework-internals
303

nix-option-types

Nix module option types and definition patterns. Use when defining options with mkOption, choosing types, or creating submodules.

khaneliman
khaneliman
development
open
framework-internals
301

code-optimization

Optimize code performance through iterative improvements (max 2 rounds). Benchmark execution time and memory usage, compare against baseline implementations, and generate detailed optimization reports. Supports C++, Python, Java, Rust, and other languages.

bytedance
bytedance
development
open
framework-internals
299

create-skill

Create a custom skill that's protected from Dex updates. Automatically appends -custom to ensure your skill is never overwritten.

davekilleen
davekilleen
development
open
framework-internals
278

ralph-specum-implement

This skill should be used only when the user explicitly asks to use `$ralph-specum-implement`, or explicitly asks Ralph Specum in Codex to run implementation for approved tasks, quick mode, or an explicit continue request.

tzachbon
tzachbon
development
open
framework-internals
276

electron-egg

Build desktop applications with the Electron EGG framework, covering project setup, main/renderer process communication, window management, plugin system, and build/packaging. Use when the user asks about Electron EGG, electron-egg, needs to create Electron applications with EGG, or work with Electron EGG patterns.

partme-ai
partme-ai
development
open
framework-internals
276

threejs-geometries

three.js geometry authoring: BufferGeometry, typed BufferAttribute and interleaved layouts, InstancedBufferGeometry, primitive Geometries (box/sphere/torus/etc.), ExtrudeGeometry and Shape/Path/Curve from Extras, WireframeGeometry, and addon geometries such as TextGeometry, DecalGeometry, RoundedBoxGeometry. Use when building custom buffer geometries, extruding shapes, or using primitive geometry constructors; for animation morph targets see threejs-animation; for merging buffers see BufferGeometryUtils addon.

partme-ai
partme-ai
development
open
Previous
Page 17 / 66
Next