GitHub
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
nudgedata
Data used in A Randomized Study to Evaluate the Effect of a Nudge via Weekly Emails on Students' Attitudes Towards Statistics
active-time-theory-delayed-choice-experiment
Solving the Delayed Choice Experiment Paradox with Active Time Theory: A Detailed Step-by-Step Simulation-Based Approach
scholarlyoutput_en
ScolarlyOutput is a small R Shiny application to create and export data plots from Google Scholar profiles.
2025-07-16-debugging-workhop
Schedule and lessons for UCL-ARC debugging workshop
weed
Weed detection dataset with RGB images taken under variable light conditions
insulator-defect-detection
Insulator-Defect Detection Algorithm Based on Improved YOLOv7
tamper-resistance
[ICLR 2025] Official Repository for "Tamper-Resistant Safeguards for Open-Weight LLMs"
fly-lab-gear
This is where the Reiser Lab and colleagues are sharing tools and methods that are useful for lab experiments with _Drosophila_ neurobiology.
s-wave-intensity-estimation-nz
Research project on estimating S-wave intensity using mixed effect models in New Zealand earthquakes. This study leverages GeoNet seismic data and explores the role of P-wave parameters and random effects to build a robust, station-level prediction model
https://github.com/dissco/envri-fair-use-case
ENVRI FAIR WP11 use case for scientific names
protocolhelper
Helper functions and templates to manage the INBO/protocols repository.
self_improving_coding_agent
A coding agent framework, that works on its own codebase.
template-tiapn
Template para a disciplina de Trabalho Interdisciplinar: Aplicações para Processos de Negócios - 3º período
lecture-ai-basics
Course content for the elective Artificial Intelligence I, covering foundational AI concepts and applied exercises.
physics-based-pedestrian-modeling
Python package to create physics-based pedestrian models from crowd measurements
extract_urls_mentions_hashtags
The methods extracts urls, mentions and hashtags from a piece of text
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
soil_auxo
Repository with code & data for the publication: Obligate cross-feeding of metabolites is common in soil microbial communities
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
@stdlib/blas-base-zscal
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant.
hiphase
Small variant, structural variant, and short tandem repeat phasing tool for PacBio HiFi reads
sd-webui-ux
Frontend Engine Extension for Stable Diffusion Web UI and Stable Diffusion Web UI Forge.
io.github.andrewquijano:ciphercraft
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
stats-strided-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.