You can use settable esbuild transform on Jest.
Date/time, IANA timezones, leap seconds, TAI/UTC conversions, calendar with settable Julian/Gregorian switchover
The Feather Icons you know and love as Template Literals tagged with a settable processor.
Node for node-red to connect to a Microsoft MS SQL - timeouts exposed via gui and settable via function node
fork of goodreads-api-node, with access keys accesible and settable
Helpers and utils for lit-html and lit-element.
Node for node-red to connect to a Microsoft MS SQL - timeouts exposed via gui and settable via function node
An Express-like generic middleware dispatcher with a settable number of contexts and typescript support
A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support
Declarative mapping components for React
A tool for building fat reducers
CLI for 1Sat Ordinals SDK
Browser UI for the pi coding agent — embedded HTTP server with a React workbench (chat, file browser, terminal, git, MCP).
Make multiple Ethereum network requests in a single HTTP query. ethcall for ethers v5.
A TypeScript client library for interacting with the Bases API service. This library provides a simple and type-safe interface for managing tables, records, fields, and views.
pub-server package for generating robots.txt and sitemap.xml
The Toolbar
declarative redux
ioBroker lifx Adapter
QuickSettings is a JavaScript library for making a quick settings panel to control code parameters.
Slim advanced select dropdown
MCP server for multi-repo code search — GitHub org or local path, zero config
Encode a string into a phonetic code with the Double Metaphone algorithm
decorator that attaches setters to class properties
Homie Homecontrol base library offering sane defaults for smarthome device nodes like switches, sensors,...
Low level implemenation of the homie v5 protocol
A simple random nonogram game.
Fast, self-hosted query engine for structured JSON logs
Read-only HTTP API server for a logdive index
Core library for logdive: structured JSON log parsing, SQLite indexing, and query engine
A platform agnostic Rust driver for the Akafugu TWIDisplay.
A platform agnostic async Rust driver for the Akafugu TWIDisplay.
MCP server for multi-language code structure analysis
Renamed to sapphire-journal / sapphire-journal-core. Markdown-based task and note manager that keeps your data alive as plain text - timeless like fossils
[DEPRECATED] CLI for archelon — use the archelon crate instead
Scoped async task runtime with cancellation and priority scheduling
Small include to make config files better
a simple settings plugin for read on yaml, ruby, database, etc
Hyper lazy way of setting instance variables automatically by passing them to your constructor. Least clever gem ever?
# 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.