Parallel DBSCAN hyperparameter grid search with joblib for Mars cloud clustering.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٬٢١٦ من skills من cxcscmu/SkillLearnBench. افتح أي skill لمراجعة مصدره وتفاصيله.
cxcscmu/SkillLearnBenchعرض ٤٠ من أصل ١٬٢١٦ skills مجمعة.
Parallel DBSCAN hyperparameter grid search with joblib for Mars cloud clustering.
لغة النص الأصلي: الإنجليزية
Identifying Pareto-optimal solutions for multi-objective optimization (maximize F1, minimize delta).
لغة النص الأصلي: الإنجليزية
Generate structured CSV security audit reports from Trivy JSON vulnerability data with deduplication, proper quoting, and field mapping.
لغة النص الأصلي: الإنجليزية
Extract CVSS v3 scores from Trivy vulnerability data with source priority fallback (NVD > GHSA > RedHat) and handle missing data gracefully.
لغة النص الأصلي: الإنجليزية
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files, covering setup, execution, and JSON output parsing.
لغة النص الأصلي: الإنجليزية
Handling the antimeridian (180/-180 longitude) in geospatial analysis with GeoPandas and Shapely.
لغة النص الأصلي: الإنجليزية
Accurate geospatial distance calculations using GeoPandas with appropriate map projections for global-scale analysis.
لغة النص الأصلي: الإنجليزية
Finding earthquakes within tectonic plates and computing distances to plate boundaries using PB2002 data.
لغة النص الأصلي: الإنجليزية
Comprehensive guide for retrieving structured information from enterprise JSON data files containing Slack messages, documents, meetings, and metadata.
لغة النص الأصلي: الإنجليزية
Advanced patterns for analyzing Slack conversations to extract reviewers, competitor insights, and shared resources from enterprise product channels.
لغة النص الأصلي: الإنجليزية
Comprehensive guide for analyzing SEC 13-F quarterly filings data (TSV format) including fund lookup, AUM, holdings comparison, and stock investor analysis.
لغة النص الأصلي: الإنجليزية
Complete fix for Apache Druid CVE-2021-25646 JavaScript RCE via @JacksonInject override in all 7 affected components.
لغة النص الأصلي: الإنجليزية
Preventing Jackson @JacksonInject bypass via empty JSON keys by using OptBoolean.FALSE to reject user-supplied input for injected parameters.
لغة النص الأصلي: الإنجليزية
Using jq to compute statistics from GitHub API JSON responses including counts, averages, grouping, and label filtering.
لغة النص الأصلي: الإنجليزية
Using the GitHub REST Search API to query PRs and issues with date filtering, pagination, and field extraction.
لغة النص الأصلي: الإنجليزية
Environment setup and testing patterns for SimPO preference optimization with PyTorch.
لغة النص الأصلي: الإنجليزية
Complete SimPO loss implementation with exact formula derivation from the paper.
لغة النص الأصلي: الإنجليزية
Robust python-docx template filling that handles split runs, conditional sections, nested tables, headers, and footers.
لغة النص الأصلي: الإنجليزية
Extract text from PDF, PPTX, and DOCX files for content classification, with error handling and fallback strategies.
لغة النص الأصلي: الإنجليزية
Classify academic papers into subject categories using weighted keyword matching with regex word boundaries and case-insensitive search.
لغة النص الأصلي: الإنجليزية
Using circe for JSON tokenization in Scala, including printing, cursor navigation, and path-based access.
لغة النص الأصلي: الإنجليزية
Idiomatic Scala patterns for translating Python code including enums, case classes, and naming conventions.
لغة النص الأصلي: الإنجليزية
Implementing the builder pattern in Scala using immutable case classes or private constructors with copy.
لغة النص الأصلي: الإنجليزية
Handling absence and nullability in Scala using Option, with patterns for translating Python None handling.
لغة النص الأصلي: الإنجليزية
Expressing variance annotations in Scala generics when translating from Python TypeVar covariant/contravariant types.
لغة النص الأصلي: الإنجليزية
Schedule meetings into calendar free slots considering time constraints, timezone conversion, and blue-block overrides.
لغة النص الأصلي: الإنجليزية
Extract calendar events from PDF by mapping colored rectangles to a 15-min grid using PyMuPDF.
لغة النص الأصلي: الإنجليزية
Convert between US time zones for scheduling, defaulting unspecified zones to calendar timezone.
لغة النص الأصلي: الإنجليزية
D3.js v6 force-directed bubble chart with sector clustering, collision avoidance, size mapping, and cross-component interaction.
لغة النص الأصلي: الإنجليزية
D3.js data table with exact column headers, formatted market cap, and bidirectional highlight with bubble chart.
لغة النص الأصلي: الإنجليزية
Two-phase grid search calibration for GLM parameters with parameter sensitivity analysis and regex-based nml editing.
لغة النص الأصلي: الإنجليزية
Complete guide to setting up, running, and configuring the General Lake Model (GLM) for 1D lake temperature simulation.
لغة النص الأصلي: الإنجليزية
Extracting GLM NetCDF output and computing exact RMSE metrics via datetime+depth merge against field observations.
لغة النص الأصلي: الإنجليزية
Validate travel budget calculations including accommodation nights, meal costs, and constraint compliance.
لغة النص الأصلي: الإنجليزية
Plan multi-city driving itineraries with proper day allocation, cuisine variety, and format compliance.
لغة النص الأصلي: الإنجليزية
Extract and validate travel data from CSV/TXT databases ensuring city-specific matching and constraint compliance.
لغة النص الأصلي: الإنجليزية
Extract I-frame keyframes from video files using FFmpeg, with output verification and naming conventions.
لغة النص الأصلي: الإنجليزية
Convert images to grayscale in-place using OpenCV, including both keyframes and template images.
لغة النص الأصلي: الإنجليزية
Tune OpenCV template matching parameters (threshold and dedup distance) for accurate object counting in pixel-art games.
لغة النص الأصلي: الإنجليزية
INDEX&MATCH for two-condition lookups in Excel, with correct absolute/mixed references for fill-down/fill-right
لغة النص الأصلي: الإنجليزية