Skip to main content

Skills in diesem Repository

ECNU-ICALK/AutoSkill - Seite 72

SkillsMP hat 4.256 Skills aus ECNU-ICALK/AutoSkill gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

ECNU-ICALK/AutoSkill

Es werden 40 von 4.256 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Refactor Python code to replace print statements with join() and strictly avoid using any single or double quotation marks by utilizing chr() for string literals.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Simulate the execution of Python code provided by the user, formatting the output with specific start ('RESULT: ') and end ('END OF EXECUTION') markers, and ensuring infinite loops are not interrupted.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates Python code using pandas to batch process CSV files, including deleting columns, converting date formats to Year.Month, enforcing UTF-8 encoding, and adding process completion markers.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Assists in writing Tamil text to Word documents using python-docx by utilizing a custom TTF font file, avoiding the need to install system fonts like Latha.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Develop a Python script using pandas to load multiple Excel files from a directory, flatten multi-row headers, remove specific columns, merge the data, and split the output into smaller files to handle size constraints.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Creates a Python program with a `factorial` function that calculates the factorial of an integer and returns a string showing the calculation steps (e.g., '4x3x2x1 = 24'). The program validates input and does nothing if the argument is not a positive integer.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Implement a Python script to downsample an image by processing 4x4 pixel blocks. Each pixel in a block votes for the closest color in a colormap, and the block is filled with the most voted color.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Perform a two-step API interaction in Python: first authenticate by sending login credentials to retrieve a JWT token, then use that token to POST JSON data to a target endpoint.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python class `LogFile` inheriting from `ContextDecorator` to log execution start time, duration, and errors to a file using a strict pipe-delimited format.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python script to enumerate all possible 16-digit credit card numbers from a given 6-digit BIN, validates them using the Luhn algorithm, and counts the valid results.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Provides concise, bullet-pointed explanations of technical concepts (specifically OOP) tailored for senior engineers, emphasizing Python-specific implementations and nuances for interview preparation.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Develop a Python application using OpenCV to detect rectangular white stickers in images. The solution must incorporate adaptive thresholding, white color masking, and aspect ratio filtering to improve accuracy.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

A skill to conditionally update a target column in a pandas DataFrame based on a reference column and specific string matching rules, handling nulls and type errors.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Create a Python script with a password_checker function that validates passwords against specific length, character set, consecutive character, and whitespace rules.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Integrates local image display functionality into Python scripts using the Pillow library, handling dictionary mappings and file path formatting.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Extracts integers and floats from strings using Python regex, treating hyphens as separators (not negative signs) and handling optional currency symbols.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific attributes and verbose logging methods.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python script that loads a short audio file, repeats the samples to create a continuous sound, and saves the result as a WAV file.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python script using pandas to load multiple UTF-8 CSV files from a folder, remove specific columns and the last row of each file, and append the cleaned data into a single Excel (.xlsx) file.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python script using pandas to iterate through CSV files in a directory, split the first column into multiple columns based on a comma delimiter, and save the result.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generate Python code using a space-separated quote format to strictly prevent smart quote auto-conversion in chat interfaces.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Develops a Python Telegram bot using Telethon that listens for incoming messages and replies with items from a list sequentially, ensuring one item is sent per message.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python 3 script using `def` functions to analyze a text file. It reads a file from the command line, identifies the most common non-whitespace letter, calculates the percentage of the word 'the' (handling punctuation), and writes the first ten…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Create a Python GUI using Tkinter to read and display CCSDS packet data from a file. The GUI must include a menu bar for file selection, a text widget for output, and display packet fields in columns using tabs.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a Python function `signal_generator` that uses pandas for EMA/SMA and candlestick analysis to produce Buy/Sell signals, excluding TA-Lib and trend calculation.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates Python code for token trend analysis using pandas, adhering to a specific structure where signals are appended to an `ema_analysis` list based on user-defined logic (EMA crossovers or price comparisons).

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking libraries.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Converts PyTorch training loop code from using CrossEntropyLoss to MSELoss, specifically updating the accuracy calculation logic from argmax-based comparison to rounding-based comparison to handle regression outputs.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Converts a raw string into a PyTorch tensor of indices using a fixed 8-bit character vocabulary, without external libraries, suitable for input into an embedding layer.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

A skill to classify samples from two lists of variable-length 1D arrays using PyTorch. It includes specific preprocessing rules for truncation and zero-padding, handles imbalanced datasets via resampling, and enforces specific evaluation metrics including…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Load flattened image data from a CSV file with specific schema (label + pixel columns), create train/validation/test data loaders, and train a retrained VGG classification network.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates Qlik Sense scripts to join tables with status filters, handle specific date formats, and perform logic such as max record selection or time difference calculation in hours.

Quellsprache: Englisch

Aktualisiert
Beruf
Technische Redakteure
Beschreibung

Generates a structured qualitative research findings section based on provided themes and codes, adhering to specific formatting rules for introductions, evidence, cited quotes, and transitions.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Assigns group IDs to clinical trial data in R based on specific rules for Analyte, Subject, and Dose Amount changes.

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Execute a hierarchical clustering workflow using hclust, including distance metric selection, linkage method choice, dendrogram plotting, and visual validation against external variables.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Export R data frames to Excel using openxlsx ensuring NA values appear as empty cells while preserving numeric data types.

Quellsprache: Mehrsprachig

Aktualisiert
Beruf
Technische Redakteure
Beschreibung

Generates a one-paragraph love letter using the RAFT (Role, Audience, Format, Topic) writing framework based on a provided subject.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Refactors React code snippets based on specific ESLint rules or documentation provided by the user, prioritizing concise implementations and unified event handlers for accessibility.

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 4.256 gesammelten Skills angezeigt.