Skip to content
View itsmefreitas's full-sized avatar

Block or report itsmefreitas

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. lambDo lambDo Public

    A lambda calculus interpreter/evaluator, using call-by-name, call-by-value and call-by-need reduction strategies.

    Haskell

  2. polRefactor polRefactor Public

    A simple polynomial calculator, made for a university assignment where the Python programming language was being introduced to the students.

    Python

  3. smsClient smsClient Public

    A C language and shell scripting mini chat client/server model demonstrating the use of named pipes in Linux systems for interprocess communication.

    Shell

  4. decisionTrees decisionTrees Public

    Assignment for the Artificial Intelligence course, based on decision trees built with the ID3 algorithm and inputs from .csv datasets with class variables.

    Java

  5. jenkinsJobs jenkinsJobs Public

    Jenkins (http://jenkins-ci.org/) is an open source continuous integration server. This is a script, in Python, that uses Jenkins' API to get a list of jobs and their status from a given Jenkins in…

    Python

  6. nioChat nioChat Public

    Simple implementation of yet another Chat Client using Java NIO for multi-threaded client support and Java Swing used for GUI handling.

    Java