Complete applications scripts - Top 4 Download

Complete applications script downloads

PHLIPS

The PHLIPS project is a PHP extension for CLIPS, a tool for building expert systems.CLIPS is a tool for building expert systems. This PHP extension provides PHP with a basic interface to a CLIPS environment. Its purpose is to allow deployment of expert systems in PHP. In this early phase of ...

Gnome Publisher

Gnome Publisher is a desktop publishing application for Gtk. ...

Launch a program based on file extension

This script associates or launches an action to be performed by the os based on filename extension. For example, assoc.py -e test.c will launch emacs. The optional extra_args allows you to add additional settings to the command associated with the file extension. More complicated actions may require Python functions instead of ...
Python

Installing source distributions on windows

Distutil's bdist_wininst installers offer uninstallation support for Python extensions, many developers however only distribute sources in zip or tar.gz format. The typical steps to install such a distribution are: - download the file  - unpack with winzip into a temporary directory  - open a command prompt and type 'python setup.py ...
Python

Sysfence

Sysfence is a resource monitoring tool designed for Linux machines. While running as daemon it checks resource levels and makes desired action if some values exceed safety limits. It can be used for: - notifying system administrators when something goes wrong - stopping services when system performance is dropping too ...