GitHub
https://github.com/compas-dev/compas_fab
Robotic fabrication package for the COMPAS Framework.
@stdlib/stats-base-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/random-streams-minstd-shuffle
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/stats-base-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
https://github.com/afsc-gap-products/gapsurvey
Catch, Length, and Specimen Data Import Program Instructions for at sea survey data for AFSC's Gulf of Alaska and Bering Sea groundfish surveys.
@stdlib/blas-ext-base-dsumkbn2
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
lmms-finetune
A minimal codebase for finetuning large multimodal models, supporting llava-1.5/1.6, llava-interleave, llava-next-video, llava-onevision, llama-3.2-vision, qwen-vl, qwen2-vl, phi3-v etc.
zkalc
A web tool that helps you compare and visualize the performance of cryptographic operations
glacier-flow-model
Modeling glaciers on a digital elevation model (DEM) based on mass balance and a modified D8 flow algorithm applied to ice.
predictgmstrate
Using a neural network to predict changes in the rate of global mean surface temperature warming
modelbiasesann
Investigation of model biases in historical internal variability using explainable AI
https://github.com/precice/precice
A coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.
@stdlib/stats-base-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
spyrit
A Python toolbox for deep image reconstruction, with emphasis on single-pixel imaging.
pynball
A command line tool to consolidate development with various versions of Python , pyenv and virtualenvwrapper
@stdlib/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
qrlew
@stdlib/stats-base-snanvariancepn
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
https://github.com/clima/climaoceanbiogeochemistry.jl
Biogeochemistry model for Clima-Ocean
abimca
Autoencoder based iterative modeling and multivariate time-series subsequence clustering algorithm (ABIMCA)
@stdlib/random-iter-box-muller
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
@stdlib/stats-base-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/stats-base-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
https://github.com/bluebrain/atlas-direction-vectors
Tools to compute direction vectors in the context of brain atlases.
monitors4codegen
Code and Data artifact for NeurIPS 2023 paper - "Monitor-Guided Decoding of Code LMs with Static Analysis of Repository Context". `multispy` is a lsp client library in Python intended to be used to build applications around language servers.
DimensionfulAngles
📐 An extension of Unitful.jl to include angles as a dimension.
PreallocationTools
Tools for building non-allocating pre-cached functions in Julia, allowing for GC-free usage of automatic differentiation in complex codes
skimpy
skimpy is a light weight tool that provides summary statistics about variables in data frames within the console.
@stdlib/stats-base-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
ice_discharge
Greenland Ice Sheet solid ice discharge from 1986 through last month
MeteoInfo
MeteoInfo: GIS, scientific computation and visualization environment.
proxsuite-nlp
A primal-dual augmented Lagrangian solver for nonlinear programming on manifolds.
epiphyte
Python toolkit for working with high-dimensional neural data recorded during naturalistic, continuous stimuli @a-darcher @rachrapp
bioreactordesign
Bio Reactor Design (BiRD): a toolbox to simulate and analyze different designs of bioreactors in OpenFOAM
wrf-mosit
This BASH script installs all the required libraries, packages, software, dependencies, etc for the Weather Research & Forecasting model suite.
@stdlib/blas-ext-base-dnannsumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
https://github.com/adaptivemotorcontrollab/joystickcontrolsystem
joystick system used in Mathis et al, 2017
how_attentive_are_gats
Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)
@stdlib/stats-base-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
@stdlib/stats-base-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
@stdlib/stats-base-meankbn
Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnansumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
grenedalf
Toolkit for Population Genetic Statistics from Pool-Sequenced Samples, e.g., in Evolve and Resequence experiments
@stdlib/stats-base-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
climate_categories
Collection of categorization systems for climate policy analysis
SMOKE
Create emissions inputs for multiple air quality modeling systems with unmatched speed and flexibility
https://github.com/critical-infrastructure-systems-lab/dhalsim
Digital Twin for Water Distribution Systems. A work by the SUTD Critical Infrastructure Systems Lab, TU Delft, CISPA, and iTrust
random-streams-improved-ziggurat
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
@stdlib/stats-base-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
@stdlib/stats-base-smeanlipw
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
@stdlib/blas-ext-base-dsapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/blas-ext-base-gnansumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-nanmeanpn
Calculate the arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.
gocats
A tool for categorizing Gene Ontology into subgraphs of user-defined emergent concepts
turkish-question-generation
Automated question generation and question answering from Turkish texts using text-to-text transformers
Thermimage
R Package for working with radiometric thermal image files and data
@stdlib/datasets-harrison-boston-house-prices
A dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).
@stdlib/stats-base-snanvariancetk
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/math-base-special-ellipk
Compute the complete elliptic integral of the first kind.
@stdlib/stats-base-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.