
Javascript library to display flowise chatbot on your website
Escape variables to prevent NoSQL injection in MongoDB
Use MDX to render high quality LLM prompts
HTML template tag with auto-escaping for JavaScript
A fast, native Bun-powered markdown parser with frontmatter support. Replaces gray-matter, marked, and yaml.
# 跨域实例 (跨域时url地址一定要写上用的协议如:http:)(并且需要后台配置Access-Control-Allow-Origin) cors.execCors({ method:'post', async:true, url:'http://localhost:9999/api/seller', data:{userInput:'yitjhy2',age:18}, success:function (res) { console.lo
A validation package to check if a string contains XSS. It can also sanitize a string.
metacodya
**LlmManager** is a modular, extensible TypeScript library for orchestrating interactions with Large Language Models (LLMs) such as OpenAI's GPT. It provides a high-level, type-safe API for running prompts, managing conversation history, and supporting st
TypeScript utilities for exception handling and errors-as-values.
The schema valitator that brings user stories to life
`yarn add @cd2/es-qu-el`
Prompt injection defense patterns for AI-powered applications
ES6 SQL-escaping tagged template literal that spits out a sanitized SQL string
Tembory node for n8n AI Agents with operational memory, tool history and decision state
No description provided.
Thin re-exports + typed wrappers around nexural-qa-os runners. Lets warehouses + recipes import a single @nexural/ namespace.
test to use insert metacodya
Javascript library to display Gaiahub chatbot on your website
██ Vibe-Guard Security Scanner - 28 essential security rules to catch vulnerabilities before they catch you! Zero dependencies, instant setup, works everywhere, optimized performance. Detects SQL injection, XSS, exposed secrets, CSRF, CORS issues, contain
A lightweight recording and replay persistence framework for interactive state changes.
Await a single keypress from the terminal user
Parse dates in all the formats humans like to use.
library for checking userinput errors
A tightly typed Rust interface for the OpenAI Codex CLI JSON protocol
SeaORM integration for the vld validation library — validate ActiveModel before insert/update
A utility library for asynchronous fallible conversion and reciprocals in Rust.
Async reverse client for Bing copilot
Simple library to handle input of any type
The only purpose of this crate is to provide easy functionality to accept input from user, with an optional support for auto-complete of provided with a function
Type-safe runtime validation library for Rust, inspired by Zod
Core types, traits, and error handling for the Brainwires Agent Framework
A lib and a manifesto on panicking gracefully and only if it can't happen
Rust SDK for embedding the Codex agent via CLI-over-JSONL transport
A cross-platform library for reading userinput.
Provides a prompt object for requesting user input
# 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.