Posts Tagged Programing

PHP project, report #1

I have already made a login system successfully with ability to login for users and root. The login system can redirect users to user pages and root to administration page. The root user has the power to delete or update the user informations(facing some difficulties here). The goal with this part was gaining experience with [...]

, , , , , , ,

No Comments

PHP based website project

Recently I have been talking to a colleague to make a PHP based website with MySql database. The code with the database is supposed to make lists over users who play a roleplaying game online. More info about project later. Most likely it is going to be an opensource project.

, , ,

No Comments

Compiler for a simplified C

My friend (Jim) and I are finally finished with coding for a compiler in Java. The compiler is implemented in Java to run the code written in a language called Rusc wich is a kind of simplified C. The language contains integer, variables, functions, IF, Else, While, for, expressions, names, libraries of pre-coded functions. We [...]

, , , , , , ,

No Comments