Skip to content
View daniilmartyn's full-sized avatar
  • Vancouver, WA

Block or report daniilmartyn

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

    This is a simple Klondike Solitaire game that is compatible with any iOS device. After pulling or cloning this git repository, the project should be able to be run on an iOS simulator off of xCode.…

    Swift 2 2

  2. miniMFTP miniMFTP Public

    As a final project we for a systems programming class we created a mini mftp server and client. The mftp server runs on a machine and listens for connection requests from over the network. Once a c…

    C 1

  3. Sudoku Sudoku Public

    This is another simple iOS app. The player can choose a difficulty level between beginner, intermediate, and advanced. This app uses persistent storage so the player doesn't lose his/her informatio…

    Swift 1 1

  4. UnbelievableConflict UnbelievableConflict Public

    The project is a multiplayer, networked, third person shooter. The inspirations for this game are from Unreal Flash and Team Fortress 2. The user may choose between three characters. Each character…

    Java 1

  5. SudokuSolver SudokuSolver Public

    This is a simple Sudoku puzzle solver, written in C++.

    C++

  6. sort_pool_thread sort_pool_thread Public

    This program implements quicksort using a pool of threads.

    C