tonminhhoang's Stars
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
django/django
The Web framework for perfectionists with deadlines.
python/cpython
The Python programming language
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
AlexvZyl/nordic.nvim
🌒 Nord for Neovim, but warmer and darker. Supports a variety of plugins and other platforms.
rails/spring
Rails application preloader
laravel/laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
go-chi/chi
lightweight, idiomatic and composable router for building Go HTTP services
raysan5/raylib
A simple and easy-to-use library to enjoy videogames programming
rails/rails
Ruby on Rails
mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
mongodb/mongo
The MongoDB Database
drogonframework/drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
raylib-extras/RPGExample
An example of a simple RPG game using raylib
educ8s/Cpp-Pong-Game-Raylib
A C++ Pong game developed with the Raylib library using OOP principles.