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