Skip to content
View FW002's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Graz, Austria

Block or report FW002

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Anagram Anagram Public

    An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word anagram can be rearrange…

    C#

  2. Console_RockPaperScissors_cpp Console_RockPaperScissors_cpp Public

    A Rock Paper Scissors game made in C++.

    C++

  3. ConwaysGameOfLife ConwaysGameOfLife Public

    2D cellular automaton. cells, arranged in a square grid, are either alive or dead; a live cell with 2 or 3 live neighbors survives; a dead cell with 3 live neighbors becomes alive; otherwise the ce…

    C#

  4. gross-to-net-wage-calculator gross-to-net-wage-calculator Public

    A gross/net wage calculator including taxes, fees, holiday grants, bonuses etc. Austrian model

    Python

  5. TicTacToe TicTacToe Public

    A simple tictactoe game written in C#

    C#

  6. whisperChat whisperChat Public

    A C# Chat-Program. Final project of my programming class. The program simulates clients which can chat over a TCP server. Made with WindowsForms and Multithreading.

    C# 1