Skip to content
View koneo17's full-sized avatar
  • New York
Block or Report

Block or report koneo17

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 Loading

  1. Game-of-Craps Game-of-Craps Public

    Game of Craps in Windows Form. This project was completed using MVVM design, C# and Entity Framework to connect to a SQL Database.

    C# 1

  2. TaxiFareCalculator TaxiFareCalculator Public

    This application computes a taxi cab fare. It's built in .NET MVC and uses AngularJS.

    JavaScript 1

  3. DynamicArray DynamicArray Public

    Implement a dynamic array. In other words, create an array-like structure that can hold an arbitrary number of items (remember: regular arrays are of fixed size). Do not use any data structures tha…

  4. isBinarySearchTree isBinarySearchTree Public

    BinarySearchTree with function such as Pre-Order, In-Order and Post-Order Traversal, and isBinarySearchTree

  5. telDirectory telDirectory Public

    Program for HR directory management using an external file Dir.txt for data manipulation.

    C# 1

  6. Web-Calculator Web-Calculator Public

    This web Calculator accepts numbers delimited by "," and returns their Average, Median, and Mode.

    C#