/**
 * Parallel port morse code transmitter
 * Version: 1.01
...

C On LPT Morse code transmitter

by ellisgl.myopenid.com, August 11, 2011 16:29

@Ants: I couldn't your vers...

8bba46dba9043c254e6eef1aa664e6f0 Talk
/**
 * Parallel port morse code transmitter
 * Version: 1.01
...

C On LPT Morse code transmitter

by ellisgl.myopenid.com, August 09, 2011 17:14

Haven't tested this yet.

8bba46dba9043c254e6eef1aa664e6f0 Talk
/**
 * Parallel port morse code transmitter
 * Version: 1.01
...

C On LPT Morse code transmitter

by ellisgl.myopenid.com, August 09, 2011 17:14

Haven't tested this yet.

8bba46dba9043c254e6eef1aa664e6f0 Talk
/**
 * Parallel port morse code transmitter
 * Version: 1.00
...

C LPT Morse code transmitter

by ellisgl.myopenid.com, August 08, 2011 22:01, 4 refactorings, tagged with Linux, HAM, AM, Radio, Morse Code

Uses the LPT (Parallel Port...

8bba46dba9043c254e6eef1aa664e6f0 Talk

PHP On From array to list

by ellisgl.myopenid.com, February 11, 2009 18:11

implode is the best way..

8bba46dba9043c254e6eef1aa664e6f0 Talk

PHP On XMLReader to Array Class

by ellisgl.myopenid.com, July 18, 2008 18:22

@lilJon: Try parsing out a ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
class XML_QNC
 {
  private $reader   = "";
...

PHP XMLReader to Array Class

by ellisgl.myopenid.com, June 12, 2008 22:28, 9 refactorings, tagged with class, xml, php

XMLReader is fast and uses ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
<?php
$board = str_repeat("\n",100) . "TICTACTOE\n\n\n\n" . "   +   +   \n %s + %s + %s \n   +   +   \n+++++++++++\n"
       . "   +   +   \n %s + %s + %s \n   +   +   \n+++++++++++\n   +   +   \n %s + %s + %s \n   +   +   \n\n";
...

PHP On Command-Line TicTacToe

by ellisgl.myopenid.com, May 24, 2008 09:33

Made it a bit more readable...

8bba46dba9043c254e6eef1aa664e6f0 Talk

PHP On DB Cache

by ellisgl.myopenid.com, May 24, 2008 09:13

I actually opted not to use...

8bba46dba9043c254e6eef1aa664e6f0 Talk

PHP On DB Cache

by ellisgl.myopenid.com, January 29, 2008 16:08

Looks pretty good - haven't...

8bba46dba9043c254e6eef1aa664e6f0 Talk
<?php
function convert_datetime($str)
 {
...

PHP On DB Cache

by ellisgl.myopenid.com, January 28, 2008 21:21

Here's the 2nd one I did th...

8bba46dba9043c254e6eef1aa664e6f0 Talk

PHP On DB Cache

by ellisgl.myopenid.com, January 28, 2008 17:33

It was for a gmaps mashup. ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
function db_cache_2($query)
 {
  // Query cache table
...

PHP DB Cache

by ellisgl.myopenid.com, January 14, 2008 22:48, 8 refactorings, tagged with php, cache, mysql, update

It's a DB caching scheme th...

8bba46dba9043c254e6eef1aa664e6f0 Talk