Main > Free Download Search >

Free no added sugar software for linux

no added sugar

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6973
No Brainer SMTP 1.0

No Brainer SMTP 1.0


No Brainer SMTPNo Brainer SMTP provides a config-free simple SMTP sender. more>>
No Brainer SMTPNo Brainer SMTP provides a config-free simple SMTP sender.
No Brainer SMTP (nbSMTP) is a simple SMTP client suitable to run in chroot jails, in embedded systems, laptops, or workstations.
No Brainer SMTP major features:
- Fix some error handling problems.
- Added smtp_last_message() to improve verbosity in case of errors.
- Uses strtok if strsep is not found.
- Added OSX module, refer to README.OSX in tarball.
- Fix memory leaks when using a combination of rc files and command line options.
- Respond to nbsmtp --help nbsmtp -h and nbsmtp --version with the expected behavior.
- Improve sending big mails or mails with attachments.
Main features:
- SSL/TLS and STARTTLS support
- SYSLOG logging support (using LOG_MAIL facility)
- SASL (LOGIN, PLAIN and CRAMMD5) support
- IPv6 support
- Configuration file support
- Sendmail compatibility
- Queue supportSSL/TLS and STARTTLS support
- SYSLOG logging support (using LOG_MAIL facility)
- SASL (LOGIN, PLAIN and CRAMMD5) support
- IPv6 support
- Configuration file support
- Sendmail compatibility
- Queue support
<<less
Download (0.10MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
975 downloads
PHP-Sugar 0.60

PHP-Sugar 0.60


PHP-Sugar is a new template engine for PHP, similar in intent to Smarty. more>>
PHP-Sugar is a new template engine for PHP, similar in intent to Smarty. A powerful and flexible compilation engine is used which allows for powerful expressions similar to that of PHP itself.
The project also features a clean and easy to understand syntax, which was created with the average designer in mind.
Security is a strength of PHP-Sugar. For example, output is HTML-escaped by default, instead of requiring explicit escaping like PHP itself, which makes it far less likely to accidentally introduce an HTML or JavaScript code injection vulnerability from user-submitted content.
Enhancements:
- The HTML cache was reverted to using bytecode, as the compilation to PHP is too difficult to secure and did not even provide any performance advantage.
- Minor cleanups were made in the parser and runtime.
- Functions can now be called using normal mathematical notation inside of expressions.
- Other minor cleanups were made to the API and error reporting.
- The file-based cache and storage drivers now use JSON if available instead of PHP serialization for cleaner files.
<<less
Download (0.014MB)
Added: 2007-05-31 License: BSD License Price:
876 downloads
SugarCRM 4.5.1

SugarCRM 4.5.1


SugarCRM is the premier commercial open source customer relationship management application provider. more>>
SugarCRM project is the premier commercial open source customer relationship management application provider, breaking the rules set by conventional CRM solutions.
The limitations of traditional CRM software can be summarized by the lack of flexibility, high costs, and closed-source structure which is embedded into the traditional product offerings. This has led to a failure rate of over 70% with traditional CRM implementations.
SugarCRM provides a powerful solution built on a pure open source stack, offering functionality constructed by the best open source CRM experts from around the world. The Sugar Suite is SugarCRMs vanguard CRM solution that understands todays business demands.
SugarCRM provides a complete set of solutions to deliver the best CRM solution based on your needs. These include:
Main features:
- Low acquisition cost
- Low total cost of ownership (TCO)
- Fast and easy user adoption
- Flexible solution to blend with current business processes
- Open standards for low cost integration with legacy systems
<<less
Download (MB)
Added: 2007-02-25 License: MPL (Mozilla Public License) Price:
619 downloads
nInvaders 0.1.1

nInvaders 0.1.1


nInvaders project is a Space Invaders clone for ncurses. more>>
nInvaders project is a Space Invaders clone for ncurses.
Ever wanted to play space invaders when you cant find a GUI? Now you can!
Enhancements:
- added timer - now playable under irix, windows, some redhat-versions
- added title-screen
- removed bug: shooting last alien sometimes freezed game
<<less
Download (0.031MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1053 downloads
Linuxo Live! 0.4

Linuxo Live! 0.4


Linuxo Live! is a new and modern Linux distribution. more>>
Linuxo Live! is a new and modern Linux distribution.
Enhancements:
- added better support for SATA disks, now no problems with hdd installation on SATA
- added Koffice 1.3.5 with full serbian translation
- fixed KDE keyboard change (on taskbar), SR, SP and US keyboard selection activated
- removed NVIDIA 3D driver as default driver for graphic cards, boot problem, still in testing
- added better hardware detection for monitors (TFT) and printers
- added KDE 3.4 (final version)
- removed kernel source from CD version due to low disk space.
- added OpenOffice.org 2.0b on DVD version, OpenOffice 1.1.4 still there on CD and DVD versions
- added Acrobat Reader 7 for Linux on DVD version
- added Extras CD with addition software and kernel soruces (mainly for CD version)
- added serbian translation for livecd-install script
- added english-serbian dictionary (nkrecnik)
- added several serbian translations for KDE applications
- removed MS ttf fonts for Live version, trasnfered on Extras CD as package with EULA (can be installed on Linuxo HD installation)
- added new linuxo style components: new graphical themes for Linuxo Control Center.
- added new linuxo icons for applications and desktop.
- added 6 new plugins for xmms (on DVD version)
- added kernel source for hdd install (on DVD version). Same kernel source is present on Extras CD as well (for CD version)
- added new 2.6.11 kernel and 2.6.11 kernel source on Extras CD (for CD and DVD version in case of HD install)
- added 3 new desktop linuxo wallpapers
<<less
Download (695MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1477 downloads
libgnomedbmm 2.9.5

libgnomedbmm 2.9.5


libgnomedbmm package contains C++ wrappers for libgnomedb. more>>
libgnomedbmm package contains C++ wrappers for libgnomedb.
Enhancements:
- Build: Cope with newer m4 versions. (Yselkowitz)
- EntryString: Added the options property and added a set_options() convenience function. (Armin Burgmeier, Openismus)
Documentation:
- Added section about custom formatting of values, using the new examples/grid/format and examples/form/format/ examples. (Armin Burgmeier, Openismus)
<<less
Download (5.0MB)
Added: 2007-04-30 License: LGPL (GNU Lesser General Public License) Price:
911 downloads
XML::Namespace 0.02

XML::Namespace 0.02


XML::Namespace is a Perl module with simple support for XML Namespaces. more>>
XML::Namespace is a Perl module with simple support for XML Namespaces.

SYNOPSIS

Example 1: using XML::Namespace objects

use XML::Namespace;

my $xsd = XML::Namespace->new(http://www.w3.org/2001/XMLSchema#);

# explicit access via the uri() method
print $xsd->uri(); # http://www.w3.org/2001/XMLSchema#
print $xsd->uri(integer); # http://www.w3.org/2001/XMLSchema#integer

# implicit access through AUTOLOAD method
print $xsd->integer; # http://www.w3.org/2001/XMLSchema#integer

Example 2: importing XML::Namespace objects

use XML::Namespace
xsd => http://www.w3.org/2001/XMLSchema#,
rdf => http://www.w3.org/1999/02/22-rdf-syntax-ns#;

# xsd and rdf are imported subroutines that return
# XML::Namespace objects which can be used as above

print xsd->uri(integer); # http://www.w3.org/2001/XMLSchema#integer
print xsd->integer; # http://www.w3.org/2001/XMLSchema#integer

This module implements a simple object for representing XML Namespaces in Perl. It provides little more than some syntactic sugar for your Perl programs, saving you the bother of typing lots of long-winded URIs. It was inspired by the Class::RDF::NS module distributed as part of Class::RDF.

<<less
Download (0.004MB)
Added: 2006-09-08 License: Perl Artistic License Price:
1141 downloads
raddump 0.3.1

raddump 0.3.1


raddump interprets captured RADIUS packets to print a timestamp. more>>
raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet.
Enhancements:
- Added support for IEEE 802.1q tagged VLAN frames.
<<less
Download (0.17MB)
Added: 2005-06-29 License: GPL (GNU General Public License) Price:
1579 downloads
Tie::UrlEncoder 0.01

Tie::UrlEncoder 0.01


Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings. more>>
Tie::UrlEncoder is a Perl module for interpolatably URL-encode strings.

Syntactic sugar for URL-Encoding strings. Tie::UrlEncoder imports a tied hash %urlencode into your package, which delivers a RFC 1738 URL Encoded string of whatever is given to it, for easy embedding of URL-Encoded strings into doublequoted templates.

SYNOPSOZAMPLE

our %urlencode; # make use strict happy
use Tie::UrlEncoder 0.01; # import ties %urlencode
...
print "To add $id to your list, click here:n";
print "http://listmonger.example.com/listadd?id=$urlencode{$id}n";

No longer must you clutter up your CGI program with endless repetitions of line noise code that performs this tricky function. Simply use Tie::UrlEncoder and you instantly get a magic %urlencode hash that gives you an Url Encoded version of the key: $urlencode{$WhatYouWantToEncode} is ready to interpolate in double-quoted literals without messy intermediate variables.

<<less
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1057 downloads
Add to Noatun playlist

Add to Noatun playlist


Add to Noatun playlist is a service menu that can add files to the Noatun players playlist. more>>
Add to Noatun playlist is a service menu that can add files to the Noatun players playlist.

<<less
Download (MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
624 downloads
bengsaver 1.1.0

bengsaver 1.1.0


bengsaver is a fascinating screensaver for KDE. more>>
bengsaver is a screensaver for KDE. It shows bouncing balls or bee swarms, with collision detection.
Enhancements:
- added OpenGL frontend for drawing 3D balls
<<less
Download (0.41MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1643 downloads
CoffeeAdmin 0.6

CoffeeAdmin 0.6


CoffeeAdmin is a Java-based work order manager to create, organize, and report work orders through a Web interface. more>>
CoffeeAdmin is a Java-based work order manager to create, organize, and report work orders through a Web interface. The project is built in Java using Hibernate, the Spring framework, Jasper, and displaytag.
Enhancements:
- I18n (with translations for English and Spanish) was added.
- Template driven on jasper reports were added. Reports by groups were added.
- A shell script was added for initial configuration.
- A Spring 2 API was added.
- scalability is now unlimited on work orders register table.
- File downloading was improved.
- Several bugs were fixed.
<<less
Download (19.4MB)
Added: 2007-02-16 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
nagircbot 0.0.21

nagircbot 0.0.21


nagircbot (Nagios IRC bot) announces the Nagios status on an IRC channel. more>>
nagircbot (Nagios IRC bot) announces the Nagios status on an IRC channel.
Type:
./nagircbot -h
for a list of options.
Enhancements:
- A switch for letting nagircbot use a password when entering a channel was added.
- Code which implements a keep alive was added.
<<less
Download (0.013MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
801 downloads
KBDE 1.1.6

KBDE 1.1.6


KBDE is a keyboard emulator. more>>
KBDE is a keyboard emulator. It allow emulate keyboard input for keyboardless x86 computers.
KBDE include following:
- linux kernel module
- user-space tools
- development library
Enhancements:
- Support was added for Linux kernel versions 2.6.20 and later.
<<less
Download (0.030MB)
Added: 2007-05-14 License: LGPL (GNU Lesser General Public License) Price:
895 downloads
KPoker 0.7

KPoker 0.7


KPoker project is a Video Poker game. more>>
KPoker project is a Video Poker game.
KPoker is a KDE-compilant clone of those highly addictive pocket video poker games which are sometimes called "Videopoker".
Enhancements:
- added two player game
- fixed some and added many bugs
<<less
Download (0.29MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1065 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5