Main > Free Download Search >

Free follow up software for linux

follow up

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 819
Falling Up 004

Falling Up 004


Falling Up its another tetris clone. more>>
Falling Up its another tetris clone. No, Im not trying to make any money off of it or claim it as particularly unique. It is fun. Try it. Its evil. Im told that frequently.
People have even praised it. I wrote it as a precursor to other games, a way to learn new technologies (GLUT, OpenGL, OpenAL, NSIS, ...), and to brush up on old ones (c, for that matter).
The source code is essentially free to do with as you please, if you like. If you "steal" most of it, Id prefer you give credit back to here, but really... whatever. I learned from lots of places and anything I can do to pay that back is cool.
The game is... tetris. You have the same old blocks, and they fall down. You use left and right to move blocks left and right, up to rotate, down to move down a line, and spacebar to drop.
Theres a next item (optional), sound (optional), and... stuff like that. Please, just download it and play it already! Geeze! Youd think I was just rambling...
Enhancements:
- The score file was adding 1 to the "level" the score was attained at every time a new high score was made, give or take; that is fixed.
- I added a background image (doesnt work with trails, may slow down on slower systems), and made F4 quit out of playing the game.
<<less
Download (0.45MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1422 downloads
Flickr Follow Comment 0.4

Flickr Follow Comment 0.4


Flickr Follow Comment is a Greasemonkey script that improves Flickrs Comments Youve Made page. more>> <<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1033 downloads
nautilus-follow-symlink 1.0.2

nautilus-follow-symlink 1.0.2


nautilus-follow-symlink is a nautilus extension that adds a menu entry on symbolic links to directories. more>>
nautilus-follow-symlink is a nautilus extension that adds a menu entry on symbolic links to directories which open the pointed directory (the real path).
nautilus-follow-symlink does so both when right clicking on a the folder icon or on the contents of an opened symbolic link.
Enhancements:
- The icon was fixed. In newer versions of GNOME, the icon wasnt loaded and a default big, empty icon was shown in its place.
<<less
Download (0.021MB)
Added: 2007-05-13 License: LGPL (GNU Lesser General Public License) Price:
895 downloads
Forum 0.1

Forum 0.1


Simple PHP-based forum, it uses MySQL database to store messages. more>>
Simple PHP-based forum, it uses MySQL database to store messages. It supports threads and can be installed from the browser. This is an example of a program written in an hour.

Simply open file forum.php in the browser and follow instructions.
<<less
Download (0.006MB)
Added: 2006-06-15 License: BSD License Price:
1263 downloads
AFS::Cell 2.4.0

AFS::Cell 2.4.0


AFS::Cell is a Perl module to administer AFS Cells. more>>


SYNOPSIS

use AFS::Cell qw (configdir expandcell
getcellinfo localcell
whichcell wscell
);

my $conf_dir = configdir;

my $cell = expandcell(mpa);
$cell = localcell;
$cell = whichcell(./);
$cell = wscell;

($cell, my @hosts) = getcellinfo;
print "Cell: $celln";
foreach my $host (@hosts) {
print(" $hostn");
}
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CELL; # import just the cell config names
DESCRIPTION ^
This module provides several functions to configure and to maintain an AFS cell. It is used to maintain the configuration directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
<<less
Download (0.18MB)
Added: 2007-03-03 License: Perl Artistic License Price:
965 downloads
CDCollect 0.6.0

CDCollect 0.6.0


CDCollect is a CD catalog application for gnome. more>>
CDCollect is a CD catalog application for gnome 2.8. Its functionality is similar to the old gtktalog application for gnome 1.4.
CDCollects goal is to be able to catalog your entire CD collection allowing for searches of your CD files with a clean and simple interface.
CDCollect is written in mono using monodevelop and the gtk-sharp and sqlite libraries.
Main features:
- Easy to use interface (if you feel it does not follow the gnome hig then its a bug).
- Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog.
- Searches can be performed on CDs or files in the collection.
- It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
<<less
Download (0.075MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Analog 6.0

Analog 6.0


Analog is a webserver log analyzer more>>
Analog is an application that will help you measure the usage on your web server. It tells you which pages are most popular, which countries people are visiting from, which sites they tried to follow broken links from, and all sorts of other useful information.
Main features:
- is very fast
- can handle big logfiles
- output in any of 33 different languages
- very configurable
- easy to install
<<less
Download (MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1245 downloads
Userinfo 2.2

Userinfo 2.2


Userinfo is a console utility to display a variety of information about a local user. more>>
Userinfo is a console utility to display a variety of information about a local user. The project uses loadable modules to perform different tasks which separate the output with a field deliminator.
Some may find it useful in shell scripts to gather information which might be tedious by other methods. It has been tested to run on Linux, FreeBSD, NetBSD, and Solaris.
Usage: ./ui [-vhVL] [-c < filename >] [-t fmt] [-m c] [-F c] [-d]
[[-xX] -O < module1 > [options] [-- [-xX] -O < module2 > [...]]]
[- | username | -f filename] [...]
-d Load the default modules (passwd.so, mail.so, and login.so).
-c Read a configuration file. Can be used more than once.
-O Load a module. Can be used more than once.
-x Chain module1s output to module2s input.
-X Dont output module1s info, only chain it.
-F c Separate output with the specified character (:).
-m c Separate multi-string values with the specified character (,).
-t tf strftime(3) time format (%s).
-f Users are the owners of the specified files.
-L Follow symbolic links.
-v Verbose output when possible (twice for all modules).
-h This help text.
-V Version information
Enhancements:
- The follow symbolic links option was changed from -l to -L.
- The users idle time from the login module is displayed as seconds rather than minutes.
<<less
Download (0.35MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
949 downloads
Dialogos 0.5

Dialogos 0.5


Dialogos is an automate network communication via a scripting language. more>>
Dialogos lets you automate network communication. The program is controlled via a scripting language.

The scripting language is designed to make connecting to a remote computer and sending and receiving data as easy and straight-forward as possible.

Installation

To compile the program, the GNU C++-Compiler (g++) version 2.95.3 or greater is required.

Type

./configure
make
make install (as root)

The program is installed in /usr/local/bin by default. Follow the instructions in the INSTALL file if you want to choose a different directory.

The program is executed on the shell as

dialogos [< file > [< arg1 > < arg2 > < arg3 > ... < arg9 >] ] .

If < file > is not specified, instructions are read from standard input.
<<less
Download (0.10MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1652 downloads
AFS::ACL 2.4.0

AFS::ACL 2.4.0


AFS::ACL is a Perl class to handle the AFS Access Control Lists. more>>
AFS::ACL is a Perl class to handle the AFS Access Control Lists.

SYNOPSIS

use AFS::ACL;

my $acl = AFS::ACL->new({foobar => none}, {anyuser => write});
$acl->set(rjs => write);
$acl->nset(opusl => write);
$acl->remove(rjsnfs => write);
$acl->clear;

foreach my $user ($acl->get_users) {
print " $user ", $acl->get_rights($user), "n";
}

foreach my $user ($acl->nget_users) {
print " $user ", $acl->nget_rights($user), "n";
}

my $ok = $acl->apply(/afs/mpa/home/guest);

my $copy = $acl->copy;
my $rights = AFS::ACL->crights(read);

my $new_acl = AFS::ACL->retrieve(/afs/mpa/home/nog);
$ok = $new_acl->modifyacl(/afs/mpa/home/guest);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::ACL; # import just the ACL names

This class provides methods to handle the AFS Access Control Lists (ACL). It is used to create, modify, delete, and reset ACL instances. It has methods to retrieve and to set the ACL list for directories and its files.

These methods have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the method applies to the symbolic link itself. If not specified FOLLOW defaults to 1.

<<less
Download (0.18MB)
Added: 2007-03-02 License: Perl Artistic License Price:
966 downloads
airoleap 0.7.3

airoleap 0.7.3


Airctl is a commad-line utility to trigger connection and disconnection events on. more>>
Airctl is a commad-line utility to trigger connection and disconnection events on, and to print the status of an Apple AirPort Base Station. At the moment this is not a configuration utility; try the AirPort Java Configurator http://edge.mcs.drexel.edu/GICL/people/sevy/airport/] , airconf [http://c0re.jp/c0de/airconf/] , or Apples own software to configure thing.

To install follow these commands:
make airctl

Usage:
./airctl -h
<<less
Download (0.011MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Site Tools 1.0

Site Tools 1.0


Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation and many others. more>>
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation, tables, sessions, and various other things that make web development a little easier to manage. Requires the SQLObject and PObject classes available on my project page. I have stopped developing these classes in favor of the Template Toolkit, it is a lot more robust and mod_perl aware, please use that instead.

To install everyhthing, follow the next instructions:

perl Makefile.PL
make
make test
make install

Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.

<<less
Download (0.053MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
828 downloads
File::Size 0.06

File::Size 0.06


File::Size is a Perl module to get the size of files and directories. more>>


SYNOPSIS

Get the size for directory /etc/ with the block size of 1024 while following symbolic links:

my $obj = File::Size->new(
dir => /etc/,
blocksize => 1024,
followsymlinks => 1,
humanreadable => 1
);
print $obj->getsize(), "n";

File::Size is used to get the size of files and directories.

There are 6 methods you can use:

new

There are 4 optional hash values for the new() method:

dir

The directory you want the module to get the size for it. Default is current working directory.

blocksize

The blocksize for the output of getsize() method. default is 1 (output in bytes).

followsymlinks

If you want to follow symlinks for directories and files, use this option. The default is not to follow symlinks.

humanreadable

If you want output size in human readable format (e.g. 2048 -> 2.0K), set this option to 1.

You dont have to specify any of those options, which means this is okay:
print File::Size->new()->getsize(), " bytesn";

This is okay too:
print File::Size->new()->setdir( /etc/ )->setblocksize( 1024**2 )->getsize(), " MBn";

setdir

Used to set (or get - if called without parameters) the directory. Example: $obj->setdir( /etc/ );

setblocksize

Used to set (or get - if called without parameters) the block size. Example: $obj->setblocksize( 1024 );

setfollowsymlinks

Used to set if you want to follow symbolic links or not. If called without parmeters, returns the current state. Example: $obj->setfollowsymlinks( 1 );

sethumanreadable

Used to set (or get - if called without parameters) if you want human-readable output sizes. Example: $obj->sethumanreadable( 1 );

getsize

Used to calculate the total size of the directory. Prints output according to the block size you did or didnt specify.

<<less
Download (0.003MB)
Added: 2007-04-30 License: Perl Artistic License Price:
907 downloads
VWM 1.1.2

VWM 1.1.2


VWM is an extensible window manager for the console. more>>
VWM project is an extensible window manager for the console. Built on top of libpseudo and libviper, VWM is more visual alternative to Screen.
Mozilla-style plugins allow for simple expandability: follow a few simple API rules and drop your shared object into a directory to have it added to the main menu.
Enhancements:
- This release fixes a minor bug in the hotkey functionality that was causing already processed hotkeys to be propagated to the top-level (in focus) window.
<<less
Download (0.043MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
838 downloads
w3m 0.5.2

w3m 0.5.2


w3m is a text-based web browser as well as a pager like `more or `less. more>>
w3m is a text-based web browser as well as a pager like `more or `less. Moreover, w3m can be used as a text formatting tool which typesets HTML into plain text.
With w3m you can browse web pages through Unix text mode, or consoles
Main features:
- When reading HTML document, you can follow links and view images (using external image viewer).
- It has internet message mode, which determines the type of document from header. If the Content-Type: field of the document is text/html, that document is displayed as HTML document.
- You can change URL description like http://hogege.net in plain text into link to that URL.
<<less
Download (1.8MB)
Added: 2007-05-31 License: MIT/X Consortium License Price:
883 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5