Solutions to problems and utility functions which i come cross and consider as assignments to myself and try to come up with solution in my free time.
-
AuctionSystem - Auction system Design problem which i come across
-
Mine Sweeper in WPF - Simple Mine Sweeper algorithm UI in WPF
-
MP3 Header extractor - Extract Information from MP3 file Header.
-
Timer Scheduler - To schedule and run tasks or command at given time in future.
-
IntervalMap - Interval map data structure -sparse memory for map.
-
Reentrancy issue - Demonstration of Reentrancy issue in WPF.