An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by oniani

A curated list of projects in awesome lists by oniani .

https://github.com/oniani/ai

From-scratch impls of AI models, approaches, tricks, and more!

ai cs dl ml software

Last synced: 12 Aug 2025

https://github.com/oniani/covid-19-chatbot

Code for the Paper "A Qualitative Evaluation of Language Models on Automatic Question-Answering for COVID-19"

artificial-intelligence coronavirus covid-19 gpt-2 natural-language-processing

Last synced: 06 Jul 2025

https://github.com/oniani/dot

Configuration files and setup instructions for Linux & macOS meta distribution

automation dotfiles kitty mpv neovim nnn unix zsh

Last synced: 11 Apr 2025

https://github.com/oniani/blogplate

Simple, fully responsive web template for a blog

blog css html javascript web-template

Last synced: 11 Apr 2025

https://github.com/oniani/covid-19-network

Code for the Paper "Constructing Co-occurrence Network Embeddings to Assist Association Extraction for COVID-19 and Other Coronavirus Infectious Diseases"

artificial-intelligence coronavirus covid-19 graph-neural-networks node2vec

Last synced: 17 Mar 2026

https://github.com/oniani/chudnovsky

The Chudnovsky algorithm for calculating the digits of Pi

chudnovsky-algorithm pi rust

Last synced: 25 Feb 2026

https://github.com/oniani/miniml

A minimal ML library with OpenCL GPU support

Last synced: 29 Jun 2026

https://github.com/oniani/os-scheduling

Process, memory, and disk scheduling simulations

algorithms disk-scheduling memory-scheduling process-scheduling

Last synced: 08 Jul 2026

https://github.com/oniani/mnist

The Reproducible MNIST

ai mnist mnist-classification pytorch reproducibility

Last synced: 22 Apr 2026

https://github.com/oniani/sat-sudoku

Implementation of the paper "Sudoku as a SAT Problem"

games np-hard python3 sat sudoku sudoku-solver

Last synced: 08 Jun 2026

https://github.com/oniani/wavepcm

Fast WAVE PCM file format encoder and decoder

pcm rust wav wave

Last synced: 01 Jun 2026

https://github.com/oniani/lr

Linear Regression from scratch in Rust

linear-regression ndarray rust

Last synced: 11 Jun 2026

https://github.com/oniani/galton

Multithreaded Galton board simulations

galton-board multithreading normal-distribution parallelism python3

Last synced: 07 Jun 2026

https://github.com/oniani/tensor

A fast, zero-dependency tensor library in under 1000 lines of C++

cpp dl ml tensor

Last synced: 05 Jun 2026

https://github.com/oniani/set

A generic set implementation for the Go programming language

Last synced: 25 Aug 2025

https://github.com/oniani/tic-tac-toe

A simple Tic-tac-toe game with the GUI and 3 levels of difficulty

algorithms memoization minimax tic-tac-toe tic-tac-toe-python

Last synced: 30 Jul 2025

https://github.com/oniani/ugmath

Some of the undergraduate mathematics courses

Last synced: 09 Mar 2026

https://github.com/oniani/pt

A prefix tree for English alphabet

english-alphabet prefix-tree rust

Last synced: 10 Sep 2025

https://github.com/oniani/milkshake

Milkshake: A Space Odyssey

Last synced: 19 Aug 2025

https://github.com/oniani/tsds

Data structures in TypeScript

Last synced: 09 Jul 2026

https://github.com/oniani/smart-jokes

"Smart Joke" generator

api javascript jokes

Last synced: 04 Mar 2025

https://github.com/oniani/spell

Peter Norvig's Spelling Corrector in Rust

Last synced: 16 Apr 2026

https://github.com/oniani/pixelation

Retro style game using Pyxel game engine

game python3 pyxel retro-style-game retrogaming

Last synced: 29 May 2026

https://github.com/oniani/miniframe

Minimal data frames with relational algebra

data dataframe-library haskell haskell-library library

Last synced: 04 Mar 2025

https://github.com/oniani/docprep

Various templates for document preparation purposes

cv documents latex notes resume rmarkdown templates

Last synced: 03 Aug 2025

https://github.com/oniani/pyfunctional

Higher-order functions and other functional goodness in Python

Last synced: 29 May 2026

https://github.com/oniani/ira-analysis

Code for the Paper "Textual and Statistical Analysis of Russian IRA Facebook Advertisements"

Last synced: 06 Sep 2025

https://github.com/oniani/ccl-container-types

Introducing container types in the CCL programming language

Last synced: 28 Jan 2026

https://github.com/oniani/cosine-similarity-and-ai

Cosine Similarity and Its Applications in AI

Last synced: 11 Feb 2026

https://github.com/oniani/bf

A zero-dependency, header-only, and minimal C++ bloom filter

Last synced: 04 Jun 2026

https://github.com/oniani/quickspell

A simple and minimal spellchecker

cpp dictionary linguistics spellcheck

Last synced: 07 Jun 2026

https://github.com/oniani/huffman

Huffman's algorithm for lossless data compression

compression huffman-coding huffman-compression-algorithm rust serde-json

Last synced: 08 Jun 2026

https://github.com/oniani/purity

A collection of various algorithms and data structures

algorithms data-structures functional-programming haskell

Last synced: 08 Jun 2026

https://github.com/oniani/tictactoe_h

TicTacToe "AI" using minimax

Last synced: 10 May 2026

https://github.com/oniani/sim-to-real

VGG19 and Other Networks for Scene Classification

image-recognition python pytorch-cnn sim-to-real vgg vgg19

Last synced: 11 May 2026

https://github.com/oniani/bloomit

Concurrent, Efficient, and Scalable Bloom Filters in Go

Last synced: 20 Jun 2026

https://github.com/oniani/bizarre-structures

Implementations of various data structures you might or might not have seen before

bizarre data-structures python3

Last synced: 29 May 2026

https://github.com/oniani/ichigo

Expression-oriented, small, and cohesive language

Last synced: 09 Jul 2025

https://github.com/oniani/string_view

An alternative std::string_view implementation

Last synced: 10 Sep 2025

https://github.com/oniani/reinforcement-learning

Some of the reinforcement learning algorithms

Last synced: 02 Jul 2026

https://github.com/oniani/nero

A tiny app that runs in terminal and helps manage daily tasks

python3 task-management terminal

Last synced: 18 May 2026

https://github.com/oniani/tricks

Algorithms and Data Structures

Last synced: 07 Mar 2026

https://github.com/oniani/profile-generation

A simple, on-the-fly user profile generation (with API)

api flask generator profile-generation python3

Last synced: 11 May 2026

https://github.com/oniani/fun

A compile-time stdlib-less activation function library

Last synced: 05 Jun 2026

https://github.com/oniani/experiments

Experiments

Last synced: 17 Sep 2025

https://github.com/oniani/bresenham

Derivation and implementation of Bresenham's Circle Drawing Algorithm

Last synced: 05 Mar 2026

https://github.com/oniani/blockchain

A toy, Proof-of-Work-based Blockchain implementation

blockchain proof-of-work rust

Last synced: 11 Jul 2025

https://github.com/oniani/b

A build system

automation build-system build-tool cpp graphs

Last synced: 01 Jun 2026

https://github.com/oniani/arduino-stuff

Tinkering with Arduino

arduino c hardware python3

Last synced: 13 Apr 2026