packetshaper 7500
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
Audio::MPEG 0.04
Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3). more>>
Audio::MPEG is a Perl module for encoding and decoding of MPEG Audio (MP3).
SYNOPSIS
use Audio::MPEG;
Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries.
Rationale
I have been building a fairly extensive MP3 library, and decided to write some software to help manage the collection. Its turned out to be a rather cool piece of software (incidentally, I will be releasing it under the GPL shortly), with both a web and command line interface, good searching, integrated ripping, archive statistics, etc.
However, I also wanted to be able to stream audio, and verify the integrity of files in the archive. It is certainly possible to stream audio (even with re-encoding at a different bitrate) without resorting to writing interface glue like this module, but verification of the files was clumsy at best (e.g. scanning stdout/err for strings), and useless at worst.
Thus, Audio::MPEG was born.
LAME
This is arguably the best quality MPEG encoder available (certainly the best GPL encoder). Portions of the code have been optimized to take advantage of some of the advanced features for Intel/AMD processors, but even on non-optimized machines, such as the PowerPC, it performs quite well (faster than real-time on late 90s (and later) machines).
MAD
This is a relatively new MPEG decoding library. I chose it after struggling to clean up the MPEG decoding library included with LAME (which is based on Michael Hipps mpg123(1) implementation). In the end, I was very pleased with the results. MAD performs its decoding with an internal precision of 24 bits (pro-level quality) with fixed-point arithmetic. The code is very clean, and seems rock-solid. Although it may seem that it should be faster than the mpg123(1) library due to the use of fixed-point arithmetic, it is in fact about 60% or so of the speed (due to the higher resolution audio). However, the ease of coding against MAD, and the higher precision of the output more than makes up for the slower decoding.
Audio::MPEG can export the data at its highest precision for programs that wish to manipulate the data at the higher resolution.
Operating System Environment
I have only tested this on a Linux 2.4.x system so far, but I see no reason why it should not work on any Un*x variant. In fact, it may actually even work on a Windoze box (the underlying LAME and MAD libraries apparently compile somehow on them). I am doing no special magic with the interface, so presumably it will work under Windows. As you can probably tell, I dont really care if it does (Ill may start caring if M$ releases the source code to Windows under GPL, BSD, or Artistic licenses...). But, for you poor, misguided souls that insist upon running Windows, I expect that there should be little problem getting it to work.
Performance
You would think that with encoding/decoding audio, which is quite a compute-intensive task, Perl would be much slower than the equivalent pure C programs. Surprise... it is only about 3% slower (!) Even with the mechanism I use here (Perl->C->Perl for every frame, Perl 5.6.1 and Linux 2.4.4 (PowerPC 7500) performs just fantastic. So, the moral of this paragraph is to run your own performance tests, but theres no need to think of your own Perl encoder/decoder will be inferior to a pure C/C++ implementation. The only drawback is that, depending upon how much buffer space you use for reading, memory usage will be at least 3 times as much (eh... RAM is cheap...)
<<lessSYNOPSIS
use Audio::MPEG;
Audio::MPEG is a Perl interface to the LAME and MAD MPEG audio Layers I, II, and III encoding and decoding libraries.
Rationale
I have been building a fairly extensive MP3 library, and decided to write some software to help manage the collection. Its turned out to be a rather cool piece of software (incidentally, I will be releasing it under the GPL shortly), with both a web and command line interface, good searching, integrated ripping, archive statistics, etc.
However, I also wanted to be able to stream audio, and verify the integrity of files in the archive. It is certainly possible to stream audio (even with re-encoding at a different bitrate) without resorting to writing interface glue like this module, but verification of the files was clumsy at best (e.g. scanning stdout/err for strings), and useless at worst.
Thus, Audio::MPEG was born.
LAME
This is arguably the best quality MPEG encoder available (certainly the best GPL encoder). Portions of the code have been optimized to take advantage of some of the advanced features for Intel/AMD processors, but even on non-optimized machines, such as the PowerPC, it performs quite well (faster than real-time on late 90s (and later) machines).
MAD
This is a relatively new MPEG decoding library. I chose it after struggling to clean up the MPEG decoding library included with LAME (which is based on Michael Hipps mpg123(1) implementation). In the end, I was very pleased with the results. MAD performs its decoding with an internal precision of 24 bits (pro-level quality) with fixed-point arithmetic. The code is very clean, and seems rock-solid. Although it may seem that it should be faster than the mpg123(1) library due to the use of fixed-point arithmetic, it is in fact about 60% or so of the speed (due to the higher resolution audio). However, the ease of coding against MAD, and the higher precision of the output more than makes up for the slower decoding.
Audio::MPEG can export the data at its highest precision for programs that wish to manipulate the data at the higher resolution.
Operating System Environment
I have only tested this on a Linux 2.4.x system so far, but I see no reason why it should not work on any Un*x variant. In fact, it may actually even work on a Windoze box (the underlying LAME and MAD libraries apparently compile somehow on them). I am doing no special magic with the interface, so presumably it will work under Windows. As you can probably tell, I dont really care if it does (Ill may start caring if M$ releases the source code to Windows under GPL, BSD, or Artistic licenses...). But, for you poor, misguided souls that insist upon running Windows, I expect that there should be little problem getting it to work.
Performance
You would think that with encoding/decoding audio, which is quite a compute-intensive task, Perl would be much slower than the equivalent pure C programs. Surprise... it is only about 3% slower (!) Even with the mechanism I use here (Perl->C->Perl for every frame, Perl 5.6.1 and Linux 2.4.4 (PowerPC 7500) performs just fantastic. So, the moral of this paragraph is to run your own performance tests, but theres no need to think of your own Perl encoder/decoder will be inferior to a pure C/C++ implementation. The only drawback is that, depending upon how much buffer space you use for reading, memory usage will be at least 3 times as much (eh... RAM is cheap...)
Download (00057MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1225 downloads
RadeonOverclock 0.6e
RadeonOverclock allows the setting of core and memory frequency on Radeon graphics cards (currently only under Linux). more>>
RadeonOverclock allows the setting of core and memory frequency on Radeon graphics cards (currently only under Linux).
RadeonOverclock should work on chips version R100 and up. It has been tested with the Radeon 7500, 9500, and 9700 Pro.
It tries to detect the reference clock (xtal) from the video BIOS, if this doesnt work you can specify it manually. Try 1432 or 2950 if the default value of 2700 does not show the correct frequency when using -i:
rovclock -x 1432 -i
Cards reported to work:
Radeon 7500
Radeon 8500
Radeon 9000
Radeon 9100
Radeon 9500 (Pro)
Radeon 9550
Radeon 9600
Mobility FireGL T2
Mobility Radeon 9600 M10
Radeon 9700 (Pro)
Radeon X800XL
Use the memory timing options with care and login via ssh to make changes. So you can revert them back if your screen corrupts:
rovclock -t tRcdRD:7
Enhancements:
- A check for PCI display devices has been added.
- The list of supported cards has been updated, and the version number has been fixed.
<<lessRadeonOverclock should work on chips version R100 and up. It has been tested with the Radeon 7500, 9500, and 9700 Pro.
It tries to detect the reference clock (xtal) from the video BIOS, if this doesnt work you can specify it manually. Try 1432 or 2950 if the default value of 2700 does not show the correct frequency when using -i:
rovclock -x 1432 -i
Cards reported to work:
Radeon 7500
Radeon 8500
Radeon 9000
Radeon 9100
Radeon 9500 (Pro)
Radeon 9550
Radeon 9600
Mobility FireGL T2
Mobility Radeon 9600 M10
Radeon 9700 (Pro)
Radeon X800XL
Use the memory timing options with care and login via ssh to make changes. So you can revert them back if your screen corrupts:
rovclock -t tRcdRD:7
Enhancements:
- A check for PCI display devices has been added.
- The list of supported cards has been updated, and the version number has been fixed.
Download (MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1346 downloads
SFSU Penaltybox 1.2.0
SFSU Penaltybox is a solution for high network traffic in residence halls. more>>
The SFSU Penaltybox is a solution for high network traffic in residence halls. It implements a bandwidth quota, penalizing the users who cause most of the network congestion.
When users go over their bandwidth quota in a time period their traffic is limited using a Packeteer PacketShaper for a certain period of time before they are let out from the penalty box.
The users will be blocked immediatly when they exceed their limit, and they will be blocked from that point on for how ever long you set your time period. (eg we have a 10 gb/week limit, so if they go over on day 3, they will be limited to 64kbps until day 10, they will be blocked for an entire week after they have exceed their limit).
<<lessWhen users go over their bandwidth quota in a time period their traffic is limited using a Packeteer PacketShaper for a certain period of time before they are let out from the penalty box.
The users will be blocked immediatly when they exceed their limit, and they will be blocked from that point on for how ever long you set your time period. (eg we have a 10 gb/week limit, so if they go over on day 3, they will be limited to 64kbps until day 10, they will be blocked for an entire week after they have exceed their limit).
Download (0.25MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1002 downloads
HighMoon 1.2.4
HighMoon is a game similar to Artillery or Worms but it takes place in the universe. more>>
HighMoon is a game similar to "Artillery" or "Worms" -- but it takes place in the universe. There is a planet system between two flying saucers. The gravitational fields of the planets and moons change inevitably each ballistic curve.
In HighMoon is not easy to eliminate an enemy. If you miss it, the shoots can change their direction and become dangerous to the attacker.
HighMoon can be played against a computer or a human opponent in many planet systems.
HighMoon was first release with Version 1.0 in January 2005. My hardware was an AthlonXP 1700+ on a Gigabyte 7DXR+ Mainboard with 512MB DDRam, a Radeon 7500/AGP 4x Videocard and painfull onboard Sounds of a lalala 1371...
HighMoon was coded with a GNU g++ 3.4.3 running on Gentoo Linux with a vanilla-Kernel 2.6.11.5 The Sources were edited with (g)Vim 6.3 and jEdit 4.2 (nice Editor!) both available for Linux, Windows and Mac. Later Versions werde edited using Eclipse 3.0.1 width CDT 2.1. I used the SDL-Library as Graphics- und Soundinterface. This library is available for Linux, Windows and Mac as well.
The Flying Saucers and the planets were rendered using 3DStudio MAX 5 running on Windows XP. I Used Gimp 2.0 und Photoshop CS to draw the Font and the other graphics.
Installation:
HighMoon uses the SDL-Library (including SDL-Image!) for Display, Sound and Keyboard functions. For compilation of the sourcecodes you need a GNU g++.
There is a Makefile, so you can compile with a simple
make
in the sources-directory. After successfull compilation the Executable is called "ufo".
./ufo
starts the game.
If you would like to install the Game, edit the Install Paths in the Makefile. Then type:
make install
Enhancements:
- This release adds Netherlands language support.
<<lessIn HighMoon is not easy to eliminate an enemy. If you miss it, the shoots can change their direction and become dangerous to the attacker.
HighMoon can be played against a computer or a human opponent in many planet systems.
HighMoon was first release with Version 1.0 in January 2005. My hardware was an AthlonXP 1700+ on a Gigabyte 7DXR+ Mainboard with 512MB DDRam, a Radeon 7500/AGP 4x Videocard and painfull onboard Sounds of a lalala 1371...
HighMoon was coded with a GNU g++ 3.4.3 running on Gentoo Linux with a vanilla-Kernel 2.6.11.5 The Sources were edited with (g)Vim 6.3 and jEdit 4.2 (nice Editor!) both available for Linux, Windows and Mac. Later Versions werde edited using Eclipse 3.0.1 width CDT 2.1. I used the SDL-Library as Graphics- und Soundinterface. This library is available for Linux, Windows and Mac as well.
The Flying Saucers and the planets were rendered using 3DStudio MAX 5 running on Windows XP. I Used Gimp 2.0 und Photoshop CS to draw the Font and the other graphics.
Installation:
HighMoon uses the SDL-Library (including SDL-Image!) for Display, Sound and Keyboard functions. For compilation of the sourcecodes you need a GNU g++.
There is a Makefile, so you can compile with a simple
make
in the sources-directory. After successfull compilation the Executable is called "ufo".
./ufo
starts the game.
If you would like to install the Game, edit the Install Paths in the Makefile. Then type:
make install
Enhancements:
- This release adds Netherlands language support.
Download (0.40MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1305 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above packetshaper 7500 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed