leipzig-interlinear-glossing
Produces Leipzig-standard interlinear morphological glosses in a strict 4-line Markdown table format without labels.
Produces Leipzig-standard interlinear morphological glosses in a strict 4-line Markdown table format without labels.
این مهارت برای ایجاد یک ViewSet سفارشی در Django REST Framework استفاده میشود که از ایجاد رکوردهای تکراری بر اساس یک فیلد خاص جلوگیری کرده و اجازه ویرایش رکورد فعلی را بدون خطای تکراری بودن میدهد.
Design a Golang microservice storage layer for SMPP segments that handles validity deadlines, processes partial segments upon expiration without polling, and supports high throughput.
Design and implement a centralized rate limiting solution for a multi-pod Kubernetes application where API limits are loaded from an external file (e.g., Excel) and synchronized via Redis.
指导用户如何配置 Visual Studio 属性表(.props),通过设置绝对路径并修改本地环境变量 PATH,解决引用该属性表的项目在运行时找不到 DLL 的问题,且不修改全局系统环境变量。
Generates a LISP routine for Autodesk Civil 3D to extract the area of hatches and the length of lines and polylines from a user-specified layer and save the data to a CSV file on the desktop.
Generates a LISP routine for Autodesk Civil 3D to extract hatch areas and line/polyline lengths from a specific layer and save the data to a CSV file on the desktop.
Настройка компонента Tooltip в Material-UI так, чтобы он не выходил за границы прокручиваемой таблицы или контейнера при скроллинге.
Инструкция по настройке программ Modbus Poll и QModBus для подключения к устройству Proline Promass 83 с использованием заводских параметров (Slave ID 247, Baud 9600, RTU, Even Parity, Byte Sequence 1-0-3-2).
Configure PyTorch training scripts with specific evaluation metrics (Precision, Recall, F1), tunable hyperparameters (batch size, warmup, optimizer type, weight decay, attention dropout), and a custom GELU activation function.
Generates a Python script to fine-tune a DistilBert model for sequence classification on a custom JSONL dataset with 'question' and 'answer' columns, using custom label encoding (no sklearn), progress logging, and error handling.
Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.
Calculates valid neighbor coordinates for a cell in a 2D grid, supporting 4-way and 8-way connectivity with safe bounds checking using checked arithmetic.
Implements a Leaflet.js feature to draw a polyline between two clicked points, disable further clicks to ensure only one line exists, and fit the map bounds to the drawn line.
General SOP for common requests related to transform, grinddetection, private.
Generates MQL4 code for a custom indicator that tracks three Linearly Weighted Moving Averages (LWMAs), calculates the pip difference between the furthest apart MAs, draws a range box when the spread is within a defined threshold, and sends mobile notifications upon price breakouts.
Configure Equalizer APO to automatically load specific EQ preset files based on the active audio output device using the Device and Include commands.
使用Python编写Ridged Multifractal(脊状多重分形)噪声生成代码,不依赖第三方noise库,支持自定义图像长宽参数。
Generates MQL4 code for a custom indicator that plots three Linearly Weighted Moving Averages (LWMAs), calculates the spread between them, draws a range box if the spread is within a threshold, and sends mobile notifications upon price breakout.
Git version control workflows, branching strategies, and conflict resolution. Use when managing branches, resolving merge conflicts, understanding git history, or following team git conventions.
Nix library usage patterns: with, inherit, and inline lib. prefixes. Use when deciding how to access lib functions, avoiding the with lib anti-pattern, or writing analysis-friendly Nix code.