Main > Free Download Search >

Free serious sam 2 software for linux

serious sam 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6509
Big Sam 2.2.6

Big Sam 2.2.6


Slash is a database-driven portal system that uses Apache/mod_perl and MySQL. more>>
Slash is a database-driven portal system that uses Apache/mod_perl and MySQL.

As you may know, Slash development for the past several years has all been in CVS, with no tarball releases. We may do a tarball at some point, but for now, we recommend installing the most recent R_ tagged code from CVS.

We tag the code with T_ for our own use (on Slashdot, slashcode.com and use.perl.org) and when we feel one of those weekly test builds is stable enough, we also slap an R_ tag on it. A complete list of tags can always be found on sourceforge.net (in the "Show files using tag" menu).

If you are running a site on a very old version of Slash pre-2.2.6, we recommend that you upgrade to 2.2.6. We recommend you research whether you want to do that.

On the other hand, if you have not already invested a lot of time into a Slash site, we strongly recommend that you begin with the most recent R_ tag.

Today we made a new R_ tag, our version of Slash from January 11, 2006: R_2_5_0_94. This is the most recent since R_2_5_0_74, which dates from June 2005.

The biggest change is CSS, which was implemented just a few weeks after _74. Other changes include reskeys (which largely replace formkeys), and public logtokens (which improve security).

So the current recommended process to build Slash is:

cvs -d:pserver:anonymous@slashcode.cvs.sourceforge.net:/cvsroot/slashcode login
(password is blank)
cvs -d:pserver:anonymous@slashcode.cvs.sourceforge.net:/cvsroot/slashcode co -P -r R_2_5_0_94 slash

