...
- Forms with the Form Builder
- Fast Reports
- Database queries with the SQL Builder
- Customised date and number formats with the Format Builder
- Calculated fields with the Formula Builder
- Email Templates
- Move and resize objects.
- Further customisation that can be done with JavaScript and PHP.
✪ nuBuilder stores all forms, reports, company data and PHP/JavaScript code in MySQL. You can backup your entire application within a single database file.
✪ Easy installation:
- Download and unzip the nuBuilder files
- Upload to your webserver
- Create a database (e.g. nubuilder4) and optionally a user
- Make a copy of
Shell script to run a command for many files selected with wildcards
Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new'
Some examples:
# Rename current files as old
doall 'mv *.cur *.old'
# Compress camcorder DV files
doall 'ffmpeg -i *.dv *.mp4'
# Movefiles into directories according to their extension
doall 'mv *.* $2/$1.$2'
# Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new
doall 'ln -s /boot/*-5.12.6-* /boot/$1.new'
# Hard link 3-character abbreviations for file extensions
doall 'ln *.???...
This program allows renaming of multiple files at once by providing an editor with the names of the given files. This way the sophisticated features of this editor (for example vim) can be used to rename a whole bunch of files.
Miner Mole is an advanced desktop search utility. It collects, parses and stores data about files, folders, users or any other information that can be obtained from a computer, for fast and accurate information retrieval.
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Badger is a multi-purpose program designed to make System Administrator tasks easier for all computer users. It is currently a Beta ready for testing. It currently runs on Mac and Linux. It must be run as root.
A bane of Systems Administration work is the management of old files by removing, moving, or compressing them. This configuration-file based program written in Perl seeks to assist in this endeavor.
A backup/transfer files program to move and process files between computers in a production (industrial) process. The processing of file begins when it are created or copied to directory and they can be redirected to other machine to be used.
DataSiphon is a data manipulation and transformation utility written in Python. It provides both command-line and graphical interfaces and allows users to easily move data between databases or files, performing on-the-fly Python-scripted transformations.