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
Arduino Chapter I
Finally my Arduino 2009!
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
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
Accelerometers and Flight Dynamics
roll = -arctan2(acceleration.x, -acceleration.z); pitch = arctan2(acceleration.y, -acceleration.z);
Dilbert: la striscia piu bella
Conoscete dilbert? Abbonandosi sul sito si riceve una sctriscia al giorno…francamente quella di oggi é esilarante!!! Via Dilbert
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