vrnithinkumar's Stars
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
nlohmann/json
JSON for Modern C++
pocketbase/pocketbase
Open Source realtime backend in 1 file
nextauthjs/next-auth
Authentication for the Web.
phoenixframework/phoenix
Peace of mind from prototype to production
arangodb/arangodb
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
qeeqbox/social-analyzer
API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites
mdn/content
The content behind MDN Web Docs
electric-sql/electric
Sync little subsets of your Postgres data into local apps and services.
CrowCpp/Crow
A Fast and Easy to use microframework for the web.
hosseinmoein/DataFrame
C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
corona-warn-app/cwa-app-android
Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
pocketbase/js-sdk
PocketBase JavaScript SDK
keidarcy/e1s
E1S - Easily Manage AWS ECS Resources in Terminal(~k9s for ECS) 🐱
nicbet/docker-phoenix
A dockerized Phoenix development and runtime environment.
matthewbdwyer/tipc
A compiler from TIP to llvm bitcode
samuela/bidirectional-typing
A bidirectional type checker
etylizer/etylizer
Static typechecker for Erlang
malyzajko/daisy
mrdimosthenis/gleam_synapses
A plug-and-play library for neural networks written in Gleam
neel-krishnaswami/inverse-bidirectional-typechecking
A Toy Inverse Bidirectional Typechecker
nachivpn/mt
Master thesis on developing a static type checker for Erlang
JimmyZJX/TypingFormalization
steffyalbert/Covid_19_data_analysis
Goal of the project is the deployment of responsive dashboard for COVID-19 data.
vrnithinkumar/latest-deployment-sha
shyam057cs/awesome-distributed-systems
A curated list to learn about distributed systems
steffyalbert/Artificial-neural-network
Implementation of an artificial neural network without using machine learning libraries. It has 2 hidden layers and an input and output layer. Each hidden layer has 5 neurons. As a loss function we will use the binary cross entropy.
steffyalbert/KNN-implementation
k nearest neighbor algorithm implementation
steffyalbert/SGD-implementation
An implementation of stochastic gradient descent from scratch without libraries