Pinned Repositories
ADT_AVL
This is an AVL tree abstract data type written in C.
BissectionMethod
A simple implementation of the bisection method.
CPF_Check
This program checks if the CPF, which is the document that Receita Federal, the brazilian equivalent to USA's IRS, uses to identify the tax payers (natural person). This program is written in COBOL as an exercise.
desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
FiniteAutomataCpp
This is a C++ version of the Non-Deterministic Finite Automata Simulator.
finiteautomatamips
This was an attempt to create a finite automata simulator in MIPS32 that is able to work with deterministic and non-deterministic automata. The comments in the source code are in Brazilian Portuguese, English translation will be added when requested. The simulator used to run this code was MIPS Assembler and Runtime Simulator (MARS).
GC_AVL
This is a simple implementation of a garbage collector written in C that works on an AVL tree.
MaisFitness
Neste repositório estão localizados os documentos do software MaisFitness, que foi um projeto feito para a disciplina de Engenharia de Software da UFF de Rio das Ostras no período 2022.2.
MyMiniBio
A text file with my mini-biography.
PocoWebSocketServer
This is the Poco WebSocket server exemple separated in different files for a more modular aproach. Just a shell for new WebSocket based applications.
ayrtoncavalieri's Repositories
ayrtoncavalieri/PocoWebSocketServer
This is the Poco WebSocket server exemple separated in different files for a more modular aproach. Just a shell for new WebSocket based applications.
ayrtoncavalieri/ADT_AVL
This is an AVL tree abstract data type written in C.
ayrtoncavalieri/BissectionMethod
A simple implementation of the bisection method.
ayrtoncavalieri/CPF_Check
This program checks if the CPF, which is the document that Receita Federal, the brazilian equivalent to USA's IRS, uses to identify the tax payers (natural person). This program is written in COBOL as an exercise.
ayrtoncavalieri/desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
ayrtoncavalieri/FiniteAutomataCpp
This is a C++ version of the Non-Deterministic Finite Automata Simulator.
ayrtoncavalieri/finiteautomatamips
This was an attempt to create a finite automata simulator in MIPS32 that is able to work with deterministic and non-deterministic automata. The comments in the source code are in Brazilian Portuguese, English translation will be added when requested. The simulator used to run this code was MIPS Assembler and Runtime Simulator (MARS).
ayrtoncavalieri/GC_AVL
This is a simple implementation of a garbage collector written in C that works on an AVL tree.
ayrtoncavalieri/MaisFitness
Neste repositório estão localizados os documentos do software MaisFitness, que foi um projeto feito para a disciplina de Engenharia de Software da UFF de Rio das Ostras no período 2022.2.
ayrtoncavalieri/MyMiniBio
A text file with my mini-biography.
ayrtoncavalieri/Nim_ARMv6
A small Nim game (Subtraction game) made for the Raspberry Pi 1 running on Raspbian. Runs on console.
ayrtoncavalieri/OpenCobolIDE
A simple cobol IDE based on GnuCOBOL and pyQode
ayrtoncavalieri/RSSReaderServer
This is a simple server for a RSSReader application.
ayrtoncavalieri/Server_Shell
This is the server shell for applications that use WebSocket from Poco framework.
ayrtoncavalieri/trabalho_prog_web
ayrtoncavalieri/TrabalhoTPA2014_2
ayrtoncavalieri/Turing_Machine_iB_
Non-deterministic Turing machine simulator. This simulator uses backtracking to execute the program, but instead of using the computer stack, it stores the function information on the heap and uses a leaf function.
ayrtoncavalieri/vkQuantum
This is a simple quantum computing implementation using Vulkan.