initially
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 170
Initial SIMPLE IP Firewall
Initial SIMPLE IP Firewall is a script for Linux 2.4.x and iptables. more>>
Initial SIMPLE IP Firewall is a script for Linux 2.4.x and iptables.
Sample:
Configuration options
###################################
#
# Local Area Network configuration.
#
# your LANs IP range and localhost IP. /24 means to only use the first 24
# bits of the 32 bit IP adress. the same as netmask 255.255.255.0
#
LAN_IP="192.168.0.2"
LAN_IP_RANGE="192.168.0.0/16"
LAN_BCAST_ADRESS="192.168.255.255"
LAN_IFACE="eth1"
###################################
#
# Localhost Configuration.
#
LO_IFACE="lo"
LO_IP="127.0.0.1"
###################################
#
# Internet Configuration.
#
INET_IP="194.236.50.155"
INET_IFACE="eth0"
###################################
#
# IPTables Configuration.
#
IPTABLES="/usr/sbin/iptables"
Module loading
#
# Needed to initially load modules
#
/sbin/depmod -a
#
# Adds some iptables targets like LOG, REJECT and MASQUARADE.
#
/sbin/modprobe ip_conntrack
/sbin/modprobe ip_tables
/sbin/modprobe iptable_filter
/sbin/modprobe iptable_mangle
/sbin/modprobe iptable_nat
/sbin/modprobe ipt_LOG
#/sbin/modprobe ipt_REJECT
#/sbin/modprobe ipt_MASQUERADE
#
# Support for owner matching
#
#/sbin/modprobe ipt_owner
#
# Support for connection tracking of FTP and IRC.
#
#/sbin/modprobe ip_conntrack_ftp
#/sbin/modprobe ip_conntrack_irc
<<lessSample:
Configuration options
###################################
#
# Local Area Network configuration.
#
# your LANs IP range and localhost IP. /24 means to only use the first 24
# bits of the 32 bit IP adress. the same as netmask 255.255.255.0
#
LAN_IP="192.168.0.2"
LAN_IP_RANGE="192.168.0.0/16"
LAN_BCAST_ADRESS="192.168.255.255"
LAN_IFACE="eth1"
###################################
#
# Localhost Configuration.
#
LO_IFACE="lo"
LO_IP="127.0.0.1"
###################################
#
# Internet Configuration.
#
INET_IP="194.236.50.155"
INET_IFACE="eth0"
###################################
#
# IPTables Configuration.
#
IPTABLES="/usr/sbin/iptables"
Module loading
#
# Needed to initially load modules
#
/sbin/depmod -a
#
# Adds some iptables targets like LOG, REJECT and MASQUARADE.
#
/sbin/modprobe ip_conntrack
/sbin/modprobe ip_tables
/sbin/modprobe iptable_filter
/sbin/modprobe iptable_mangle
/sbin/modprobe iptable_nat
/sbin/modprobe ipt_LOG
#/sbin/modprobe ipt_REJECT
#/sbin/modprobe ipt_MASQUERADE
#
# Support for owner matching
#
#/sbin/modprobe ipt_owner
#
# Support for connection tracking of FTP and IRC.
#
#/sbin/modprobe ip_conntrack_ftp
#/sbin/modprobe ip_conntrack_irc
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
983 downloads
IEncy 0.12
IEncy (Image Encyclopedia) is a Java Swing application for searching the Web. more>>
IEncy short from Image Encyclopedia is a Java Swing application for searching the Web.
It simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
<<lessIt simultaneously searches Wikipedia and a Web image search engine (initially alltheweb) for images.
Usage:
Write an expression of interest in the field above and hit Return. Results are currently fetched from Wikipedia(www.wikipedia.org) and alltheweb(www.alltheweb.com). Browser-Links can be activated.
Images appearing below can be increased and each one enlarged. Image loading might take some time, and some might not be available.
Enhancements:
- This release fixes a memory leak with image window disposals.
Download (0.19MB)
Added: 2005-12-20 License: Common Public License Price:
1404 downloads
Arnos IPTABLES Firewall Script 1.8.8i
Arnos IPTABLES firewall script was initially written because I needed to protect my single-homed Linux machine at work. more>>
Arnos IPTABLES firewall script was initially written because I needed to protect my single-homed Linux machine at work. I wrote it at the time I couldnt find any script that really satisfied my needs except for one that was written by a guy called Seven.
I helped him for several months with the work on his script by suppling patches, reporting bugs etc. In this period I was fortunately also able to master scripting for iptables myself because soon Seven discontinued his work, I never got to even talk to the guy ever again. At that point I decided to continue his work, or actually I started my own branch based on his script.
In the summer of 2002 I finally got an ADSL connection at home. Initially I used the iptables firewall that came with the great ADSL4LINUX-package (http://www.adsl4linux.nl). But it didnt take me long to come to the conclusion that their iptables firewall lacked important features like port-forwarding and flexbility with "trusted hosts" etc.
I also didnt like the fact that I had to use a different firewall for my home machine and the machine at work. This made me decide to use some of the ADSL4LINUX knowledge to implement ADSL support.
By now (about 1 year later as of writing) there are only few remnants left of Sevens original script and many, many, many improvements were applied. One major improvement is the ADSL and NAT support (Check the features page with the specifiations of my firewall). For version 2 (alpha) I plan to completely rewrite to script to make it more flexible and to increase the usability for others.
Main features:
- Very secure stateful filtering firewall
- Both kernel 2.4 & 2.6 support
- It can be used for both single- and multi(eg. dual)-homed boxes
- Masquerading (NAT) and SNAT support
- Multiple external (internet) interfaces
- Support multiroute NAT & SNAT (load balancing over multiple (internet) interfaces)
- Port forwarding (NAT)
- Support MAC address filtering
- Support for DSL/ADSL modems
- Support for PPPoE, PPPoA and bridging modem setups
- Support for static and ISP assigned (DHCP) IPs
- Support for (transparent) proxies
- Full support for DMZs and DMZ-2-LAN forwarding. You can also use it to isolate your eg. wireless LAN.
- (Nmap)(stealth) portscan detection
- Protection against SYN-flooding (DoS attacks)
- Protection against ICMP-flooding (DoS attacks)
- Extensive user-definable logging with rate limiting to prevent log flooding
- Includes options to optimize your throughput
- User definable open ports, closed ports, trusted hosts, blocked hosts etc.
- Log & protection options are both highly customizable
- Support for custom iptables rules in a seperate file
- It can be used with chkconfig runlevel system (eg. RedHat/Fedora)
- Main focus on TCP/UDP/ICMP but additional support for *ALL* IP protocols
- It works with Freeswan IPSEC (VPN) & SSH Sentinel (http://www.freeswan.org) (+virtual IPs)
- It works with PoPTop PPTP (http://www.poptop.org)
- It works with UPnP
- DRDOS protection/detection (experimental)
- Its easy to configure
- And much more.
Enhancements:
- This release fixes a nasty bug in the NAT forwarding rules that caused using subnet-source-restrictions not to work.
- It adds an extra rule to the DHCP server section to allow packets from DHCP servers in the same segment.
- There are several plugin updates.
- A Racoon IPSEC VPN plugin and a transparent DNAT plugin have been added.
<<lessI helped him for several months with the work on his script by suppling patches, reporting bugs etc. In this period I was fortunately also able to master scripting for iptables myself because soon Seven discontinued his work, I never got to even talk to the guy ever again. At that point I decided to continue his work, or actually I started my own branch based on his script.
In the summer of 2002 I finally got an ADSL connection at home. Initially I used the iptables firewall that came with the great ADSL4LINUX-package (http://www.adsl4linux.nl). But it didnt take me long to come to the conclusion that their iptables firewall lacked important features like port-forwarding and flexbility with "trusted hosts" etc.
I also didnt like the fact that I had to use a different firewall for my home machine and the machine at work. This made me decide to use some of the ADSL4LINUX knowledge to implement ADSL support.
By now (about 1 year later as of writing) there are only few remnants left of Sevens original script and many, many, many improvements were applied. One major improvement is the ADSL and NAT support (Check the features page with the specifiations of my firewall). For version 2 (alpha) I plan to completely rewrite to script to make it more flexible and to increase the usability for others.
Main features:
- Very secure stateful filtering firewall
- Both kernel 2.4 & 2.6 support
- It can be used for both single- and multi(eg. dual)-homed boxes
- Masquerading (NAT) and SNAT support
- Multiple external (internet) interfaces
- Support multiroute NAT & SNAT (load balancing over multiple (internet) interfaces)
- Port forwarding (NAT)
- Support MAC address filtering
- Support for DSL/ADSL modems
- Support for PPPoE, PPPoA and bridging modem setups
- Support for static and ISP assigned (DHCP) IPs
- Support for (transparent) proxies
- Full support for DMZs and DMZ-2-LAN forwarding. You can also use it to isolate your eg. wireless LAN.
- (Nmap)(stealth) portscan detection
- Protection against SYN-flooding (DoS attacks)
- Protection against ICMP-flooding (DoS attacks)
- Extensive user-definable logging with rate limiting to prevent log flooding
- Includes options to optimize your throughput
- User definable open ports, closed ports, trusted hosts, blocked hosts etc.
- Log & protection options are both highly customizable
- Support for custom iptables rules in a seperate file
- It can be used with chkconfig runlevel system (eg. RedHat/Fedora)
- Main focus on TCP/UDP/ICMP but additional support for *ALL* IP protocols
- It works with Freeswan IPSEC (VPN) & SSH Sentinel (http://www.freeswan.org) (+virtual IPs)
- It works with PoPTop PPTP (http://www.poptop.org)
- It works with UPnP
- DRDOS protection/detection (experimental)
- Its easy to configure
- And much more.
Enhancements:
- This release fixes a nasty bug in the NAT forwarding rules that caused using subnet-source-restrictions not to work.
- It adds an extra rule to the DHCP server section to allow packets from DHCP servers in the same segment.
- There are several plugin updates.
- A Racoon IPSEC VPN plugin and a transparent DNAT plugin have been added.
Download (0.081MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
854 downloads
PitaCard 0.8
PitaCard is a program for creating and reviewing flashcards. more>>
PitaCard is a program for creating and reviewing flashcards. PitaCard was initially designed for aiding language study and has strong multi-language support.
PitaCard is written in python using the PyGTK bindings to the GTK+ library.
<<lessPitaCard is written in python using the PyGTK bindings to the GTK+ library.
Download (0.008MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1272 downloads
IRC Channel Relay Bot 1.1
The purpose of this bot is to relay messages from one IRC network to another. more>>
Relay-bot is a program we initially wrote because our group of friends that hang out on one channel could never seem to all stay on EFnet, and even if we could EFnet was splitting so badly at the time that it was unusable. However, we couldnt readily switch to another network because not everybody is always online and a few people wanted to stick with EFnet because there were other friends of theirs still there. So, relay-bot was born. It allowed us to split our channel across 2 (actually, 3 or 4) different IRC networks fairly effectively.
You[l need a copy Of Perl since perlay bot is written in Perl. Youll also need a copy of Net::IRC.
Theres currently no real installation routine; just untar the tarball, edit "relay-bot.config" and run "relay-bot.pl".
Enhancements:
- relay-bot.config: Fixed small issue in example config file
- BUGS, relay-bot.pl: Prepping for update to a new release
<<lessYou[l need a copy Of Perl since perlay bot is written in Perl. Youll also need a copy of Net::IRC.
Theres currently no real installation routine; just untar the tarball, edit "relay-bot.config" and run "relay-bot.pl".
Enhancements:
- relay-bot.config: Fixed small issue in example config file
- BUGS, relay-bot.pl: Prepping for update to a new release
Download (0.02MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1277 downloads
GNU tar 1.18
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. more>>
GNU tar program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored.
Initially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
<<lessInitially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
Download (2.5MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
857 downloads
Text::TemplateFill 1.7
Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N. more>>
Text::TemplateFill is a Perl module for formatting of reports with templates from files, use for I18N.
SYNOPSIS
use Text::TemplateFill;
my $tmpl = new Text::TemplateFill;
$tmpl->SetOpt(BaseDir => "paras/$Country");
$tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn");
# Must read all the files before printing a paragraph
$tmpl->ReadPara(Header, "head");
$tmpl->ReadPara(FirstPage);
$tmpl->ReadPara(Footer);
$tmpl->ReadPara(Body);
$tmpl->SetOpt(StartPageTag => Header);
my ($a, $b, $cn, $d) = (a, letter b, ACME Inc, 4.92);
$tmpl->BindVars(NameOfA => $a, B => $b, CustomerName => $cn, VarD => $d);
print $tmpl->GeneratePara(FirstPage); # Optional - since we want a specific 1st page
print $tmpl->GeneratePara(Body);
... $a = ...; $b = ...
print $tmpl->GeneratePara(Body);
print $tmpl->CompletePage;
Main features:
- I18N formatting support, eg: decimal comma in France
- I18N date support
- Automatic page breaks
- Variables are registered, not passed to each GeneratePara
- Items of text (paragraphs) that are output are initially read from a text file.
- Calculations may be defined as part of the paragraph definition in the file.
- Optional use of your own Error reporting code
- Variables can be formatted by the full power of printf
- Automatic page/paragraph counting
- Output is a string that may be then written anywhere
<<lessSYNOPSIS
use Text::TemplateFill;
my $tmpl = new Text::TemplateFill;
$tmpl->SetOpt(BaseDir => "paras/$Country");
$tmpl->SetOpt(ErrorFunction => &LogMsg, LineTerminator => "rn");
# Must read all the files before printing a paragraph
$tmpl->ReadPara(Header, "head");
$tmpl->ReadPara(FirstPage);
$tmpl->ReadPara(Footer);
$tmpl->ReadPara(Body);
$tmpl->SetOpt(StartPageTag => Header);
my ($a, $b, $cn, $d) = (a, letter b, ACME Inc, 4.92);
$tmpl->BindVars(NameOfA => $a, B => $b, CustomerName => $cn, VarD => $d);
print $tmpl->GeneratePara(FirstPage); # Optional - since we want a specific 1st page
print $tmpl->GeneratePara(Body);
... $a = ...; $b = ...
print $tmpl->GeneratePara(Body);
print $tmpl->CompletePage;
Main features:
- I18N formatting support, eg: decimal comma in France
- I18N date support
- Automatic page breaks
- Variables are registered, not passed to each GeneratePara
- Items of text (paragraphs) that are output are initially read from a text file.
- Calculations may be defined as part of the paragraph definition in the file.
- Optional use of your own Error reporting code
- Variables can be formatted by the full power of printf
- Automatic page/paragraph counting
- Output is a string that may be then written anywhere
Download (0.021MB)
Added: 2007-08-06 License: Perl Artistic License Price:
809 downloads
Danselfduty 1.2
Danselfduty allows users to authorize Web browsing by themselves. more>>
Danselfduty allows users to authorize Web browsing by themselves.
Danselfduty project first shows a disclaimer GUI, and when the user presses the "accept" button, it saves the domain name into a configuration file and redirects the users browser to the initially requested URL.
Enhancements:
- This release adds site blocking and sites that should be always parsed by DG. It correcteds a small CSS bug.
<<lessDanselfduty project first shows a disclaimer GUI, and when the user presses the "accept" button, it saves the domain name into a configuration file and redirects the users browser to the initially requested URL.
Enhancements:
- This release adds site blocking and sites that should be always parsed by DG. It correcteds a small CSS bug.
Download (0.017MB)
Added: 2007-02-17 License: LGPL (GNU Lesser General Public License) Price:
979 downloads
Apache AntUnit 1.0
AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. more>>
AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test.
Tests are written as targets in a build file using assertion tasks provided by AntUnit. The antunit task executes targets in a collection of build files and supports custom listeners in a manner similar to the junit tasks formatters.
<<lessTests are written as targets in a build file using assertion tasks provided by AntUnit. The antunit task executes targets in a collection of build files and supports custom listeners in a manner similar to the junit tasks formatters.
Download (MB)
Added: 2007-01-08 License: The Apache License 2.0 Price:
1020 downloads
bit 0.4.1
bit is a C++ library for manipulating buffers containing data fields that are not octet (byte) aligned. more>>
bit is a C++ library for manipulating buffers containing data fields that are not octet (byte) aligned.
Binary data formats containing fields that are not octet aligned are still common. One need look no further than the IP header that is present in every packet of data transmitted on the Internet.
Additionally many embedded devices and sensors still communicate via binary formats, and it was for the latter (robotic sensors) that this library was initially developed.
The bit library allows data formats to be specified at run-time through class methods or loaded from XML files at run-time (including any combinations thereof).
A companion library, bitgtk, provides a set of Gtkmm widgets for display of bit buffer representations.
<<lessBinary data formats containing fields that are not octet aligned are still common. One need look no further than the IP header that is present in every packet of data transmitted on the Internet.
Additionally many embedded devices and sensors still communicate via binary formats, and it was for the latter (robotic sensors) that this library was initially developed.
The bit library allows data formats to be specified at run-time through class methods or loaded from XML files at run-time (including any combinations thereof).
A companion library, bitgtk, provides a set of Gtkmm widgets for display of bit buffer representations.
Download (MB)
Added: 2007-03-15 License: LGPL (GNU Lesser General Public License) Price:
955 downloads
NetBSD LiveCD 2007
NetBSD LiveCD is a bootable LiveCD containing the NetBSD/i386 system. more>>
NetBSD LiveCD is a bootable ISO image contains NetBSD 3.99.7 and allows you to boot NetBSD/i386 -current without having to install to a hard disk.
The LiveCD was initially intended to be a rescue cdrom, but is now capable of much more.
The default desktop environment is KDE. But there is another window manager available: pekwm.
The LiveCD will automatically try to obtain an IP address via DHCP. If that fails, you must manually configure your network settings. For information on this, please see the NetBSD Guide.
There are two users: root and user. The password for both is NetBSD. If you are logged in as user, you can use sudo(8).
<<lessThe LiveCD was initially intended to be a rescue cdrom, but is now capable of much more.
The default desktop environment is KDE. But there is another window manager available: pekwm.
The LiveCD will automatically try to obtain an IP address via DHCP. If that fails, you must manually configure your network settings. For information on this, please see the NetBSD Guide.
There are two users: root and user. The password for both is NetBSD. If you are logged in as user, you can use sudo(8).
Download (700.1MB)
Added: 2006-11-10 License: BSD License Price:
1092 downloads
Peg Solitaire 0.0.1
Peg Solitaire project is a game similar to Hi-Q. more>>
Peg Solitaire project is a game similar to Hi-Q.
It sports a variety of different boards, and crisp and clean SVG graphics.
Initially developed over 6 days using the Anjuta IDE and Glade-2. Lots of code was borrowed from klotksi (gnotski), and some was borrowed from gnobots2.
<<lessIt sports a variety of different boards, and crisp and clean SVG graphics.
Initially developed over 6 days using the Anjuta IDE and Glade-2. Lots of code was borrowed from klotksi (gnotski), and some was borrowed from gnobots2.
Download (0.34MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1032 downloads
Tk::SplitFrame 0.03
Tk::SplitFrame is a geometry manager for scaling two subwidgets. more>>
Tk::SplitFrame is a geometry manager for scaling two subwidgets.
SYNOPSIS
use Tk;
use Tk::SplitFrame;
my $MainWindow = MainWindow->new();
my $SplitFrame = $MainWindow->SplitFrame
(
-orientation => vertical,
-trimcolor => #c7c7c7,
-background => white,
-sliderposition => 60,
-borderwidth => 2,
-sliderwidth => 7,
-relief => sunken,
-height => 100,
-width => 100,
-padbefore => 0,
-padafter => 0
);
# Values shown above are defaults.
my $LeftLabel = $SplitFrame->Label (-text => Left);
my $RightLabel = $SplitFrame->Label (-text => Right);
$SplitFrame->pack (-expand => true, -fill => both);
$SplitFrame->configure (-sliderposition => 22);
Tk::MainLoop;
A SplitFrame is a geometry manager for the two subwidgets instantiated against it. It has a sliding divider between them which, when moved, resizes them so that they each remain in contact with it.
The divider can be arranged vertically or horizontally at create time. The children our arranged in the order that they are instantiated, from left to right or from top to bottom. After instantiation, the order is fixed. The children should NOT be packed or placed, the split frame is responsible for this.
The split frame will adjust itself initially to the preferred size of the children.
It is a basic frame itself and can be packed or placed wherever needed in other frames or toplevel windows.
<<lessSYNOPSIS
use Tk;
use Tk::SplitFrame;
my $MainWindow = MainWindow->new();
my $SplitFrame = $MainWindow->SplitFrame
(
-orientation => vertical,
-trimcolor => #c7c7c7,
-background => white,
-sliderposition => 60,
-borderwidth => 2,
-sliderwidth => 7,
-relief => sunken,
-height => 100,
-width => 100,
-padbefore => 0,
-padafter => 0
);
# Values shown above are defaults.
my $LeftLabel = $SplitFrame->Label (-text => Left);
my $RightLabel = $SplitFrame->Label (-text => Right);
$SplitFrame->pack (-expand => true, -fill => both);
$SplitFrame->configure (-sliderposition => 22);
Tk::MainLoop;
A SplitFrame is a geometry manager for the two subwidgets instantiated against it. It has a sliding divider between them which, when moved, resizes them so that they each remain in contact with it.
The divider can be arranged vertically or horizontally at create time. The children our arranged in the order that they are instantiated, from left to right or from top to bottom. After instantiation, the order is fixed. The children should NOT be packed or placed, the split frame is responsible for this.
The split frame will adjust itself initially to the preferred size of the children.
It is a basic frame itself and can be packed or placed wherever needed in other frames or toplevel windows.
Download (0.050MB)
Added: 2007-06-14 License: Perl Artistic License Price:
862 downloads
fbxplay 0.2
fbxplay project is script to play or record (multiposte) channels using VLC or mplayer from free.fr adsl users only. more>>
fbxplay project is script to play or record (multiposte) channels using VLC or mplayer from free.fr adsl users only.
If you have router You must initially redirect ports 31336 & 31337 in UDP towards the IP network of the PC which will use the multipost accessible one since the options from ADSL TV.
(http://www.freenews.fr/index.php?itemid=2920) (WORK ONLY with http://adsl.free.fr users)
<<lessIf you have router You must initially redirect ports 31336 & 31337 in UDP towards the IP network of the PC which will use the multipost accessible one since the options from ADSL TV.
(http://www.freenews.fr/index.php?itemid=2920) (WORK ONLY with http://adsl.free.fr users)
Download (MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1028 downloads
iLeech 0.10
iLeech is a Mac OS X application that will connect to an iTunes 4.0. more>>
iLeech is a Mac OS X application that will connect to an iTunes 4.0. Introduced in iTunes v4.0 is the ability to share your playlist with other iTunes users.
This is accomplished locally using Rendezvous/zeroconf/mdns/whatever, or if you know the IP address of a machine you can access its playlist via daap:// (provided port 3689 is open). However, you can only stream the music from the iTunes host -- no copies are made on your machine.
iLeech will connect to an iTunes host, display their playlist, and allow you to copy the files to your local drive. It can be downloaded by clicking the "Download" button from the navigation bar.
And all I can say is "Wow". In my wildest dreams I would not have imagined the reaction/attention my simple little Java/Cocoa application would receive. When I initially released it, I had honestly never imagined more than a couple of dozen people would be interested in it. Call me naive if you will, but that is the truth on my end. But that idea has certainly been shattered during the past week, as in the first 4 days the page received an overwhelming 9,399 page views (and 2,147 downloads)
<<lessThis is accomplished locally using Rendezvous/zeroconf/mdns/whatever, or if you know the IP address of a machine you can access its playlist via daap:// (provided port 3689 is open). However, you can only stream the music from the iTunes host -- no copies are made on your machine.
iLeech will connect to an iTunes host, display their playlist, and allow you to copy the files to your local drive. It can be downloaded by clicking the "Download" button from the navigation bar.
And all I can say is "Wow". In my wildest dreams I would not have imagined the reaction/attention my simple little Java/Cocoa application would receive. When I initially released it, I had honestly never imagined more than a couple of dozen people would be interested in it. Call me naive if you will, but that is the truth on my end. But that idea has certainly been shattered during the past week, as in the first 4 days the page received an overwhelming 9,399 page views (and 2,147 downloads)
Download (0.055MB)
Added: 2006-07-20 License: LGPL (GNU Lesser General Public License) Price:
1191 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above initially 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