Pinned Repositories
advanced-calculator
Advanced calculator using design patterns in C#
angular-coalescing-component-factory-resolver
palindrome
Palindrome checker in Python 3. This program asks a user for a string of characters or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a palindrome or not.
kuzmicheff's Repositories
kuzmicheff/palindrome
Palindrome checker in Python 3. This program asks a user for a string of characters or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a palindrome or not.
kuzmicheff/advanced-calculator
Advanced calculator using design patterns in C#
kuzmicheff/angular-coalescing-component-factory-resolver
kuzmicheff/binary-search-tree
Binary search tree implementation in JavaScript
kuzmicheff/binary-tree-inheritance
Implementation of binary tree classes in Javascript
kuzmicheff/custom-linked-list-class
Custom linked list class in C#
kuzmicheff/custom-list-class
Custom list class using System.Collections.Generic in C#.
kuzmicheff/email-parser
Email parser in Python 3. This program asks the user to enter email address and checks if it is a valid email address. Using the regular expressions is prohibited for this assignment.
kuzmicheff/enum-weekly-forecast
Weekly weather forecaster in C# using enums.
kuzmicheff/fizz-buzz-series-printer
A Fizz Buzz series printer in Python 3. It asks user to enter 5 values for range start, range end, range step, divider 1, and divider 2. It performs the input validity check, calculates results, and prints the series of results on the screen.
kuzmicheff/functional-programming-csharp
Exercises in functional programming in C# using anonymous types, delegates, lambda expressions, query operators, and query expressions.
kuzmicheff/happy-numbers
This program checks every number from 0 to 10,000 and determines what numbers are happy.
kuzmicheff/humane-society-profiler
Human society animal profiler in C# using enums.
kuzmicheff/icustomstring-interface
Custom string interface in C#
kuzmicheff/iterator-pattern
Implementation of the iterator design pattern
kuzmicheff/jquery-ajax-website
Website for a small business using jQuery and AJAX
kuzmicheff/lemonade-stand
Lemonade Stand: business simulation game in Python 3
kuzmicheff/mvc-box-service
Web application for a subscription box service using MVC in ASP.NET
kuzmicheff/mvc-music-store
A music store application using MVC in ASP.NET
kuzmicheff/netflix-catalogue-system
Netflix catalogue in C# which allows viewing movies with titles and ratings categorized by genres.
kuzmicheff/ngrx-auth
Sample code for adding authentication to an NgRx project.
kuzmicheff/partial-application
Partial application of a function in JavaScript
kuzmicheff/rock-paper-scissors-lizard-spock
A game of rock, paper, scissors, lizard, Spock in Python 3
kuzmicheff/rpsls-classes
A game of rock, paper, scissors, lizard, Spock in Python 3 with use of classes
kuzmicheff/scotchio-auth
Follow-through of tutorial at https://scotch.io/tutorials/easy-node-authentication-setup-and-local
kuzmicheff/sweepstakes-management-system
Sweepstakes management system in C#
kuzmicheff/vinyl-record-exchanger
Vinyl record exchanger in C#. This application enables a community of vinyl record aficionados to showcase their collections, trade or rent records, and browse the community pool for inspiration.
kuzmicheff/wage-calculator
A weekly wage calculator written in Python 3