|
Original Computer Programs and Scripts
- Perl script to sweep internet newsgroups, saving the MIME encoded attachments.
news12k.pl
- Perl script to download nasdaq.com stock quotes, parse values and database insert.
stocksession.pl
- Perl script to send email with attachments from command line or script.
mailer1.pl
- C program to interface with PostgreSQL database.
xrep3.c
- Perl script to interface with MySQL database.
rmysql.pl
- Perl script to download world market stock data and insert into MySQL database.
world_markets.pl
- C program to calculate rifle and pistol (type G1) projectile ballistics.
rifle.c
See the program in action
- Java applet to calculate ballistic coefficient for rifle and pistol (type G1) projectiles.
bcapplet.java
See the program in action
- MATLAB GUIDE application to calculate rifle and pistol (type G1) projectile ballistics.
Rifled.zip
- Perl script to generate real and binary sinusoid sample data for DAC/ADC testing
sinegen.pl
- Perl script to generate ramp sample data for DAC/ADC testing
rampgen.pl
- C++ program to perform Fast Fourier Transform
fft.cpp
- C++ program to generate a Psuedo Random Bit Stream using Linear Feedback Shift Register (LFSR)
lfsr.c
- BASH shell script for PPP modem connection.
connectPPP
- Perl script to PING a server (your ISP maybe). Sends email if latency is too long.
pingmail.pl
- Server Side Include(SSI) Perl script to index or thumbnail photos in a directory.
photoindex.pl
- Advanced Apache server install with SSL, PHP and PostgreSQL RDMS support.
apache_ssl_postgres_php_install.txt
- Example Internet firewall for multi-homed host using IPCHAINS and MASQUARADE
rc.firewall
- Limbert Wastebox Woodworking Plans, $20 Material Cost.
LimbertWastebasket.pdf
- Stacking Desk Tray Woodworking Plans, Two Trays $25 Material Cost.
StackingDeskTray.pdf
- Perl script to generate a Normally Distributed Random Variable with mean and stdev input.
normVar.pl
- Perl script to generate a Binomial Distributed Random Variable with p and n input.
binomVar.pl
|