old
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1283
old 0.17
old is a simple lock server. more>>
old is a short from Open Lock Daemon and is a simple lock server which provides central point where to lock resources in a distributed environment by using TCP/IP to communicate with its clients.
Objects are identified by strings, so its really a general purpose server: you can use it to lock from files to pointers, as long as all your apps have a coherent object naming scheme. This makes it useful to any kind of distributed applications, for instance mailservers or databases.
It provides the basic locking primitives (lock, unlock and trylock) and uses a lightweight and simple network protocol, but there are both C and Python libraries which abstract you from handling it directly and provide the normal straightforward functions to use in a very simple and easy way.
Its written in plain C and has no dependencies on external libraries, and it has a decent performance (about 7850 lock(A); unlock(A) operations per second on a normal Pentium 4 2.8Ghz).
If youre intrested in performance, some measurements have been included inside the package, and you can find a small document in doc/performance (raw data files and scripts used are in doc/perf/ directory); but there are some not included in the tarball, let me know if you want them.
Enhancements:
- A very difficult to hit race was fixed, the library now compiles under Windows, and some minor code improvements were made.
<<lessObjects are identified by strings, so its really a general purpose server: you can use it to lock from files to pointers, as long as all your apps have a coherent object naming scheme. This makes it useful to any kind of distributed applications, for instance mailservers or databases.
It provides the basic locking primitives (lock, unlock and trylock) and uses a lightweight and simple network protocol, but there are both C and Python libraries which abstract you from handling it directly and provide the normal straightforward functions to use in a very simple and easy way.
Its written in plain C and has no dependencies on external libraries, and it has a decent performance (about 7850 lock(A); unlock(A) operations per second on a normal Pentium 4 2.8Ghz).
If youre intrested in performance, some measurements have been included inside the package, and you can find a small document in doc/performance (raw data files and scripts used are in doc/perf/ directory); but there are some not included in the tarball, let me know if you want them.
Enhancements:
- A very difficult to hit race was fixed, the library now compiles under Windows, and some minor code improvements were made.
Download (0.029MB)
Added: 2006-07-31 License: Open Software License Price:
1181 downloads
Old Tech 0.2
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version. more>>
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version.
I love the chaotic nature of it.
This is my 1st theme, please critique!
<<lessI love the chaotic nature of it.
This is my 1st theme, please critique!
Download (0.12MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Upgrade-oldest 0.2
Upgrade-oldest is a tool to upgrade the oldest Debian packages. more>>
Upgrade-oldest selectively upgrades a Debian system by upgrading the packages with the oldest and most significant version numbers. It can be limited to certain sections, and the level of version differece necessary to trigger an upgrade can be controlled.
It is a simple Python script, but it is very powerful.
<<lessIt is a simple Python script, but it is very powerful.
Download (0.007MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads
Old Laptop As Firewall 1.2
Old Laptop As Firewall is a single floppy Linux with 16-bit PCMCIA support and PPP for using a Pentium I/II laptop as a firewall more>>
Old Laptop As Firewall is a single, 1440kb floppy Linux with 16-bit PCMCIA support and PPP for using a Pentium I/II laptop to firewall a dial-up connection.
The floppy is msdos-formatted and uses Syslinux to boot into a 4MB ramdisk with a Minix version 2 filesystem. The system was compiled with uClibc 0.9.28.
Main features:
- 2.4.34 non-modular kernel, compressed with lzma
- uClibc 0.9.28
- busybox 1.4.1
- pcmcia-cs 3.2.8
- pppd 2.4.4b1
- iptables 1.3.7
- dnsmasq 2.35
- 100 kb free on the floppy to add more programs!
Version restrictions:
- OLAF has not been tested with more than one computer behind
- the firewall (I only have two boxes to work with.)
- The supplied chat script probably wont work for many people.
- There currently isnt any support for local timezones.
- The Windows and Mac support is lacking; I dont have
- either OS to work with.
Enhancements:
- The file permissions in /etc/* were changed from 0600 to 0644 on all plain text files except gshadow, shadow, and ppp/pap-secrets.
- The file permissions on /bin/busybox were changed from 0700 to 0755.
- The original permissions were too strict for dnsmasq, which runs as user nobody and couldnt access /etc/hosts.
<<lessThe floppy is msdos-formatted and uses Syslinux to boot into a 4MB ramdisk with a Minix version 2 filesystem. The system was compiled with uClibc 0.9.28.
Main features:
- 2.4.34 non-modular kernel, compressed with lzma
- uClibc 0.9.28
- busybox 1.4.1
- pcmcia-cs 3.2.8
- pppd 2.4.4b1
- iptables 1.3.7
- dnsmasq 2.35
- 100 kb free on the floppy to add more programs!
Version restrictions:
- OLAF has not been tested with more than one computer behind
- the firewall (I only have two boxes to work with.)
- The supplied chat script probably wont work for many people.
- There currently isnt any support for local timezones.
- The Windows and Mac support is lacking; I dont have
- either OS to work with.
Enhancements:
- The file permissions in /etc/* were changed from 0600 to 0644 on all plain text files except gshadow, shadow, and ppp/pap-secrets.
- The file permissions on /bin/busybox were changed from 0700 to 0755.
- The original permissions were too strict for dnsmasq, which runs as user nobody and couldnt access /etc/hosts.
Download (1.4MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
961 downloads
POW - Plain Old Webserver 0.1.3
POW - Plain Old Webserver is a Firefox extension that adds a server to your browser. more>>
POW - Plain Old Webserver is a Firefox extension that adds a server to your browser.
Information and a tutorial for POW can be found at this wiki
http://davidkellogg.com/wiki/Main_Page?origin=moz_pow
and at this post
http://forums.mozillazine.org/viewtopic.php?t=447189
The Plain Old Webserver uses Server-side Javascript (SJS) to run a server inside your browser. Use it to distribute files from your browser. It supports Server-side JS, GET, POST, uploads, Cookies, SQLite and AJAX. It has security features to password-protect your site. Users have created a wiki, chat room and search engine using SJS.
This version includes:
- Documentation to show you how to build a Server-side Javascript program.
- Added security to prevent arbitrary file reads.
Enhancements:
- Standalone server support (separate download)
- Firebug support through standalone server
- Auto-restart of server after window close
- startup.sjs file auto-created for new installs
- Saving to subdirectory fixed
- Changed mime-types to binary by default
- Added many binary mime-types
- Added loopback-only option
- Fixed root directory problem
- Fixed XML download problem
- Smallest download size ever 99K -> 89K -> 73K -> 63K
<<lessInformation and a tutorial for POW can be found at this wiki
http://davidkellogg.com/wiki/Main_Page?origin=moz_pow
and at this post
http://forums.mozillazine.org/viewtopic.php?t=447189
The Plain Old Webserver uses Server-side Javascript (SJS) to run a server inside your browser. Use it to distribute files from your browser. It supports Server-side JS, GET, POST, uploads, Cookies, SQLite and AJAX. It has security features to password-protect your site. Users have created a wiki, chat room and search engine using SJS.
This version includes:
- Documentation to show you how to build a Server-side Javascript program.
- Added security to prevent arbitrary file reads.
Enhancements:
- Standalone server support (separate download)
- Firebug support through standalone server
- Auto-restart of server after window close
- startup.sjs file auto-created for new installs
- Saving to subdirectory fixed
- Changed mime-types to binary by default
- Added many binary mime-types
- Added loopback-only option
- Fixed root directory problem
- Fixed XML download problem
- Smallest download size ever 99K -> 89K -> 73K -> 63K
Download (0.062MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
837 downloads
Evil Greg Vs. Eight Year Olds 0.4.1
Evil Greg battles hordes of 8 year old kids. more>>
Evil Greg Vs. Eight Year Olds was originally conceived when Nizzity asked EG how many 8 year old kids it would take to bring him down. EG responded that no amount would be enough because he would eat them as he went and would slowly grow in power.
He claims that eventually his heartburn would allow him to breath fire and they would fall before him. The game will test the merit of his claims. This is an accurate scientific simulation.
<<lessHe claims that eventually his heartburn would allow him to breath fire and they would fall before him. The game will test the merit of his claims. This is an accurate scientific simulation.
Download (3.9MB)
Added: 2007-08-05 License: Freeware Price:
810 downloads
Openglad 0.98
Openglad is a SDL port of the old (and recently open-sourced) DOS game Gladiator. more>>
Openglad project is a SDL port of the old (and recently open-sourced) DOS game Gladiator.
Openglad is an SDL port of an old DOS game called Gladiator, which was developed by FSGames in the mid 90s. It is a top-down gauntlet-style RPG in which you hire team mates, go on missions, and improve your team with the spoils you reap. It can be played by up to 4 players (using split-screen), and features many classes, special abilities, and a scenario editor.
<<lessOpenglad is an SDL port of an old DOS game called Gladiator, which was developed by FSGames in the mid 90s. It is a top-down gauntlet-style RPG in which you hire team mates, go on missions, and improve your team with the spoils you reap. It can be played by up to 4 players (using split-screen), and features many classes, special abilities, and a scenario editor.
Download (0.67MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1031 downloads
OCSID 10.2
OCSID is a Slackware based distro with Gnome, like the good old Slackware used to have. more>>
OCSID is a Slackware based distro with Gnome, like the good old Slackware used to have.
First lets start with what OCSID is NOT:
- is not yet another linux distro;
- is not yet another fork;
- is not born to divide the Community;
- is not a closed development project.
So What OCSID really is?
- is a wrapper to contain official Slackware packages together with Community related efforts;
- is a Slackware based distro with Gnome, like the good old Slackware used to have;
- is an installation dvd so that you can install everything you want from the good old Slackware installer;
- is an open Community project and everyone is free to participate, the first goal is to unite Slackware Communitys efforts.
So OCSID is a dvd with all the Official Slackware packages untouched, with Freerock GNOME and some other packages that usually people want but arent included in Slackware (Amarok, Postfix, ecc.). Besides OCSID ships kernel 2.6.13 by default.
Not only you can install everything from the classic installer but also OCSID fully supports dependencies through slapt-get.
So that you can do it the debian way: install a minimum set of packages directly from the first Slackware CD, then install slapt-get and set OCSID as your main repository, finally you can get everything you need as in this example:
slapt-get --install kde
This way you can also upgrade your old Slackware system to OCSID with a single command.
Latest stable version of OCSID: 10.2 (Slackware 10.2, Freerock GNOME 2.12.1).
<<lessFirst lets start with what OCSID is NOT:
- is not yet another linux distro;
- is not yet another fork;
- is not born to divide the Community;
- is not a closed development project.
So What OCSID really is?
- is a wrapper to contain official Slackware packages together with Community related efforts;
- is a Slackware based distro with Gnome, like the good old Slackware used to have;
- is an installation dvd so that you can install everything you want from the good old Slackware installer;
- is an open Community project and everyone is free to participate, the first goal is to unite Slackware Communitys efforts.
So OCSID is a dvd with all the Official Slackware packages untouched, with Freerock GNOME and some other packages that usually people want but arent included in Slackware (Amarok, Postfix, ecc.). Besides OCSID ships kernel 2.6.13 by default.
Not only you can install everything from the classic installer but also OCSID fully supports dependencies through slapt-get.
So that you can do it the debian way: install a minimum set of packages directly from the first Slackware CD, then install slapt-get and set OCSID as your main repository, finally you can get everything you need as in this example:
slapt-get --install kde
This way you can also upgrade your old Slackware system to OCSID with a single command.
Latest stable version of OCSID: 10.2 (Slackware 10.2, Freerock GNOME 2.12.1).
Download (MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1416 downloads
mod_tproxt
mod_tproxt is a transparent proxy support for Apache 1.3. more>>
mod_tproxt is a transparent proxy support for Apache 1.3.
mod_tproxt has been running on a (now old) K6-200 machine, with a max uptime of about 500 days or so.
mod_tproxt requires linux transparent proxy support. The BSDs may likely have a similar mechanism. If you port it to work with another OS, send me a patch, and Ill include it here.
This module is contributed to community under the Apache License, BSD licence or GPL, whichever you like.
<<lessmod_tproxt has been running on a (now old) K6-200 machine, with a max uptime of about 500 days or so.
mod_tproxt requires linux transparent proxy support. The BSDs may likely have a similar mechanism. If you port it to work with another OS, send me a patch, and Ill include it here.
This module is contributed to community under the Apache License, BSD licence or GPL, whichever you like.
Download (0.008MB)
Added: 2006-04-20 License: The Apache License Price:
1282 downloads
OpenGoal 0.1
OpenGoal is an open source soccer game for one or two players. more>>
OpenGoal project is an open source soccer game for one or two players.
OpenGoal is a top-down football (soccer) game for any OS running under SDL. It bears a visual resemblance to the old computer game "Kick Off" by Anco.
OpenGoal is for one or two players.
<<lessOpenGoal is a top-down football (soccer) game for any OS running under SDL. It bears a visual resemblance to the old computer game "Kick Off" by Anco.
OpenGoal is for one or two players.
Download (0.32MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
XML::Code 0.04
XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. more>>
XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module.
SYNOPSIS
my $diff = XML::Diff->new();
# to generate a diffgram of two XML files, use compare.
# $old and $new can be filepaths, XML as a string,
# XML::LibXML::Document or XML::LibXML::Element objects.
# The diffgram is a XML::LibXML::Document by default.
my $diffgram = $diff->compare(
-old => $old_xml,
-new => $new_xml,
);
# To patch an XML document, an patch. $old and $diffgram
# follow the same formatting rules as compare.
# The resulting XML is a XML::LibXML::Document by default.
my $patched = $diff->patch(
-old => $old,
-diffgram => $diffgram,
);
This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML.
The Diffgram is well-formed XML in the XVCS namespance and supports update, insert, delete and move operations. It is meant to be human and machine readable. It uses XPath expressions for locating the nodes to operate on.
<<lessSYNOPSIS
my $diff = XML::Diff->new();
# to generate a diffgram of two XML files, use compare.
# $old and $new can be filepaths, XML as a string,
# XML::LibXML::Document or XML::LibXML::Element objects.
# The diffgram is a XML::LibXML::Document by default.
my $diffgram = $diff->compare(
-old => $old_xml,
-new => $new_xml,
);
# To patch an XML document, an patch. $old and $diffgram
# follow the same formatting rules as compare.
# The resulting XML is a XML::LibXML::Document by default.
my $patched = $diff->patch(
-old => $old,
-diffgram => $diffgram,
);
This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML.
The Diffgram is well-formed XML in the XVCS namespance and supports update, insert, delete and move operations. It is meant to be human and machine readable. It uses XPath expressions for locating the nodes to operate on.
Download (0.017MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1138 downloads
XML::Diff 0.04
XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. more>>
XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module.
SYNOPSIS
my $diff = XML::Diff->new();
# to generate a diffgram of two XML files, use compare.
# $old and $new can be filepaths, XML as a string,
# XML::LibXML::Document or XML::LibXML::Element objects.
# The diffgram is a XML::LibXML::Document by default.
my $diffgram = $diff->compare(
-old => $old_xml,
-new => $new_xml,
);
# To patch an XML document, an patch. $old and $diffgram
# follow the same formatting rules as compare.
# The resulting XML is a XML::LibXML::Document by default.
my $patched = $diff->patch(
-old => $old,
-diffgram => $diffgram,
);
This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML.
The Diffgram is well-formed XML in the XVCS namespance and supports update, insert, delete and move operations. It is meant to be human and machine readable. It uses XPath expressions for locating the nodes to operate on. See the below DIFFGRAM section for the exact syntax.
The motivation and alogrithm used by this module is discussed in MOTIVATION below.
<<lessSYNOPSIS
my $diff = XML::Diff->new();
# to generate a diffgram of two XML files, use compare.
# $old and $new can be filepaths, XML as a string,
# XML::LibXML::Document or XML::LibXML::Element objects.
# The diffgram is a XML::LibXML::Document by default.
my $diffgram = $diff->compare(
-old => $old_xml,
-new => $new_xml,
);
# To patch an XML document, an patch. $old and $diffgram
# follow the same formatting rules as compare.
# The resulting XML is a XML::LibXML::Document by default.
my $patched = $diff->patch(
-old => $old,
-diffgram => $diffgram,
);
This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML.
The Diffgram is well-formed XML in the XVCS namespance and supports update, insert, delete and move operations. It is meant to be human and machine readable. It uses XPath expressions for locating the nodes to operate on. See the below DIFFGRAM section for the exact syntax.
The motivation and alogrithm used by this module is discussed in MOTIVATION below.
Download (0.017MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1136 downloads
Flamenco-Modern
Flamenco-Modern is a KDM theme with the Landscape Keltern background. more>>
Flamenco-Modern is a KDM theme with the Landscape Keltern background.
It is based on softgreen_kdm by Peman : http://www.kde-look.org/content/show.php?content=40573
Icons are token from Flamenco Icon Theme by boskicinek : http://www.kde-look.org/content/show.php?content=44533
The Background-image is called Landscape Keltern and was already on my PC, when Installed SuSE 10.1
Former images are called *OLD.* (these images were used by Softgreen_KDM).
<<lessIt is based on softgreen_kdm by Peman : http://www.kde-look.org/content/show.php?content=40573
Icons are token from Flamenco Icon Theme by boskicinek : http://www.kde-look.org/content/show.php?content=44533
The Background-image is called Landscape Keltern and was already on my PC, when Installed SuSE 10.1
Former images are called *OLD.* (these images were used by Softgreen_KDM).
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
966 downloads
Moon Defence 1.6
Moon Defence is a space shooter game. more>>
Remake of the old Atari game. You`re controlling defence sattelite on orbin of the Moon. Your goal is to destroy enemy missiles.
In the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
<<lessIn the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...
Defend your base, soldier!
Download (0.34MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 downloads
Snd 9.2
Snd is a freeware sound editor modelled loosely after Emacs. more>>
Snd is a freeware sound editor modelled loosely after Emacs and an old, sorely-missed PDP-10 sound editor named Dpysnd.
It can accommodate any number of sounds, each with any number of channels. It can be customized and extended using Guile or Ruby.
<<lessIt can accommodate any number of sounds, each with any number of channels. It can be customized and extended using Guile or Ruby.
Download (4.0MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
835 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 old 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