Main > Free Download Search >

Free running man software for linux

running man

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2397
PHP Running Management 1.0.2

PHP Running Management 1.0.2


PHP Running Management or phpRunMan is a set of scripts for runners. more>>
PHP Running Management or phpRunMan is a set of scripts for runners. Users can enter intermediate times of their training or race performance for calculating various statistics (distance, avg speed, time/km, projection on different distance, etc.). In PHP Running Management you can enter comments for the whole run or every intermediate segment so the data can be used as a logbook.

Every run (training or competition) is entered as a list of segments and times. You can specify the number of laps and the "offset" (manual correction) of the distance.

Several views are proposed:

- Year view: displays all the runs with their distance, time, average speed, etc.
- Detail view: shows the profile of a run by segment (time, speed, cumulated distance and other indicators).
- Month view: aggregates runs per month over the selected year, shows every months distance, time, average speed.

All the scripts are written in PHP (requires GD lib activated too) and the data is stored in MySQL database.

<<less
Download (0.49MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
Running Unix Memory Test 0.2

Running Unix Memory Test 0.2


Running Unix Memory Test is a tool to check the memory without interrupting the service. more>>
The goal of RUMT is to check the memory of a computer over a long period of time and almost-real load conditions without having to interrupt the services.

RUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem device. The principle of RUMT is to write pseudo-random data in these disabled memory areas, and later check them. This principle and the original code for the deterministic pseudo-random generator are from David Madore.

This distribution contains another variant on the same theme: URUMT allocates a large chunk of memory, locks it in memory using the mlock(2) system call, and scans /dev/mem to find where in physical memory the allocated area is. Then it continuously runs the same tests in that memory.

URUMT can not be used to test a particular area of memory: the kernel will give it whatever physical memory it feels like. But URUMT can be restarted now and then, hopefully getting different physical memory each time.

This is perfect if you suspect you have bad bits, but do not know at all where they are. Once you have sighted the bad bits, you can use a plain RUMT to test more extensively the neighborhood.
<<less
Download (0.015MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1663 downloads
Laughing Man Factorial 0.1

Laughing Man Factorial 0.1


Laughing Man Factorial is the paranormal evil twin of Laughing Man. more>>
Laughing Man Factorial is the paranormal evil twin of Laughing Man. Factorial also has an unexplained superiority complex, almost exponential you might say, over the original Laughing Man which we will hence forth refer to as Junior for appeasement of currently unwarranted hoity-toity.
Like Junior it is an application for monitoring webpage changes, however it does so using the Objective-C/Cocoa framework as opposed to Java, and leverages Core Data, bindings, and value transformers to produce a smaller code footprint. Less fluff and more meat I say, more meat and less fluff.
Factorial is in a experimental state, it is not recommended that current users of Junior switch completely to this version. You can safely import your data and tinker with Factorial, but it is recommended that any data that you want to remain consistent, be done through old stable Junior.
Factorial may not be forgiving on data when upgrading from one version to the next for the next several releases, hence the adjectives paranormal and evil in the preface.
Junior Equivalent functionality
Splitbar position saved on shutdown
Categories display like junior
New Features
Drag and drop funtionality greatly enhanced
supports dragging to and from Safari and OmniWeb
Change log embedded into application and available through menu.
Enhancements:
- This release fixes several bugs, and provides several feature enhancements, bringing the Factorial branch almost up to par with the original Laughing Man.
- Most notably, a nasty Java to Objective-C, Date to NSDate porting bug in the beta was fixed.
- The beta was usable, but users had to wait a little under 3 years for each site refresh.
- This issue has been fixed in 0.1, but you must reset your data if you used the beta.
<<less
Download (0.044MB)
Added: 2005-11-26 License: GPL (GNU General Public License) Price:
1430 downloads
nJin4 0.3

nJin4 0.3


nJin4 project is a tool to scan for SQL/PHP injection vulnerabilities in PHP source code and in a running Web application. more>>
nJin4 project is a tool to scan for SQL/PHP injection vulnerabilities in PHP source code and in a running Web application.

<<less
Download (0.007MB)
Added: 2006-11-22 License: Free To Use But Restricted Price:
1068 downloads
unionfs 1.0.11

unionfs 1.0.11


unionfs is a stackable filesystem which merges different directories. more>>
Unionfs is a stackable unification file system which can appear to merge the contents of several directories (branches), while keeping their physical content separate.
Unionfs is useful for unified source tree management, merging the contents of a split CD-ROM, merging separate software package directories, data grids, and more.
Unionfs allows any mix of read-only and read-write branches, as well as insertion and deletion of branches anywhere in the fan-out.
To maintain Unix semantics, Unionfs handles elimination of duplicates, partial-error conditions, and more.
Installation
- unionfs.o: the kernel module
- unionctl: a user utility which allows you to add and remove branches
You should be able to just type "make" and Unionfs will build itself. The Makefile will look for your running kernel sources in /lib/modules/`uname -r`/build/include. If your kernel sources are located in a different directory, create a "fistdev.mk" file along the lines of: TOPINC=-I/path/to/my/kernel/sources/linux-2.4.xx/include
There are two Makefile options related to extended attribute support, which is turned off by default. You should define UNIONFS_XATTR to turn it on. Vanilla kernels should work automatically, but if you (or your vendor) has applied the ACL/EA patches you might need to define FIST_SETXATTR_CONSTVOID to correct the setxattr operations function
prototype.
Using fistdev.mk, you can also turn off the debugging print system, which adds to the modules code size significantly. Just add "EXTRACFLAGS=-DNODEBUG" to fistdev.mk.
The doit.sh script included in the distribution will mount unionfs with two branches (/branch0 and /branch1) by default. You can use it as an example and edit to your tastes.
To install unionfs run "make install". This copies unionfs.o into /lib/modules/`uname -r`/kernel/fs/; copies the utilities into /usr/local/sbin; and copies man pages into /usr/local/man;
Enhancements:
- rdstate.c (find_rdstate): Factor out rdstate search.
- file.c (unionfs_dir_llseek): Use rdstate if it exists.
<<less
Download (0.10MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
IronPython 1.0 Final

IronPython 1.0 Final


IronPython is an implementation of Python running on Microsoft .NET / Mono. more>>
IronPython is an implementation of Python running on Microsoft .NET / Mono. It supports an interactive interpreter with fully dynamic compilation.

IronPython is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.
<<less
Download (MB)
Added: 2006-09-06 License: Other/Proprietary License Price:
1148 downloads
The UNIX Man Slak Paks 0.5

The UNIX Man Slak Paks 0.5


The UNIX Man Slak Paks is a Slackware package creation framework. more>>
This is a collection of scripts which is used to manage the creation of Slackware packages. This framework is designed to make it easy to add packages to the collection and to easily tweak package parameters for testing and deployment.
The framework currently has a lot of parameters, and also has basic frameworks for CPAN packages. It is possible to add more frameworks and tweaks for other package networks as well, such as the PHP and Python archives, and these are in the works currently.
Enhancements:
- This marks the start of the new style of build scripts. These are much more modular, and have a consistent set of shell functions and variables which work in their defaults for most situations, and can be redefined by a package file to do special setup or other functions
- which some packages may require.
<<less
Download (0.26MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
Privbind 1.1

Privbind 1.1


Privbind is allows secure running of unprivileged programs, but allowing them to bind to privileged (<1024) TCP/UDP ports. more>>
Privbind is a small tool allowing secure running of unprivileged programs, but allowing them to bind to privileged (<<less
Download (0.30MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
Wiaflos Accounting 0.0.5

Wiaflos Accounting 0.0.5


Wiaflos Accounting is an attempt to create a multi-platform server-client based accounting system. more>>
Wiaflos Accounting project is an attempt to create a multi-platform server-client based accounting system.
The goal is to have a central accounting engine which can either run on a dedicated server or on the same PC as the client interface. The accounting engine will provide a full SOAP API for easy writing of GUI/Web interfaces or tieing into inhouse systems. Seeing as the accounting engine is written in Perl and makes use of a database abstraction layer, the engine should run on nearly any operating system and use nearly any database system supported by Perl and the target OS.
We want this package to be of equal use to the one-man-show as a full accounting package running on a single PC aswell as to large multi-national corporate entities with dedicated accounting servers using the package as a fast stable accounting function, solution or full package.
Main features:
Platform independant
- Wiaflos Accountings core and engine is written in Perl. Perl is an interpreted programming language capable of running on many different platforms including Unix/Linux, Mac, Windows, BSD and many more.
Database independent
- Wiaflos Accountings database interface utilizes the Perl DBI module. This module allows Wiaflos Accounting to access multiple database types transparently, allowing you to utilize the database of your choice, be it MySQL, MSSQL, Oracle, Informix, Sybase or ODBC (or basically anything else).
Folding database transactions
- All modules use database transactions to ensure that if an error occurs everything is rolled back to a safe state. When different modules are integrated to provide functionality like invoicing and purchasing, there are sometimes quite a number of transactions involved which both update, insert and query data. The Wiaflos Accounting database engine automatically merges all transactions during a specific operation into one, this ensures a clean rollback should anything go wrong.
SOAP API (WebServices)
- The interface to Wiaflos Accounting is based on SOAP (Simple Object Access Protocol). The SOAP protocol is a critical communication protocol on the Internet due in large part to the fact that it has become native to so many development platforms, this allows Wiaflos Accounting the maximum benefit of integration and interpolation with other software packages. The SOAP API supports communication over HTTP and HTTPS and includes a full user-based access control system, allowing only certain users access to certain API functions.
Persistent sessions
- Not only does Wiaflos Accounting support SOAP, but it supports persistent SOAP sessions. Authentication is only required once, after that a session cookie is handed to the client application which can then be used in future function calls to authenticate.
Enhancements:
- This version includes support for statements and "balance brought forward" when requesting GL entries.
- Some bugfixes and feature enhancements were made.
<<less
Download (0.046MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
551 downloads
TkViewMan 0.2

TkViewMan 0.2


TkViewMan is a graphical man page viewer for Linux. more>>
TkViewMan is a graphical man page viewer for Linux. TkViewMan project is written in Tcl/Tk, using the BLT extension. TkViewMan is free software and is distributed under the GNU General Public License.
Main features:
- Tabs for multiple man pages
- Ability to find all man pages for a command, with each man page getting its own tab
- Ability to open as many tabs as desired within the main window, which can be scrolled if needed
- Ability to search a man page
- Keyboard shortcuts for creating/removing tabs
- Command history using arrow keys
<<less
Download (0.024MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1326 downloads
Flameingo 2.1

Flameingo 2.1


Flameingo is an action game where you play a little man riding on a flamingo. more>>
Flameingo project is an action game where you play a little man riding on a flamingo.

Using the Bazooka youre holding, you need to blow your friend (who is sitting right next to you) to pieces.

Another liero sequel...? I guess it is!

<<less
Download (0.78MB)
Added: 2006-05-07 License: GPL (GNU General Public License) Price:
1266 downloads
Soundboard Maker 0.1

Soundboard Maker 0.1


Soundboard Maker is a tool for making and running soundboards. more>>
Soundboard Maker is a tool for making and running soundboards.

You can play selected audio, save soundboards, load soundboards, and distribute your soundboards to other users.

The interface is easy to customize.

<<less
Download (0.31MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
956 downloads
MultUnil 0.5.0

MultUnil 0.5.0


MultUnil project is a script for Multilingual documentation support. more>>
MultUnil project is a script for Multilingual documentation support.

You have to write only one file with the documentation in different languages.

It supports Texinfo, SGML, man-pages, etc.

<<less
Download (0.12MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
man 1.6e

man 1.6e


man is linux documentation. more>>
man package is man page suite, including man, apropos, and whatis consists of programs that are used to read most of the documentation available on a Linux system. The whatis and apropos programs can be used to find documentation related to a particular subject.

man was written by John Eaton. He does not maintain man anymore - please do not bother him with remarks about the current version, which is rather different from the original one.

In man-1.6 Eric S. Raymonds browser-handoff functionality was added, with future minor versions planned to cleanup internationalization and cross platform support (Cygwin, solaris, and perhaps Win32).

There is a very different man program, also derived from John Eatons original version (by Graeme W. Wilford) distributed under the name man_db, with version numbers like man_db-2.3.10. Do not confuse the two, they are mutually incompatible, although they perform nearly the same job.
<<less
Download (0.22MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
prizm 0.2

prizm 0.2


prizm is a simple tool to colorize xterm sessions. more>>
prizm is a small, simple tool to colorize xterm sessions.

Its done either randomly or from a config file.

It is a useful visual cue for when there are many xterms open at once.

INSTALL

Put .prizmrc and .prizmrgb in your home directory.
Put prizm in your path, and make executable
Put prizm.1.gz in your manpath (/usr/share/man/man1/)
<<less
Download (0.004MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5