Skip to main content
Denis's user avatar
Denis's user avatar
Denis's user avatar
Denis
  • Member for 8 years, 5 months
  • Last seen this week
  • Bulgaria
15 votes

Mini RPG equipment code

15 votes
Accepted

Updating dimensions when focus is lost from any of 9 columns

10 votes
Accepted

Selective updates to immutable types

9 votes
Accepted

Creating a List of objects of a particular type only

9 votes
Accepted

AI Decision Tree

9 votes
Accepted

Simple pack Uri builder

8 votes
Accepted

Automatic computation of mean, standard-deviation, sum, min, max in property

8 votes
Accepted

Address book console application

8 votes

Counting elements meeting a predicate in an enumerable without iterating the entire sequence

8 votes
Accepted

Library, that finds the derivative of a function

7 votes
Accepted

Viable Flags (Enum) ValueObject

7 votes
Accepted

Versatile string validation

7 votes

LDAP search helper for System.DirectoryServices.Protocols

7 votes
Accepted

Date only limited function class

7 votes
Accepted

Convert mixed-format phone numbers to pure numbers

7 votes
Accepted

Command Tokenizer

7 votes
Accepted

Initializing immutable objects with a nested builder

6 votes
Accepted

First program: a simple calculator

6 votes

Enum with a lot of items and a long case statement to convert from string

6 votes
Accepted

Updating database based on selected check boxes

6 votes
Accepted

User can add and delete customers

6 votes
Accepted

Beginnings of a Poker hand classifier

6 votes

Beginnings of a Poker hand classifier part 2

6 votes

RoomModel class

6 votes

Comparing similar types that don't share any interface

6 votes

Finding the first duplicate in an array

5 votes
Accepted

Iterating through list and calling method with different parameters for each item

5 votes

Processing lots of JSON objects

5 votes
Accepted

Tic Tac Toe (decoupling patterns and component based design)

5 votes

Simple Product Inventory software using C# and OOP