Skip to content
View billDrett's full-sized avatar
  • TomTom
  • Berlin
Block or Report

Block or report billDrett

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

Pinned

  1. GameOfLife-MPI-OpenMp-Cuda- GameOfLife-MPI-OpenMp-Cuda- Public

    Game of life: An implementation of the famous simulation game with parallel programming technologies. An MPI, a hybrid MPI and OpenMp and a CUDA implementation of the game. Also I wrote a report in…

    C 9

  2. GraceCompiler GraceCompiler Public

    A Compiler for a pascal look alike programming language. For the project we had to develop both the front end and back end of the compiler. For the front end we used the SableCC library which is a …

    Java 2 4

  3. BankServer-socket-and-pthread- BankServer-socket-and-pthread- Public

    A network application with sockets and threads (Pthreads). The bank server keeps data for bank accounts and bank clients are connecting with the server to make transactions. The server has a thread…

    C++ 2 1

  4. Bulletin-Boards Bulletin-Boards Public

    A multi-process application with the use of named pipes and Low-Level I/O. Clients communicate with a server with named pipes and gives commands to write text, send files (etc images), create chann…

    C++ 2 1

  5. K-Medoids-Clustering K-Medoids-Clustering Public

    K-medoids is a clustering algorithm related to K-means. In contrast to the K-means algorithm, K-medoids chooses datapoints as centers of the clusters.There are 2 Initialization,Assign and Update me…

    C++ 8 3

  6. 2d-Ecosystem-simulation 2d-Ecosystem-simulation Public

    Ecosystem Simulation Game: A 2d simulation game with the Unity Game Engine. The characters are controlled by AI and interacting with each other. The maps are procedural generated (cellular automata…

    C# 10