Stars
ICPC competition solutions created by Maestro AI - 2025 World Championship problems
JavaScript and WebGL glasses virtual try on widget, featuring real time camera tracking, robust performance in all lighting conditions, high end PBR 3D rendering and easy, fully customizable integr…
Implementation of Kaplan and Zwick's soft heap. Collaboration with Alex Hollender.
Implementation of Chazelle work https://www.cs.princeton.edu/~chazelle/pubs/mst.pdf for my course work.
A QR-Code Scanner, written in C++ and using the OpenCV library, which was developed as part of a university course "Computer Vision".
Code for the paper "Language Models are Unsupervised Multitask Learners"
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
The best tweak for YouTube Music iOS.
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).
This is the main repository for the OpenChat application which runs on the Internet Computer
Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Making Postgres and Elasticsearch work together like it's 2023
Free and Open Source, Distributed, RESTful Search Engine
Sharry is a self-hosted file sharing web application.
Largest Empty Circle problem implementation using Voronoi diagram and Fortune's algorithm.
Implementation of largest empty circle problem.
Given n line segments, efficiently find all points of intersection. This is a modern C++ implementation of the Bentley-Ottman algorithm from (almost) scratch because why not.
This repository contains an implementation of the Bentley-Ottmann sweep line algorithm, used for detecting intersections in a set of line segments.
simple Java implementation of Bentley-Ottmann sweep line algorithm for listing all intersections in a set of line segments