Monthly Archives: August 2004

A Collection of Embedded net Processors

A collection of other embedded net processors(most of which I’ve never tried, and most of which I’ve gotten from others) http://www.embeddedethernet.com Embedded Ethernet controller – an ethernet controller…. PacketWhacker – functionally the same as the embedded ethernet board from Matt Daughtrey EasyTCP – a few models of serial-to-ethernet modules similar in form factor to the Siteplayer. Continue reading

Posted in circuits | Comments Off

Accessing SQL in Perl

This is a perl script that uses DBI to open an SQL database, read all the lines of a table, and print them out in an HTML page. This script assumes you’ve got a table in your database called people_table, and that you’ve got at least two fields, one called firstname and one called lastname.Everything I know about accessing SQP through perl (which isn’t much) I learned from Chris Sung’s notes, in about half an hour.
Continue reading

Posted in Perl | Comments Off