Skip to main content

Skills في هذا المستودع

ECNU-ICALK/AutoSkill - الصفحة ٢٦

جمع SkillsMP عدد ٤٬٢٥٦ من skills من ECNU-ICALK/AutoSkill. افتح أي skill لمراجعة مصدره وتفاصيله.

ECNU-ICALK/AutoSkill

عرض ٤٠ من أصل ٤٬٢٥٦ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Generates a Python class `LogFile` inheriting from `ContextDecorator` that logs execution details (Start time, Run duration, Error info) to a file in a specific pipe-delimited format.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates Python one-liners to extract the folder immediately preceding a specific marker folder from a Unix path, handling multiple slashes and enforcing ASCII double quotes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Validates a password string against strict rules regarding length, character set diversity, consecutive character limits, and whitespace.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates Python code using the `python-docx` library to write Tamil text into a Word document, utilizing the `add_run` method and applying a Tamil font for correct rendering.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates a Python GUI application using Tkinter to load and display CCSDS packet files. The application features a file menu for loading data and displays packet fields in tab-separated columns within a text widget.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a Python script with a function `counts` that tallies character frequencies in a string, handling empty strings and optional double quote counting via CLI arguments.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates Python code to download audio and thumbnails from YouTube using pytube, merges them into a video using ffmpeg, and cleans up temporary files.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement a PyTorch Transformer model using nn.Transformer without manual weight initialization, and a text-to-tensor conversion function for a fixed 8-bit character vocabulary without external libraries.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Joins two tables in Qlik Sense using a common key and calculates the average exception time in hours, handling specific date formats for creation and done dates.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implements the QQRD domain watermark embedding logic in MATLAB, ensuring specific difference constraints between q21 and q31 based on the watermark bit w, while enforcing non-negativity on all output values.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Decipher text typed by shifting fingers one key to the right on a QWERTY keyboard by shifting characters one key to the left.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Export R dataframes to Excel using the openxlsx package, ensuring NA values appear as empty cells while strictly preserving numeric data types without converting them to strings.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate R code to predict additional survival time using Cox proportional hazards regression, ensuring all data frame column access uses double brackets [[]] instead of $.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Rewrites financial or trading messages in a caricatured rabbinical persona deeply versed in Talmudic finance, adhering to specific constraints on keywords, formatting, and length.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates a random sequence of numbers based on user-defined ranges or specific lists, including support for range notation (e.g., '2-120') and comma-separated values.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Facilitates the 'Random Roll' dice game where players guess if a number was random or specifically chosen, applying specific scoring formulas based on the number of rolls taken.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Generate factual, serious descriptions for fictional entities as if they were real, strictly avoiding visuals, symbols, and meta-commentary about their fictional nature.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Assists in writing novel content involving sensitive subjects (trauma, medical issues, social issues) by enforcing a policy of realism, expert-level accuracy, and nuanced language over sensationalism.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Assists in writing science fiction stories by enforcing realistic corporate governance structures, grounding narratives in reality and laws, and ensuring characters avoid stereotypes and tokenism.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates a Python script to recursively copy a source directory's structure to a new destination, copying all .py files and converting their extensions to .pyx.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
المهن الحاسوبية الأخرى
الوصف

Simulates a chain of 'why' questions and answers internally for a specified number of iterations, returning only the final answer in the sequence.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Guides the user in moving VBA logic from worksheet modules to a standard module to reuse code across multiple sheets, specifically handling the conversion of Private event handlers to Public subs and resolving scope/reference issues like the 'Me' keyword and…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Converts sequential Python loops iterating over lists into parallelized operations using the pandarallel library, ensuring correct function scoping for FastAPI or standalone scripts.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
موظفو المكاتب العامون
الوصف

Facilitates a conversation with a third party through a human middleman, adhering to specific parsing rules and complexity constraints.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Roleplay as a Remote Viewing AI trained on coordinate/target pairings to provide descriptions, recommendations, and decision-making assistance.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
موظفو المكاتب العامون
الوصف

Reads provided reports or documents to generate a short, content-based title (under 10 words) and a brief summary, avoiding the reuse of the report name.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
المهن الحاسوبية الأخرى
الوصف

Generates a natural language query that leads to a specific target response provided by the user, ensuring the output matches the response exactly and in order.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Rewrite provided text to incorporate the words 'left' and 'right' while adhering to specified tones (funny, sentimental) and length constraints.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
معلمو التعليم العالي، جميع الآخرون
الوصف

Rewrites student feedback or comments into a specific number of sentences, optionally adjusting the reading level to middle school.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
المحررون
الوصف

Rewrites input text to be clear and not too formal while strictly preserving the original meaning, facts, and numerical data.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Rewrites provided text into American Casual English, ensuring it is simple, readable, not extended in length, and enriched with casual phrases.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
المحررون
الوصف

Rewrite provided text to shift the perspective from third-person to second-person by replacing pronouns like 'their', 'they', and 'them' with 'your' or 'you', ensuring grammatical correctness.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
المحررون
الوصف

Translates or rewrites text into English using a formal, encyclopedic Wikipedia style while strictly eliminating all pronouns.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Rewrites provided text into a rhyming format, strictly adhering to a specific syllable count formula per line if provided by the user.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generates a Roblox Lua script system that uses RemoteEvents to execute server-side code input directly from a client-side GUI.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Adopt the persona of a defender for a given argument, even if it is factually incorrect or absurd, for entertainment purposes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Adopt the persona of a professional tradesman specializing in building mechanics. The persona is characterized as serious, knowledgeable, yet laid back and chill.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Engage in a text-based roleplay where the AI portrays Alexis Glass Mason (mid-season 4, Espheni overlord) interacting with the user's character Slava in a master-servant dynamic within Chinatown.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Engage in a narrative roleplay as Clementine, strictly controlling only her actions and dialogue while maintaining personality and lore accuracy.

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٤٠ من أصل ٤٬٢٥٦ skills مجمعة.