Projects
Projects are filtered by tag ASP.NET MVC. Clear all filters.
This page lists some of my most interesting programming projects. Some of them are improved versions of class assignments and some are just personal projects. Many projects have full source included and it is usually published under Public Domain or MIT licenses on GitHub.
Mausr - Marek's Unicode Symbols Recognizer
Have you ever wanted to easily find any unicode symbol like →, ×, ≠, ℝ, or »? Then Mausr is what you are looking for! Mausr is a library and web interface that performs unicode symbols recognition from hand drawn input using simple neural network. The library implements back-propagation learning algorithm as well as basic non-linear optimization algorithms such as gradient descent and iRprop. Read on ...
Personal project
Tags: C#, ASP.NET MVC
Malsys - Marek's L-systems
Highly modular L-system processing library with web interface and gallery. Malsys supports advanced L-system features like context rewriting or parametric L-systems as well as some unique features like rewriting symbol as another L-system. This project was done as my bachelors work at Charles university in Prague. Read on ...
School project
Tags: C#, F#, ASP.NET MVC, F# Power Pack, Microsoft SQL