my projects

my projects

nex is a file manager, that I’m working on in my spare time. It was made on the .Net 4 platform in WPF using C # language. My goal when working on this application was to create a simple interface, which is why it was created in the style of Modern / Metro. The program offers a lot of support for advanced users through a set of functions, such as changing the names of multiple files, synchronize directories, view for the source code with syntax highlighting, the ability to connect to the FTP server. Support for multimedia files is implemented through the ability to preview them directly in the program.

nex_1

Source code on github

lib12 is an open-source library that I develop in my spare time. It contains a lot of additional features that enhance the .Net 4 platform. In particular:

  • Dependency injection
  • Creating SQL queries in fluent syntax
  • Generating random data
  • Extension methods for collections
  • Additional FluidTextBox control
  • Extensions for WPF controls – Grid, Popup
  • WPF converters
  • Extensions for WPF data binding
Install-Package lib12

Source code on github

Bisplit (formerly Prognosis) is a Business Intelligence application, on which I worked in the company Contempro. Its task is to analyze data created in CRM and ERP systems, and then pass them to the analyst in a friendly, pleasant to the eye form, simplifying the decision. The program provides a number of analyses of sales, orders, contacts. The application provides rankings of products, product groups and customers. Through the analysis of warehouse inventory, it generates history for products and product groups. For user management and access to individual data was created administration module, which also allows you to check user productivity. In addition, if all the above analysis will be insufficient, the user can create its own report in a generic module.

bisplit1

Information

One of my interests are all kinds of computational methods. It was also one of the areas of my studies. Application Temperature Estimator predicts future temperature using several different algorithms, such as the standard weighted average, trend estimation, ARMA and neural network. This is only a demonstrator of these algorithms, shows the extent to which these algorithms are suitable to predict something as unpredictable as the weather with little data available – only history of temperature for previous days. Doesn’t work behind the proxy.

temp_screen

Source code on github

Rifluvi is a web-based content aggregator. It retrieves data from RSS feeds and allows their easy viewing and reading. Also, have the ability to save your data for later.

img3

Go to rifluvi.com

Atletto is a web-based application for managing tasks. It has built-in standard functions like a hierarchy of tasks, deadline, tags, archives as well as some non-standard, like the blocking of tasks or view of things to do.

main

Go to atletto.com

Other:

  • Conversator – using cleverbot and Microsoft.Speech library to conduct conversation with computer – Source code on github
  • Fractal renderer – using html5’s canvas to draw fractals – Source code on github