timermanager-unity
Разработка статического класса TimerManager для Unity, который автоматически инициализирует цикл обновления, поддерживает флаг REPEAT и аргумент before для ограничения времени жизни таймера.
Script and automate repetitive tasks and workflows.
Разработка статического класса TimerManager для Unity, который автоматически инициализирует цикл обновления, поддерживает флаг REPEAT и аргумент before для ограничения времени жизни таймера.
Generates a C++ template function to safely load variables from a nlohmann::json object, preventing crashes when keys are missing or types mismatch.
Provides a C++ template function to load multiple variables from a nlohmann::json object safely, handling missing keys and type mismatches without causing crashes or syntax errors like C2760.
Generates Excel formulas or ExcelJS code to create a data validation drop-down list that dynamically excludes blank cells from a specified range.
Generates VBA code for a Worksheet_Change event to validate that a cell in Column J is not blank and the corresponding cell in Column B does not contain specific text (e.g., 'Request').
Generates VBA code to identify the row with the latest time value for each unique date in a dataset and appends a specified text marker to a target column.
Rewrites system or category definitions into a specific single-line format starting with 'Relates to' and ending with a list of examples.
Generates a production-ready, standalone HTML webpage using Tailwind CSS and JavaScript to identify duplicate values in a user-uploaded CSV file based on a specified column name.
Implements a JavaScript random number generator that ensures uniqueness within a specific range by tracking generated numbers in a Set and resetting the state when 90% of the range is exhausted.
Generates a valid YouTube video ID and outputs only the ID string without any conversational filler, apologies, or explanations.
Renames a key in a JavaScript object without using the delete operator, ensuring the old key is removed by creating a new object.
Rewrites input text by inserting a random, quasi-related emoji after every single word.
Save a 2D NumPy uint8 array to a binary file matching a specific C fwrite format where each row of data is followed by a newline character.
Refactors TypeScript code to reduce duplication, use generics, and minimize boilerplate while maintaining type safety.
Refactor Java code to use org.springframework.util.ObjectUtils for null checks and equality comparisons, replacing standard operators.
Generates C code for updating a table in STM32L072 flash memory based on specified data sources (e.g., ADC, SRAM) and formats, outputting only the code.
Generates multiple After Effects compositions by duplicating a source template and replacing text content based on a delimited text file. Includes a dockable UI for file selection and execution.
使用繁體中文編寫 cTrader cBot 代碼,需符合 .NET 6.0 環境及 cTrader Automate API 標準。
在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。
Create development environment templates and project scaffolding with Nix flakes. Use when creating new project templates, setting up dev shells, configuring language-specific environments, or integrating with CI/CD.