Main > Free Download Search >

Free postal 2 share the pain demo 1407 software for linux

postal 2 share the pain demo 1407

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7885
Postal 2: Share the Pain DEMO 1407

Postal 2: Share the Pain DEMO 1407


Postal 2: Share the Pain DEMO is a FPS game for Linux. more>> <<less
Download (167.3MB)
Added: 2006-03-17 License: Freeware Price:
1015 downloads
Babylon Search Online Demo 0.1.2b

Babylon Search Online Demo 0.1.2b


Babylon Search Online Demo provides a Firefox toolbar for trying out Babylon dictionaries and Wikipedia via the Web. more>>
Babylon Search Online Demo provides a Firefox toolbar for trying out Babylon dictionaries and Wikipedia via the Web.

Wikipedia search results are automatically shown as an easy-to-read summary, which is very convenient. Babylon is a multilingual Windows application (sold separately) from Israel.

It allows you to look up a word or term in multiple dictionary resources with just a single click.

<<less
Download (0.008MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
936 downloads
Whamb Share Protocol Daemon 1.1

Whamb Share Protocol Daemon 1.1


Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system. more>>
Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system.WSD needs perl 5.7.3 or later (5.8.0 recommended) and some modules (HTML::Entities, Encode, MP3::Info), you will find any instructions you need in the readme, so please read it ! WSD also needs RendezVous from Apple, its opensource and runs on lots of platform including linux/*BSD/Windows/Solaris and all Posix OSes

Installation is simple but depends by your operating system:
make os=linux on linux
make os=opensd on openbsd
make os=osx on macosx
make os=solaris on solaris

if you are running NetBSD or FreeBSD edit the makefile you will see:
ifeq ($(os),openbsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T -DHAVE_BROKEN_RECVDSTADDR
change it to
ifeq ($(os),bsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T

and use make os=bsd

You can start it with something like: build/mDNSResponderPosix -n "`hostname`" -t _whamb._tcp. -p 7603 -d
You may also want to copy mDNSResponderPosix to your /usr/bin directory
<<less
Download (0.005MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
Beyond The Red Line Demo

Beyond The Red Line Demo


Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<less
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
explosions demo 2005.07.31

explosions demo 2005.07.31


explosions demo project is a SDL-based toy with fireworks in 3D space and neat visual effects. more>>
explosions demo project is a SDL-based toy with fireworks in 3D space and neat visual effects.

"Explosions" is a simple SDL-based demo written in C which displays a faux-3D environment with small sprites.

Using the mouse, you can cause little sparks (or fireworks) to appear. Using the keyboard, you can change the angle of viewing.

You can also toggle a number of nifty effects, like blur, fade, dissolve, rotation and zoom.

The C source-code is fully commented, and should be useful for learning some simple SDL and interesting effects code.
<<less
Download (0.039MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1115 downloads
Install rpm with smart 0.2

Install rpm with smart 0.2


Install rpm with smart package is a service menu used to click on a rpm file and call smart-pm to install it. more>>
Install rpm with smart package is a service menu used to click on a rpm file and call smart-pm to install it. Its designed for Ekaaty Linux but must run on every KDE.
Installation:
Copy desktop fiiles to your KDE directory:
cp smart-install.desktop .kde/share/apps/konqueror/servicemenus/
cp smart-rpm-install.desktop .kde/share/applnk/
Give read permissions to these files:
chmod 644 .kde/share/apps/konqueror/servicemenus/smart-install.desktop
chmod 644 .kde/share/applnk/smart-rpm-install.desktop
Enhancements:
- Use xdg-su for better desktop integration
- More compatible with other RPM distros
<<less
Download (MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
975 downloads
Postal 0.67

Postal 0.67


Postal is a SMTP and POP benchmark suite. more>>
Postal suite currently consists of two programs, Postal and Rabid. Postal (the mad postman) is a program that will deliver mail as fast as possible via the SMTP protocol to test mail server performance.
Rabid (the mad Biff) will eat mail via the POP protocol as fast as possible and measure POP server performance. All messages sent via Postal have MD5 checksums appended, and Rabid will check the MD5 to ensure that the messages are not being corrupted.
It works by taking a list of user names and applying random transformations to them to get the FROM and TO addresses, this is because if each email address takes 30 bytes of storage then 1,000,000 accounts would take 30M of RAM. 3,000,000 accounts would take 90M of RAM which would be more than the memory in my test machine (this would cause thrashing and make the benchmark invalid), and it would take ages to load all that data from the hard drive. Using 100,000 accounts and applying a transformation to map them to 30M accounts is a much more efficient use of resources.
When sending the mail the subject and body will be random data. A header field X-Postal will be used so that procmail can easily filter out such email just in case you accidentally put your own email address as one of the test addresses. ;)
For Debian the best thing to do is to do "apt-get install postal", if you dont want to use the version supplied with your version of Debian you can build a Debian package in the usual manner.
Change to the directory containing the unpacked source and use the command:
dpkg-buildpackage -rfakeroot -tc -us
That will create a .deb in the parent directory.
For Red Hat etc there is a portslave.spec file to allow for building with
the "rpm -b" command.
For Solaris use the command "make -C sun" to build a package in /var/spool/pkg
(make sure you have write access to that directory).
For other Unix setup "./configure ; make install" should do an install.
Enhancements:
- The license was changed to GPLv3.
<<less
Download (0.083MB)
Added: 2007-07-02 License: GPL v3 Price:
1223 downloads
Simple Web Share 0.1.1

Simple Web Share 0.1.1


SimpleWebShare is a small application for publishing a part of your hard disk on the Web. more>>
SimpleWebShare is a small application for publishing a part of your hard disk on the Web. Simple Web Share project displays files and directories in a list view and allows them to be downloaded, including on-the-fly zipping.
Main features:
- Display file and directory as list
- Download of file
- Download of directory with on-the-fly zip generation (with a customizable folders size limit)
- Simple HTTP Authentification
- Localized interface (currently french or english)
<<less
Download (0.063MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1239 downloads
KDE Internet share wizard 0.1

KDE Internet share wizard 0.1


KDE Internet share wizard is a Kommnder script that can help you share your internet connection over LAN. more>>
KDE Internet share wizard is a Kommander script that can help you share your internet connection over LAN.
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
System requirements:
- Kommander
<<less
Download (0.012MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
Musical MIDI Accompaniment 1.2

Musical MIDI Accompaniment 1.2


MMA (Musical MIDI Accompaniment) is an accompaniment generator. more>>
MMA (Musical MIDI Accompaniment) is an accompaniment generator. It creates MIDI tracks for a soloist to perform over from a user-supplied file containing chords and MMA directives.
Musical MIDI Accompaniment is very versatile and generates excellent tracks. It comes with an extensive user-extendable library with a variety of patterns for various popular rhythms, an extensive user manual, and several demo songs.
It is a command line driven program. It creates MIDI files which need a sequencer or MIDI file play program.
Main features:
- mma - the executable python script,
- modules - the various python modules needed to run MMA,
- lib - a set of standard library files which contain MMA patterns for different rhythms,
- songs - a few demo songs
Enhancements:
- A new command set that lets MMA create and play MIDI files on-the-fly, some additional synchronization options, smoother volume changes with (De)Crescendos, and minor bugfixes/improvements.
<<less
Download (0.17MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
879 downloads
Test::STDmaker::Demo 0.23

Test::STDmaker::Demo 0.23


Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. more>>
Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand.

The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this package will not even consider backward compatibility. Thus, this POD serves as a Software Design Folder documentation the current internal design of the Test::STDmaker and its driver packages.

The Test::STDmaker::Check package inherits the methods of the Test::STDmaker package. The Test::STDmaker build generate and methods directs the Test::STDmaker::Demo package to perform its work by calling its methods.

The Test::STDmaker::Demo methods builds a demo script whereby the demo script loads the Test::Tech package and uses the methods from the Test::Tech package.

During the course of the processing the Test::STDmaker::Demo package maintains the following in the $self object data hash:

$skip

condition that a test should be skipped

$verify_only

flag that a test is for the verify (test script) output only

The Test::STDmaker::Demo package has the following options that are passed as part of the $self hash from Test::STDmaker methods:

demo

Replaces the UUT DEMONSTRATION POD section with the results from the demo script.

replace

same as the demo option

nosemi

The C subroutine will not automatically add a ; at the end of the code field.

<<less
Download (0.13MB)
Added: 2007-02-12 License: Perl Artistic License Price:
985 downloads
Parallel::Workers::Shared 0.0.7

Parallel::Workers::Shared 0.0.7


Parallel::Workers::Shared is a simple Perl module. more>>
Parallel::Workers::Shared is a simple Perl module.

Parallel::Workers::Shared requires no configuration files or environment variables.

<<less
Download (0.010MB)
Added: 2007-01-23 License: Perl Artistic License Price:
1004 downloads
Myah Linux 3.0 Tech Demo 2

Myah Linux 3.0 Tech Demo 2


Myah is a simple and easy to use Operating System for standard Intel or AMD powered computers. more>>
Myah is an Operating System based on the Linux kernel. Myah is a "Live CD", so no installation is required. Myah Linux Operating System runs right off the CD, putting whatever system files it needs into RAM only.
You simply start up your PC with the Myah CD. Once youre done with Myah, simply restart your PC. The CD will eject automatically and all will be exactly as it was before.
Our goal is to bring you the best free Operating System and to inform PC owners they dont have to spend their money on Windows or OS X. There is something better, and its free. Whenever we improve Myah or Linux in general those updates will be free.
There are many Linux-based Live CDs our there. So weve made sure Myah is different by including the programs youre going to use on a daily basis. To Windows users the unfamiliar Linux program names can be confusing. So weve changed the menus to make sense. For instance Kopete, a Linux instant messenger service, is simply called Messenger.
Programs have been added to the task bar for quick and easy access. Also: the user isnt hassled for any information during startup. Myah boots up completely on its own. It starts in the main administrative account called Root.
The user has full rights. And since Myah runs right off the CD you cant break it.This whole website is committed to bringing people the best of Linux and its software, so we advertise many other Linux Operating Systems. As a plus for people who cant leave Windows (tm), we offer the Live CD. And its all free for everyone to use. So please: dont waste your money.
Main features:
- Its just as easy as putting the Myah CD in your computer and rebooting. Everything is automatic, detecting your hardware, even your internet connection. All this is done without making any permenet changes to your computer. At anytime just reboot the computer, and your normal system is back.
- Myah uses the KDE destop, that comes with a great set of utilities. Control Center you have the power to tune the system as you like. K3b is Myahs CD burning programs. K3b is powerful easy to use program.
- Myah lets you breeze though the Internet with Firefox. And if you have ever wanted to try creating you own Websites NVU is included. NVU makes it possible to create professional looking Webpages, without knowing html. Just point and click.
- If office software is a must, Open Office has every thing you need. While working is nice to have something to listed to. Realplayer can handle radio stations form Shoutcast, or even let you check out there latest videos online.
- Myahs messanger Kopete will let you stay connected to with anyone, no matter what service they might use. And for all those photos Gimp is a complete solution. Myah comes Jam packed with many other programs, all in a simple and easy to use menu. Just click the penguin and begin.
Enhancements:
- Myah OS 3 Tech Demo 2 is now available. This is still a development release but it should be fairly stable and have a well rounded selection of applications. It should mirror what the Xfce version of 3.0 will look like. There are still three objectives that need to be met before 3.0 stable: firstly, to get the system well tested to weed out any bugs or setting changes, secondly, to work on Myahs package management system, and finally, there is still no actual installer. Both binary packages and source packages will be made available and since the bulk of the system has been completed, development should come much faster from now on.
<<less
Download (695.6MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
876 downloads
pro-search 0.17.2

pro-search 0.17.2


pro-search is a crawler for FTP servers, SMB shares, HTTP servers, and DC++ networks. more>>
pro-search is a crawler for FTP servers, SMB shares, HTTP servers, and DC++ networks.

<<less
Download (0.17MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
896 downloads
Java Platform Invoke API Demo (Linux) 2.01.04

Java Platform Invoke API Demo (Linux) 2.01.04


Java Platform Invoke API (Demo version) for Linux, i386. Enables Java code to call native functions implemented in shared libraries like in Microsoft .NET Framework. Written for JSE 1.5.x and later. more>>

Java Platform Invoke API Demo (Linux) - Java Platform Invoke API (Demo version) for Linux/Unix, i386.

Enables Java code to call native functions implemented in shared link libraries like in Microsoft .NET Framework. Written for JSE 1.5.x and later.

Java platform invoke an API that enables Java code to call native functions implemented in shared libraries, such as those in the Linux API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the interoperation boundary as needed. This API supports implicit marshaling that makes Java coding with native functions very simple.

To consume a shared library functions you need

1.Identify functions in shared librarys.

Minimally, you must specify the name of the function and name of the the shared library that contains it.

2.Create a class to hold shared library functions.

You can use an existing class, create an individual class for each native function, or create one class that contains a set of related native functions. This class should extend CNativeLibrary. Use the annotation ImportLibrary to bind your class to the native library.

3.Create prototypes in Java code.

Write prototype of a native function as a method with signature that corresponds to the native function using data type map agreement. To identify the native function use the annotation Function. Mark the method with the native modifier.

4.Call a shared library function.

Call the method on your Java class as you would any other Java method. As parameters can be passed structures and implemented in Java callback functions.


Enhancements:
Version 2.01.04
System Requirements:JSE 1.5.x
<<less
Download (384.9Kb)
Added: 2007-02-28 License: Free Price: Free
43 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5