V-H-R-Oliveira's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
golang-standards/project-layout
Standard Go Project Layout
charlax/professional-programming
A collection of learning resources for curious software engineers
amix/vimrc
The ultimate Vim configuration (vimrc)
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
fastai/fastai
The fastai deep learning library
fastai/fastbook
The fastai book, published as Jupyter Notebooks
fatih/vim-go
Go development plugin for Vim
JoeyDeVries/LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
munificent/craftinginterpreters
Repository for the book "Crafting Interpreters"
lazyprogrammer/machine_learning_examples
A collection of machine learning examples and tutorials.
avast/retdec
RetDec is a retargetable machine-code decompiler based on LLVM.
benfred/implicit
Fast Python Collaborative Filtering for Implicit Feedback Datasets
danbev/learning-v8
Project for learning V8 internals
anaskhan96/soup
Web Scraper in Go, similar to BeautifulSoup
romkatv/gitstatus
Git status for Bash and Zsh prompt
campoy/justforfunc
The repository for the YouTube series JustForFunc
m0n0ph1/Process-Hollowing
Great explanation of Process Hollowing (a Technique often used in Malware)
horsicq/XPEViewer
PE file viewer/editor for Windows, Linux and MacOS.
BR903/ELFkickers
A collection of programs that access and manipulate ELF files.
ErickWendel/10-design-patterns-for-js
code examples of my 10 must-know design patterns for JavaScript Developers talk
gynvael/stream-en
Sourcecode created during my Livestream (English)
VictorRodriguez/linux_device_drivers_tutorial
Linux Device Drivers Tutorial
folbricht/pefile
Extract resources from PE files
RafaelSantosBraz/AS2SCompiler
Implementation of a source-to-source compiler through the principles of a language neutral-based compilation framework.