Pure-function policy-envelope evaluator for Glide agent banking. Evaluates 13 policy axes (per_tx_max, daily_cap, velocity_caps, counterparty_allowlist, time_window, etc.) against a TransactionIntent and returns ALLOW / DENY with reason codes.
The Movie Database API wrapper for Node.js
Schemas, widget contract, and TilerStore interface for tiler-ts.
Open-source MCP server for compiling messy project planning inputs into evidence-preserving timelines.
👉 English version: [README.md](README.md)
windows time
Find files that move at the same time in a git repository to identify coupling
A high-performance, production-ready async streaming library for Rust.
A real-time, multi-monitor window grid management and tracking system for Windows.
Gild — interactive git contribution analyzer with fair impact scoring
This crate is reserved for rx_core
Single-job async scheduling library for background work with optional Valkey-backed state.
Packet monitoring, filtering and analysis made simple and intuitive
A multi-algorithm proof-of-work library in rust
Generic time-window generation for recurring, overlapping, and metadata-rich intervals
A Windows file time library
Lightweight endpoint telemetry sensor for Windows threat detection
Counter storage system for a concrete time window
Retrieve time objects by time windows (e.g. TimeWindow.call('5m') will round minutes to multiples of 5).
# Foxtrot Ruby Client Library This is the Ruby client library for interacting with the Foxtrot API. The only endpoint currently exposed is the route optimization endpoint (`Foxtrot::Client.optimize!`). In order to make requests, you need a valid API key. Your API key can be found at the bottom of any page in the [Foxtrot web app](http://app.foxtrot.io/). ## Installation `gem install foxtrot-client` ## Usage ```ruby data = { file_url: "https://www.domain.io/your_file.xlsx", file_name: "your_file.xlsx", geocode: "false", stop_name: "Customer", lat: "Lat", lng: "Long", load: "Load", service_time: "Service Time", time_window: "Time Window", extra_info: "Contact Info", date_starting: "1407712069593", warehouse: "77 Massachusetts Ave, Cambridge MA", num_drivers: 1, num_avg_service_time: 10, float_fuel_cost: 3.56, float_driver_wage: 6.01, float_mpg: 8.32 } api_key = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' require 'foxtrot' fox = Foxtrot::Client.new api_key resp = fox.optimize!(data).poll_and_block! result = resp.get_result ```
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.