Skip to main content

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

cxcscmu/SkillLearnBench - الصفحة ٥

جمع SkillsMP عدد ١٬٢١٦ من skills من cxcscmu/SkillLearnBench. افتح أي skill لمراجعة مصدره وتفاصيله.

cxcscmu/SkillLearnBench

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

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

Setup and installation of TRL (Transformer Reinforcement Learning) library with compatible torch/transformers versions. Use when setting up preference optimization training environments.

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

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

Handle {{IF_CONDITION}}...{{END_IF_CONDITION}} conditional blocks in Word templates — keep content and strip markers when true, remove entire block when false.

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

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

Robustly replace {{PLACEHOLDER}} tokens in Word documents, handling split runs across paragraphs, tables, headers, and footers.

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

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

Core python-docx usage for reading, modifying, and saving Word documents including paragraphs, runs, tables, headers, and footers.

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

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

Look up arxiv paper metadata (title, abstract, subject) from arxiv IDs to classify papers by topic without reading full PDFs.

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

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

Organize files into subject folders using keyword-based classification of titles and abstracts, with fallback to full text extraction.

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

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

Extract text from PDF files using pdfminer or PyMuPDF to read titles and abstracts for classification.

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

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

Implementing immutable fluent builder pattern in Scala as a translation of Python classes with method chaining, emphasizing immutability and type safety.

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

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

Using the circe library for JSON encoding, decoding, and manipulation in Scala as a replacement for Python's json module, covering the Json ADT, parsing, and path traversal.

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

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

Translating Python Enum classes to Scala sealed abstract classes or sealed traits with companion objects, preserving value fields and exhaustive pattern matching.

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

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

Parse meeting request emails to extract duration and time constraints, then find the earliest available time slot on a calendar.

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

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

Read input JSON files with email requests and write results.json with reply filenames and recipients.

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

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

Use PyMuPDF (fitz) to extract visual calendar blocks from a PDF, including color detection and pixel-to-time conversion.

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

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

Add a categorical color legend to a D3 chart using colored rectangles or circles with text labels, supporting both SVG-inline and HTML overlay styles.

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

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

Build a force-simulation bubble chart in D3.js v6 where bubbles are sized by a numeric value, colored by category, and clustered by category using forceX/forceY. Covers deterministic layout, collision, and tick-based settling.

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

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

Build a sortable, highlightable HTML data table linked to a D3 chart so clicking a chart element highlights the matching table row and vice versa.

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

آخر تحديث
المهنة
علماء البيئة والمتخصصون فيها (بما في ذلك الصحة)
الوصف

Calibrating GLM parameters (Kw, coef_mix_hyp, wind_factor, lw_factor, ch) to minimize RMSE against field observations.

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

آخر تحديث
المهنة
علماء البيئة والمتخصصون فيها (بما في ذلك الصحة)
الوصف

Running the General Lake Model (GLM3) for lake temperature simulation, including configuration file structure and execution.

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

آخر تحديث
المهنة
علماء البيئة والمتخصصون فيها (بما في ذلك الصحة)
الوصف

Extracting and analyzing GLM NetCDF output to compute RMSE against field observations using exact datetime+depth matching.

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

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

How to structure and write a valid travel itinerary JSON file matching the required schema for /app/output/itinerary.json.

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

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

How to query and filter travel itinerary datasets (restaurants, accommodations, attractions, distances) to build constraint-satisfying travel plans.

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

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

Extract I-frame keyframes from video files using FFmpeg command line, saving them as numbered PNG images.

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

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

Count occurrences of a template object in an image using OpenCV template matching with NMS.

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

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

Convert images to grayscale in-place using Pillow (PIL), overwriting original RGB files.

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

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

Using INDEX&MATCH (single and dual condition) for dynamic lookups across rows and columns in Excel, including cross-sheet references.

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

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

Editing Excel files with openpyxl to insert formulas while preserving all existing formatting, styles, colors, and structure.

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

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

Calculating GDP-weighted means and other weighted statistics in Excel using SUMPRODUCT, including net exports as percent of GDP.

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

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

Guidelines for applying strict brand color palettes and minimalist technical design standards to generated imagery.

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

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

Standardized structure for branding metadata in engineering documentation.

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

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

Guidelines and structures for composing classical Chinese poetry, specifically seven-character regulated verse (Qi-Yan Lu-Shi).

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

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

Provides guidelines for filling out PDF forms using programming tools.

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

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

Greedy matching of centroid points to expert annotations based on standard Euclidean distance.

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

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

Implements DBSCAN with a weighted Euclidean distance metric.

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

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

Identifying the Pareto frontier in multi-objective optimization.

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

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

Creating structured CSV reports for security findings.

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

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

Performing offline security audits on package-lock.json files using Trivy.

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

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

Provides foundational techniques for loading, projecting, and manipulating geospatial datasets using GeoPandas.

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

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

Provides techniques for performing spatial operations like joins, contains, and distance calculations to identify relations between geographic features.

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

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

Provides strategies for traversing and filtering hierarchical JSON datasets stored in flat files.

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

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

Provides utility functions for reading, manipulating, and writing JSON data structures efficiently in Python.

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

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