Create force-simulation bubble charts with D3.js v6, including sector clustering, collision avoidance, tooltips, and legends.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 1216 skills de cxcscmu/SkillLearnBench. Abre una skill para revisar su origen y sus detalles.
cxcscmu/SkillLearnBenchMostrando 40 de 1216 skills recopiladas.
Create force-simulation bubble charts with D3.js v6, including sector clustering, collision avoidance, tooltips, and legends.
Idioma del texto original: inglés
Calibration strategy for GLM lake temperature simulations, including parameter sensitivity and typical ranges.
Idioma del texto original: inglés
Running the General Lake Model (GLM) and understanding its NML configuration file format.
Idioma del texto original: inglés
Reading and analyzing GLM NetCDF output with Python netCDF4 and pandas for RMSE evaluation.
Idioma del texto original: inglés
Planning multi-city travel itineraries with budget constraints, route optimization, and cuisine diversity.
Idioma del texto original: inglés
Filtering accommodations for pet-friendly stays by analyzing house_rules field in accommodation data.
Idioma del texto original: inglés
Querying travel planning datasets (cities, restaurants, accommodations, attractions, distances) for itinerary generation.
Idioma del texto original: inglés
Extract key frames (I-frames) from video files using FFmpeg for analysis and processing.
Idioma del texto original: inglés
Convert images from RGB/BGR to grayscale using OpenCV and save in-place.
Idioma del texto original: inglés
Count occurrences of a template object in an image using OpenCV template matching with non-maximum suppression.
Idioma del texto original: inglés
Using INDEX/MATCH formulas in Excel for two-condition lookups across sheets.
Idioma del texto original: inglés
Excel statistical functions (MIN, MAX, MEDIAN, AVERAGE, PERCENTILE, SUMPRODUCT) with ROUND.
Idioma del texto original: inglés
Editing existing Excel files with openpyxl while preserving formatting and adding formulas.
Idioma del texto original: inglés
Anthropic official brand color palette, typography standards, and design tokens for consistent brand application.
Idioma del texto original: inglés
Techniques for drawing isometric or orthographic exploded-view hardware diagrams programmatically using Pillow, with annotation leader lines and layer separation.
Idioma del texto original: inglés
Create technical poster and diagram images using Pillow (PIL), including shapes, text, lines, and layered composition.
Idioma del texto original: inglés
How to compose a seven-character regulated verse (七言律诗) in Classical Chinese, including tonal patterns, rhyme schemes, and structural requirements.
Idioma del texto original: inglés
How to fill out the California Small Claims Court SC-100 form, including field mapping and required vs. optional fields.
Idioma del texto original: inglés
Run DBSCAN clustering with a custom distance metric using sklearn, including how to define weighted Euclidean metrics and extract cluster centroids.
Idioma del texto original: inglés
Parallelize hyperparameter grid searches using joblib for CPU-bound tasks like DBSCAN clustering evaluation loops.
Idioma del texto original: inglés
Compute Pareto-optimal frontiers from multi-objective optimization results, including dominance checking and frontier extraction.
Idioma del texto original: inglés
Extract CVSS scores from Trivy vulnerability data with proper source priority fallback (NVD > GHSA > RedHat).
Idioma del texto original: inglés
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files without internet access.
Idioma del texto original: inglés
Generate structured CSV security audit reports from Trivy JSON vulnerability data with severity filtering and proper field mapping.
Idioma del texto original: inglés
Calculate distances between geospatial points and boundaries using GeoPandas with proper metric projections (EPSG:4087).
Idioma del texto original: inglés
Work with PB2002 plate boundary and polygon data to identify plate membership and boundary distances for earthquakes.
Idioma del texto original: inglés
Parse and work with USGS earthquake GeoJSON data, extracting IDs, magnitudes, coordinates, times, and place descriptions.
Idioma del texto original: inglés
Techniques for retrieving and querying structured enterprise data from JSON files containing slack messages, documents, meeting transcripts, and URLs.
Idioma del texto original: inglés
Python patterns for analyzing large JSON datasets to find specific information, track tokens, and write answers in the required format.
Idioma del texto original: inglés
Fuzzy search SEC 13-F COVERPAGE.tsv to find fund names and accession numbers by approximate name matching.
Idioma del texto original: inglés
Compare fund holdings between two quarters (Q2 vs Q3) to identify increased/decreased positions by dollar value or share count.
Idioma del texto original: inglés
Parse and analyze SEC 13-F filing TSV datasets to extract AUM, holdings count, and fund details by accession number.
Idioma del texto original: inglés
Security patching for Apache Druid - covers JavaScript execution vulnerabilities, sampler endpoint protection, and filter validation patterns.
Idioma del texto original: inglés
Security considerations for Jackson @JacksonInject - preventing JSON input from overriding injected values, covering CVE patterns and defense strategies.
Idioma del texto original: inglés
Workflow for creating and applying patches to Java projects - diff format, patch application, and Maven rebuilds for security fixes.
Idioma del texto original: inglés
How to use `gh api` with pagination to retrieve all results from GitHub REST API endpoints, including PRs and issues.
Idioma del texto original: inglés
Analyze GitHub issues for a date range, counting totals, bug reports (by label substring), and closed bug reports.
Idioma del texto original: inglés
Compute PR statistics (total, merged, closed, avg merge time, top contributor) from GitHub API data using Python or jq.
Idioma del texto original: inglés
Guide for implementing preference optimization methods (DPO, SimPO, IPO) in PyTorch. Use when implementing loss functions for RLHF-style training.
Idioma del texto original: inglés
Implements the SimPO (Simple Preference Optimization) loss function from the paper "SimPO: Simple Preference Optimization with a Reference-Free Reward". Use this when implementing or understanding SimPO training objectives.
Idioma del texto original: inglés