Main > Free Download Search >

Free license to wed part 1 software for linux

license to wed part 1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14123
phpLicenseWatcher 1.4.2

phpLicenseWatcher 1.4.2


phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. more>>
phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. You can keep track of usage, health of license servers, get alerted when licenses are due to expire, and capture usage history.
Main features:
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration dates and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors license utilization
Enhancements:
- A new Web-based configuration interface.
- Many minor bugfixes
<<less
Download (0.065MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1061 downloads
List::Part 0.03

List::Part 0.03


List::Part is a Perl module that allows you to partition one array into several. more>>
List::Part is a Perl module that allows you to partition one array into several.

SYNOPSIS

use List::Part;
($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad
(*good, *bad)=part { !/substring/ } @array; #store into @good and @bad

ABSTRACT

List::Part implements the part function, allowing one array to be "partitioned" into several based on the results of a code reference.

There are many applications in which the items of a list need to be categorized. For example, lets say you want to categorize lines in a log file:

my($success, $failure)=part { /^ERR/ } ;

Or, suppose you have a list of employees, and you need to determine their fate:

my($lay_off, $give_raise, $keep)=part {
$_->is_talented ? 0
: $_->is_executive ? 1
: 2
} @employees;

Actually, the second one is better suited to parts alternate form, parta:

my($lay_off, $give_raise, $keep)=parta
[ sub { $_->talented }, sub { $_->is_executive }, qr// ] =>
@employees;

Or maybe you just want yet another way to write the traditional Perl signoff:

perl -MList::Part -e"print map{@$_}part{$i++%5}split,JAercunrlkso ettPHr hea,"

List::Part can help you do those sorts of things.

<<less
Download (0.004MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
Liblicense 0.3

Liblicense 0.3


Liblicense is a library for managing license metadata, in particular CC licensing information. more>>
Liblicense is a library for managing license metadata, in particular CC licensing information.
The idea of this library started out on the IRC channel, in a discussion on how to best help boost the community of software developers working with things related to CC - mostly the metadata format.
Basically, the idea is to write a portable C library that manages metadata for CC licenses, and a bunch of other licenses of interest to the community.
The library will produce licensing information based on the specifications of calling libraries and programs. In addition to generating text for specific licenses, it will also allow an application to enumerate which licenses are currently available and provide descriptive text for each license, and for license features. It should also provide an easy way to specify "verify at" URLs.
The benefit of this library is that applications linking to it can correctly offer licensing choices, and these choices can be transparently updated through package managers as license versions are updated. Human readable descriptions will also be internationalized, preferably using the same .po files used by the CC web site. Hence liblicense will take advantage of package updating and i18n systems to allow applications to always provide c current and correct licensing choices and license text.
Part of the project is also to provide wrappers for the library for other languages, and to help external developers add metadata support to their projects. A good start will probably be to wrap the library for Python, and use it for ccpublisher.
We will also integrate a module system so that libraries can be used to embed and extract metadata in/from common formats.
As liblicense itself deals only with text strings, we can also make GUI libraries to provide dialogs which present these strings to the user in desktop or web applications. This layering ensures that such dialogs present consistent licensing choices.
Enhancements:
- This is the first version to feature desktop integration.
- It now features Gnome Nautilus integration: licenses are displayed and can be written from within Nautilus.
- The integration also takes advantage of emblems to visibly display files as licensed.
- Additionally, it features new modules supporting reading from and writing licenses to MSOffice (pre-2007), FLAC, Ogg+FLAC, MusePack, and SMIL.
<<less
Download (0.44MB)
Added: 2007-08-03 License: LGPL (GNU Lesser General Public License) Price:
812 downloads
Alpine Embedded Linux 1.1.3

Alpine Embedded Linux 1.1.3


Alpine is a modular embedded linux distribution for use in small appliances such as routers, VPN gateways, and more. more>>
Alpine is a modular embedded linux distribution for use in small appliances such as VPN gateways, routers, and more.

The name "Alpine" stands for A Linux Powered Integrated Network Engine.
Alpine can boot from floppy/usb/cf/cd/whatever, packages are pulled into RAM, and everything runs from RAM, just like the distros found in LEAF.

This makes for very fast application load times, and provides added security if the boot media is write-protected or removed.

Design Philosophy & Goals

Security comes very high. Everything is compiled with stack smashing protection. It costs approximately 3-5% in speed and size, but we believe its worth it. We also strive to make package configurations secure by default.

Size is also very important. Its why Alpine is an embedded distribution and not a general purpose one. We use uClibc and BusyBox as our main library and shell components. We are however willing to sacrifice some size for speedier development (see below). A typical installation medium would be a small compact flash card, not a floppy.

Innovate, dont Recreate. Our goal is to to keep Alpine as easy to maintain as possible. This means we try to use the work of others as much as possible (obviously only if its open source). By doing this we free up our development time to implement new features and improve the overall product. For example, weve written stripped down shell libraries and re-use the stock Gentoo init.d scripts.

Automation is key. We try to provide automated processes (using scripts) for everything in the build process. Alpine is an extension of the Gentoo build framework. We use scripts that simply convert the Gentoo binary packages. Many things there are similar to Gentoo.

User Friendly. Our goal is to make installation and use of Alpine extremely user friendly without compromising with security. Eventually wed like all packages to be configurable via a sophisticated web interface (webconfs). This is not yet implemented. Wed also like to implement the ability to upgrade packages while maintaining a workable configuration all with minimal impact to the service being upgraded.

Scalable. It should be possible to install Alpine in 3, 300, or 3,000 locations with a similar amount of effort. We plan to write an automated installer, centralized repository manager, centralized configuration manager, and monitoring tools.
<<less
Download (125MB)
Added: 2006-08-19 License: GPL (GNU General Public License) Price:
1164 downloads
CryptoServer 1.0

CryptoServer 1.0


Community CryptoServer is server-side cryptography tool that runs as a daemon. more>>
CryptoServer is OpenSource Server-side cryptography tool and run as daemon.

It is already tested in very busy environment and can support over one million transaction an hour.

CryptoServer accept the GPL License and can use it for any purpose as is.
<<less
Download (0.063MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1453 downloads
Loudhailer 0.8.1

Loudhailer 0.8.1


Loudhailer is a small and simple music player for the GNOME desktop more>>
A small and simple music player for the GNOME desktop
Loudhailer is an XMMS-like music player meant to integrate nicely in the GNOME desktop.
Its main interface is a playlist that is populated by drag and drop from your file manager, so it is not intended to be a library based player like Rhythmbox or Muine.
Loudhailer is written in C# and GTK# (runs with Mono) and uses GStreamer (part of GNOME) as a back-end for playing music.
The interaction with GStreamer is done via GST#, a C# wrapper library. The GST# dll is included in the distribution files since it is not widely available yet (current svn of GST# does not work with Loudhailer)
Loudhailer is licensed under the GPL (GNU General Public License).
Main features:
- Plays several different audio types, like ogg, mp3, flac, wav, aac and wma
- Small and clean interface
- Drag and drop song support
- Seek support and searching of songs
- Optional tray icon
- GConf support
- Repeat and shuffle mode
- Reads song title and artist metadata if available
- Manages and stores the playlist on disk
<<less
Download (0.14MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1557 downloads
ContentLicensing 1.0.4

ContentLicensing 1.0.4


ContentLicensing provides a tool is used to manage copyright licenses within plone. more>>
ContentLicensing provides a tool is used to manage copyright licenses within plone.
This tool is used to manage copyright licenses within plone. It allows for both a site wide copyright license to be set by default, and the ablility to set licenses on individual objects. It supports a number of licenses including all rights reserved, GFDL, and Creative Commons (with an integrated license picker). You can also enter and select licenses not supported by default, or configure new licenses that will appear in the selection widget for your Plone instance.
Main features:
- Configlet for setting default sitewide settings.
- Citation hot link to the copyright byline. Citation appears in full text for plain and print views.
- Support for Creative Commons style RDF embedded in RSS feeds. Can use this feed in place of the standard default RSS feed shipped with Plone.
- Support for jurisdiction setting, making it possible to choose a correct Creative Commons license based on your geographical location.
- Support for the latest Zope and Plone (Zope-2.9.5/Plone-2.5.1).
- DublinCoreExtensions addon is now incorporated into the Content Licensing Product.
- Site wide defaults for Copyright, Copyright Holder, and Copyright License.
- Custom settings for document, file and image objects.
- Copyright Byline at the bottom of content object views.
- RDF metadata and license info embedded in the view.
- Support for search engine compatibility and content licensing.
- Adds two Dublin Core metadata extensions to content objects.
- Built using Zope annotations, with Zope 3 style configuration and views.
<<less
Download (0.039MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
933 downloads
SQLScreens 1.1.11

SQLScreens 1.1.11


SQLScreens is a simple relational database screen form generator written in TCL/TK. more>>
SQLScreens is a simple relational database screen form generator written in TCL/TK.

SQLScreens will let you create query screens very quickly by specifying what data (tables and columns) you want to see and what operations should be allowed (query/update, etc...). It will take care of creating the user interface and the behind-the-scenes SQL.

SQLScreens does not use a web interface, which makes it simpler and somewhat faster, but means that some tools must be available on the workstation (TCL/TK and database client code). It is a quasi-local tool, not a web-site building brick.

This project is free and has a BSD type license.

SQLScreens supports MySQL, MSQL and INFORMIX, but the preferred backend is MySQL. We also support ODBC, and, if you use SQLScreens with ODBC drivers for other databases, wed be glad to here from you.
<<less
Download (0.16MB)
Added: 2007-03-15 License: BSD License Price:
953 downloads
Pygoscelis Alpha 1

Pygoscelis Alpha 1


Pygoscelis provides many powerful features and abilities for easy and effective file managment. more>>
Pygoscelis is modern advanced twinpanel filemanager for GNOME Desktop environment that continues in tradition of dualpanel filemanagers started by Norton Commander.
Pygoscelis project is written purely in Python language using PyGTK and Gnome Python bindings. Pygoscelis provides many powerful features and abilities for easy and effective file managment.
User interface is clean, perfectly fit into the GNOME, tries to by HIG compliant but also keep traditional dualpanel interface.
Word Pygocelis was taken from latin and stands for common genus of penguins
Project was originaly started as part of my bachelors thesis about orthordox filemanager and its development continues as free software released under the GNU General Public License (GPL).
Main features:
- Twin panels
- Tabbed inteface
- Gnome theme MIME awares
- Searching abilities
- Mounted filesystem support
- Archive support
- FTP support (planned)
- Plugin interface (planned)
<<less
Download (MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1146 downloads
Gentium fonts 1.02

Gentium fonts 1.02


Gentium is a typeface family designed to enable the diverse ethnic groups around the world. more>>
Gentium is a typeface family designed to enable the diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications.

Gentium fonts project supports a wide range of Latin-based alphabets and includes glyphs that correspond to all the Latin ranges of Unicode.

The design is intended to be highly readable, reasonably compact, and visually attractive. The additional "extended" Latin letters are designed to naturally harmonize with the traditional 26 ones. Diacritics are treated with careful thought and attention to their use.

Gentium also supports both ancient and modern Greek, including a number of alternate forms. These fonts were originally the product of two years of research and study by the designer at the University of Reading, England, as part of an MA program in Typeface Design.

SIL International has now embraced the Gentium project, and plans to continue development. Expansion of the glyph set to include more extended Latin glyphs, archaic Greek symbols, and full Cyrillic script support is the next step. Work on this has already begun, but the results will not be available for a few months. Addition of bold and bold italic faces will follow.

Gentium is freely available and may be used by anyone at no cost. It is now released under the SIL Open Font License, a free and open source license that permits modification and redistribution.

Our hope is that it will stimulate literature production and elevate extended Latin alphabets to greater parity with the basic Latin alphabet. We also hope it will encourage other type designers to appreciate and support those fascinating and beautiful extra letters.
<<less
Download (2.2MB)
Added: 2005-12-28 License: Freely Distributable Price:
1401 downloads
ExtUtils::ModuleMaker::Licenses::Standard 0.47

ExtUtils::ModuleMaker::Licenses::Standard 0.47


ExtUtils::ModuleMaker::Licenses::Standard is a Perl module for open source software licenses. more>>
ExtUtils::ModuleMaker::Licenses::Standard is a Perl module for open source software licenses.

SYNOPSIS

use ExtUtils::ModuleMaker::Licenses::Standard;

This package holds subroutines imported and used by ExtUtils::ModuleMaker to include license and copyright information in a standard Perl module distribution.

PUBLIC METHODS

Each public function/method is described here. These are how you should interact with this module.

License_Apache
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Artistic
Purpose : Get the copyright pod text and LICENSE file text for this license

License_r_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license

License_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license

License_GPL
Purpose : Get the copyright pod text and LICENSE file text for this license

License_IBM
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Intel
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Jabber
Purpose : Get the copyright pod text and LICENSE file text for this license

License_LGPL
Purpose : Get the copyright pod text and LICENSE file text for this license

License_MIT
Purpose : Get the copyright pod text and LICENSE file text for this license

License_MITRE
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_0
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_1
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Nethack
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Nokia
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Python
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Q
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Ricoh
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Sun
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Sleepycat
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Vovida
Purpose : Get the copyright pod text and LICENSE file text for this license

License_ZLIB
Purpose : Get the copyright pod text and LICENSE file text for this license

License_Perl
Purpose : Get the copyright pod text and LICENSE file text for this license

Custom_Licenses
Purpose : Get the copyright pod text and LICENSE file text for some
custom license provided by the programmer

<<less
Download (0.13MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1021 downloads
TextSort 1.0.3

TextSort 1.0.3


TextSort application allows you to sort the lines of a a text alphabetically. more>>
TextSort application allows you to sort the lines of a text alphabetically.
This program is released under the GPL license.
Main features:
- Case sensitive or insensitive
- Trim lines, remove empty lines
- Remove duplicates
<<less
Download (0.009MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
498 downloads
vlorb 1.2

vlorb 1.2


vlorb is a high quality Audio CD to audio file encoder. more>>
vlorb is a high quality Audio CD to audio file encoder. vlorb is a console frontend for cdparanoia and CDDB. The aim of vlorb is to create high-quality audio files in a simple and effective way, while providing a comfortable feature set.

vlorb uses CDDB to get CD information for making tags and file naming.

vlorb is distributed under the terms of the GNU General Public License. The COPYING file (part of the download tarball) contains a copy of it.

<<less
Download (0.023MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
Neverball 1.4.0

Neverball 1.4.0


Neverball is part puzzle game, part action game, and entirely a test of skill. more>>
Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill.

<<less
Download (10.5MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1546 downloads
SWTJasperViewer 1.1.1

SWTJasperViewer 1.1.1


SWTJasperViewer is a JasperReports viewer component for SWT/JFace based applications and Eclipse plug-ins. more>>
SWTJasperViewer is a JasperReports viewer component for SWT/JFace based applications and Eclipse plug-ins. The component is designed with reusability in mind so it can suit as many projects as possible.
SWTJasperViewer is developed as part of the JasperAssistant report designer where its used for report preview.
SWTJasperViewer component is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Main features:
- "What you see is what you get" visual report designer.
- Complete integration with Eclipse IDE environment.
- An integrated report compiler.
- Report preview support
- Report Export wizard
- Support for compiled report files (*.jasper)
- Drag-and-drop interface.
- Unlimited Undo/Redo support.
- Cut/Copy/Paste support.
- Properties View.
- Outline View.
- Problems/Tasks View.
- Intuitive Context Menus.
- A dedicated toolbar for text objects.
- Zoom support.
- A customizable palette.
- A comprehensive set of align and resize actions.
- Intuitive Expression Editor.
- Integrated user documentation.
- Field Wizard.
- Grid and Snap To Grid support.
- Rulers, Guides and Snap to Guides support.
- Extensible shortcuts support.
- Full support for JasperReports data sources.
<<less
Download (MB)
Added: 2007-07-06 License: LGPL (GNU Lesser General Public License) Price:
845 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5