omicsnut's Stars
microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
huginn/huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
streamlit/streamlit
Streamlit — A faster way to build and share data apps.
microsoft/nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
optuna/optuna
A hyperparameter optimization framework
Canop/broot
A new way to see and navigate directory trees : https://dystroy.org/broot
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
leeoniya/uPlot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
xtensor-stack/xtensor
C++ tensors with broadcasting and lazy computing
sharkdp/dbg-macro
A dbg(…) macro for C++
orlp/pdqsort
Pattern-defeating quicksort.
vlang/ui
A cross-platform UI library written in V
google/marl
A hybrid thread / fiber task scheduler written in C++ 11
jwkvam/celluloid
:movie_camera: Matplotlib animations made easy
arundo/adtk
A Python toolkit for rule-based/unsupervised anomaly detection in time series
googleprojectzero/halfempty
A fast, parallel test case minimization tool.
gvinciguerra/PGM-index
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
gecko984/supervenn
supervenn: precise and easy-to-read multiple sets visualization in Python
genometools/genometools
GenomeTools genome analysis system.
HadrienG/InSilicoSeq
:rocket: A sequencing simulator
dnbaker/dashing
Fast and accurate genomic distances using HyperLogLog
dnbaker/sketch
C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings
martian-lang/martian
Language and framework for high performance computational pipelines.
oliora/bitmask
A generic implementation of the BitmaskType C++ concept
quinlan-lab/STRling
Detect novel (and reference) STR expansions from short-read data
mlin/iitii
Implicit Interval Tree with Interpolation Index
vincentlaucsb/svg
A simple header-only library for generating SVG files from C++
c0D3M/Suffix-Arrays
Algorihms about Suffix Array Construction, Suffix Tree, Longest Common Prefix, Burrows Wheeler Transform,