Eloy is a comand line backup system. You simply define the directories to backup and Eloy does partial backups of all changes. You can easily list all changes and restore older versions of files and directories.
Funções ZZ é uma coletânea com 69 mini-aplicativos de utilidades diversas, prontos para serem usados na linha de comando de sistemas tipo UNIX (Linux, BSD, Cygwin, Mac OS X, entre outros).
envbot is an advanced modular IRC bot coded in bash.
Features include: SSL, IPv6, modularity (with several good modules already), transport modules (means openssl/gnutls/netcat/whatever) is also
... [More] modules, loading/unloading/reloading of modules at runtime, rehashing configuration at runtime, advanced access control and much more. [Less]
Bashinator is a bash shell script framework that provides:
- Flexible and powerful message handling: print, log (to syslog and/or logfile) and mail messages (configureable based on severity) with a
... [More] single message function
- Exhaustive information (timestamps, message severity, source file, line numbers and function names) in messages to ease debugging
- Function call stack traces
- Logging of sub-command output (capturing stdout/stderr of external commands to a dedicated temporary logfile)
- Lockfile handling [Less]
BILL - The Bash Improved Leveraging Library
Bill strives to be a solution for developing applications which can be run on platforms with limited resources (e.g. embedded systems) on top of the GNU
... [More] Bash shell, with a focus on quality and reusability of shell code.
It does so by providing module system with its standard library, which you can leverage in your own scripts, both by using existing modules and splitting your program in reusable components.
Additionally, tools for documenting and testing modules, and serving web applications are provided as part of the package. [Less]
-- The CLIMAX Candy Suite BETA --
CLIMAX. The pinnacle of achievement. The top of its game. True Hackers everywhere have known that you find the most power available at your fingertips in a pure
... [More], uncluttered command line interface. The most fun a True Hacker will have on a computer is found in issuing direct commands to the machine, and having it listen.
Unfortunately, most software released today can neither be said to be uncluttered, nor can it rightly be called fun.
So we write our own. Countless little scripts and utilities that do something useful. Or not useful. (Not every command line utility has to have a purpose; there are many that we write simply to amuse ourselves when things get dull).
The problem is that, with all the attention given to commercial, GUI-based solutions, the CLI is often overlooked as a source of productivity and entertainment.
That has SO got to change.
The CLIMAX Frameworks bring the CLI back to its proper place as the first and most convenient tool we reach for every day, encouraging coders to easily develop for the CLI when writing a new tool.
And then there's Candy.. Candy isn't good for a main meal, but is nice in little bits here and there. Some of the programs in the Candy Suite are really useful though! (Check out the included program called gcode for an example). Together in this suite of software you will find productivity and entertainment married into a seriously lighthearted set of tools and frameworks.
You sort of get twins when you download The CLIMAX Candy Suite:
- The CLIMAX Frameworks, enabling you to quickly author new CLI tools in your favorite language.
- The Candy Suite, making the CLI more safe, more efficient, and more fun!
I hope that you will deeply enjoy CLIMAX, and mind you don't eat all the candy at once!
PROJECT NEWS:
Both the SVN repo and the downloads page have the latest BETA release available, currently including only programs from the Candy Suite. I am working on the CLIMAX Frameworks further before posting them, so just enjoy the Candy Suite for now. ;]
The first framework I'll be finishing is for writing CLI programs in PHP.
If you are writing a CLI utility in PHP5, you have to handle arguments and stuff by hand, right? Include and extend the PHP CLIMAX Framework, which handles things such as reading in command-line arguments, echoing ascii-art chrome, etc. Basic tasks such as database read/write, apache management, and XBOS management are also included. I'm just wrapping up development on the PHP5 version. Look for that, and initial progress on the C version, coming soon.
new ( For a preview of all the languages for which there will be a framework, peek at the empty folders inside /trunk/climax/ )
With Climax, you will be able to quickly develop command-line utilities, database utilities, web server utilities, and OS-level utilities without having to start from scratch every time! [Less]
AboutWalmart has an online digital photo finishing service here, however, if you don't have Windows, it is incredibly difficult and time consuming to upload more than a handful of images at a time
... [More] using the inadequate browser interface.
This is a simple bash script which automates the uploading of multiple images to a user account on the Walmart service. It works with the Canadian site only and you need to have created a user account before hand. You can do so here. Once you have uploaded your photos, you need to login to the site to actually place orders.
This script uses curl to perform HTTP POST operations.
UsageTo run the script, download it and execute it as follows:
./uploader.sh email password file1 file2 ...Where email and password are the e-mail address and password used to login to http://walmartphotocentre.ca and file1, file2, etc. are the file names of the images that are to be uploaded.
NewsOctober 8, 2007
A small update to the waluploader script to write temporary files to /tmp where they belong.
September 26, 2007
The waluploader script has been updated to be more robust by automatically determining the names and values of form fields where possible. This should significantly decrease the rate of breakage in the face of updates to the Walmart photo site. [Less]