Cynosure.X International

Multi-Line Comments in Shell Script
Fri, 03 Jul 2009 17:55:39 +0000

csh doesn't have functions. But Jatin's supercalifragilisticexpialidocious example works great in csh.

The function method works even if you put the multi-line comments inside another function.
Category:

Comments (3) | PermaLink | Related Links | TrackBack

Time Stamp Output (GPL)
Thu, 02 Jul 2009 23:22:30 +0000

"TimeStampOutput.sh" is a Bourne-shell script that helps you determine the linearity of a report relative to time. It's extremely useful when one of your software produces logs, but no time associated. Simply pipe whatever output to "TimeStampOutput.sh" and it will insert time stamps into the output.

"TimeStampOutput.sh" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

TimeStampOutput.sh [ "prefix" ] [ "suffix" ]

Category: :

Comments | PermaLink | Related Links | TrackBack

RelayTransfer.sh (GPL)
Thu, 02 Jul 2009 23:14:20 +0000

I have made a slight improvement to "RelayTransfer.sh". When it cleans up the temporary directory that it created, it check to see if it exists first. This fix only effect folks using NFS mounts to the same location, where the temporary directory is located. The new version is attached below.
Category: :

Comments (3) | PermaLink | Related Links | TrackBack (1)

JavaSolitaire
Thu, 02 Jul 2009 12:08:42 +0000

This is a very nice and simple version of Klondike Solitaire. It loads easily, the graphics are sharp and the game itself is intuitive. There is nothing fancy to the game, no double clicks place cards automatically where they need to go. It is all click and drag. But it is simple to do and nice for a quick time out of whatever else you may be doing.
Category:

Comments (7) | PermaLink | Related Links | TrackBack (1)

Merge PDF (GPL)
Wed, 01 Jul 2009 08:33:48 +0000

"Merge PDF.bat" is a batch file that makes merging two PDF's quick and easy. It's primary purpose is to provide a simple drag & drop GUI interface front end to the free pdftk (the pdf toolkit), so that you will never have to start the Command Prompt to merge your PDF's.

When you drag & drop two or more PDF's onto "Merge PDF.bat", it will ask you for the output file name. You should specify the ".pdf" extension as part of the file name. The file name can include spaces. The output file will be saved to your Windows Desktop. So, please pick a file name that doesn't collide with anything that is already on your Desktop; or "Merge PDF.bat" will keep asking you for an output file name.

"Merge PDF.bat" takes advantage of the following batch file, which is also available on this site. So to use the this batch file, you will need to download the following batch file if you don't already have them.

SetNumberOfArguments.bat

"Merge PDF.bat" requires the free pdftk (the pdf toolkit) to interleave your scans. So in order to use this batch file, you'll have to download and install pdftk on your computer, if you haven't already done so.

"Merge PDF.bat" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

  "Merge PDF.bat" "PDF 1" "PDF 2" [ ... "PDF N" ]

Category:

Comments | PermaLink | Related Links | TrackBack

Products | Services
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses

Login | Register


Amazon Associate

Copyright © 1996 - 2009 by Chieh Cheng. All Rights Reserved.