Skip to content
View ayrtoncavalieri's full-sized avatar

Block or report ayrtoncavalieri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. PocoWebSocketServer PocoWebSocketServer Public

    This is the Poco WebSocket server exemple separated in different files for a more modular aproach. Just a shell for new WebSocket based applications.

    C++ 1 1

  2. finiteautomatamips finiteautomatamips Public

    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 Portugue…

    Assembly

  3. TrabalhoTPA2014_2 TrabalhoTPA2014_2 Public

    Forked from edumoska/TrabalhoTPA2014_2

    Java

  4. Turing_Machine_iB_ Turing_Machine_iB_ Public

    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…

    C++

  5. FiniteAutomataCpp FiniteAutomataCpp Public

    This is a C++ version of the Non-Deterministic Finite Automata Simulator.

    C++

  6. ADT_AVL ADT_AVL Public

    This is an AVL tree abstract data type written in C.

    C