GitHub
ai-teacher-feedback-lesson
Evaluating AI in Teacher Performance Reviews: Benefits, Biases, and Best Practices
docker-alpine-base
A base Docker image with minimal tooling for development purposes.
utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
maker-taker-solver-as-aws-lambda-java
Maker + Taker + Solver → implemented as AWS Lambda Java
array-base-assert-is-same-kind-data-type-cast
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
mast-cell-activation-syndrome-diagnosis-test
Mast Cell Activation Syndrome (MCAS) Diagnosis Test
stats-base-range-by
Calculate the range of a strided array via a callback function.
token-wars-dataviz
A data visualisation in `matplotlib` of the number of parameters in major LLMs as well as the number of tokens of text they were trained on.
stats-base-dists-chi-logpdf
Natural logarithm of the probability density function (PDF) for a chi distribution.
berkeley-cs188-artificial-intelligence
👻 Solutions for the course "CS188: Artificial Intelligence" of University of California, Berkeley.(加州大学伯克利分校《CS188:人工智能》的课程作业。)
random-array-cosine
Create an array containing pseudorandom numbers drawn from a raised cosine distribution.
blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
strided-base-read-dataview
Copy elements from an input strided DataView to elements in an output strided array.
blas-ext-base-gapxsumors
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
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.
gm-identify-item
GraphicsMagick identify one item by using "gm identify -verbose"
quantitext
Official repository for QuantiText applications in the .NET ecosystem.
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.
biomass_summary
Summarizes the results of multiple LandR Biomass simulations, across multiple study areas, climate scenarios, and replicates.
phd
PhD thesis titled: Open Source Blockchain Software Health: A Theoretical Framework
utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
complex-float64-base-mul-add
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
demo-oracle-database-oracle-linux-macos-utm-qemu
Demonstration of Oracle Database + Oracle Linux + macOS UTM QEMU
gitignore
gitignore rules to make git ignore dot files, env files, artifact directories, and more
blas-base-zdscal
Scale a double-precision complex floating-point vector by a double-precision floating-point constant.
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]
sixarm_javascript_functions
SixArm.com → JavaScript functions that are prototypes, helpers, utilities, and validators
sixarm_karabiner_elements
Karabiner elements macOS keyboard customization for caps lock, control, escape, etc.
laion5b-bias
This repository is a collection of found biases in the LAION-5B dataset.
stats-base-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
sixarm_ruby_role_based_access_control
SixArm.com » Ruby » Role Based Access Control (RBAC) ANSI 359-2004 for authentication and authorization
sixarm_ruby_mysql_adapter_extensions
SixArm.com » Ruby » MysqlAdapter exensions for Active Record in Ruby On Rails
sixarm_ruby_restful_resource_controller
SixArm.com » Ruby » RESTful resource controller
collatzprefixverification
Computational verification of base-3 prefix class contraction for the Collatz map.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.
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
sixarm_ruby_fab
SixArm.com → Ruby → Fab gem to fabricate sample data for testing
sixarm_ruby_date_time_random
SixArm.com » Ruby » Date and Time #random methods
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.
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.
sixarm_dpkg_scripts
SixArm.com » Debian Packages » Scripts for system administration
demo-rails-forest-admin
Demonstration of Ruby on Rails with Forest Admin web service
magick-convert-png-to-apple-xcode-icon-pixel-sizes
Use ImageMagick to convert a png image to Apple Xcode icon pixel sizes
ue4-free-d-generator
Adds a blueprint function to generate a FreeD packet from position and rotation data.
sixarm_ruby_minitest_assert_equal_via_send
SixArm.com → Ruby → Minitest assert equal via send