Main > Free Download Search >

Free snow patrol run software for linux

snow patrol run

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4846
Snow-Apple

Snow-Apple


Snow-Apple provides an icon pack for Gnome. more>>
Snow-Apple provides an icon pack for Gnome.

Mark Finlay fairly converted the nautilus 2.0.x theme called Snow-Apple, to an icon theme for gnome 2.2.x. thanks to him.

<<less
Download (0.50MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1010 downloads
Snow Path Formation Simulator 0.5.3

Snow Path Formation Simulator 0.5.3


Snow Path Formation Simulator it graphically displays the formation of paths in the snow formed by people. more>>
Snow Path Formation Simulator is a program that models the process of people forming very distinct, and yet not always altogether logical looking, paths in the snow as they walk across open spaces.

The evolving condition of the snow is displayed graphically. This project may eventually mature into a screensaver.
<<less
Download (0.10MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1646 downloads
Snow & Ice 1.0

Snow & Ice 1.0


This product offers a beautiful screensaver with a winter’s theme. more>> <<less
Added: 2008-03-01 License: GPL Price: FREE
14 downloads
Xsnow 1.42

Xsnow 1.42


Xsnow is the X-windows application that will let it snow on the root, in between and on windows. more>>
Xsnow application is the X-windows application that will let it snow on the root, in between and on windows.
Santa and his reindeer will complete your festive-season feeling.
How to compile:
To build:
xmkmf
make depend
make
To run:
./xsnow
or:
./xsnow& (in the background)
To install (be root):
make install
make install.man
If xmkmf does not work and you cannot get a working Makefile that way then try compiling yourself, eh, xsnow this way:
cc -o xsnow snow.c -lXext -lX11 -lXpm -lm -lsocket -lnsl
gcc, SUN Solaris users without a C-compiler, but with gcc installed, try the following two commands. The first compiles Xsnow, the second links Xsnow.
gcc -c -O2 -I/usr/openwin/include -DSVR4 -DSYSV xsnow.c
gcc -o xsnow xsnow.o -O2 -L/usr/openwin/lib -lXext -lX11 -lXpm -lm -lsocket -lnsl
Note: Xsnow-1.41 needs the Xpm library. It is available from:
ftp://ftp.x.org/contrib/libraries/
The current Xpm version is xpm3.4k
Enhancements:
- All you KDE-users can now be even happier with a KDE-enabled Xsnow 1.42!
- The snow will magnificently wipe out your icons, but not to worry, theyre not really gone.
- By wiping with a window or something you can make them reappear.
- Car owners are used to this for years. Thanks to Robin Hogan who figured this out for xpenguin.
<<less
Download (0.055MB)
Added: 2006-04-13 License: Freeware Price:
1292 downloads
wificontrol 1.0

wificontrol 1.0


wificontrol project is a Kommander script that simply allows you to activate or deactivate the wireless module on your laptop. more>>
wificontrol project is a Kommander script that simply allows you to activate or deactivate the wireless module on your laptop.

Only works if using the acerhk module. Must be run as root (perhaps with kdesu)

<<less
Download (MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
924 downloads
Robo Hunt 0.1

Robo Hunt 0.1


Robo Hunt is an action game where you have to run for life and plutonium. more>>
Robo Hunt is an action game where you have to run for life and plutonium.

Take all plutonium and dont be caught. The robot hunters are smart and they do not cheat.

<<less
Download (0.12MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1432 downloads
imap_tools 0.1

imap_tools 0.1


imap_tools consists of three programs: imap_search, imap_filter, and imap_rename. more>>
imap_tools consists of three programs: imap_search, imap_filter, and imap_rename.

All programs run from your PC against your IMAP server, so there is no need to install any server side software. imap_filter provides a way to write easy filter rules.
<<less
Download (0.003MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
VBox Runner 0.2

VBox Runner 0.2


Allows you to start your VirtualBox virtual machines from Krunner more>>
VBox Runner 0.2 provides you with a small but very useful KRunner module which can allow you to run your VirtualBox virtual machines from KRunner. This product will be an excellent choice for everyone.

Requirements: Sun xVM VirtualBox

<<less
Added: 2009-07-06 License: GPL Price: FREE
11 downloads
delicious python 0.3.3

delicious python 0.3.3


delicious python lets you access the Web service of del.icio.us via its API through Python. more>>
delicious python lets you access the Web service of del.icio.us via its API through Python. It uses only the standard Python library an is written in same language.

Installation instructions:
download and unzip
run as root from unzipped directory
python setup.py install
run python and load library with
import pydelicious

<<less
Download (0.12MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1222 downloads
Virtual Cron 0.1

Virtual Cron 0.1


Virtual Cron is a PHP library that can check whether it is time to run a periodical task. more>>
Virtual Cron is a PHP library that can check whether it is time to run a periodical task. The class can be used to check whether it is time to run a task that must run from time to time.

It creates a control file to keep track the last time the task was scheduled.

The class can check the control file last modification time to determined whether it passed a given period of time since the last time the task was run.

If the given interval time has passed since the last run, the class recreates the control file and returns true to inform the application that is time to run the task again.

<<less
Download (MB)
Added: 2007-04-24 License: LGPL (GNU Lesser General Public License) Price:
924 downloads
Bio::Tools::Run::TribeMCL 1.4

Bio::Tools::Run::TribeMCL 1.4


Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. more>>
Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families.
SYNOPSIS
use Bio::Tools::Run::TribeMCL;
use Bio::SearchIO;
# 3 methods to input the blast results
# straight forward raw blast output (NCBI or WU-BLAST)
my @params = (inputtype=>blastfile);
# OR
# markov program format
# protein_id1 protein_id2 evalue_magnitude evalue_factor
# for example:
# proteins ENSP00000257547 and ENSP00000261659
# with a blast score evalue of 1e-50
# and proteins O42187 and ENSP00000257547
# with a blast score evalue of 1e-119
# entry would be
my @array = [[qw(ENSP00000257547 ENSP00000261659 1 50)],
[qw(O42187 ENSP00000257547 1 119)]];
my @params = (pairs=>@array,I=>2.0);
# OR
# pass in a searchio object
# slowest of the 3 methods as it does more rigourous parsing
# than required for us here
my $sio = Bio::SearchIO->new(-format=>blast,
-file=>blast.out);
my @params=(inputtype=>searchio,I=>2.0);
# you can specify the path to the executable manually in the following way
my @params=(inputtype=>blastfile,I=>2.0,
mcl=>/home/shawn/software/mcl-02-150/src/shmcl/mcl,
matrix=>/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix);
my $fact = Bio::Tools::Run::TribeMCL->new(@params);
# OR
$fact->matrix_executable(/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix);
$fact->mcl_executable(/home/shawn/software/mcl-02-150/src/shmcl/mcl);
# to run
my $fact = Bio::Tools::Run::TribeMCL->new(@params);
# Run the program
# returns an array reference to clusters where members are the ids
# for example :2 clusters with 3 members per cluster:
# $fam = [ [mem1 mem2 mem3],[mem1 mem2 mem3]]
# pass in either the blastfile path/searchio obj/the array ref to scores
my $fam = $fact->run($sio);
# print out your clusters
for (my $i = 0; $i
print "Cluster $i t ".scalar(@{$fam->[$i]})." membersn";
foreach my $member (@{$fam->[$i]}){
print "t$membern";
}
}
This clustering is achieved by analysing similarity patterns between proteins in a given dataset, and using these patterns to assign proteins into related groups. In many cases, proteins in the same protein family will have similar functional properties.
Enhancements:
- Perl
<<less
Download (0.81MB)
Added: 2007-02-22 License: Perl Artistic License Price:
975 downloads
stalonetray 0.6.5

stalonetray 0.6.5


stalonetray project is a STAnd-aLONE system tray (notification area). more>>
stalonetray project is a STAnd-aLONE system tray (notification area). It only depends on Xlib at build-time and run-time. Stalonetray runs under virtually any window manager.

<<less
Download (0.13MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
PTSPACE 0.1

PTSPACE 0.1


PTSPACE is a X11 arcade game which allows you to patrol in space. more>>
PTSPACE is a X11 arcade game which allows you to patrol in space.

The real goal of this games is alien abduction except its you abducting the aliens for a change.

To get started try droping aliens into the sun and spacemen into the wormhole. The control key are shown on the info page.

Patrol in Space is a simple space arcade game in which you abduct aliens to free the solar system from alien invaders.

<<less
Download (0.26MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
618 downloads
Tornado 1.3

Tornado 1.3


Tornado project is a clone of the original C64 game. more>>
Tornado project is a clone of the original C64 game.

The goal of the game is to destroy the opponents house with certain weather phenomena: rain, snow, hail, lightning, and the tornado.

The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection.

<<less
Download (0.050MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1076 downloads
SATAN 1.1.1

SATAN 1.1.1


SATAN is a Port Scanner with a Web Interface. more>>
SATAN is a Port Scanner with a Web Interface.

In order get things up and running,

- You need a UNIX system to run SATAN. In order to unpack the SATAN archive,

compress -d<<less
Download (0.30MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
1005 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5