-
zed Public
Forked from zed-industries/zedCode at the speed of thought β Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Rust Other UpdatedJan 18, 2025 -
ares Public
A tiny immediate-mode UI library
-
-
-
-
hedgehog Public
download manager and torrent client
Rust GNU General Public License v3.0 UpdatedNov 2, 2024 -
rust-atomics-and-locks Public
a playground to experiment with rust concurrency
Rust UpdatedOct 16, 2024 -
-
bun Public
Forked from oven-sh/bunIncredibly fast JavaScript runtime, bundler, test runner, and package manager β all in one
Zig Other UpdatedAug 27, 2024 -
-
astro Public
Forked from withastro/astroThe web framework that scales with you β Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between βοΈ Star to support our work!
TypeScript Other UpdatedNov 22, 2023 -
poser-tensorflow Public
Image Classification with Tensorflow using Transfer Learning
JavaScript UpdatedJul 14, 2022 -
next.js Public
Forked from vercel/next.jsThe React Framework
-
addons-frontend Public
Forked from sarthakkundra/addons-frontendFront-end to complement mozilla/addons-server
JavaScript Mozilla Public License 2.0 UpdatedMar 25, 2021 -
pods Public
project management and communication tool built with react, node and graphql
-
create-blog-app Public
π¨π»βπ Set up your blog by running one command.
-
dscvitbhopal.github.io Public
Forked from GDGCVITBHOPAL/dscvitbhopal.github.ioDSC VIT Bhopal website build with Next.js
TypeScript UpdatedJan 16, 2021 -
octopus Public
π A chat app where you can chat in channels. Built using web sockets.
-
search-algorithm-visualizer Public
Visualizes different pathfinding algorithms like, BFS, DFS, Best First Search, A* using React.
-
2048-ai Public
2048 AI uses a recursive look ahead algorithm till certain depth and choose promising game state.
-
A Graphql Apollo Express Server with TypeGraphQL and TypeORM using PostgreSQL as a database.
-
tic-tac-toe-ai Public
π¦ A TIC-TAC-TOE game with an unbeatable Min-Max algorithm using React.
-
sorting-algorithm-visualizer Public
This repository contains visualization of, How "Bubble Sort", "Merge Sort" and "Quick Sort" algorithm works with large data-set and how these algorithms affects time complexity.
-
video-to-ascii-manipulation Public
This algorithm converts any Video / Image in ASCII symbols.
-
rubiks-cube-solver Public
An algorithm to solve randomly shuffled Rubik's cube, made pre-AI.
-
Snake game visualization using A* path-finding algorithm. Snake uses path-finding algorithm to reach the goal, avoid walls and snake's body.
-
a-star-algorithm-visualizer Public
A* algorithm to find path through walls - JavaScript + p5.js