GitHub
pol-sim
Code for modeling polarization transmission / reflection on different optical elements.
strided-base-write-dataview
Copy elements from an input strided array to elements in a strided DataView.
collatzprefixverification
Computational verification of base-3 prefix class contraction for the Collatz map.
array-base-cusome-by-right
Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.
math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
strided-base-map-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign each result to an element in a strided output array.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
math-base-special-signum
Evaluate the signum function for a double-precision floating-point number.
stats-strided-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
math-base-special-identity
Evaluate the identity function for a double-precision floating-point number.
secs-ii-serialization
📦 A C++23 SECS-II/SEMI E5 serialization library, supporting byte serialization and SML formatting.(使用C++23开发的SECS-II/SEMI E5序列化库,支持字节序列化和SML格式化。)
napi-argv-strided-complex64array2d
Convert a Node-API value representing a two-dimensional strided array to a single-precision complex floating-point array.
strided-napi-dmskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
qmra
Web-application for calculating microbial risk in water and water reuse systems
array-base-mskbinary2d
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
demo_loco_axum_tokio_rust
Demo of Loco.rs high-level web framework, Axum low-level web framework, Tokio asynchronous runtime, and Rust programming language
utils-enumerable-property-symbols-in
Return an array of an object's own and inherited enumerable symbol properties.
mcp-selenium-grid
[DEV PRE-RELEASE, NOT READY, TESTING IN MCP CLIENTS] A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API. Perfect for your automated browser testing needs! 🚀 [In development]
breathfinder
A python3 library designed to locate individual breaths within a PSG using the thoracic RIP signal.
sixarm_javascript_functions
SixArm.com → JavaScript functions that are prototypes, helpers, utilities, and validators
gitignore
gitignore rules to make git ignore dot files, env files, artifact directories, and more
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
hive-thought-rewriter
Rewriting different RSP-QL queries (thoughts) by combining or decomposing in a Hive.
apple-macos-quarantine-off
Apple macOS quarantine off switch that solves "X is an application downloaded from the internet. Are you sure you want to open it?”
ue4-free-d-generator
Adds a blueprint function to generate a FreeD packet from position and rotation data.
blas-base-zdscal
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
array-base-mskunary4d
Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
sixarm_rails_engine_for_rbac
SixArm.com » Rails » Engine for Role Based Access Control (RBAC)
sixarm_ruby_minitest_assert_equal_via_send
SixArm.com → Ruby → Minitest assert equal via send
gettimeofday-localtime
Print the current system time by calling gettimeofday(2) then localtime(3)
bookreach-ui-ce
A Book-Curation Interface for School Librarians to Support Inquiry Learning. / 学校図書館による教材図書提供を支援するアプリケーション BookReach のユーザインタフェース(UI).
stats-base-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
sixarm_dpkg_scripts
SixArm.com » Debian Packages » Scripts for system administration
sixarm_ruby_date_time_random
SixArm.com » Ruby » Date and Time #random methods
sixarm_ruby_role_based_access_control
SixArm.com » Ruby » Role Based Access Control (RBAC) ANSI 359-2004 for authentication and authorization
demo-rails-forest-admin
Demonstration of Ruby on Rails with Forest Admin web service
sixarm_ruby_jsonapi
SixArm.com » Ruby » JSON API helpers for http://jsonapi.org
sixarm_ruby_erb_util_extensions
SixArm.com » Ruby » ERB Util module extensions and extras
stats-incr-mmeanvar
Compute a moving arithmetic mean and unbiased sample variance incrementally.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.
sixarm_ruby_mysql_adapter_extensions
SixArm.com » Ruby » MysqlAdapter exensions for Active Record in Ruby On Rails