a color parsing and manipulation lib served in roughly 2kB
Approximate/Fuzzy variable stuff
Time-sortable UUID - roughly time-sortable unique id generator
TypeScript definitions for chai-roughly
ISML Linter is a tool for examining if your project's templates follow a specified set of rules defined by your dev team. The available rules can be roughly grouped into:
Runs a callback on a roughly precise interval.
deep equals assertions with tolerance for chai (with fixed dependency on deep-eql)
This is roughly based on https://artsy.github.io/blog/2020/01/21/graphql-relay-windowed-pagination/
deep equals assertions with tolerance for chai
Transforms any GeoJSON into a data structure that can be efficiently queried to determine (roughly) where data is present or absent.
Basic library to roughly determine the language of input text
Check if a number is within a certain fault tolerance to another.
This plugin adds a panel that shows information about the selected notes(s). At present, this information isn't very user-friendly — it's presented roughly as fetched from Joplin's data API.
An initiative to build a version of the configurator that utilises the findings from the epigraph-configurator solution and implements the solution that fulfills about roughly 90% of the projects we have delivered. We also do everything mentioned while en
A collection of tools for roughly (but quickly) parsing CSS, HTML and JavaScript
a color parsing and manipulation lib served in roughly 2kB
a color parsing and manipulation lib served in roughly 2kB
🐻❄️🌲 Pino transport that roughly matches what I like to see in my logs
Roughly merge files for gulp.
Roughly a react hook equivalent of componentWillMount
The Backstroke Worker eats off of a [rsmq](https://github.com/smrchy/rsmq) queue, performing a link update. In order, here's roughly what happens:
Mince comes from "mincing" which means taking something that is roughly chopped and then chopping it finely
> Disclaimer: use at your own risk! This is very hardcoded and roughly done.
Find out what time it is, roughly
Probabilistic data structures for Rust — because sometimes close enough is good enough.
Draw Hand Sketched 2D Charts and Plots Using Plotters
Algorithmic texture generator for Bevy.
Pure Rust rough.js-compatible sketchy SVG path generation
Draw Hand Sketched 2D Drawings Using Vello
A very simple and opinionated static site generator.
Draw Hand Sketched 2D Drawings Using Iced
Draw Hand Sketched 2D Drawings Using Piet
A Rust library for the RoughlyRight API
Audio processing and synthesis library.
Draw Hand Sketched 2D Drawings Using tiny-skia
Slacktor is an extremely fast, bare-bones, low-overhead, supervisorless, no-std actor library.
now available user profile path.
Verification of comments for roughly designed mixin module
A tool for roughly and quickly measuring your slow code
SplitInto is a micro API whose sole purpose is to split an integer into equal or roughly equal parts. This is useful when dealing with objects that are not well suited to being split into fractional parts.
TicGit-ng is a simple ticketing system, roughly similar to the Lighthouse model, that is based in git.
Simple queue on top of MongoDB, conforming roughly to Resque's API
A Rack middleware for form-based authentication. It works roughly like Basic HTTP Authentication except that the authentication page can be styled with the middleware options.
This roughly mirrors the functionaly of Queue in allowing you to queue messages to one or more threads, and will block if the queue is empty, waking up when there is another message available.
Minicap provides a minimal yet functional set of git specific cap recipes. Minicap's recipes roughly mimic those in the standard capistrano distribution, but are much smaller and faster to understand'
GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections)
GeoRuby is intended as a holder for data returned from PostGIS and MySQL Spatial queries. The data model roughly follows the OGC "Simple Features for SQL" specification (see www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections).
# 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.