Difference between revisions of "User:Mysli"

From eLinux.org
Jump to: navigation, search
(Created page with "===About Myself=== I'm a german Beagleboard and OpenMoko user with some Linux experience. My favorit coding language is JAVA. Unfortunally I love the electronics and so I...")
 
(About Myself)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===About Myself===
 
===About Myself===
I'm a german [[Beagleboard]] and [[OpenMoko]] user with some Linux experience. My favorit coding language is JAVA. Unfortunally I love the electronics and so I have to waste my time.. .
+
I'm a German [[BeagleBoard]] and [http://wiki.openmoko.org/wiki/Neo_FreeRunner Freerunner/OpenMoko] user with some Linux experience. My favorit coding language is JAVA. Unfortunally I love the electronics and so I have to waste my time.. .
  
 
==My code snippeds==   
 
==My code snippeds==   
 
* Printout timestamp and USB input from [[BeagleBoard_with_Arduino|Arduino]] board:
 
* Printout timestamp and USB input from [[BeagleBoard_with_Arduino|Arduino]] board:
 
   cat /dev/ttyUSB0 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }'
 
   cat /dev/ttyUSB0 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }'

Latest revision as of 15:41, 19 January 2012

About Myself

I'm a German BeagleBoard and Freerunner/OpenMoko user with some Linux experience. My favorit coding language is JAVA. Unfortunally I love the electronics and so I have to waste my time.. .

My code snippeds

  • Printout timestamp and USB input from Arduino board:
 cat /dev/ttyUSB0 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }'