GDP-weighted mean and descriptive statistics for net exports as % of GDP in Excel
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.
GDP-weighted mean and descriptive statistics for net exports as % of GDP in Excel
Idioma del texto original: inglés
Precise Anthropic brand color tokens and typography guidelines for design artifacts, with matplotlib-specific notes.
Idioma del texto original: inglés
Production-ready technique for technical exploded-view hardware diagrams in matplotlib, with layer details, annotations, and title blocks.
Idioma del texto original: inglés
Complete guide to generating polished technical poster PNGs with matplotlib, including typography, pseudo-3D layers, and annotations.
Idioma del texto original: inglés
Refined techniques for composing classical Chinese regulated verse on war-and-peace themes, with verified imagery, couplet examples, and common pitfalls.
Idioma del texto original: inglés
Complete rules, structure, and verification checklist for seven-character regulated verse (七言律诗), with corrected rhyme groups and parallel couplet standards.
Idioma del texto original: inglés
How to fill California SC-100 Small Claims Court PDF form using fillable field IDs; includes complete field mapping, checkbox behavior, and field fill strategy.
Idioma del texto original: inglés
Efficient DBSCAN clustering with a custom parameterized distance metric using precomputed distance matrices for speed, plus centroid computation.
Idioma del texto original: inglés
Greedy matching of predicted centroids to expert points by closest pairs first, with max distance threshold, computing F1 and delta.
Idioma del texto original: inglés
Computing the Pareto frontier for multi-objective optimization (maximize F1, minimize delta) with correct dominance handling and output formatting.
Idioma del texto original: inglés
Extract CVSS v3 scores from Trivy vulnerability JSON with source priority (NVD > GHSA > RedHat) and fallback to N/A.
Idioma del texto original: inglés
Use Trivy vulnerability scanner in offline mode to scan dependency lock files and produce JSON vulnerability reports without internet access.
Idioma del texto original: inglés
Generate structured CSV security audit reports from Trivy JSON output with severity filtering, deduplication, and proper field mapping.
Idioma del texto original: inglés
Parse USGS GeoJSON earthquake data into GeoPandas GeoDataFrame and output structured JSON results for geospatial analysis.
Idioma del texto original: inglés
Load and work with PB2002 tectonic plate boundary data using GeoPandas for spatial filtering and distance calculations, with antimeridian awareness.
Idioma del texto original: inglés
Finding competitor product discussions, insights, and demo URLs across all ContentForce-related Slack channels
Idioma del texto original: inglés
Complete guide to retrieving structured answers from enterprise product JSON data files containing Slack, documents, meetings, and PRs
Idioma del texto original: inglés
Analyze fund AUM, holdings count, and cross-quarter investment changes from SEC 13F filings.
Idioma del texto original: inglés
Fuzzy search for hedge funds or stocks by name in SEC 13F filings; handles cases where rank 1 is skipped due to amendment filtering.
Idioma del texto original: inglés
Complete workflow for finding top stock increases/decreases between Q2 and Q3 for a specific fund.
Idioma del texto original: inglés
Find top fund managers holding a specific stock (by CUSIP) using a fixed version of the holding_analysis workflow.
Idioma del texto original: inglés
Complete guide to patching Apache Druid CVE-2021-25646 - JavaScript RCE via Jackson @JacksonInject bypass with empty JSON key
Idioma del texto original: inglés
Security guide for Jackson @JacksonInject vulnerabilities - how attackers override injectable values via JSON and how to prevent it
Idioma del texto original: inglés
How to identify bug report issues and count resolved bugs in a date range from GitHub Search API results.
Idioma del texto original: inglés
How to compute PR statistics (merged, closed, avg_merge_days, top_contributor) from GitHub Search API items using Python.
Idioma del texto original: inglés
How to query the GitHub Search API for PRs and issues with date filtering, handling pagination and unauthenticated access via Python urllib.
Idioma del texto original: inglés
How to assemble and write a structured JSON report for GitHub community pulse statistics with validation.
Idioma del texto original: inglés
Complete setup guide for reproducing NLP paper results with HuggingFace TRL/transformers on Python 3.12 - use when setting up environments for preference optimization experiments.
Idioma del texto original: inglés
Complete implementation of the SimPO (NeurIPS 2024) loss function with all variants and edge cases - use when reproducing SimPO or implementing reference-free preference optimization.
Idioma del texto original: inglés
Handle {{IF_X}}...{{END_IF_X}} conditional blocks in Word .docx templates — keep or remove content, with correct ordering relative to placeholder replacement.
Idioma del texto original: inglés
Replace {{PLACEHOLDER}} tokens in Word .docx templates using python-docx, correctly handling split runs, nested tables, headers/footers, and verification.
Idioma del texto original: inglés
Improved keyword-based document classification with false-positive prevention, manual review of zero-score files, and post-classification verification.
Idioma del texto original: inglés
Extract text from PDF files using PyPDF2 with pdfplumber fallback; optimized for title/abstract extraction for classification.
Idioma del texto original: inglés
Extract text from PPTX and DOCX files using python-pptx and python-docx, including tables and all shapes.
Idioma del texto original: inglés
Using Circe for JSON tokenization and dot-path navigation in Scala, with the exact APIs needed to replace Python's json module and dict traversal.
Idioma del texto original: inglés
Implementing an immutable fluent builder in Scala with companion object apply, varargs metadata, and a build() method returning a function — translating Python's mutable builder class.
Idioma del texto original: inglés
Translating Python Enum and frozen dataclass to idiomatic Scala sealed ADTs and case classes, with precise metadata typing and withMetadata pattern.
Idioma del texto original: inglés
Translating Python Protocol, ABC, and isinstance dispatch to Scala traits, overloaded methods, and functor/monad abstractions.
Idioma del texto original: inglés
Translating Python TypeVar covariant/contravariant generics to Scala variance annotations, with concrete patterns for containers, sinks, and handlers.
Idioma del texto original: inglés
Schedule multiple meeting requests into a calendar with earliest-first logic, then generate formatted reply .txt files and a results.json summary.
Idioma del texto original: inglés