Zedwood - zedwood.com
General Information:
Latest News:
Linux SCP Expect Script 30 Nov -0001 | 12:00 am
usage: expect_scp.exp myfile.7z file: expect_scp.exp
Windows Batch Date Parser 30 Nov -0001 | 12:00 am
This displays todays date in YYYY-MM-DD format instead of D m/d/Y (2010-12-24 instead of thurs 12/24/2010). formatdate1.bat @echo off FOR /F "TOKENS=2,3,4* DELIMS=/ " %%A IN
BASH Automate FTP 30 Nov -0001 | 12:00 am
#! /bin/bash
Glass Hover Button 30 Nov -0001 | 12:00 am
Calculate Script Duration in PHP and BASH 30 Nov -0001 | 12:00 am
BASH #!/bin/bash
Generate PDFs with PHP 30 Nov -0001 | 12:00 am
There is a lot of PHP code available to generate PDF but most of it requires downloading and installing php extensions. In a shared hosting environment you don't always have access to php configuratio...
Linux Crontab Reference 30 Nov -0001 | 12:00 am
Crontab basics 1. Crontab usage: [user@linux1 ~] crontab --help crontab: usage: crontab [-u user] file cronta
Visual Studio Express 2005 and the Platform SDK 30 Nov -0001 | 12:00 am
When Visual C++ Express 2005 was first released, many of its features were stripped out, including the ability to compile any code with #include in it. If you don't want to pay for the full version o...
Generate XLS Spreadsheet files with PHP 30 Nov -0001 | 12:00 am
The .xls binary file format is documented at Microsoft Office Format Docs, however it is a 1000+ page doc, and would take a lot of time to implement it from scratch. .XLS files
MySQL Create Table Statements 30 Nov -0001 | 12:00 am
If you have an existing database table to look at, use these mysql commands to view schema details: