Main > Free Download Search >

Free advantage for cats software for linux

advantage for cats

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1303
Ogg for Java 0.1.0

Ogg for Java 0.1.0


Ogg for Java is an Ogg implementation in pure Java. more>>
The Ogg for Java library is a (from scratch) Java implementation of the Ogg protocol, compatible with Java 1.1 or higher.

The Ogg protocol itself is a media stream container, which can hold any type of media (for example a video stream format, audio stream format). It is also capable of multiplexing these streams (it can hold both an audio and video stream at the same time, making it possible to play back audio and video simultaniously), and also to chain (concatenate) streams. A main advantage is, that it is freely available (as a protocol), and to this date it is also patent-free.

NetMinds implementation follows the idea of free software, and is licensed under the LGPL, which basically means, You can use the software, incorporate it in commercial software unmodified. Or you can modify it and use parts of it as long as You release it back to the world under the same license.

Please note, that the Ogg protocol itself is NOT an audio or video codec, so it cannot compress video or audio data, it is only a container. If you are searching for the latter, you might want to visit Xiph.org which hosts/sponsors/advertises many open mulimedia related projects, such as Theora (an open video codec), or Vorbis (an open audio codec).

The aim of this project is to produce an easy-to-use interface to the Ogg protocol in the Java language, hiding as much internal mechanisms as possible, preserving all features on the interface. This may or may not be the philosophy you are searching for. If not, you may want to check out JOrbis which is also an implementation of the Ogg protocol (and more).
<<less
Download (0.10MB)
Added: 2005-04-14 License: LGPL (GNU Lesser General Public License) Price:
1657 downloads
Easy Firewall Generator for IPTables 1.17

Easy Firewall Generator for IPTables 1.17


