Showing posts with label politecnico. Show all posts
Showing posts with label politecnico. Show all posts

Monday, 4 May 2009

Android on Eee Pc

I am porting a Android to an ASUS Eee PC (fully featured, from source code downloaded on 3rd April).
I'll post few tutorials or something similar in next weeks.


You can know more here.

Blender Project

That's the "Computer Graphics" course project.
It has been my first time using Blender. It is a great editing tool, but it has a weird user interface (I'm not talking about Graphical UI).
Mainly, you must become a "Shortcut God". After that, following tutorials and some experience, you'll get some results.

Enjoy!

Monday, 16 March 2009

Robochecker published on Google Code

We are proud to announce that the whole source code and documentation about our "lego robot playing draughts" is on Google Code, exactly here.

The software has been written in Java, using leJOS API for controlling the NXT Brick.
It is possible to use Java by flashing a custom firmware on it.

It has been a great chance to improve our programming knowledge in Java (in source code you'll find a lot of code as implementation of threading, class factories, interfaces) and have fun.

Wednesday, 29 October 2008

Assembly language

...

MOV AX, 0 ;is weird
XOR AX, AX ;is l33t

... is just an example, or ...

MOV AX, WORD PTR [BX]
MOV DX, 10
MUL DL ;is weird
MOV DX, WORD PTR [BX]
SHL DX, 1
MOV AX, DX
SHL AX, 1
SHL AX, 1
ADD DX, AX ;is l33t

... sigh!

I'll never win.

Thursday, 10 July 2008

Mail Android: now rendering rich content!

Mail Android is complete!


The application is a small mail client, capable of retrieving emails both using POP3 and IMAP protocols. Both protocols can be used under SSL Security enhancement.
It supports multiple user accounts and mail accounts. Even if a mobile phone is usually a personal device, this feature could be useful within a company.
In fact, these phones are shared by different employees and each one has different email accounts to keep track of.

Tuesday, 1 July 2008

Mail Android updated


In this screenshot is shown the content of a POP3 Folder. Notice that only Subject and From field were fetched from the entire message (less data to transfer).

Mail Android screens


A small preview... Login screen of "Mail Android" application.

It is a screenshot of the account list. From there, you can edit, create or access to your email account. Mail Android supports both POP3 and IMAP protocols.

Thursday, 13 March 2008

Android

I'll write my monograph for deegree about Android!
Exactly, I will develop a mail client.

=)