Examples are tests!
doc-test for elm
Middleware for handling `multipart/form-data`.
Doc Test Generator for TypeScript Projects
Node.js API (Node-API)
Accessibility engine for automated Web UI testing
Doc Test Generator for TypeScript Projects
Storybook Doc Blocks
Flmngr file manager UI component for React
Automatic documentation generator for ESLint plugins and rules.
JSON Safe Parser & Schema Validator
A document path library for Node
Include Flmngr file manager server-side into your Express app or website
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
Sui TypeScript API
A skip list implementation inspired by the Sorted Set in Redis.
Next-Generation full-text search library for Browser and Node.js
- `useDocExplorer`: Handles the state for the doc explorer - `useDocExplorerActions`: Actions related to the doc explorer
The Linear Client SDK for interacting with the Linear GraphQL API
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.
An interface to the Apple Push Notification service for Node.js
A simple service worker used for the static template in sandpack, allowing users to develop websites like they would locally in the browser.
RFC6265 Cookies and Cookie Jar for node.js
Node server-side implementation of Flmngr file manager
This is an example upload (please ignore).
If installed using cargo install it acts as a command line tool, if used as a package provides methods for running and parsing the output of cargo test.
Tests for user_doc.
A REST API service exposing space and time efficient Bloom Filter implementation in Rust.
Development automation tool for Rust workspaces
Protobuf to Rust CLI tool
Short (up to 65,535 bytes) immutable strings to e.g. parse tokens, implemented in Rust. These are sometimes called 'German Strings', because Germans have written the paper mentioning them.
Rust CLI to enforce merge checks and code quality
Experimental, ergonomic async Rust bindings for GRASS GIS
Pure-Rust Fuzzy Inference System (Mamdani + TSK) with PSO optimizer — zero external dependencies
A work-in-progress fishing game library containing the game/storage logic for a discord fishing game I'm working on.
Image recovery algorithms, implemented in Rust.
Inspired by swagger_rails
Create acceptance tests to check the Rails API responses and generate documentation from it.
Generate API docs from your test suite
It is a worker-side Beanstalk-based job-queueing dispatcher This is a pre-release, I will complete tests and docs in couple days
API doc and test tool
This gem will handle has_many :through association with checkboxes. Very beta, no tests, no docs yet)
Generate API docs from your test suite
Test your JSON output in Ruby, with a DSL that makes reasoning about your JSON very straightforward. See the Homepage for docs.
UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed to buildkite-test_collector. rspec-buildkite-analytics will not receive any further maintenance. Please follow our docs https://buildkite.com/docs/test-analytics/ruby-collectors to upgrade to the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank you!
This is a Ruby library for accessing Zenoss through its REST interface. It is a work in progress and as functionality is testing it will be added. For documentation on what the method calls do see the official Zenoss API docs.
A simple project to test auto building and release using GitHub and Travis-CI. The goal is to fully automate test, build, and release as the result of a tag push. The release needs to have release artifacts including the gem, docs, and release notes.
# Excel to Code [](https://travis-ci.org/tamc/excel_to_code) excel_to_c - roughly translate some Excel files into C. excel_to_ruby - roughly translate some Excel files into Ruby. This allows spreadsheets to be: 1. Embedded in other programs, such as web servers, or optimisers 2. Without depending on any Microsoft code For example, running [these commands](examples/simple/compile.sh) turns [this spreadsheet](examples/simple/simple.xlsx) into [this Ruby code](examples/simple/ruby/simple.rb) or [this C code](examples/simple/c/simple.c). # Install Requires Ruby. Install by: gem install excel_to_code # Run To just have a go: excel_to_c <excel_file_name> This will produce a file called excelspreadsheet.c For a more complex spreadsheet: excel_to_c --compile --run-tests --settable <name of input worksheet> --prune-except <name of output worksheet> <excel file name> See the full list of options: excel_to_c --help # Gotchas, limitations and bugs 0. No custom functions, no macros for generating results 1. Results are cached. So you must call reset(), then set values, then read values. 2. It must be possible to replace INDIRECT and OFFSET formula with standard references at compile time (e.g., INDIRECT("A"&"1") is fine, INDIRECT(userInput&"3") is not. 3. Doesn't implement all functions. [See which functions are implemented](docs/Which_functions_are_implemented.md). 4. Doesn't implement references that involve range unions and lists (but does implement standard ranges) 5. Sometimes gives cells as being empty, when excel would give the cell as having a numeric value of zero 6. The generated C version does not multithread and will give bad results if you try. 7. The generated code uses floating point, rather than fully precise arithmetic, so results can differ slightly. 8. The generated code uses the sprintf approach to rounding (even-odd) rather than excel's 0.5 rounds away from zero. 9. Ranges like this: Sheet1!A10:Sheet1!B20 and 3D ranges don't work. Report bugs: <https://github.com/tamc/excel_to_code/issues> # Changelog See [Changes](CHANGES.md). # License See [License](LICENSE.md) # Hacking Source code: <https://github.com/tamc/excel_to_code> Documentation: * [Installing from source](docs/installing_from_source.md) * [Structure of this project](docs/structure_of_this_project.md) * [How does the calculation work](docs/how_does_the_calculation_work.md) * [How to fix parsing errors](docs/How_to_fix_parsing_errors.md) * [How to implement a new Excel function](docs/How_to_add_a_missing_function.md) Some notes on how Excel works under the hood: * [The Excel file structure](docs/implementation/excel_file_structure.md) * [Relationships](docs/implementation/relationships.md) * [Workbooks](docs/implementation/workbook.md) * [Worksheets](docs/implementation/worksheets.md) * [Cells](docs/implementation/cell.md) * [Tables](docs/implementation/tables.md) * [Shared Strings](docs/implementation/shared_strings.md) * [Array formulae](docs/implementation/array_formulae.md)
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.
No description provided.
No description provided.