Pinned Repositories
callpath
CallPath lets you see all the paths your code take until a specified function.
case-test
Repo with files as 'test' and 'Test', to test Git in case-insensitive filesystems.
gcc-callgraph-plugin
A GCC plugin to dump call graphs for programs being compiled using LTO.
git
This is my personal fork of the Git source code, which I contribute to.
kworkflow
linux-iio
A personal copy of the iio repository of the linux kernel, to develop patchs. Original here: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
pi
A C parallel code to calculate pi, the simplest way possible.
producer-consumer
A Producer-Consumer C lib
raytracer
A simple raytracer written in C.
toy-C-compiler
A toy C compiler, written in C
matheustavares's Repositories
matheustavares/gcc-callgraph-plugin
A GCC plugin to dump call graphs for programs being compiled using LTO.
matheustavares/callpath
CallPath lets you see all the paths your code take until a specified function.
matheustavares/pi
A C parallel code to calculate pi, the simplest way possible.
matheustavares/toy-C-compiler
A toy C compiler, written in C
matheustavares/git
This is my personal fork of the Git source code, which I contribute to.
matheustavares/producer-consumer
A Producer-Consumer C lib
matheustavares/raytracer
A simple raytracer written in C.
matheustavares/case-test
Repo with files as 'test' and 'Test', to test Git in case-insensitive filesystems.
matheustavares/cint
A simple confidence interval calculator for a collection of numbers..
matheustavares/curso-fiot
Material do curso Fundamentos da Internet das Coisas
matheustavares/git.github.io
Git Developer Site
matheustavares/Inspire-OpenLung
An another [IN PROGRESS] open source, low cost, low resource, quick deployment ventilator design that utilizes a Ambu-bag as a core component. 'War' against COVID-19
matheustavares/kworkflow
matheustavares/linux-iio
A personal copy of the iio repository of the linux kernel, to develop patchs. Original here: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
matheustavares/c-compiler-tests
Test suite to help you write your own C compiler