ripper 1.4
M3U Ripper 1.4
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file. more>>
All the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
RSS Ripper 1.0
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. more>>
Example Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
PHPCoder 1.4
PHPCoder is a web-based frontend to the Turck PHP Encoder, which encodes/compiles PHP script. more>>
Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated.
Also it uses some optimizations to speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times.
PHPCoder enables you to encode your PHP scripts and applications into non reversible byte-code, thus preventing users of your programs from viewing or alterting the source code while having full functionality.
Another excellent use for PHPCoder is to encode your applications PHP configuration files, that way someone viewing your source code does not see your databae login and password information.
In addition to encoding PHP scripts PHPCoder allows you to set restrictions on the encoded scripts, you can lock a script to a particular server IP address, server host name, visitor IP, or even place a time limit on the script so it will expire after x amount of time.
PHP Coder also allows you to specify Text, HTML or PHP code that should be prepended and appended to each file before it is encoded, allowing you to easily and securely implement your own licensing scheme.
To use your encoded scripts your clients simply install the free Turck MMCache or the Turck Loader.
Rubyripper 0.4.2
Rubyripper is a secure audio-cd ripper for linux. more>>
Through multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.
Primes 1.4
calculates the prime numbers 1..N, tells you if N is prime etc. Prints tables of primes. Computes the prime just below or above N. calculates the prime numbers 1..N, tells you if N is prime etc. It is useful in computing optimal Hashtable sizes. Java source included. more>>
Primes - calculates the prime numbers 1..N, tells you if N is prime etc.
Prints tables of primes.
Computes the prime just below or above N.
It is useful in computing optimal Hashtable sizes.
Java source included.
Enhancements:
Version 1.4
mostly cosmetic, more documentation, tidy source.
System Requirements:<<less
RipperX 2.7.0
ripperX is an audio CD ripper + encoder GUI including CDDB support and the ability to encode as OGG, FLAC, MP3 and MP2 (toolame) more>>
It can rip and encode in parallel, and has plugins for cdparanoia, BladeEnc, Lame, GoGo, FHG (l3enc and mp3enc), XingMp3enc, 8hz-mp3, and the ISO encoder.
RipperX also has support for CDDB and ID3v1 tags.
Enhancements:
- bug fixing release
Stream ripper 1.61.24
Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. more>>
Streamripper was started sometime back in early 2000. Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to "hint" at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.
This is not surprising because portability was a constant consideration during development.Streamripper is now part of the FreeBSD standard distribution, mentioned in the Linux MP3 HOWTO, known to compile on many platforms such as Linux, Windows, FreeBSD, BeOS, OS/2.
With the emergence of file sharing protocols such as Napster, Gnutella, and now Mojonation and Freenet, the average Internet user can download nearly any mp3 he wants in a matter of no time, but many times people dont know what they want. Streamripper allows you to download an entire station of music. Many of these mp3 radio stations only play certain genres, so you can now download an entire collection of goa/trance music, an entire collection of jazz, punk rock, whatever you want.
Enhancements:
- Fix bug where external program wasnt being killed when reconnecting.
jRipper 2007.01
jRipper is an cd ripper and audio converter made in java. more>>
jRipper can encode and decode Wav, Flac, MP3, Ogg, AAC(M4A) formats.
jRipper project is an frontend to cdda2wav, lame, oggenc/oggdec, flac and faac/faad programs.
jRipper can load track names for an CD from freedb.org by http or using the cdda2wav program.
It should work on all platforms that has the right java version (1.5). It has been tested on Linux and Windows XP. The installer contains static versions of cdda2wav, lame, oggenc, oggdec, flac, faac and faad for Linux and Windows.
Problems
Not all transcoding variants works. Known problems are:
AAC to Flac (linux, windows)
If jRipper cant be stopped during encoding, do kill the console program running in the background (cdda2wav, lame, ...).
Encoders
Some of the console applications have been modified to work better with jRipper. faac did get an extra quiet option which means it doesnt print anything to stderr. faad got a few extra fflush after prints to stderr. flac has some error checks canceled! It works for some degree but... So all source for the encoders are packed together for you to download. But its only the source nothing else, you have to do the compiling all by yourself.
Meta Tags
Meta tags are not converted when you do transcoding.
If an audio file can have meta tags, they will have the album and title data you see in the main window.
Installation:
- Install jRipper with clicking the jripper-install-2005.12.jar file.
- Or with the command java -jar jripper-install-2005.12.jar.
- After the install you can start jRipper with the icon on the desktop.
- If the installer failed to create an icon on the desktop or in the start menu, you can try the following ways:
- Double click jripper-2005.12.jar in the installation directory.
- Start it with java -jar jripper-2005.12.jar.
- Execute run.bat or run.sh.
To use jRipper you have to edit some settings in the setup dialog:
- Set the path to the encoder/decoder programs unless you have them already in the system path.
- Set the CD device.
- Typical values are /dev/cdrom for normal ide drives, 1,0,0 for SCSI or SCSI/IDE emulation.
- For SCSI settings run cdda2wav -scanbus as root or as a normal user in windows from a console to get a list of available drives.
- Set the root destination folder for your encoded tracks.
Enhancements:
- A minor Java 1.6 incompatibility was fixed.
- jRipper can dump a multi track CD to a single track (with an optional cue sheet).
- Two more directory layout options were added.
- All the ripper programs (for Windows) were updated.
- A few internal tweaks were made.
Transporter 1.4
The Transporter acts like an electronic secure courier to deliver your data and documents in encrypted form safe from prying eyes or those who would tamper with them. It Encrypts, digitally signs and armours to send sensitive information over the Internet without SSL. Typically you would embed it in your own Internet applications. more>>
Transporter - The Transporter acts like an electronic secure courier to
deliver your data and documents in encrypted form safe from
prying eyes or those who would tamper with them.
It Encrypts, digitally signs and armours to send sensitive
information over the Internet without SSL.
Typically you would embed it in your own Internet
applications.
Enhancements:
Version 1.4
changed pad directory structure
System Requirements:<<less
Polar 1.4
Polar provides a smooth and simple cursor set created primarily in Inkscape. more>>
Polar Cursor Theme is a smooth and simple cursor set created primarily in Inkscape.
Installation
There are three cursor sets included in this package. The default with the orange busy cursors is called PolarCursorTheme and the blue and green variants have -Blue and -Green added to the end of their theme name. To make sure that all themes are installed (or only the one you want) extract to /.icons/ in your home folder.
Note
KDE users please note that installing the cursors through the control center can cause some cursors to use the default X cursors. To fix this simply extract the theme directly to /.icons/ in your home folder.
Finally a special thanks to all the authors of various cursor themes here on gnome-look.org for ideas.
Enhancements:
- Added Zoom cursors
- Fixes to cursor mappings
- Highlight added to clean up outlines
- Added Blue and Green busy cursors as an option
- Changed move cursor
- Small changes to other cursors
MMS Ripper 0.7.0
MMSRIP is a pure useless program which allows you to save on your hard-disk the content being streamed by an MMS server. more>>
This program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others.
MMS Ripper project should run on every POSIX compliant Operating System, but I cant give you any complete list.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
Enhancements:
- This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed.
- You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
TheLastRipper 1.0.2
TheLastRipper is an audio stream ripper for Last.fm. more>>
TheLastRipper can save Last.fm streams to mp3s, while downloading album cover, appending ID3v1 tags and organizing you music after Artist/Album/Track.
TheLastRipper will also help you generate playlists from the data available from you Last.fm account. TheLastRipper requires a Last.fm login, you can regsiter for free at http://last.fm/
Please note that recordings of radio streams, may NOT be legal, we recommend that you investegate your local laws, before using TheLastRipper.
VaryOnApplet 1.4
VaryOnApplet is a pushbutton process-control applet for Gnome. more>>
After VaryOnApplet is installed, you will need to logout and log back into Gnome, or you can force the panel to reload by killing it:
killall gnome-panel
As soon as the panel recovers, you can add the VaryOnApplet to it by right clicking on the panel and selecting Add: Utility: VaryOn Applet.
Initially, it will look like a red "X" Checkbox.
To make it do something, you will need to right click on it and set Preferences, as follows:
Applet Title is the text to show beside the checkbox on the panel.
Start and Stop are shell commands to bring up and take down the process that you want VaryOnApplet to control. When you left click on it, the applet plays the role of a toggle to vary the process on and off. Note: VaryOnApplet wont try to bring a process down if it doesnt believe the process is running.
For example, in my Beyond Linux from Scratch (BLFS) configuration:
/etc/rc.d/init.d/network start
... starts the *dhcpcd* process, which opens my DSL line. Thus, my Applet Title is "DSL," and my Start Command is as above. My Stop Command is "/etc/rc.d/init.d/network stop."
In VaryOnApplets Preferences, Lock is the name of a file (any file) created by the process.
Now, I happen to know that, as soon as *dhcpcd* starts, it creates a file called /var/run/dhcpcd-eth0.pid on my machine, so thats what I put in Lock File.
Check is to confirm that the Lock File belongs to the Process.
If Check is False, then, whenever Lock File is present, VaryOnApplet changes from a red "X" to a green "V". Every three seconds, VaryOnApplet makes sure the Lock File is still there. No further checks are done, and this is fine so long as the process doesnt crash leaving the Lock File behind.
Process Name is (not) always obvious. You can find out what it should be. First *cat* out the contents of Lock File. If it is a process ID (pid) number, then you can print the name of the process that "owns" it like this:
ps --pid 999 --format ucmd --no-headers
... where 999 is the process ID.
In VaryOnApplets Preferences, set Process Name to the Lock File owner. In my case, this is "dhcpcd," but I already knew that. Now, if you want VaryOnApplet continually to be sure that the Lock File owner is alive, set Check Process.
Of course, VaryOnApplet is a general-purpose toggle. It doesnt insist that there be any particular content in the Lock File if you dont set Check Process. Thus, there doesnt have to be a running process that owns it. There doesnt have to be any special relationship between the presence of the Lock File and the Start and Stop Commands. There dont have to be any Start/Stop commands, for that matter.
There doesnt even have to be a Lock File. Then VaryOnApplet will just sit there looking like a red "X."
Perlbot 1.4.2
Perlbot is an IRC bot written in Perl. more>>
This is a modular bot. All functionality is provided by Plugins which use a standard, simple API. The two most common levels of functionality are encompassed by the "Core" and "Basic" sets of plugins. Click here for more information on Perlbot plugins.
A growing suite of integrated web services is also a feature that sets Perlbot apart. With integrated browsing and searching of channel logs via the web and XML web-published bot statistics, Perlbot makes lots of information readily available.
KeyPlayer 1.4
Java Keystroke and Mouse Event Tutor. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes and watch what details of the events generated. more>>
KeyPlayer - Java Keystroke and Mouse Event Tutor. Application to let you
experiment to learn how mouse and keystroke events work.
Output appears on the console. Just click the mouse or hit
keystrokes and watch what details of the events generated.
To install, Extract the zip download with Winzip, available from
http://www.winzip.com (or similar unzip utility) into any
directory you please, often C: -- ticking off the (user
folder names) option. To run as an application, type:
java -jar C:commindprodkeyplayerkeyplayer.jar
adjusting as necessary to account for where the jar file is.
Version 1.1 avoids dumping control chars to the console.
Version 1.3 adds a PAD and icon. renamed from keyplay to keyplayer.
Enhancements:
Version 1.4
add hex displays
System Requirements:Requires a Java 1.1 or later JRE<<less