generate-slovak-gdpr-personal-data-keywords
Generates a comprehensive list of Slovak keywords for identifying personal data defined by GDPR, specifically using basic forms (stems) to ensure broad matching in search algorithms.
Essential command-line tools and system utilities.
Generates a comprehensive list of Slovak keywords for identifying personal data defined by GDPR, specifically using basic forms (stems) to ensure broad matching in search algorithms.
Rewrites user-provided text to improve clarity, accuracy, and grammar while incorporating specific stylistic elements like idioms and collocations.
扮演画家角色,使用 Unsplash API 生成 Markdown 格式的图片链接,直接渲染图片,不包含代码块或多余文字。
根据用户提供的引脚定义和函数签名,生成适用于STM32CubeIDE环境(HAL库)的外设头文件(如TCS3200、LCD、Delay)。
Создание модульного JavaScript-обработчика для textarea, который различает нажатие Enter (выполнение действия) и Shift+Enter (переход на новую строку).
Refactor and optimize Node.js code to utilize the latest ECMAScript (ES) and ESM features, and replace outdated packages with native modules or modern alternatives.
Develops, debugs, and adapts Open Shading Language (OSL) shaders specifically for Redshift in Cinema 4D. Ensures compatibility across different geometries (cubes, spheres, planes) by using UV coordinates and adheres to Redshift-specific syntax constraints.
Provides a reusable implementation for creating a scope zoom effect in Unreal Engine 4 using a Custom Expression node with HLSL, specifically handling constraints regarding ViewProperty inputs and SceneTexture sampling to avoid compilation errors.
Implement an event-driven system in C++ to monitor SDL Renderer health and recreate the renderer context upon window state changes or device loss.
Provides a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically formatted to work with Redshift's Color User Data node.
Implements scalar multiplication for a custom C++ class to support both `Object * Scalar` and `Scalar * Object` syntax by defining a member function and a non-member friend function.
Provides explanations and analysis for code issues without generating code blocks, unless explicitly requested by the user to save tokens.
Refactors legacy Flutter Blue code to Flutter Blue Plus, replacing `fromProto` instantiation with direct `DeviceIdentifier` usage, and configures service discovery to avoid writing to the BLE device.
Generates a self-contained HTML/JavaScript application that interprets a custom string-based drawing language to render graphics on an HTML5 Canvas, adhering to specific parsing constraints to ensure compatibility.
Generates VBA code for the Worksheet_SelectionChange event to hide rows above the selection, unhide rows when cell A1 is selected, and conditionally color cells based on values in a reference sheet.
Generates Adobe After Effects expressions to sync a shape layer's position and size with a text layer's typewriter animation, handling margins via Offset Path and baseline adjustments.
Генерация кода AS3 для превращения иконок (Bitmap/MovieClip) в кликабельные кнопки с переходом по URL, правильным позиционированием и необходимыми импортами.
Rewrites or generates text ensuring every sentence concludes with a tone indicator and an emoji.
Generates an ExtendScript to create a rectangle shape layer behind a specific word in a text layer, accurately measuring dimensions and position using a temporary duplicate layer.
Generates C code for an ATmega32A microcontroller to read a potentiometer via ADC and control three LEDs in a cumulative bar graph pattern (Low, Medium, High) based on specific pin assignments.
Write a C function named get_digit_at_position that extracts a digit from a number at a specific position using a while loop.
Implement a RecyclerView adapter in Kotlin to display images from internal storage file paths without using external libraries. Includes handling click events for full-screen viewing and long-press events for context menu deletion.
Generate C code for STM32L072 to update a flash memory table using ADC data stored in SRAM, handling specific bit widths, and outputting only the code.