Tag Archives: Programming

Pomotux

Summary Pomotux is  a C++ activity manager for the Pomodoro Technique created by Francesco Cirillo, a member of the XPlabs crew. The program focuses on the basic features of the technique. It does not focus on advanced techniques, such as the prediction of the number of pomodoros needed for an activity. About the Pomodoro Technique

Introduction To Software Testing

Elements and Concepts – A brief overview Download PDF version of the whole document. You can browse the article online but I encourage the download of the PDF since it is written with accuracy. Introduction This document contains some basic concepts and definitions about software testing. It has been written for studying a part of

Introduction to Aspect-Oriented Programming

Like I did for Functional Programming, this post contains the mindmap that covers the basic elements of Aspect-Oriented Programming. This is just a tiny summary of the most important points of AOP, and uses AspectJ in the examples. Topics covered: Definition Response to Object-Oriented crosscutting concerns Aspects Advices Inter-Type Declarations Join Point Model: Join Points,

Introduction to Functional Programming

For the Programming Paradigms course we had to study the concepts of Functional Programming. So here is my usual mindmap regarding the topic. This is just a summary of the most important concepts of functional programming. It also summarizes the very well-written Functional Programming for the Rest of us publication, and uses its pseudo-Java language.

Some little updates

I am so busy in these days. Today I was sick to study Mathematical Method For Physics, so I took the time to fix some pages of the blog. First of all, I finally created a page for the Unipoli project to our Programming Project Java opensource Monopoli game. Give it a try, it’s funny

Unipoli

Unipoli is a simple simulation of the very popular board game Monopoly by Hasbro. Unipoli is the Java outcome of the Programming Project course I followed in Academic Year 2007 – 2008. I don’t know for how long the official project page will stay on Unibz servers, therefore I’m keeping this page on task3. Project