in short
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 745
Create short URLs 0.1
Create a short URLs is a Firefox extension that allows you to create a short URL from any website. more>>
Create a short URLs is a Firefox extension that allows you to create a short URL from any website.
Are you annoyed with really long URLs like: http://www.succor.co.uk/index.cfm/2006/4/7/wapurlcouk-beta-launch
Then this tag is for you. Just right click on the page and click wapURL and you will be presented with a short URL. This is great if you need to send text messages or emails.
When you use the short URL the key passed is looked up against our database and the user in then redirected to your requested URL.
<<lessAre you annoyed with really long URLs like: http://www.succor.co.uk/index.cfm/2006/4/7/wapurlcouk-beta-launch
Then this tag is for you. Just right click on the page and click wapURL and you will be presented with a short URL. This is great if you need to send text messages or emails.
When you use the short URL the key passed is looked up against our database and the user in then redirected to your requested URL.
Download (0.076MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
915 downloads
Short URL Script 1.0
Short URL Script lets you have a URL shortening service under your own domain. more>>
Short URL Script allows you to have a URL shortening service under your own domain.
Short URL Script script can create shorter URLs that do not break in e-mails. As a site owner you can use the script for managing downloads, masking URLs and keeping track of how many times a link has been clicked.
Main features:
- Visitors can enter a URL and create a short URL that redirects to the original URL
- Visitors can enter an individual ID instead of the randomly created string
- Admin area for deactivating, activating, deleting and searching URLs
- Completely template driven
- Installation routine
<<lessShort URL Script script can create shorter URLs that do not break in e-mails. As a site owner you can use the script for managing downloads, masking URLs and keeping track of how many times a link has been clicked.
Main features:
- Visitors can enter a URL and create a short URL that redirects to the original URL
- Visitors can enter an individual ID instead of the randomly created string
- Admin area for deactivating, activating, deleting and searching URLs
- Completely template driven
- Installation routine
Download (0.31MB)
Added: 2006-08-17 License: Free for non-commercial use Price:
720 downloads
libports 0.23.1
libports library is a simpler API for TCP sockets. more>>
libports library is a simpler API for TCP sockets.
libports is a package that can be used for creating inbound and outbound sockets. It has a few functions to read, write and create new TCP sockets.
You can create and read inbound/outbound sockets with only a few lines of code. It should compile on all Linux systems.
In the "tests" directory, you will find 3 programs you may use as references. Also, in the "docs" directory is a small howto outlining the functions. The 3 test programs are explained in short in the howto. 1 and 2 do require some modification, so read the comments.
To the best of my knowledge, this compiles on:
Platform Version x86 alpha sparc
Linux All yes yes yes
NetBSD All yes yes ??
<<lesslibports is a package that can be used for creating inbound and outbound sockets. It has a few functions to read, write and create new TCP sockets.
You can create and read inbound/outbound sockets with only a few lines of code. It should compile on all Linux systems.
In the "tests" directory, you will find 3 programs you may use as references. Also, in the "docs" directory is a small howto outlining the functions. The 3 test programs are explained in short in the howto. 1 and 2 do require some modification, so read the comments.
To the best of my knowledge, this compiles on:
Platform Version x86 alpha sparc
Linux All yes yes yes
NetBSD All yes yes ??
Download (0.022MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1255 downloads
gnome-chord 0.7.1
gnome-chord is a guitar chord index that displays a selected chord on a guitar fretboard. more>>
gnome-chord is a guitar chord index that displays a selected chord on a guitar fretboard.
It is released under the GPL which in short means that you can use and distribute it for free. It can be used as a stand alone application (for example you could use it to find how to play a specific chord or scale) or it can integrate with other applications to provide chord selection and rendering.
[COPYRIGHT=1
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<lessIt is released under the GPL which in short means that you can use and distribute it for free. It can be used as a stand alone application (for example you could use it to find how to play a specific chord or scale) or it can integrate with other applications to provide chord selection and rendering.
[COPYRIGHT=1
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Download (0.44MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1199 downloads
Short Markup Language 0.1
Short Markup Language is an alternative XML notation that is a character by character equivalent with XML. more>>
Short Markup Language is an alternative XML notation that is a character by character equivalent with XML.
Short Markup Language covers all legal XML constructs, including processing instructions, doctype declarations, internal DTD subsets and namespace declarations.
Currently SML-to-XML and XML-to-SML converters have been implemented. The converters are based on efficient JavaCC parsers, and can be run from the command-line run or an Ant-task.
Short Markup Language is an open-source project, published under the GNU General Public Licence.
Enhancements:
- First release includes SML to XML and XML to SML converters in an easy to use executable jar.
<<lessShort Markup Language covers all legal XML constructs, including processing instructions, doctype declarations, internal DTD subsets and namespace declarations.
Currently SML-to-XML and XML-to-SML converters have been implemented. The converters are based on efficient JavaCC parsers, and can be run from the command-line run or an Ant-task.
Short Markup Language is an open-source project, published under the GNU General Public Licence.
Enhancements:
- First release includes SML to XML and XML to SML converters in an easy to use executable jar.
Download (0.062MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
Beyond Linux From Scratch 6.2.0
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. more>>
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. It assists users in developing their systems according to their needs by providing a broad range of instructions for installing and configuring various packages on top of a base LFS system.
Why would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
<<lessWhy would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
Download (MB)
Added: 2007-02-16 License: (FDL) GNU Free Documentation License Price:
986 downloads
Ethics Search Protocol 1.87
Ethics Search Protocol in short ESP is an XML-based protocol for search engines. more>>
Ethics Search Protocol in short ESP is an XML-based protocol for search engines that is designed to allow people to express specific ethical requirements when performing searches.
Consumers seldom get the chance to communicate ethical requirements because the proper communication channel does not exist. This project has the goal to offer an open source specification and implementation for that missing communication channel.
Enhancements:
- Changes were made to Category, OrganizationSearchParameters, SearchProfile, and Community.
- PolicyReference complements PolicyStatement.
- EvaluationScheme complements VotingScheme.
- The Envelope type was removed.
- The documentation was improved.
<<lessConsumers seldom get the chance to communicate ethical requirements because the proper communication channel does not exist. This project has the goal to offer an open source specification and implementation for that missing communication channel.
Enhancements:
- Changes were made to Category, OrganizationSearchParameters, SearchProfile, and Community.
- PolicyReference complements PolicyStatement.
- EvaluationScheme complements VotingScheme.
- The Envelope type was removed.
- The documentation was improved.
Download (0.020MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1023 downloads
Steghide servicemenu
Steghide is a stenography software. more>>
Steghide is a stenography software. In short I can describe how it is used. You need jpeg, bmp or wav file and the file you want to hide.
Steghide will compress, encrypt and embed this file into jpeg, bmp or wav mentioned above. Nobody can see that this file contain another file. But if he has steghide and knows password, he can get embedded file out of original file.
Steghide is console programme and I just wanted to make some script that allow all the people to use it even though they dont like console programmes. With this script, you can use steghide just by means of right button in Konqueror. If you click on the jpeg, bmp or wav file by right button you will see in "Actions" possibility to embed file or extract file.
<<lessSteghide will compress, encrypt and embed this file into jpeg, bmp or wav mentioned above. Nobody can see that this file contain another file. But if he has steghide and knows password, he can get embedded file out of original file.
Steghide is console programme and I just wanted to make some script that allow all the people to use it even though they dont like console programmes. With this script, you can use steghide just by means of right button in Konqueror. If you click on the jpeg, bmp or wav file by right button you will see in "Actions" possibility to embed file or extract file.
Download (0.008MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1144 downloads
Java + information flow 3.0
Java + information flow is a security-typed programming language that extends Java with support for information flow control. more>>
Java + information flow (Jif in short) is a security-typed programming language that extends Java with support for information flow control and access control, both at compile time and at run time.
The source code for the Jif compiler and run-time system is now available for download. Jif is written in Java and is built using the Polyglot extensible Java compiler framework.
Static information flow control can protect the confidentiality and integrity of information manipulated by computing systems. The compiler tracks the correspondence between information the policies that restrict its use, enforcing security properties end-to-end within the system. After checking information flow within Jif programs, the Jif compiler translates them to Java programs and uses an ordinary Java compiler to produce secure executable programs.
Jif extends Java by adding labels that express restrictions on how information may be used. For example, the following variable declaration declares not only that the variable x is an int, but also that the information in x is governed by a security policy:
int {Alice→Bob} x;
In this case, the security policy says that the information in x is controlled by the principal Alice, and that Alice permits this information to be seen by the principal Bob. The policy {Alice←Bob} means that information is owned by Alice, and that Alice permits it to be affected by Bob. Based on label annotations like these, the Jif compiler analyzes information flows within programs, to determines whether they enforce the confidentiality and integrity of information.
<<lessThe source code for the Jif compiler and run-time system is now available for download. Jif is written in Java and is built using the Polyglot extensible Java compiler framework.
Static information flow control can protect the confidentiality and integrity of information manipulated by computing systems. The compiler tracks the correspondence between information the policies that restrict its use, enforcing security properties end-to-end within the system. After checking information flow within Jif programs, the Jif compiler translates them to Java programs and uses an ordinary Java compiler to produce secure executable programs.
Jif extends Java by adding labels that express restrictions on how information may be used. For example, the following variable declaration declares not only that the variable x is an int, but also that the information in x is governed by a security policy:
int {Alice→Bob} x;
In this case, the security policy says that the information in x is controlled by the principal Alice, and that Alice permits this information to be seen by the principal Bob. The policy {Alice←Bob} means that information is owned by Alice, and that Alice permits it to be affected by Bob. Based on label annotations like these, the Jif compiler analyzes information flows within programs, to determines whether they enforce the confidentiality and integrity of information.
Download (MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
886 downloads
Computation Job Management 0.6
Computation Job Management (jobman in short) is a program that calls executables according to a given program flow. more>>
Computation Job Management (jobman in short) is a program that calls executables according to a given program flow. Each executable is run in a separate process. It is useful when a project needs to carry out a series of calculations that are performed by software written in different languages or supplied by third parties, but invoking individual programs manually is error prone and hard to manage.
The various individual programs dont communicate with each other except via persistent storage. This is especially the case for some scientific computing, quantitative finance, and prototyped programming.
Enhancements:
- A job can output a status string indicating to skip other sibling jobs.
- Fixed a number of bugs.
- Mark the program in beta status as it has been used to manage jobs completed in days.
<<lessThe various individual programs dont communicate with each other except via persistent storage. This is especially the case for some scientific computing, quantitative finance, and prototyped programming.
Enhancements:
- A job can output a status string indicating to skip other sibling jobs.
- Fixed a number of bugs.
- Mark the program in beta status as it has been used to manage jobs completed in days.
Download (0.14MB)
Added: 2007-04-24 License: LGPL (GNU Lesser General Public License) Price:
915 downloads
p2pshaper 1.4.2
p2pshaper is a Linux QoS script to ensure good latency and fairness on a slow network connection overloaded by p2p applications. more>>
p2pshaper is a Linux QoS script to ensure good latency and fairness on a slow network connection overloaded by p2p applications. It also includes generic optimizations to improve fairness. This release includes a large number of improvements since the 1.3 test release.
In short p2pshaper is a set of scripts for the Linux OS, that is used to administer bandwidth on a network overloaded by massive p2p traffic.
Normally, the amount of peer-to-peer traffic on such networks, will make it impossible to surf, not to mention doing interactive traffic (ssh). The normal action is to shut down p2p traffic totally, and set up the net, so that Internet connection is only possible through a proxy. This breaks many useful programs. And not all p2p traffic is evil. Normally, one would mark packets coming to a specific port (emule ports) to be of a lower priority than packets to other ports. This used to be a good solution. But now, there exist a huge number of p2p clients, eact with different port ranges, and also, some programs are able to change the ports. Normally the Internet newsgroup port should have a high priority. But binary newsgroups are sometimes used for massive downloads, which will use up all bandwidth. Better packet markers are needed.
p2pshaper currently exists in two versions p2pshaper v1 and p2pshaper v2. They both works in different ways, so v2 is not "better" than v1. Which one you use depends on what kind of functonality you want.
Enhancements:
- Added unified patches against recent kernels With the amount of patches p2pshaper needs, people have had problems patching kernels. To make this easier, p2pshaper now includes patches for most recent kernels. This will probably ease the installation of
- p2pshaper. Old patches have been moved to the old/ directory.
- Normal connections will never get into the lowest priority bandIntroduced already in the 1.4.1 release. This makes sure that normal traffic isnt nuked all the way into oblivion, where only evil traffic (marked by l7_filter, ipp2p or band8ports) should be.
<<lessIn short p2pshaper is a set of scripts for the Linux OS, that is used to administer bandwidth on a network overloaded by massive p2p traffic.
Normally, the amount of peer-to-peer traffic on such networks, will make it impossible to surf, not to mention doing interactive traffic (ssh). The normal action is to shut down p2p traffic totally, and set up the net, so that Internet connection is only possible through a proxy. This breaks many useful programs. And not all p2p traffic is evil. Normally, one would mark packets coming to a specific port (emule ports) to be of a lower priority than packets to other ports. This used to be a good solution. But now, there exist a huge number of p2p clients, eact with different port ranges, and also, some programs are able to change the ports. Normally the Internet newsgroup port should have a high priority. But binary newsgroups are sometimes used for massive downloads, which will use up all bandwidth. Better packet markers are needed.
p2pshaper currently exists in two versions p2pshaper v1 and p2pshaper v2. They both works in different ways, so v2 is not "better" than v1. Which one you use depends on what kind of functonality you want.
Enhancements:
- Added unified patches against recent kernels With the amount of patches p2pshaper needs, people have had problems patching kernels. To make this easier, p2pshaper now includes patches for most recent kernels. This will probably ease the installation of
- p2pshaper. Old patches have been moved to the old/ directory.
- Normal connections will never get into the lowest priority bandIntroduced already in the 1.4.1 release. This makes sure that normal traffic isnt nuked all the way into oblivion, where only evil traffic (marked by l7_filter, ipp2p or band8ports) should be.
Download (0.11MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1209 downloads
Inline::Lua 0.04
Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. more>>
Inline::Lua is a Perl extension for embedding Lua scripts into Perl code.
SYNOPSIS
use Inline Lua;
print "The answer to life, the universe and everything is ", answer(6, 7), "n";
__END__
__Lua__
function answer (a, b)
return a*b
end
Inline::Lua allows you to write functions in Lua. Those of you who are not yet familiar with Lua should have a cursory glance at http://www.lua.org/ to get a taste of this language. In short:
Lua was designed to be embedded into other applications and not so much as a language on its own. However, despite its small set of language features, it is an extremely powerful and expressive language. Its strong areas are an elegant and yet concise syntax, good overall performance and a beautiful implementation of some concepts from the world of functional programming.
<<lessSYNOPSIS
use Inline Lua;
print "The answer to life, the universe and everything is ", answer(6, 7), "n";
__END__
__Lua__
function answer (a, b)
return a*b
end
Inline::Lua allows you to write functions in Lua. Those of you who are not yet familiar with Lua should have a cursory glance at http://www.lua.org/ to get a taste of this language. In short:
Lua was designed to be embedded into other applications and not so much as a language on its own. However, despite its small set of language features, it is an extremely powerful and expressive language. Its strong areas are an elegant and yet concise syntax, good overall performance and a beautiful implementation of some concepts from the world of functional programming.
Download (0.024MB)
Added: 2007-07-03 License: Perl Artistic License Price:
844 downloads
Gesk work 070109
Gesk work is a short cut of desk work. more>>
Gesk work is a short cut of desk work.
Application is for calculate times (sum) spend end on work on some tasks.
You can manage projects make backups and generate simple html contains from list of task time o start, end, state,... sum time and so one.
<<lessApplication is for calculate times (sum) spend end on work on some tasks.
You can manage projects make backups and generate simple html contains from list of task time o start, end, state,... sum time and so one.
Download (0.76MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1017 downloads
OpenLink AJAX Toolkit 2.6
OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich UI. more>>
OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich user interfaces on all common browsers.
It comes with sample applications for interactive SQL query composition and database design. These applications work against any Microsoft XML for Analysis (XML/A) servers, such as OpenLink Virtuoso and others.
Enhancements:
- This release includes the following new Semantic Data Web technologies: a JavaScript-based Fresnel processor, enabling declarative display templates for RDF Data Sources; an XSLT template for producing HTML from the Fresnel processor; Interactive Query Builder for SPARQL (iSPARQL) with support for INSERTs and DELETEs; an enhanced N3/Turtle parser; and new Navigator UI for the OAT RDF Browser.
- Other fixes and enhancements were made.
- Additionally, there is a new OAT.Notify widget and notification service, facilitating real-time tracking of data sources similar to services such as Yowl and Growl.
<<lessIt comes with sample applications for interactive SQL query composition and database design. These applications work against any Microsoft XML for Analysis (XML/A) servers, such as OpenLink Virtuoso and others.
Enhancements:
- This release includes the following new Semantic Data Web technologies: a JavaScript-based Fresnel processor, enabling declarative display templates for RDF Data Sources; an XSLT template for producing HTML from the Fresnel processor; Interactive Query Builder for SPARQL (iSPARQL) with support for INSERTs and DELETEs; an enhanced N3/Turtle parser; and new Navigator UI for the OAT RDF Browser.
- Other fixes and enhancements were made.
- Additionally, there is a new OAT.Notify widget and notification service, facilitating real-time tracking of data sources similar to services such as Yowl and Growl.
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
502 downloads
Open Project Services 0.2
Open Project Services (OPS) is a project collaboration platform, integrating server components such as e-mail, calendaring. more>>
Open Project Services (OPS) is a project collaboration platform, integrating server components such as e-mail, calendaring, timesheets, documents, knowledge, etc. with standards complient clients. Open Project Services consists of a project server and a set of client extensions.
We are building a project collaboration platform. It consists of a project server that integrates with services needed within a project, e.g. e-mail, calendaring, timesheets, documents, knowledge, etc.
The project server is a Webservices hub based on Java (J2EE). The persistence layer for project information is LDAP. We use OpenLDAP now, but others should also be possible. The e-mail backend makes use of a standard IMAP server. Our reference implementation uses Courier.
We are building extensions/plugins for clients, making them OPS-enabled. We support e.g. Mozilla Thunderbird (XUL) and Squirrelmail (PHP) for e-mail clients. For the calendaring and timesheet components we have a Mozilla Sunbird extension (XUL).
In short: we are building a project collaboration environment on an OSS stack, enriching services with project information, using COTS clients/servers and open standards.
Enhancements:
- This release includes some changes to the underlying LDAP schema to make it possible to disable tasks when they are completed.
- To make use of this new feature, the Web services and the sunbird timesheet client have to be updated.
<<lessWe are building a project collaboration platform. It consists of a project server that integrates with services needed within a project, e.g. e-mail, calendaring, timesheets, documents, knowledge, etc.
The project server is a Webservices hub based on Java (J2EE). The persistence layer for project information is LDAP. We use OpenLDAP now, but others should also be possible. The e-mail backend makes use of a standard IMAP server. Our reference implementation uses Courier.
We are building extensions/plugins for clients, making them OPS-enabled. We support e.g. Mozilla Thunderbird (XUL) and Squirrelmail (PHP) for e-mail clients. For the calendaring and timesheet components we have a Mozilla Sunbird extension (XUL).
In short: we are building a project collaboration environment on an OSS stack, enriching services with project information, using COTS clients/servers and open standards.
Enhancements:
- This release includes some changes to the underlying LDAP schema to make it possible to disable tasks when they are completed.
- To make use of this new feature, the Web services and the sunbird timesheet client have to be updated.
Download (8.4MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1302 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 in short 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