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