Ori Idan establised Helicon technologies
In this page I would like to write in short about myself
I am an experienced programmer with experience in many fields.
I am currently writing software for automated test equipment for health care and electronic industries for example: http://www.helicontech.co.il/?id=geivent
I write testing software in: Perl, C, LabWindows/CVI and LabVIEW on Linux and windows systems.
I have also done many projects with embedded systems with many types of micro controllers including: TI-MSP430, Microchip PIC16, Philips MCS51, Freesacle (formerly Motorola) 68xx and many more 8/16 bit micro-controllers.
I have also wrote software to interface with communication chips such as I2C communication (http://www.helicontech.co.il/?id=ftdii2c)
I have also done many embedded Linux jobs using ARM, PowerPC, MIPS and other 32 bits processors for example: http://www.helicontech.co.il/?id=mpc820-bringup or http://www.helicontech.co.il/?id=whitepapers_1
In addition to all this, in the last 10 years I have also done few web programming projects, mostly in Hebrew. The system behind this site (http://www.helicontech.co.il) is one of the system I wrote, I have also wrote a web based accounting software compatible with Israel tax authority regulations. This software is considered the leading web based accounting software in Israel. If anyone of you understands Hebrew go to: http://www.ifreelance.co.il
I am now in the final stages of building a web based women clothing shop: http://www.kantan-fashion.com
', $str);
$str = str_replace('|CODE|', ' ', $str);
$str = str_replace('|ECODE|', '
", $str); $str = AddLinks($str); return $str; } /* | DisplayContents: | Show a string of section body, parsing dot commands | currently only one command is supported | .C that will start or stop code section */ function DisplayContents($contents) { $incode = 0; $contents = SpecialCodes($contents); $a = explode('
', $contents); foreach($a as $val) { if($val[0] == '.') { /* this is a command */ if($val[1] == 'C') { if(!$incode) { print "
\n"; } } if($incode) { while($incode) { print "

