Archive for the ‘PHP’ Category

16
Jul

Bus schedule for Częstochowa

Posted by Kiniu

Bus route search with visualization on a map. In addition you can add the most commonly used distributions to your favorites to see for how many minutes does the next bus / tram leave.

Link: www.rj.czest.pl

08
Feb

GPS Tracks

Posted by Kiniu

GPS Tracks is a new website, which allows sharing travel experiences. Do you know great places? Share them with others! Use the experience of others. Analyze your trips. You can have everything in one place and share with friends. You can also meet new people with similar passion in your area.

See the website GPS Tracks (polish only)!

06
Jul

On-line notepad

Posted by Kiniu

The project is written with my colleague. The idea is simple – notes available from anywhere in the world. In the future (which is increasingly moving away), we plan to develop a desktop application and mobile.

Check out on-line notepad! (polish)

31
May

bCMS Content Managment System

Posted by Kiniu

bCMS

Framework and content management system made with a colleague Lutek . The purpose of this framework is to facilitate the writing PHP code and to provide basic tools such as database support, conversion and formatting, automatic creation of database tables based on PHP classes, permission levels, templates and many others. Its main advantages are: total objectivity, modularity, extensibility and performance.

Based on this framework the bCMS was created, which allows:

  • visual editing of content with dynamic access to the media library
  • full management of users, menu items, templates, etc. (depending on the permission level)
  • ability to create multiple templates with different sets of widgets for different sites
  • any expansion

20
Jan

Sudoku solver

Posted by Kiniu
Sudoku

Sudoku

The script, as I mentioned in the title, resolves sudoku. I have implemented my own algorithm in PHP, when sudoku was fashionable. After resolving a number of tasks on the paper, I thougt that I could write a script that will make it faster…

Try Sudoku solver!

28
May

FP2 coding

Posted by Kiniu

Na pierwszym roku studiów na przedmiocie Podstawy Informatyki, uczyliśmy się różnego kodowania liczb, m. in. fp2. Zamiast liczyć na kartce, napisałem sobie skrypt, który robił to za mnie.

Także, polecam skrypt do nauki kodowania fp2 :)