Results for “ohlcv-data”
52 skillsMore results
data-source-priority
CRITICAL: Alpaca API is MANDATORY for all OHLCV data. yfinance is NOT a valid fallback - EVER. Trigger when: (1) any code attempts yfinance for price/volume data, (2) crypto volume filter fails, (3) zero-volume bars detected, (4) API key configuration issues, (5) fallback behavior proposed.
3
k
Compresses long K-line (candlestick) data into a fixed-length sequence using OHLC aggregation rules and applies min-max normalization.
559
sql-debugging
Diagnose and observe an Oxla distributed analytical database using system catalog tables, Prometheus metrics, runtime log-level changes, and troubleshooting workflows for slow queries, node health, and memory/OOM pressure. Also covers debugging Oxla's external data sources, including the Redpanda/Kafka ingestion path.
6 · bundle
oracle
Oracle Database specific features. Covers data types, sequences, synonyms, partitioning, and Oracle-specific SQL syntax. Use for Oracle database work. USE WHEN: user mentions "oracle", "oracle database", "sequences", "synonyms", "DUAL", "SYSDATE", "NVL", "DECODE", "Oracle partitioning", "Oracle specifics" DO NOT USE FOR: PostgreSQL - use `postgresql` instead, SQL Server - use `sqlserver` instead, PL/SQL programming - use `plsql` instead
28 · bundle
llava-onevision-easy-visual-task-transfer-arxiv-2408-03326v2
LLaVA-OneVision: Easy Visual Task Transfer
6
llava-next-improved-reasoning-ocr-and-world-knowledge-arxiv-
LLaVA-NeXT: Improved Reasoning, OCR, and World Knowledge
6
sql-admin-api
Configures and operates an Oxla cluster: YAML config and OXLA__ environment-variable overrides, node ports, roles, and leader election; storage backends (local/S3/GCS/Azure); memory limits; access control; and TLS/OIDC, plus the HTTP-based ConnectRPC admin service and Prometheus metrics endpoint. Also covers Oxla's.
6 · bundle
oke-cluster-generator
Guides users through a structured, conversational process to generate a production-ready Terraform stack and OCI Resource Manager schema for OKE clusters on Oracle Cloud Infrastructure.
736 · bundle
oke-gva-deployer
Deploy and configure Generic VNIC Attachment (GVA) for OCI Kubernetes Engine (OKE), including node pool creation with secondary VNIC profiles and workload mapping.
736 · bundle
oke-troubleshooter
Diagnose and root-cause issues with OCI Kubernetes Engine clusters and workloads through evidence-driven investigation.
736 · bundle
ocr
从OCR识别后的医疗票据文本中提取日期、医生姓名、病人姓名、诊断和总消费,并进行文本矫正,输出JSON格式。
559
sql
Write and run analytical SQL queries against Redpanda SQL (Oxla), a distributed PostgreSQL-wire-compatible columnar database, including data loading, external sources, and type handling.
6 · bundle
longva-long-context-transfer-from-language-to-vision-arxiv-2
LongVA: Long Context Transfer from Language to Vision
6
dvc
Data Version Control for ML projects. Track large datasets and models alongside Git, build reproducible ML pipelines, and run experiments with metric comparison. Works with any storage backend including S3, GCS, Azure, and local filesystems.
0
h5ad-shiny-data-pipeline
Patterns for H5AD-backed Shiny apps with Excel fallback, groovy data in .uns, scVI QC validation, Leiden clustering merge, per-donor tissue extraction
3
edge-pipeline-orchestrator
Coordinate multi-stage edge research pipelines from candidate detection through strategy design, review, revision, and export.
2.3k · bundle
analyzing-macro-malware-in-office-documents
Extracts and analyzes malicious VBA macros, XLM macros, DDE, and remote template injections in Microsoft Office documents using olevba, oledump, and deobfuscation techniques to identify download cradles, payload execution, and persistence mechanisms.
24.6k · bundle
cogvlm-visual-expert-for-pretrained-language-models-arxiv-23
CogVLM: Visual Expert for Pretrained Language Models
6
orc
Apache ORC columnar storage format reference. File structure with stripes and indexes, schema types with evolution rules, compression codecs (ZLIB/SNAPPY/ZSTD), orc-tools CLI, Python/Java writer APIs, Hive ACID transactions, Spark integration, and performance tuning with bloom filters.
12 · bundle
virtualized-lists
Render long lists (1k+ rows) efficiently in Salesforce LWC using lightning-datatable infinite loading or an IntersectionObserver sentinel, with keyset pagination and accessibility guidance.
15 · bundle
oci-sweeper
Federal Organizational Conflict of Interest (OCI) sweeper backed by FAR Subpart 9.5 (9.501-9.508) and the active Theseus workspace knowledge graph. USE WHEN the user asks about OCI risk on a bid, organizational conflicts, incumbent conflicts, biased ground rules, unequal access to information, impaired objectivity, or any pre-bid OCI due diligence. Pulls `company`, `incumbent`, `subcontractor`, `customer`, `program_office`, and prior-contract relationships from the workspace KG, classifies each potential conflict into one of the three FAR 9.505 classes (biased ground rules, unequal access, impaired objectivity), and emits a structured findings envelope with mitigation recommendations (firewall, NDA, recusal, novation). DO NOT USE FOR FAR clause coverage audit (use `compliance-auditor`), proposal prose (use `proposal-generator`), competitor research (use `competitive-intel`), or pricing (use `price-to-win`).
0 · bundle
hsv
Implements a Python function that converts an RGB image to HSV color space and extracts a specified channel (H, S, or V), including handling to convert the image to uint8 type to avoid OpenCV depth errors.
559
connect-cdc-oracle
Streams change data capture from Oracle Database into Redpanda or Kafka using the oracledb_cdc input in Redpanda Connect, which reads redo logs via LogMiner. Covers configuration, Oracle setup, checkpointing, and enterprise features.
6 · bundle
securing-historian-server-in-ot-environment
Hardens and secures process historian servers (OSIsoft PI, Honeywell PHD, GE Proficy, AVEVA Historian) in OT environments, covering network placement, access control, data replication through DMZ, SQL injection prevention, and data integrity protection.
24.6k · bundle
db-time-series
Time-Series Data
18 · bundle
lwc-custom-lookup
Builds a custom LWC lookup component with typeahead search via Apex SOSL/SOQL, debounce, keyboard navigation, and pill UI for cases where standard pickers fall short.
15 · bundle
ovhcloud
Deploy Flutter backends to OVHCloud using Managed Kubernetes, Object Storage, and Terraform, with CLI and infrastructure-as-code examples.
4
towards-open-world-segmentation-of-parts-arxiv-2305-06914v3
Towards Open-World Segmentation of Parts
6
matlab-build-industrial-hmi
Build industrial-grade SCADA/HMI dashboards in MATLAB following industrial-HMI conventions (ISA-101-aligned): gray-field philosophy, alarms at source, write safeguards, fixed-range trends, drill-down layout. Produces a real App Designer app (.mlapp, or plain-text .m+.xml on R2026b+) by handing serialization to the matlab-build-app skill when available, and falls back to a programmatic .m app otherwise. Use when wrapping OPC UA / Modbus / MQTT / OSI PI / PI AF monitoring scripts into a live operator app, building plant overviews, designing operator dashboards, or any time a user asks for a "SCADA dashboard", "HMI", "plant dashboard", "operator screen", or "industrial monitoring app" in MATLAB. Trigger on: SCADA, HMI, industrial dashboard, plant overview, operator screen, uigauge, uilamp, alarm banner, gray-field, ISA-101, OPC UA dashboard, setpoint, write safeguards, alarm visualization, OSIsoft PI, AVEVA PI, PI Server, PI Data Archive, PI AF, PI Asset Framework, piclient, afclient.
920 · bundle
gov-public-health
Queries CDC open data and WHO Global Health Observatory indicators for public health intelligence, covering disease surveillance, vaccinations, and mortality.
5
sql-pro
Domine SQL moderno com bancos de dados cloud-native, otimização OLTP/OLAP e técnicas avançadas de query. Especialista em tuning de performance, modelagem de dados e sistemas analíticos híbridos.
10
openclip-an-open-source-implementation-of-clip-arxiv-2212-07
OpenCLIP: An Open Source Implementation of CLIP
6
turboquant
KV cache compression for LLM inference — 4.4x compression, 2x context capacity, near-lossless quality. ICLR 2026 paper implementation with vLLM integration.
0
ocr
Processes documents through case.dev OCR for text and table extraction. Supports PDF and image files up to 500MB with page-level and word-level output. Use when the user mentions "OCR", "text extraction", "scan document", "digitize", "extract text from PDF", or needs word-level positional data from documents.
34
okr
基于流行 OKR 体系管理智能体目标(O)与关键结果(KR)。当用户提到目标管理、季度计划、OKR、关键结果、复盘、评分、经验沉淀时使用,并将信息维护到 memory/okr.md。
1 · bundle