No description provided.
API for Cambridge Dictionary
Helix (University of Cambridge) - Design tokens and styles
An unofficial Cambridge Dictionary API
CLI to inspect and reconstruct Cambridge Reader books
University of Cambridge Design System
Cambridge widget implementation
Get the highest level entry of a word from the Cambridge dictionary
Cambridge widget implementation
Runtime and checker for Cambridge Computer Science pseudocode
Cambridge widget implementation
A web scraper project to retrieve meanings and pronunciations from the Cambridge Dictionary.
The Cambridge Blockchain crypto library used for encryption/decryption of data and computation of attestations for the blockchain.
Raven (University of Cambridge) authentication module for passport
Node package for communicating with Cambridge Sound Qt series sound masking systems through their telnet-based command line interface
Cambridge widget implementation
Cambridge widget implementation
Simple package to show that the scramble word study from cambridge is a fake
Cambridge Primo NUI components
The 2023 Cambridge South Dorchester High School will be held at Cambridge South Dorchester High School, Cambridge, MD on March 31, 2023.
The Game of Life is not your typical computer game. It is a cellular automaton, and was invented by Cambridge mathematician John Conway.
Unofficial cambridge dictionary api
CSL style for Cambridge Journal of Education
This is a simple dictionary of english from Cambridge.
A high-performance open-source project suitable for large-scale data processing.
A Rust-based interpreter for Cambridge International AS & A Level Computer Science (9618) pseudocode
Run pseudoassembly from Cambridge International syllabus 9618
Run pseudoassembly from Cambridge International syllabus 9618
A user-friendly open-source project that helps you solve problems quickly.
Mafa is an in-terminal web browser companion.
Solve reference genome identification from BAM/SAM headers
An data-oriented simulation package for cold atom experiments.
Fast minimal implementation of HNSW maps for approximate nearest neighbors searches
Pure Rust Special function library
Covariance matrix denoising for financial risk validation. Marchenko-Pastur filtering, Ledoit-Wolf shrinkage, detoning. Pure math, no I/O.
Yahoo Finance price + ISIN provider for the regit-covariance pipeline.
A stack-based language to demo
You want to listen or download word you input in english, now we intergarate with Cambridge Dictionnary for you, just try it.
A Ruby gem to interact with the Cambridge Dictionary website
Get definitions, pronunciation and example sentences of a word or phrase from the online Cambridge dictionaries.
Omniauth provider for Raven
This Ruby gem provides an OmniAuth strategy for authenticating using the Raven SSO System, provided by the University of Cambridge, or any other system implementing the Ucam-WebAuth protocol such as the SRCF Goose login service.
Haystack is based on work by Julian Ray and Aaron Magil for Cambridge Systematics TransAM.
Looks up definitions of words from Cambridge Online Dictionary from the command line
With tli you can translate text and find definitions using\ services like Google Translate, Yandex, Cambridge \ dictionaries, etc. All in one.
# 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.