In the slash directory created, read the INSTALL file (the entire file, especially REQUIREMENTS). Then, if you still want to install Slash, follow the instructions in that file carefully!
<<less
Download (0.57MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1217 downloads
Money Share 2.2

Money Share 2.2


Money Share is an expense management tool that can be used keep track of expenses among several people. more>>
Money Share is an expense management tool that can be used keep track of expenses among several people.
Expenses made on behalf of people can be kept track of and recovered when balancing accounts. The utility also reduces the number of exchanges required in order to balance the accounts.
Enhancements:
Improvements
- Specify which file is selected in the dropdown box
- Change password option functionality is now available
- Transactions page now has a summary of expenses by description
<<less
Download (0.027MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1537 downloads
poweriso 1.1

poweriso 1.1


poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.

This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).

Usage: poweriso [parameters] [-switches]

Commands

list

List files and directories in image file.

Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r

extract

Extract files/directories from image file.

Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test

convert

Convert image file to other format.

Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso

Switches

-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678

<<less
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
Velosurf 2.1

Velosurf 2.1


Velosurf is a thin but efficient database mapping layer meant to be used with Jakarta Velocity. more>>
Velosurf is a thin but efficient database mapping layer meant to be used with Jakarta Velocity.
Velosurfs goal is to generate a set of context variables that automatically map database tables and relationships without the need for any recompilation.
Enhancements:
- This is a corrective release that fixes a serious issue in $entity.insert along with a few minor bugs.
- It has some source refactoring and some new test cases.
<<less
Download (0.65MB)
Added: 2006-11-18 License: The Apache License Price:
1072 downloads
Logger::Simple 2.0

Logger::Simple 2.0


Logger::Simple is an implementation of the Simran-Log-Log and Simran-Error-Error modules. more>>
Logger::Simple is an implementation of the Simran-Log-Log and Simran-Error-Error modules.

SYNOPSIS

use Logger::Simple;
my $log=Logger::Simple->new(LOG=>"/tmp/program.log");
my $x=5;my $y=4;

if($x>$y){
$log->write("$x is greater than $y");
}

new

my $log=Logger::Simple->new(LOG=>"/tmp/logfile");

The new method creates the Logger::Simple object as an inside-out object. The Log parameter is a mandatory one that must be passed to the object at creation, or the object will fail. Upon creation, this method will also call the open_log method which opens the log file.

write

$log->write("This is an error message");

This method will write a message to the logfile, and will update the internal HISTORY array.

retrieve_history

my @history = $log->retrieve_history; my $msg = $log->retrieve_history;
When called in scalar context, it will return the last message written to the HISTORY array. When called in a list context, it will return the entire HISTORY array

clear_history

$log->clear_history;

This method will clear the internal HISTORY array

This module is based on the Simran::Log::Log and Simran::Error::Error modules. I liked the principle behind them, but felt that the interface could be a bit better.

My thanks also goes out once again to Damian Conway for Object Oriented Perl, and also to Sam Tregar, for his book "Writing Perl Modules for CPAN". Both were invaluable references for me.

I would also like to thank Jerry Heden for his Object::InsideOut module, which I used to create this module.

<<less
Download (0.005MB)
Added: 2007-04-27 License: Perl Artistic License Price:
911 downloads
spamdyke 2.6.3

spamdyke 2.6.3


spamdyke is a drop-in filter for qmail to provide connection-time blacklisting, graylisting, DNS RBL checking, improved logging. more>>
spamdyke is a drop-in filter for qmail to provide connection-time blacklisting, graylisting, DNS RBL checking, improved logging, and more spamdyke project is a standalone program that does not use qmail source code or require patching/recompiling qmail.
For anyone who runs a mail server, spam is a problem. Its a huge problem and its only getting bigger. Unfortunately, qmail doesnt have many facilities for dealing with spam. qmail also doesnt do good logging. The qmail logs are probably useful to qmail developers but not to system administrators. Consider:
- Qmail doesnt log with a human-readable time format.
- Qmail logs dont track usable information (like senders and recipients).
- Qmail doesnt log to a single log file, making it very difficult to track an email from connection to delivery.
- Qmail logs roll over after a set size is reached (could be a few hours, could be a few minutes).
All of these things makes qmail very difficult to troubleshoot or monitor. spamdyke solves this. It monitors incoming traffic, acting as a middleman between qmail and the remote server. It catches the sender and recipient addresses as they go by and logs them to syslog. If it sees something it doesnt like (e.g. a blacklisted sender), it cuts the connection, closes qmail and fakes the rest of the SMTP transaction with the remote server. qmail thinks the remote server disconnected normally. The remote server thinks qmail is rejecting the message. Its the best of both worlds.
Some history: DJBs ucspi-tools package includes a handy little program called rblsmtpd for checking incoming SMTP connections against a DNSRBL. Initially, this seemed like a great thing (and it was) but it didnt go far enough. Lots of spam still came through. So after extending rblsmtpd to do more and more and more things, a limit was finally reached where it wouldnt go any further. Thus, spamdyke was born.
Main features:
- Reject the connection if the remote server has no reverse DNS entry.
- Reject the connection if the remote servers reverse DNS entry does not resolve.
- Reject the connection if the remote servers reverse DNS entry contains its IP address and a prohibited keyword (like "dynamic").
- Reject the connection if the remote servers reverse DNS entry contains its IP address and ends in a country code (whats the japanese word for "dynamic"?).
- Reject the connection if the remote servers IP address is listed in an IP blacklist.
- Reject the connection if the remote servers reverse DNS entry is listed in a domain name blacklist.
- Reject the connection if the remote servers IP address is listed in a given DNS realtime blacklist.
- Reject the connection if the remote server sends data before the SMTP greeting banner is displayed (earlytalkers).
- Reject the connection if the senders address is listed in a sender blacklist file.
- Limit recipients to a maximum number per connection. (Yes, this goes against RFC 821 but legitimate mail servers retry the rejected recipients, spammers dont.)
- Graylist incoming mail to specific domains (some domains can enjoy graylisting while others do not).
- Close the connection after a set idle time.
- Close the connection after a set maximum time.
Those filters end up rejecting more than 99.9% of the incoming connections to my mail server. As a result, I receive (on average) less than one spam message PER WEEK! (Down from a high of 70+ per day.) Regular correspondance with real people has not suffered.
Graylisting deserves special mention. As of 2007, its not widely used (and therefore still effective against spammers). Heres how it works:
An incoming connection is received and the sender and recipient are identified.
A log is consulted to see if the sender has sent email to the recipient before. If so, the message is accepted. If not, the message is rejected with a temporary rejection code and a log entry is made.
When the remote mail server retries the message (usually only a few minutes later), the previously-logged connection is noted and the message is accepted.
Simple, right? After the system is activated, regular correspondents first email is delayed a few minutes. After that, there are no delays. But the spam stops because most spammers dont retry their deliveries! Even when they do, they usually change their sender address to a new (fake) one, which gets graylisted.
Graylisting is amazing and makes a tremendous difference (for now). spamdyke will also:
- Bypass all filters if the remote servers IP address is listed in an IP whitelist file.
- Bypass all filters if the remote servers reverse DNS entry is listed in a domain name whitelist file.
- Log meaningful messages to the syslog (very unlike qmails logs).
- Log all SMTP traffic to aid diagnosing problems.
Enhancements:
- This release fixes a serious bug that was causing lost mail when the remote server sent the message and disconnected in a burst without waiting for a response.
- Code has been added to translate bare line feeds into carriage return+line feeds.
- Support has been added for MUAs that send their username with their AUTH LOGIN command.
<<less
Download (0.043MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
858 downloads
pfstools 1.6.2

pfstools 1.6.2


pfstools allows for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. more>>
pfstools project contains a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using a simple generic file format (pfs) for HDR data. The concept of the pfstools is similar to netpbm package for low-dynamic range images.
pfstools come with a library for reading and writing pfs files. The library can be used for writing custom applications that can integrate with the existing pfstools programs.
pfstools offers also a good integration with a high-level mathematical programming language GNU Octave. pfstools can be used as the extension of Octave for reading and writing HDR images or simply to store effectively large matrices.
Note that pfs in not just another format for storing HDR images (and there are already quite a few of them). It is more an attempt to integrate the existing file formats by providing a simple data format that can be used to exchange data between applications.
Enhancements:
- matlab: pfsview can now display 2D cell arrays
- pfs library: quite serious bug in sRGB transforms fixed
- added: check for GLUT library (unix only)
- added: man page for pfsglview
<<less
Download (0.53MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
839 downloads
Project Lancelot 0.2

Project Lancelot 0.2


Project Lancelot is a modular mailing list manager. more>>
Project Lancelot is a modular mailing list manager.
Far simpler and less feature-rich than the likes of Mailman, it is still quite easy to understand, to change, and to extend.
Project Lancelot is a work in progress and should not (yet) be used for serious applications.
Enhancements:
- This release adds automated bounce processing via VERP.
<<less
Download (0.075MB)
Added: 2006-01-31 License: GPL (GNU General Public License) Price:
1365 downloads
SDL_image 1.2.11

SDL_image 1.2.11


SDL_image is an image file loading library. more>>
SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.

Images provide the basic visual building blocks for any user interface. Colors and fun shapes are the stuff that we as kids looked at for hours at a time while trying to shoot down big aliens and rescue pixelated princesses. Now its our turn to make the images that others will remember later in life perhaps. Now how do we get this dang images into our SDL programs, and be flexible in the handling of the images so that we dont even have to worry about what various formats they may be in?

This is where SDLimage makes your life easier. This document doesnt help you make artwork, but it will give you the functional knowledge on how to get that art into your game. Now go forth and make your Stick Figure of Justice, someone else might fill in for your lack of artistry, at least you wont have to make much of an effort to include the new and better art into your code.

<<less
Download (2.7MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1202 downloads
 
Other version of SDL_image
SDL_image 1.2.5SDL_image is an image file loading library. SDL_image 1.2.5 - Sam Lantinga and
License:GPL (GNU General Public License)
Download (0.031MB)
1265 downloads
Added: 2006-05-18
SDL_mixer 1.2.7

SDL_mixer 1.2.7


SDL_mixer is a sample multi-channel audio mixer library. more>>
SDL_mixer is a sample multi-channel audio mixer library. SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.

<<less
Download (0.078MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1270 downloads
DCSquares 2.0.1

DCSquares 2.0.1


DCSquares is an addictive, fast-paced game for Linux. more>>
DCSquares is an addictive, fast-paced game for Linux.

Using your mouse or analog stick, move your player around to collect points and avoid enemys!

How to play:

Basics

Player - This is what you use to interact with the various other objects in the game. Use your mouse or analog control stick to move it around the board.
Score - Collecting these gives you points! The amount of points you get per square depends on how long youve been playing the current round.
Enemy - Touching one of these will end your game!

Powerups

Invincibility - Makes you invincible for a short amount of time. While invinible, touching enemys will have no affect.
Slow motion - Temporarily decreases the speed of the squares.
+1000 Points - Gives you 1000 points!
Mini square - Shrinks the size of your player.

Powerdowns

Evil squares - Changes every square into an emey for a short amount of time.
Speed - Temporarily increases the speed of the squares.
-1000 points - Takes away 1000 points.
Big square - Increases the size of your player.

<<less
Download (10.1MB)
Added: 2005-12-12 License: Freeware Price:
1412 downloads
Servo Actuation Manipulator 0.6.1

Servo Actuation Manipulator 0.6.1


Servo Actuation Manipulator is a GTK+ based X11 application for controlling anywhere from 1 to 254 (so far) servo motors. more>>
SAM (Servo Actuation Manipulator) is a GTK+ based X11 application for controlling anywhere from 1 to 254 (so far) servo motors via a serial port connection.
Specifically, this program was made for the Scott Edwards Electronics Mini SSC II.
Enhancements:
- Record panel hide/show works now
- Recording actually works now
- Play control works now
- File->New works now
- Added tooltips to record-frame
- Main window now asks user for hardware settings if none are set
- All controls have descriptive names now (no more, button#)
- Added the TODO file
<<less
Download (0.22MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1472 downloads
Audio Overload 2.0b5a6

Audio Overload 2.0b5a6


Audio Overload is a player for various types of music files which you may find on the Internet. more>>
Audio Overload is a player for various types of music files which you may
find on the Internet.
Whats it play:
21 console and home computer file formats are now supported.
.AY - Amstrad CPC/Spectrum ZX/Atari ST
.COP - Sam Coupe
.GBS - Nintendo Gameboy
.GSF - Nintendo Gameboy Advance
.GYM - Sega Megadrive/Genesis
.HES - PC Engine
.KSS - MSX
.MDX - Sharp X68000
.MOD - Commodore Amiga
.NSF - Nintendo NES
.ORC - TRS-80 Orchestra-90
.PSF - Sony PlayStation
.QSF - Capcom QSound
.RAW - PC-compatibles with an AdLib
.S3M - PC-compatibles with a GUS or SoundBlaster
.S98 - NEC PC-98
.SAP - Atari XL/XE
.SNDH - Atari ST
.SPC - Super Nintendo
.VGM - Sega Master System/Game Gear
.YM - Amstrad CPC/Spectrum ZX/Atari ST
Enhancements:
- Completely replaced the .NSF, .GBS, and .SNDH engines with substantially better-sounding and more-compatible versions. Big thanks to Shay Green
- (.NSF and .GBS, based on Game Music Box) and Benjamin Gerard (.SNDH based on the upcoming SC68 v2.3.0) for allowing us to use their code!
- CAB archive support. This is popular in Japan and many Japanese formats are commonly found in these containers.
- Fixed MOD note delay and note cut behavior.
- Added support for the S3M note cut effect.
- Fixed bug in the new RAR engine that caused crashes on some files.
- Fixed .RAW files that use a timer divider of 0.
- Fixed tempo of .QSF files.
- Fixed .S98 files using a tempo value other than 0.
- Fixed nasty pop/click at the start of .S98 files.
<<less
Download (0.64MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1580 downloads
Snort Alert Monitor 20050206

Snort Alert Monitor 20050206


SAM is a program to monitor (in real-time) the number of alerts generated by Snort. more>>
SAM is a program to monitor (in real-time) the number of alerts generated by Snort. Having recently set up Snort and ACID I felt like there was something missing.

Snort was great for identifying suspicous traffic and ACID was great for digging in to the details but I needed something that was a little higher overview and able to sounds alarms if certain conditions were met.

For instance if I was attacked 100 times in a 5 minutes period. SAM does not replace Snort or ACID but rather it compliments them.
<<less
Download (2.76MB)
Added: 2005-09-19 License: Freeware Price:
1503 downloads
Krang 2.100

Krang 2.100


Krang is an open-source content-management system designed to publish magazine websites. more>>
Krang is an open-source content-management system designed to publish magazine websites. Krang project is a Perl application which uses Apache with mod_perl and MySQL, as well as numerous CPAN modules.
Krang is a large application with many features, making a compact feature list difficult to come by. Krang provides a simple story and media editing environment for magazine editors as well as a complete template development environment for web designers.
On the backend, Perl programmers can customize Krang to control the data entered in the story editor as well as the way templates are used to build output. Krang was designed with flexibility and simplicity as its highest goals.
Krang has been successfully built and tested on a number of different systems. In many cases, if your particular system isnt listed, Krang can still be compiled by using a similar platform configuration.
Krang platform configurations have been developed and tested for the following systems:
- Linux
- Redhat versions 7.3 and 9
- Fedora Core 1 and 2
- Mandrake 9.2
- Gentoo 1.4.3 and higher
- Debian Woody (3.0)
- Mac OSX 10.3.5
- FreeBSD 4.x and 5.x
- Solaris 9
Enhancements:
- This release has support for publishing dynamic applications from within the CMS.
- The permissions system has been enhanced. Numerous bugs are now fixed.
<<less
Download (10.6MB)
Added: 2007-03-02 License: BSD License Price:
967 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5