Use custom events to work around Native -> WebView JS execution limitations
A small addon to help declare dynamic (or indirect) computed properties.
A Babel plugin that transforms indirect imports through a barrel file (index.js) into direct imports.
JSON & YAML data extracted from OpenFisca-France with Indirect Taxation source code (parameters, variables, etc)
Indirect Gulpfile for Polymer projects
JSON & YAML data extracted from OpenFisca-France with Indirect Taxation source code (parameters, variables, etc)
Reliably ends all direct and indirect child processes of the current process
Pi extension that guards against content-based secret leaks and indirect script execution
Update indirect dependencies in Yarn lockfiles
Convert a state to a ref when there need to a indirect use the state
JSON & YAML data extracted from OpenFisca-France Indirect Taxation source code (parameters, variables, etc)
Component to display the child route for indirect journey
Prevent direct or indirect dependencies on your package
Utility to determine the indirect article (in English) for a given word, using the method described at http://stackoverflow.com/questions/1288291/how-can-i-correctly-prefix-a-word-with-a-and-an/1288473#1288473 and the data provided at http://home.nerbonne
Unlock versions of your indirect dependencies
Priority queue implemented as indirect binary heap in TS
An instanced indirect rendering system.
INDIRECT function
Algerian tax & fiscal formulas in TypeScript — IRG, IBS, IFU, VAT, droit de timbre, enregistrement, taxe foncière, social contributions (CNAS/CASNOS/CACOBATPH), penalties and indirect duties. Law-cited, versioned by Loi de Finances year, dinar-backed.
Sanitize untrusted content to prevent Indirect Prompt Injection (IPI) in RAG pipelines — strips invisible Unicode smuggling (zero-width, bidi, tag characters) and neutralizes injection markers. Zero dependencies, fully typed.
This is package indirect-coral-grasshopper
This is package indirect-emerald-swift
An indirect HTMLELement class extend.
This components displays journey details for direct and indirect routes.
CFI types for cross-language LLVM CFI support
One-time resolvable runtime indirection in the style of glibc's ifunc
One-time resolvable runtime indirection in the style of glibc's ifunc
A visual template instantiation machine interpreter to understand how lazy functional programming languages evaluate
estimates stack space requirements of thumb2 programs
Call stack spoofing for Rust.
The WebAssembly Indirect Call Inliner
Pure-Rust ext4 filesystem driver. Exposes a C ABI (fs_ext4_*) suitable for FFI from C/C++/Go/etc.
An experimental C compiler and obfuscating compiler written in Rust, targeting x86_64 SysV ABI
A POSIX sh-compatible shell written in Rust
A high-performance, hot-reload graphics engine.
Pure-Rust PDF writer for the oxideav framework — vector-stays-vector path
A CLI business card
Webrat lets you quickly write expressive and robust acceptance tests for a Ruby web application. It supports simulating a browser inside a Ruby process to avoid the performance hit and browser dependency of Selenium or Watir, but the same API can also be used to drive real Selenium tests when necessary (eg. for testing AJAX interactions). Most Ruby web frameworks and testing frameworks are supported.
Jekyll is a simple, blog aware, static site generator.
tilt-indirect adds indirection for tilt templates. For example, you can have a foo.indirect template that when render renders a separate template (e.g. /path/to/bar.erb).
Fixtures aren't fun. Machinist is.
Code metrics from Flog, Flay, RCov, Saikuro, Churn, Reek, Roodi and Rails' stats task
tests pushing gems
A model caching library with indirect cached clearing
counter_culture provides turbo-charged counter caches that are kept up-to-date not just on create and destroy, that support multiple levels of indirection through relationships, allow dynamic column names and that avoid deadlocks by updating in the after_commit callback.
A Ruby on Rails gem that detects and sanitizes prompt injection attacks. Protects against direct injection (users hacking your LLMs via form inputs) and indirect injection (malicious prompts stored for other LLMs to scrape).
# 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.