worry about you
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 214
MR Tech About:About 2.4.2
MR Tech About:About is a free Thunderbird extension which adds the following about: options to the Help menu: about:config, about:plugins, about:about, about:, about:buildconfig, about:cache, about:cache (Disk), about:cache (Memory), about:credits, about:license, about:mozilla, about:kitchensink. more>> <<less
Added: 2009-02-17 License: MPL Price: FREE
2 downloads
Gantry::Docs::About 3.41
Gantry::Docs::About is a document explaining Gantrys features and history. more>>
Gantry::Docs::About is a document explaining Gantrys features and history.
History
Along about 1997 or so, our company (a cable/ISP owned by a newspaper) began serving mod_perl apps to staff and customers. A framework developed and flourished. It was simple, explicit, and fast enough for the high-volume sites run by our parent newspaper. As time passed, improvements were made until a second version was conceived and deployed.
Finally, in August of 2005, a third revision was completed which is now available as an open source product (under the standard Perl license). The new version has lots of new features and removes some of the arcana that built up over the previous six or so years. Notably, it gained an MVC structure and some nifty automated CRUD. But the newly released third version, now called Gantry, retains simplicity, explicitness, speedy throughput, and the ability to host complex projects.
Main features:
- a central mod_perl handler all apps may inherit (Gantry.pm)
- CGI/FastCGI support (Gantry::Engine::CGI)
- automated CRUD (create, retrieve, update, delete) for straightforward tables (Gantry::Plugins::AutoCRUD)
- flexible CRUD for the sophisticated parts of applications (Gantry::Plugins::CRUD)
- easy date entry (via javascript code in form.tt)
<<lessHistory
Along about 1997 or so, our company (a cable/ISP owned by a newspaper) began serving mod_perl apps to staff and customers. A framework developed and flourished. It was simple, explicit, and fast enough for the high-volume sites run by our parent newspaper. As time passed, improvements were made until a second version was conceived and deployed.
Finally, in August of 2005, a third revision was completed which is now available as an open source product (under the standard Perl license). The new version has lots of new features and removes some of the arcana that built up over the previous six or so years. Notably, it gained an MVC structure and some nifty automated CRUD. But the newly released third version, now called Gantry, retains simplicity, explicitness, speedy throughput, and the ability to host complex projects.
Main features:
- a central mod_perl handler all apps may inherit (Gantry.pm)
- CGI/FastCGI support (Gantry::Engine::CGI)
- automated CRUD (create, retrieve, update, delete) for straightforward tables (Gantry::Plugins::AutoCRUD)
- flexible CRUD for the sophisticated parts of applications (Gantry::Plugins::CRUD)
- easy date entry (via javascript code in form.tt)
Download (0.19MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
Firebolt 0.3.6
Firebolt is a network protocol oriented library. more>>
Firebolt is a network protocol oriented library.
Our goal is to create a simple and well designed object oriented network library. We started this effort by being ourselves in the game developers position and facing the problem of lack of abstract enough libraries.
We dont want to make another socket abstraction framework we want to make a high level library that will be used to implement any protocol design you can think of. You can forget of socket details. Just design your server/client protocol and implement the states and events that the server and client will use. Then put your protocol logic into each state, define the possible transitions from state to state and thats it.
Among other features we will try putting our best design efforts in creating wraper code that will be used to minimize the effort to use Firebolt library in your already existing game project. It will blend with your games event system and transparently transport your game events over the network. Lets hope that we make it this far.
Also mysql server support will be available by Firebolt since databases are vital for modern online games.
Of course nothing can prevent use of Firebolt in non-game applications also, so dont worry.
<<lessOur goal is to create a simple and well designed object oriented network library. We started this effort by being ourselves in the game developers position and facing the problem of lack of abstract enough libraries.
We dont want to make another socket abstraction framework we want to make a high level library that will be used to implement any protocol design you can think of. You can forget of socket details. Just design your server/client protocol and implement the states and events that the server and client will use. Then put your protocol logic into each state, define the possible transitions from state to state and thats it.
Among other features we will try putting our best design efforts in creating wraper code that will be used to minimize the effort to use Firebolt library in your already existing game project. It will blend with your games event system and transparently transport your game events over the network. Lets hope that we make it this far.
Also mysql server support will be available by Firebolt since databases are vital for modern online games.
Of course nothing can prevent use of Firebolt in non-game applications also, so dont worry.
Download (0.099MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1079 downloads
Construct 2.00
Construct is a python module for defining arbitrary data structures. more>>
Construct is a python module for defining arbitrary data structures. Once a data structure (aka, "construct") is defined, it can be used to both parse raw data into an object and build an object into raw data.
Unlike most parsers, it works at the bit-level, so you dont need to worry about parsing individual bits or unaligned fields.
Construct library supports Fields, Unions, Structs and Repeaters; Adapters and Validators; Switches, Pointers and other Meta -constructs.
Main features:
- Symmetrical -- constructs can be used to parse as well as to build
- Bit-level -- can parse and build individual bits, not only bytes
- Ready -- lots of predefined primitives and common protocols definitions, which you can easily use
- Extensible -- you can easily write user-defined constructs by simply by subclassing
- Fast -- benchmarks on my machine show ~160KB/sec can be parsed, fast enough for most situations, and perhaps pysco can improve that
- Declarative -- no procedural code needed for most situations
Enhancements:
- Construct2 is a rewrite of the library, making it faster and much slimmer.
- The library is now byte-oriented instead of bit-oriented, so it uses eight times less memory.
- It can parse files directly from the disk.
- Meta constructs now use lambda instead of eval.
- Textual processing (context free grammar) was added.
- On-demand parsing was added.
- Thorough unit tests were added.
- A full online tutorial is available.
<<lessUnlike most parsers, it works at the bit-level, so you dont need to worry about parsing individual bits or unaligned fields.
Construct library supports Fields, Unions, Structs and Repeaters; Adapters and Validators; Switches, Pointers and other Meta -constructs.
Main features:
- Symmetrical -- constructs can be used to parse as well as to build
- Bit-level -- can parse and build individual bits, not only bytes
- Ready -- lots of predefined primitives and common protocols definitions, which you can easily use
- Extensible -- you can easily write user-defined constructs by simply by subclassing
- Fast -- benchmarks on my machine show ~160KB/sec can be parsed, fast enough for most situations, and perhaps pysco can improve that
- Declarative -- no procedural code needed for most situations
Enhancements:
- Construct2 is a rewrite of the library, making it faster and much slimmer.
- The library is now byte-oriented instead of bit-oriented, so it uses eight times less memory.
- It can parse files directly from the disk.
- Meta constructs now use lambda instead of eval.
- Textual processing (context free grammar) was added.
- On-demand parsing was added.
- Thorough unit tests were added.
- A full online tutorial is available.
Download (0.060MB)
Added: 2007-01-13 License: Public Domain Price:
1128 downloads
Maypole::Manual::About 2.11
Maypole::Manual::About is an introduction to Maypole. more>>
This chapter serves as a gentle introduction to Maypole and setting up Maypole applications. We look at what Maypole is, how to get it up and running, and how to start thinking about building Maypole applications.
What is Maypole?
Presumably you have some idea of what Maypole is all about, or otherwise you wouldnt be reading this manual. But Maypole is good at many different things, and you may have accidentally focussed on one aspect of Maypole while missing the big picture.
For instance, you may know that Maypole is extremely good at putting web front-ends onto databases. This is true, but its only a part of what Maypole does. You may have heard that Maypole is a web application framework, which is true, but it doesnt mean very much. There are a huge number of things that Maypole can do, because its very much a blank slate. You can make it do what you will. In this manual, well be making it act as a front-end to a database, as a social network site, as an intranet portal, and many other things besides.It is a framework.
I like to think that Maypole is a way of going from a URL to a method call to some output. If you have a URL like /product/order/12, Maypole is a way of having it load up product number 12, call an order method, and produce a page about what its just done. The reason Maypole is such a big deal is because it does all this for you. You no longer have to care about your web server. You hardly have to care about your database. You dont have to care about templating modules, parsing CGI parameters, or anything else. You only need to care about business logic, and the business logic in this instance is how you order a product, and what you need to display about it once youve done so. This is what programming should be: only caring about the work that distinguishes one program from another.
It does this using a technique called MVC for web applications.
What is MVC for web applications?
Maypole was originally called Apache::MVC, reflecting its basis in the Model-View-Controller design pattern. (I had to change it firstly because Maypole isnt tied to Apache, and secondly because Apache::MVC is a really dull name.) Its the same design pattern that forms the foundation of similar projects in other languages, such as Javas Struts framework.
This design pattern is found primarily in graphical applications; the idea is that you have a Model class which represents and manipulates your data, a View class which is responsible for displaying that data to the user, and a Controller class which controls the other classes in response to events triggered by the user. This analogy doesnt correspond precisely to a web-based application, but we can take an important principle from it. As Template Toolkit author Andy Wardley explains:
What the MVC-for-the-web crowd are really trying to achieve is a clear
separation of concerns. Put your database code in one place, your
application code in another, your presentation code in a third place.
That way, you can chop and change different elements at will,
hopefully without affecting the other parts (depending on how well your
concerns are separated, of course). This is common sense and good practice.
MVC achieves this separation of concerns as a by-product of clearly
separating inputs (controls) and outputs (views).
This is what Maypole does. It has a number of database drivers, a number of front-end drivers and a number of templating presentation drivers. In common cases, Maypole provides precisely what you need for all of these areas, and you get to concentrate on writing just the business logic of your application. This is one of the reasons why Maypole lets you develop so rapidly: because most of the time, you dont need to do any development at all.
Download (0.14MB)
Added: 2006-10-17 License: Perl Artistic License Price:
1102 downloads
About Menu 1.1.0 for Firefox
About Menu is an extension which provides easy access to the various About menus in Firefox. more>>
About Menu is an extension which provides easy access to the various About menus in Firefox.
Easily access the various About menus in Firefox. If you want the specific About screen to open in a new tab, use the right mouse button.
<<lessEasily access the various About menus in Firefox. If you want the specific About screen to open in a new tab, use the right mouse button.
Download (0.029MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
935 downloads
RABL 1.0.0
RABL is a machine-automated real-time blacklisting server for statistical filters. more>>
RABL (Reactive Autonomous Blackhole List ) server is a statistical, machine-automated and up-to-the-second blackhole list server designed to monitor global network activity and make decisions based on network spread and infection rate.
This is in contrast to how most other blacklists function, where humans (many with political agendas) must process thousands of reports and make decisions.
The RABL is fully reactive to new threats and can block addresses within seconds of widespread infection.
Addresses are blacklisted until they have cleared a minimum duration without any additional reports, making the appeals process as simple as "fix your junk".
It is designed to function via automated machine-learning spam filters such as Bayesian filters.
A client tool is also provided.
Main features:
- The ability to take advantage of your existing statistical filters and actually conserve resources on your network.
- Network your spam intelligence with hundreds of other large networks and ISPs
- Eliminate the need for human abuse reporting by keeping your system synced as a writer account
- Help facilitate change by rejecting hosts that are sending spam
- The short-term blacklisting approach (24 hours) is designed specifically around the dynamic nature of spammers, and as a result provides a way to blacklist new hosts within minutes, and not need worry about poorly maintained lists or delisting of obsolete networks.
- Finally a way to blacklist active and malicious dialup space only
- Freedom from the political agendas of human-run blacklists
<<lessThis is in contrast to how most other blacklists function, where humans (many with political agendas) must process thousands of reports and make decisions.
The RABL is fully reactive to new threats and can block addresses within seconds of widespread infection.
Addresses are blacklisted until they have cleared a minimum duration without any additional reports, making the appeals process as simple as "fix your junk".
It is designed to function via automated machine-learning spam filters such as Bayesian filters.
A client tool is also provided.
Main features:
- The ability to take advantage of your existing statistical filters and actually conserve resources on your network.
- Network your spam intelligence with hundreds of other large networks and ISPs
- Eliminate the need for human abuse reporting by keeping your system synced as a writer account
- Help facilitate change by rejecting hosts that are sending spam
- The short-term blacklisting approach (24 hours) is designed specifically around the dynamic nature of spammers, and as a result provides a way to blacklist new hosts within minutes, and not need worry about poorly maintained lists or delisting of obsolete networks.
- Finally a way to blacklist active and malicious dialup space only
- Freedom from the political agendas of human-run blacklists
Download (0.30MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1143 downloads
InJoy Firewall 3.0
InJoy Firewall is a flexible firewall security solution for businesses of any size. more>>
InJoy Firewall is a flexible firewall security solution for businesses of any size. It offers preconfigured policy templates, including full customization options, IPSec VPN integration, gateway capabilities, intuitive management, access control, many documented deployment examples, and comprehensive documentation.
Without question, the Linux Operating System provides a proven and cost-effective platform, as well as a wealth of high-quality open source software. For business use, however, it often proves difficult to find supported linux firewall solutions that provide the required level of confidence, reliability and trust. With the InJoy Firewall, businesses can benefit from Linux without having to give up the safety of a responsible vendor and a traditional business relationship.
Security as never before the InJoy Firewall for Linux provides customers with next generation intrusion and anomaly detection. These technologies provides network administrators with the ultimate tools to keep track of network activity and eliminate Internet threats of any type.
As a busy and responsible network administrator, you will find great relief in the InJoy Firewall. As the only Linux firewall, it is designed from the ground up to be self-contained, thus ensuring optimal performance and minimum impact from third-party problems. This means you dont have to worry about dependencies with Linux connectivity software, software libraries or kernel compilation.
Manage your remote Linux-based Firewall Server from your Windows-based desktop (or any other supported Operating Systems), using the intuitive InJoy firewall GUI. Linux users that prefer plain-text configuration can opt for that with the InJoy firewall as well.
The InJoy firewall works the same under all the supported operating systems, meaning you can deploy a complete and unified protection strategy throughout the business and effortlessly set up fully capable VPNs without having to worry about interoperability issues.
The InJoy firewall installs in minutes and can be prepared for distributed, company-wide deployment, using the same simple installation scripts everywhere.
<<lessWithout question, the Linux Operating System provides a proven and cost-effective platform, as well as a wealth of high-quality open source software. For business use, however, it often proves difficult to find supported linux firewall solutions that provide the required level of confidence, reliability and trust. With the InJoy Firewall, businesses can benefit from Linux without having to give up the safety of a responsible vendor and a traditional business relationship.
Security as never before the InJoy Firewall for Linux provides customers with next generation intrusion and anomaly detection. These technologies provides network administrators with the ultimate tools to keep track of network activity and eliminate Internet threats of any type.
As a busy and responsible network administrator, you will find great relief in the InJoy Firewall. As the only Linux firewall, it is designed from the ground up to be self-contained, thus ensuring optimal performance and minimum impact from third-party problems. This means you dont have to worry about dependencies with Linux connectivity software, software libraries or kernel compilation.
Manage your remote Linux-based Firewall Server from your Windows-based desktop (or any other supported Operating Systems), using the intuitive InJoy firewall GUI. Linux users that prefer plain-text configuration can opt for that with the InJoy firewall as well.
The InJoy firewall works the same under all the supported operating systems, meaning you can deploy a complete and unified protection strategy throughout the business and effortlessly set up fully capable VPNs without having to worry about interoperability issues.
The InJoy firewall installs in minutes and can be prepared for distributed, company-wide deployment, using the same simple installation scripts everywhere.
Download (2.8MB)
Added: 2006-07-12 License: Freeware Price:
1201 downloads
OODBC for unix 1.05
Object adapter for ODBC more>> OODBC is object interface built above ODBC API for C++ language. The primary goal of OODBC is to provide a flexible and convenient interface to relational databases for C++ language. Anyone who has to use ODBC or similar SQL interfaces will understand what I am speaking about. So binding of variables is performed exactly in place where they are used in the query. Programmer should not worry about specifying types and sizes of query parameters, binding buffers to retrieve results, allocation and deallocation of resources. As a result programming of interaction with database becomes significantly less error prone. What is more important, this interface allows programmer to abstract from relational database table and deal only with application objects. OODBC also provides flexible mapping of application classes on relational database tables, making application code less dependent of the database structure.<<less
Download (21KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
pouetChess 0.2
pouetChess is a 3D and open source chess game. more>>
pouetChess is a 3D and open source chess game.
pouetChess is a chess game for Linux with very few and basic dependencies. Moreover pouetChess has an embedded Artificial Intelligence so engines such as GNUChess are not even needed.
... pouetChess was a game I wrote for a project at school (IUP GMI Avignon(french)).
I quickly realized there were very few chess games for Linux so I decided to continue it. Actually I think the juice is worth the squeeze and we will finally have a good and pretty chess game for Linux...
Unfortunately I wrote it completely in french so for now the source code is quite useless but Im working on it and its one of the things who have to be done for the next release. But dont worry, I already translated the interface and you can play in english.
<<lesspouetChess is a chess game for Linux with very few and basic dependencies. Moreover pouetChess has an embedded Artificial Intelligence so engines such as GNUChess are not even needed.
... pouetChess was a game I wrote for a project at school (IUP GMI Avignon(french)).
I quickly realized there were very few chess games for Linux so I decided to continue it. Actually I think the juice is worth the squeeze and we will finally have a good and pretty chess game for Linux...
Unfortunately I wrote it completely in french so for now the source code is quite useless but Im working on it and its one of the things who have to be done for the next release. But dont worry, I already translated the interface and you can play in english.
Download (0.35MB)
Added: 2006-05-28 License: Freeware Price:
1246 downloads
Tigerbooks 1.1
Tigerbooks project is a online book exchange. more>>
Tigerbooks project is a online book exchange.
Tigerbooks is an online book exchange designed for individual universities and colleges.
Students can post books for sale or browse for books to buy. Fulltext and ISBN searches are available.
There are other book exchange systems currently available. However, TigerBooks is an open source solution.
This means that it is freely available to any University or College that wishes to use it for its own students. Furthermore, any University or College can make contributions to the TigerBooks thus distributing its maintenance costs.
Maintenance costs are particularly important in academic realms as students are only at their institutions for the duration of their program. Being an open source solution means the Universities and Colleges do not have to worry about who will be maintaining TigerBooks in the years to come.
TigerBooks is a successful open source project and will see greater success in the future as it is distributed amongst Universities and Colleges. It is successful really for two reasons.
The first being that is meets the needs of students in exchanging their textbooks. The second is that it is open source and consequently is maintained by the open source community.
<<lessTigerbooks is an online book exchange designed for individual universities and colleges.
Students can post books for sale or browse for books to buy. Fulltext and ISBN searches are available.
There are other book exchange systems currently available. However, TigerBooks is an open source solution.
This means that it is freely available to any University or College that wishes to use it for its own students. Furthermore, any University or College can make contributions to the TigerBooks thus distributing its maintenance costs.
Maintenance costs are particularly important in academic realms as students are only at their institutions for the duration of their program. Being an open source solution means the Universities and Colleges do not have to worry about who will be maintaining TigerBooks in the years to come.
TigerBooks is a successful open source project and will see greater success in the future as it is distributed amongst Universities and Colleges. It is successful really for two reasons.
The first being that is meets the needs of students in exchanging their textbooks. The second is that it is open source and consequently is maintained by the open source community.
Download (0.025MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1100 downloads
Class::InsideOut::Manual::About 1.03
Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. more>>
Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique.
This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study.
Inside-out object basics
Inside-out objects use the blessed reference as an index into lexical data structures holding object properties, rather than using the blessed reference itself as a data structure.
$self->{ name } = "Larry"; # classic, hash-based object
$name{ refaddr $self } = "Larry"; # inside-out
The inside-out approach offers three major benefits:
- Enforced encapsulation: object properties cannot be accessed directly from ouside the lexical scope that declared them
- Making the property name part of a lexical variable rather than a hash-key means that typos in the name will be caught as compile-time errors (if using strict)
- If the memory address of the blessed reference is used as the index, the reference can be of any type
In exchange for these benefits, robust implementation of inside-out objects can be quite complex. Class::InsideOut manages that complexity.
Philosophy of Class::InsideOut
Class::InsideOut provides a set of tools for building safe inside-out classes with maximum flexibility.
It aims to offer minimal restrictions beyond those necessary for robustness of the inside-out technique. All capabilities necessary for robustness should be automatic. Anything that can be optional should be. The design should not introduce new restrictions unrelated to inside-out objects, such as attributes and CHECK blocks that cause problems for mod_perl or the use of source filters for syntatic sugar.
As a result, only a few things are mandatory:
- Properties must be based on hashes and declared via property
- Property hashes must be keyed on the Scalar::Util::refaddr
- register must be called on all new objects
All other implementation details, including constructors, initializers and class inheritance management are left to the user (though a very simple constructor is available as a convenience). This does requires some additional work, but maximizes freedom. Class::InsideOut is intended to be a base class providing only fundamental features. Subclasses of Class::InsideOut could be written that build upon it to provide particular styles of constructor, destructor and inheritance support.
<<lessThis manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study.
Inside-out object basics
Inside-out objects use the blessed reference as an index into lexical data structures holding object properties, rather than using the blessed reference itself as a data structure.
$self->{ name } = "Larry"; # classic, hash-based object
$name{ refaddr $self } = "Larry"; # inside-out
The inside-out approach offers three major benefits:
- Enforced encapsulation: object properties cannot be accessed directly from ouside the lexical scope that declared them
- Making the property name part of a lexical variable rather than a hash-key means that typos in the name will be caught as compile-time errors (if using strict)
- If the memory address of the blessed reference is used as the index, the reference can be of any type
In exchange for these benefits, robust implementation of inside-out objects can be quite complex. Class::InsideOut manages that complexity.
Philosophy of Class::InsideOut
Class::InsideOut provides a set of tools for building safe inside-out classes with maximum flexibility.
It aims to offer minimal restrictions beyond those necessary for robustness of the inside-out technique. All capabilities necessary for robustness should be automatic. Anything that can be optional should be. The design should not introduce new restrictions unrelated to inside-out objects, such as attributes and CHECK blocks that cause problems for mod_perl or the use of source filters for syntatic sugar.
As a result, only a few things are mandatory:
- Properties must be based on hashes and declared via property
- Property hashes must be keyed on the Scalar::Util::refaddr
- register must be called on all new objects
All other implementation details, including constructors, initializers and class inheritance management are left to the user (though a very simple constructor is available as a convenience). This does requires some additional work, but maximizes freedom. Class::InsideOut is intended to be a base class providing only fundamental features. Subclasses of Class::InsideOut could be written that build upon it to provide particular styles of constructor, destructor and inheritance support.
Download (0.047MB)
Added: 2006-10-17 License: Perl Artistic License Price:
1102 downloads
PloneAtom 0.1.3
PloneAtom provides Atom support for Plone. more>>
PloneAtom provides Atom support for Plone.
This is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
<<lessThis is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
Download (0.004MB)
Added: 2007-02-16 License: MIT/X Consortium License Price:
982 downloads
FRUSTIX 08-01-04
FRUSTIX is a Linux OS which is distributed in an ISO image. more>>
FRUSTIX is a Linux OS which is distributed in an ISO image.
You can burn it to a CD (443 MB) and place it in your CD drive. Booting from this CD gives you a complete basic Linux with some apps and some games.
You dont need to worry about a harddisk, because it runs fine without one and doesnt touch it, if there is one.
If you need to save new created data, you can eject the FRUSTIX CD and use UDF formatted CD-RWs.
So if you wanna test it, then download it!
After resetting your computer and / or taking off the CD, you can run your previous operating system from HD again (if there already was any, before?).
<<lessYou can burn it to a CD (443 MB) and place it in your CD drive. Booting from this CD gives you a complete basic Linux with some apps and some games.
You dont need to worry about a harddisk, because it runs fine without one and doesnt touch it, if there is one.
If you need to save new created data, you can eject the FRUSTIX CD and use UDF formatted CD-RWs.
So if you wanna test it, then download it!
After resetting your computer and / or taking off the CD, you can run your previous operating system from HD again (if there already was any, before?).
Download (430MB)
Added: 2005-09-02 License: BSD License Price:
1513 downloads
Accountability Pal 0.1.1
Accountability Pal monitors your network and keeps track of who is using the Internet . more>>
Accountability Pal monitors your network and keeps track of who is using the Internet and what they are viewing, downloading, uploading, etc. It sends a email report of each users activity to the person/people you specify.
These days, more people are becoming addicted to viewing pornography on the Internet. Web sites offer free glimpses into enticing worlds of sexual immorality, and the anonymity that the Internet has to offer provides a way of indulging in those desires in the privacy of your own home without the worry of getting caught by their spouse or other loved ones. As a result, when the addiction is discovered by someone else, it often has such a devastating effect that families are destroyed as a result.
Thats where Accountability Pal comes in. Several of my friends have a passion for helping those with an addiction to porn, or they want to make sure their kids would not fall into that trap. Accountability Pal monitors your network and emails you, or others, reports of what everyone is viewing.
Enhancements:
- installer/accpal.nsi:
- Fixes to install all required dependencies on Windows.
- ChangeLog: Updated ChangeLog for version 0.1.1.
- configure.ac: Updated version to 0.1.1.
- installer/accpal.nsi:
- Updated installer to include all required files and to launch README.
- src/accpal.c: Added pause after ethernet interfaces are listed.
- README: Updated README to reflect Windows version.
- accpal.conf: Updated sample config file to reflect new options.
- src/accpal.h, src/apreport.c, src/common.c:
- added generation of Date header on emails.
<<lessThese days, more people are becoming addicted to viewing pornography on the Internet. Web sites offer free glimpses into enticing worlds of sexual immorality, and the anonymity that the Internet has to offer provides a way of indulging in those desires in the privacy of your own home without the worry of getting caught by their spouse or other loved ones. As a result, when the addiction is discovered by someone else, it often has such a devastating effect that families are destroyed as a result.
Thats where Accountability Pal comes in. Several of my friends have a passion for helping those with an addiction to porn, or they want to make sure their kids would not fall into that trap. Accountability Pal monitors your network and emails you, or others, reports of what everyone is viewing.
Enhancements:
- installer/accpal.nsi:
- Fixes to install all required dependencies on Windows.
- ChangeLog: Updated ChangeLog for version 0.1.1.
- configure.ac: Updated version to 0.1.1.
- installer/accpal.nsi:
- Updated installer to include all required files and to launch README.
- src/accpal.c: Added pause after ethernet interfaces are listed.
- README: Updated README to reflect Windows version.
- accpal.conf: Updated sample config file to reflect new options.
- src/accpal.h, src/apreport.c, src/common.c:
- added generation of Date header on emails.
Download (0.33MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1222 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 worry about you 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