Pinned Repositories
astro
The all-in-one web framework designed for speed. ⭐️ Star to support our work!
awesome-crystal
:gem: A collection of awesome Crystal libraries, tools, frameworks and software
awesome-v
A curated list of awesome frameworks, libraries and software for the V language.
benchmarks
Some benchmarks of different languages
brunsli
Practical JPEG Repacker
certmagic
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
color
Color package for Go (golang)
crystal
The Crystal Programming Language
db
Helper tools for interacting with databases
decimal
Arbitrary-precision fixed-point decimal numbers in go
proyb6's Repositories
proyb6/awesome-v
A curated list of awesome frameworks, libraries and software for the V language.
proyb6/astro
The all-in-one web framework designed for speed. ⭐️ Star to support our work!
proyb6/awesome-crystal
:gem: A collection of awesome Crystal libraries, tools, frameworks and software
proyb6/benchmarks
Some benchmarks of different languages
proyb6/brunsli
Practical JPEG Repacker
proyb6/certmagic
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
proyb6/color
Color package for Go (golang)
proyb6/crystal
The Crystal Programming Language
proyb6/db
Helper tools for interacting with databases
proyb6/decimal
Arbitrary-precision fixed-point decimal numbers in go
proyb6/devopsg-security
proyb6/dive-to-gosync-workshop
深入Go并发编程研讨课
proyb6/go-concurrent-quiz
Go concurrency quizzes
proyb6/gofpdf
A PDF document generator with high level support for text, drawing and images
proyb6/golang-set
A simple set type for the Go language. Also used by Docker, 1Password, Ethereum.
proyb6/iter
Go implementation of C++ STL iterators and algorithms.
proyb6/SuperTinyIcons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
proyb6/svg2pdf.js
A javascript-only SVG to PDF conversion utility that runs in the browser leveraging jsPDF.
proyb6/v
Simple, fast, safe, compiled language for developing maintainable software. Supports translation from C and (soon) C++. Compiles itself in <1s.
proyb6/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
proyb6/web-frameworks
Which is the fastest web framework?
proyb6/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.