Category Archives: Programming

Introducing WebTex your online LaTex editor-compiler

What is WebTex? WebTex is a project aiming to propose an online LaTex editor. As the web is evolving, new word processors are being proposed as on-line web applications. Google Docs are Windows Live are some examples. What about LaTex … Continue reading

Posted in Cappuccino, Programming, Work In Progress | Tagged , , | Leave a comment

Arduino Chapter I

Finally my Arduino 2009!

Posted in Mobiles, Programming, Work In Progress | Tagged | Leave a comment

Using R for Introductory Statistics

Data Quickly entering in small data sets is the c function: >typos = c(2,3,0,3,1,0,0,1) >typos [1] 2 3 0 3 1 0 0 1 Note: The assignment operator is a = and it can be a <- [1] indicates the … Continue reading

Posted in Ph.D., Programming, tips and tricks | Tagged , , , , | Leave a comment

Latex Test Post

Posted in Programming, tips and tricks | Tagged , , , | Leave a comment

Threading in iPhone programming

As Kdl pointed out, it is a good point to remind the threading skeleton proposed during the Stanfor CS 192P iPhone programming course. // LetsMakeAThreadAppDelegate.m // LetsMakeAThread // // Created by Evan Doll on 10/27/08. #import “LetsMakeAThreadAppDelegate.h” @implementation LetsMakeAThreadAppDelegate @synthesize … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

Accelerometers and Flight Dynamics

    roll = -arctan2(acceleration.x, -acceleration.z);    pitch = arctan2(acceleration.y, -acceleration.z);

Posted in Mobiles, Ph.D., Programming, tips and tricks | Tagged , , | Leave a comment

Dilbert: la striscia piu bella

Conoscete dilbert? Abbonandosi sul sito si riceve una sctriscia al giorno…francamente quella di oggi é esilarante!!!   Via Dilbert

Posted in Programming, Server | Tagged , , | Leave a comment

Simply personalize PRE and CODE tags

It happens to write some code in a post… I found a fast-to-implement solution by visiting the wordpress codex and I personalized it with another comment found in the web! So I actually modified/added two css style in my theme … Continue reading

Posted in How To, Programming, Serveradmin, tips and tricks, wordpress | Tagged , , , | Leave a comment