Deploy to FTP from your source control less than 1 minute readhere. For BitBucket (Mercurial & Git) download For GitHub download Then just use POST in BitBucket or Github services. Details here. You can also che...
Project description 1 minute readSometimes it is good to track some information about your project (programming or not) - begining and end, workload, team size, etc. Since I was having some ...
Sudoku less than 1 minute readSimple implementation of Sudoku game. Advanced Java Series. This is all about exploring the JavaBean class. Downloads are available in both .jar and ...
Fibonacci word check less than 1 minute read We define Fibonacci words as follows: Check if a given word is a Fibonacci word in linear time. I’ll give it a try in Haskell. <pre class=...
Simmulated Annealing less than 1 minute read Project for Evolutionary Alghoritms course. This application uses simulated annealing to find graph colouring. Check this site for graph instance...
SLWykresy less than 1 minute read Ansi C application that draws 2d functions in 3d. Project for ANSI C course. This application plots 2-variable functions in 3d. Uses simple OpenGL funct...
Zdyk Reader less than 1 minute read Ansi C application that connects to website, uses wxWidgets. This application used to download content from Wroclaw’s urban transport site, analyse it and...
Huake less than 1 minute read 3D shooter written in Ansi C using OpenGL libs. The game is based on a simple engine introduced in the book “OpenGL® Game Programming” by K. H...
Pipeman less than 1 minute read This is my first game in Ansi C. It uses Allegro libraries. The Allegro GUI Clinic proved to be very useful reference during this project. The game is abo...