Create force-simulation bubble charts with D3.js v6, including sector clustering, collision avoidance, tooltips, and legends.
Idioma do texto original: inglês
Menu
Skills neste repositório
O SkillsMP coletou 1.216 skills de cxcscmu/SkillLearnBench. Abra uma skill para revisar a origem e os detalhes.
cxcscmu/SkillLearnBenchMostrando 40 de 1.216 skills coletadas.
Create force-simulation bubble charts with D3.js v6, including sector clustering, collision avoidance, tooltips, and legends.
Idioma do texto original: inglês
Calibration strategy for GLM lake temperature simulations, including parameter sensitivity and typical ranges.
Idioma do texto original: inglês
Running the General Lake Model (GLM) and understanding its NML configuration file format.
Idioma do texto original: inglês
Reading and analyzing GLM NetCDF output with Python netCDF4 and pandas for RMSE evaluation.
Idioma do texto original: inglês
Planning multi-city travel itineraries with budget constraints, route optimization, and cuisine diversity.
Idioma do texto original: inglês
Filtering accommodations for pet-friendly stays by analyzing house_rules field in accommodation data.
Idioma do texto original: inglês
Querying travel planning datasets (cities, restaurants, accommodations, attractions, distances) for itinerary generation.
Idioma do texto original: inglês
Extract key frames (I-frames) from video files using FFmpeg for analysis and processing.
Idioma do texto original: inglês
Convert images from RGB/BGR to grayscale using OpenCV and save in-place.
Idioma do texto original: inglês
Count occurrences of a template object in an image using OpenCV template matching with non-maximum suppression.
Idioma do texto original: inglês
Using INDEX/MATCH formulas in Excel for two-condition lookups across sheets.
Idioma do texto original: inglês
Excel statistical functions (MIN, MAX, MEDIAN, AVERAGE, PERCENTILE, SUMPRODUCT) with ROUND.
Idioma do texto original: inglês
Editing existing Excel files with openpyxl while preserving formatting and adding formulas.
Idioma do texto original: inglês
Anthropic official brand color palette, typography standards, and design tokens for consistent brand application.
Idioma do 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 do texto original: inglês
Create technical poster and diagram images using Pillow (PIL), including shapes, text, lines, and layered composition.
Idioma do texto original: inglês
How to compose a seven-character regulated verse (七言律诗) in Classical Chinese, including tonal patterns, rhyme schemes, and structural requirements.
Idioma do 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 do 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 do texto original: inglês
Parallelize hyperparameter grid searches using joblib for CPU-bound tasks like DBSCAN clustering evaluation loops.
Idioma do texto original: inglês
Compute Pareto-optimal frontiers from multi-objective optimization results, including dominance checking and frontier extraction.
Idioma do texto original: inglês
Extract CVSS scores from Trivy vulnerability data with proper source priority fallback (NVD > GHSA > RedHat).
Idioma do texto original: inglês
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files without internet access.
Idioma do texto original: inglês
Generate structured CSV security audit reports from Trivy JSON vulnerability data with severity filtering and proper field mapping.
Idioma do texto original: inglês
Calculate distances between geospatial points and boundaries using GeoPandas with proper metric projections (EPSG:4087).
Idioma do texto original: inglês
Work with PB2002 plate boundary and polygon data to identify plate membership and boundary distances for earthquakes.
Idioma do texto original: inglês
Parse and work with USGS earthquake GeoJSON data, extracting IDs, magnitudes, coordinates, times, and place descriptions.
Idioma do texto original: inglês
Techniques for retrieving and querying structured enterprise data from JSON files containing slack messages, documents, meeting transcripts, and URLs.
Idioma do 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 do texto original: inglês
Fuzzy search SEC 13-F COVERPAGE.tsv to find fund names and accession numbers by approximate name matching.
Idioma do 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 do 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 do texto original: inglês
Security patching for Apache Druid - covers JavaScript execution vulnerabilities, sampler endpoint protection, and filter validation patterns.
Idioma do texto original: inglês
Security considerations for Jackson @JacksonInject - preventing JSON input from overriding injected values, covering CVE patterns and defense strategies.
Idioma do texto original: inglês
Workflow for creating and applying patches to Java projects - diff format, patch application, and Maven rebuilds for security fixes.
Idioma do 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 do texto original: inglês
Analyze GitHub issues for a date range, counting totals, bug reports (by label substring), and closed bug reports.
Idioma do texto original: inglês
Compute PR statistics (total, merged, closed, avg merge time, top contributor) from GitHub API data using Python or jq.
Idioma do 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 do 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 do texto original: inglês