Easy Firewall Generator for IPTables simply generate script for setting iptables. more>>
Easy Firewall Generator for IPTables simply generate script for setting iptables. Advantage is its simplicity, because this program is written in PHP.
I have generalized it to include a number of features that are commonly used, but it is targeted at single computers or gateways for small private networks. Its designed to easily generate a full-featured iptables configuration script with a variety of the most commonly desired options.
This program is written in PHP. You can use the installation here, or download the source and use or modify it yourself. Its licensed under the GPL, but if you have any useful modifications or suggestions, please send them to me at scott at morizot dot net.
Enhancements:
- Added rule to do ingress filtering as suggested by Brian Buchanan
- Changed the rule to drop broadcasts that would otherwise be dropped to a better rule als suggested by Brian Buchanan
- Added rules in bad_tcp_packets to filter packets with illegal tcp flag combinations. This will lock many stealth scans.
- Added the option to support inbound mDNSResponder.
<<less
Download (0.036MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1223 downloads
Active Objects 2007-03-04

Active Objects 2007-03-04


Active Objects is an implementation of the Active Object concept based on the boost::thread, boost::bind, boost::function libs. more>>
Active Objects is an implementation of the Active Object concept based on the boost::thread, boost::bind, and boost::function libraries.
The point of the library is to make taking advantage of multiprocessor machines as easy as possible. The library provides two types of functionality. The first is the ability to execute a function in a separate thread and automatically synchronize with the thread when the return value is needed.
The second is the ability to easily create a message cue for any existing class, and have that class process its messages asynchronously.
Enhancements:
- Minor code cleanup and code documentation updates.
<<less
Download (0.32MB)
Added: 2007-03-07 License: Other/Proprietary License with Source Price:
961 downloads
Image Repository 0.7

Image Repository 0.7


Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing. more>>
Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing.
Image Repository is a centralized image repository capable of holding thousands of images with keyword/tag-based browsing and filtering.
Main features:
- Its goal is to provide you with an easy way to have a centralized image library with thousands of images categorized by keywords, dates, etc.
- It has special handling that lets you browse the keyword space like it was a collection of nested folders. Example: Browse to keyword "Carnivores", you will get the available keywords "Cats", "Dogs", and the selection will narrow down, applying all the keywords you have selected on your path through the keyword space.
- It comes complete with a Kupu "library", meaning you can browse the keywords through the Kupu image insertion dialog to make it easy to locate images even in a large collection of images.
- It has a tagging interface that lets you tag images with a thumbnail like view, and apply keywords to multiple images at once.
- It uses whatever image type you have installed (it does need to be added as an addable type and be able to supply thumbnails like the default Plone image type, though).
Enhancements:
- Added action to register the repository in Kupu. [fschulze]
- Using interfaces, views and adapters in various places to make this more flexible. [fschulze]
- Removed unused code. [fschulze]
<<less
Download (0.033MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
Blackdown Java3D for Linux 1.3.1

Blackdown Java3D for Linux 1.3.1


Blackdown Java3D for Linux is Java3D for Linux. more>>
The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets.

It provides high-level constructs for creating and manipulating 3D geometry and building the structures used in rendering that geometry.

With this software, you can efficiently define and render very large virtual worlds.

Blackdowns version of Java 3D uses the OpenGL low-level API to take advantage of 3D hardware acceleration.
<<less
Download (2.75MB)
Added: 2005-05-04 License: Free To Use But Restricted Price:
1640 downloads
Apache Portable Runtime for Unix 1.2.12

Apache Portable Runtime for Unix 1.2.12


to create and maintain software libraries more>> The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.<<less
Download (1.08MB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Python library for PS3 0.1.2

Python library for PS3 0.1.2


Python library for PS3 (Sony Playstation 3) game development under Linux. more>>
Python library for PS3 (Sony Playstation 3) game development under Linux. Includes: rendering to the PS3 frame buffer on a per pixel basis or with blittable objects (solid, masked or alpha blended), support for PS3 controllers and integration with PIL.
As you may know, Ive been writing my PS3 stuff with a view to building up a library suitable for writing games and as I thought about it more the idea of using a scripting language for the game seemed the most logical way forward. I plumped on python as Id used it before for a couple of small jobs and it seemed like a nice language with a lot of support. Plus, it has the advantage of being pre-installed on most Linux distributions and very easy to extend, and so the PS3 library for python was born...
Brief bullet points of the current build:
Support for the PS3 frame buffer on a per pixel basis
Support for blittable objects (solid, masked or alpha blended)
Support for the PS3 controllers
Easy integration with PIL for image manipulation and text rendering
A proof-of-concept breakout game
After about a day and a half development, the core of the library was in place but in a not very visible way. It seemed that the only way I could actually demonstrate this to all be good stuff is by writing a quick game. And breakout is one of the simplest, so I spent another day writing that. Its important to have a good demo on release... So, Ill settle for this half-hearted attempt at a breakout game whose main redeeming feature is that it has alpha transparency on all the blocks!
Just to whet your interest, heres an example of how easy the code can be (taken directly from the test.py file):
image = Blittable(Image.open("miglu.jpg"))
for count in xrange(screen.height-image.height):
screen.clear()
screen.blit(image, (count,count) )
screen.flip()
screen.wait()
Enhancements:
- Adds support for image blitting with the SPUs.
- Currently, using 4 SPUs the alpha blended breakout demo runs at 30fps at 720p.
<<less
Download (0.042MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
911 downloads
Spaminator Gentoo Stage 4 .01

Spaminator Gentoo Stage 4 .01


Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway. more>>
Spaminator is a server that is placed infront of your email server that allows you to take full advantage of the anti-virus/spam features while keeping your current email server intact.
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
<<less
Download (254MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1364 downloads
Fortress 0.3

Fortress 0.3


Fortress is a simple script driven framework for performing security scans. more>>
Fortress is a simple script driven framework for performing security scans. The core of the application is an application which will execute testing scripts written using the embedded LUA scripting engine.

The scripts may perform almost arbitrary operations, including making HTTP requests, conducting port scanning, and taking advantage of several other provided primitives.

<<less
Download (0.076MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1478 downloads
MPlayerThumbs for Kubuntu 0.5b

MPlayerThumbs for Kubuntu 0.5b


MPlayerThumbs for Kubuntu is a thumbnail generator for video files on Konqueror. more>>
MPlayerThumbs for Kubuntu is a thumbnail generator for video files on Konqueror.

Unlike the original konqueror plugin (in my gentoo box is artsplugin-xine), it DOESNT depend neither on xine nor arts, instead it uses only mplayer.

You can take advantage of this on x86_64 systems, where you can use a 32bit mplayer to load win32codecs. To configure the location of your mplayer binary launch mplayerthumbsconfig.

Also its faster than the xine plugin, since it can seek and play only a limited number of frames.

MPlayerThumbs for Kubuntu catches a random frame from 15% to 70%, checking also how contrasted is the image, and dropping bad frames.
<<less
Download (0.074MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1052 downloads
assniffer 0.1 Alpha

assniffer 0.1 Alpha


assniffer is an auto saving sniffer for windows and linux. more>>
assniffer is an auto saving sniffer for windows and linux.

assniffer can monitor (using pcap) a network, and for every HTTP transfer it sees, save a copy of the transferred data.

This is less for sinister uses, and more for taking advantage of the already-transferred data that your computer may be exposed to.

Linux users should install libpcap, and tools to enable compiling.

Compilation:

- Go to the source/assniffer directory and type make.
<<less
Download (0.030MB)
Added: 2006-03-10 License: Freeware Price:
1325 downloads
KlearCase 0.5

KlearCase 0.5


KlearCase is a set of tools to access Clearcase using the KDE environment. more>>
KlearCase is a set of tools to access Clearcase using the KDE environment. Several KDE plugins allow KDE applications to take advantage of Clearcase features.
KlearCase project is a set of tools to use IBM Rational ClearCase from KDE.
Enhancements:
- Better integration Kde Application Menu Remount vobs and restart views at start up.
- fix for clearcase 6.0 fix for big list of vobs and views
<<less
Download (0.59MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
918 downloads
nanoser 1.0.0

nanoser 1.0.0


Nanoserv is a sockets daemon toolkit for PHP 5.1+ more>>
Nanoserv is a sockets daemon toolkit for PHP 5.1+
It is distributed under the terms of the GNU Lesser General Public License.
Its a complete rewrite of the shadok sockets PHP4 library (the one behind phpos and sh4re).
Main features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
Most of the features work with PHP 5.0 but you will need PHP 5.1+ to take advantage of the shared objects and crypto support.
<<less
Download (0.017MB)
Added: 2005-08-26 License: LGPL (GNU Lesser General Public License) Price:
1520 downloads
Trip on the Funny Boat 1.4

Trip on the Funny Boat 1.4


Trip on the Funny Boat is a side scrolling shooter game starring a steamboat on the sea. more>>
Trip on the Funny Boat is a side scrolling shooter game starring a steamboat on the sea.

Trip on the Funny Boat is side scrolling arcade shooter game on a steamboat equipped with a cannon and the ability to jump. The player will need to take advantage of waves to defeat the enemies and dodge hazards.

This game was made for the second PyWeek competition during the week from 25.3.2006 to 2.4.2006.

<<less
Download (3.8MB)
Added: 2007-03-14 License: MIT/X Consortium License Price:
959 downloads
Remote Capture for Canon PowerShot cameras 1.0.3-cvs

Remote Capture for Canon PowerShot cameras 1.0.3-cvs


Remote Capture for Canon PowerShot cameras is a tool for controlling Canon PowerShot cameras. more>>
Remote Capture for Canon PowerShot cameras project is a tool for controlling Canon PowerShot cameras.
The following cameras were reported to work with Capture. Please send a report to extend the list.
Canon PowerShot S50
Canon PowerShot A60
Canon PowerShot A70
Canon PowerShot A75
Canon PowerShot A80
Canon PowerShot A85
Canon PowerShot A95
Canon PowerShot A510
Canon PowerShot A520
Canon PowerShot G6
Canon Digital IXUS 400 (aka PowerShot S400)
Canon PowerShot S410
Canon PowerShot S500
The main advantage of Capture over gPhoto is that the consecutive shots are taken without the camera lenses being closed and opened again. When taking several thousand shots in a row, this indeed lets the camera live longer.
Enhancements:
- This release adds some minor enhancements and fixes.
- The code is stable.
<<less
Download (0.029MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1245 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5