Main > Free Download Search >

Free worry free software for linux

worry free

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 253
LiVES 0.9.8.2

LiVES 0.9.8.2


LiVES is the free, open source video editor and VJ tool for Linux and UNIX more>>
LiVES is a software application that began as the Linux Video Editing System.
Since it now runs on more operating systems, LiVES is a Video Editing System. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features.
LiVES is part editor, part VJ tool. It is fully extendible through open standard RFX plugin scripts.
LiVES lets you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. LiVES will let you start creating your own tools, utilities and effects via the built in RFX builder.
LiVES is aimed at the digital video artist who wants to create their own content, the video editor who wants to create professional looking video, and the VJ who wants to captivate with spectacular images.
<<less
Download (2.02MB)
Added: 2009-04-19 License: Freeware Price:
500 downloads
OODBC for unix 1.05

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
1-Box Cafe 3.0

1-Box Cafe 3.0


Internet Cafe in a box: Allows ten users to work simultaneously off one computer box by simply connecting extra video cards, monitors, keyboards and mice. This unique, all-in-one, robust computer prod more>>

Provides an ?instant? ten station Internet cafe. It is the fastest, simplest, and most portable way to provide sponsored Internet kiosks for conferences, trade shows, and conventions. By adding extra video cards, up to ten users can simultaneously browse the Internet, send email, and run a wide variety of business and productivity software, independently, with no significant loss in performance. Each workstation requires only a standard monitor, USB keyboard and mouse. This reduces hardware, software, and maintenance costs, which lowers the total cost of ownership by as much as ninety per cent. Furthermore, only one IP address is required, saving substantially on costly service fees at conference, trade show, and convention venues. It offers full public access protection and is virtually immune to all viruses. In short, Userfuls 1-Box Cafe provides affordable, worry-free, and brandable-by-sponsor, computer stations for meetings, conventions, conferences, and trade shows.

Whats new in this version: Initial Public Release

<<less
Download (275.46KB)
Added: 2009-04-08 License: Freeware Price: $Free
204 downloads
Clustermines 0.7.3

Clustermines 0.7.3


Clustermines is a minesweeper game in Java. more>>
Clustermines is a minesweeper game in Java.
Main features:
Cluster-mines
- Mines are bigger. More numbers for your mental calculator.
Flagless mode
- Want a challenge?
Safe border mode
- A mine field with its perimeter already cleared. If you dont like those 50%/50% chances on border, try this.
Practice mode
- Dont worry about dying!
Replaying
- I hope this works in real life too. Honestly.
<<less
Download (0.073MB)
Added: 2007-08-17 License: GPL v3 Price:
798 downloads
File::Util 3.22

File::Util 3.22


File::Util is an easy, versatile, portable file handling module. more>>
File::Util is an easy, versatile, portable file handling module.

File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module wont have to worry about whether their programs will work on other OSes and machines.

SYNOPSIS

use File::Util;
my($f) = File::Util->new();

my($content) = $f->load_file(foo.txt);

$content =~ s/this/that/g;

$f->write_file(
file => bar.txt,
content => $content,
bitmask => 0644
);

$f->write_file(
file => file.bin, content => $binary_content, --binmode
);

my(@lines) = $f->load_file(randomquote.txt, --as-lines);
my($line) = int(rand(scalar @lines));

print $lines[$line];

my(@files) = $f->list_dir(/var/tmp, qw/ --files-only --recurse /);
my(@textfiles) = $f->list_dir(/var/tmp, --pattern=.txt$);

if ($f->can_write(wibble.log)) {

my($HANDLE) = $f->open_handle(
file => wibble.log,
mode => append
);

print $HANDLE "Hello World! Its ", scalar localtime;

close $HANDLE
}

my($log_line_count) = $f->line_count(/var/log/httpd/access_log);

print "My file has a bitmask of " . $f->bitmask(my.file);

print "My file is a " . join(, , $f->file_type(my.file)) . " file."

warn This file is binary! if $f->isbin(my.file);

print "My file was last modified on " .
scalar localtime($f->last_modified(my.file));

# ...and _lots_ more

<<less
Download (0.041MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
Template::Tutorial::Web 2.19

Template::Tutorial::Web 2.19


Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. more>>
Template::Tutorial::Web is a Perl module for generating web content using the template toolkit.

This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages from templates using the tpage and ttree scripts and then goes on to show dynamic content generation using CGI scripts and Apache/mod_perl handlers.

Various features of the Template Toolkit are introduced and described briefly and explained by use of example. For further information, see Template, Template::Manual and the various sections within it. e.g.

perldoc Template # Template.pm module usage
perldoc Template::Manual # index to manual
perldoc Template::Manual::Config # e.g. configuration options

The documentation is now also distributed in HTML format (or rather, in the form of HTML templates). See the docs sub-directory of the distribution for further information on building the HTML documentation.

If youre already reading this as part of the HTML documentation, then you dont need to worry about all that. You can have a seat, sit back. back and enjoy the rest of the tutorial...

<<less
Download (0.76MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
Petal 2.19

Petal 2.19


Petal is a Perl Template Attribute Language - TAL for Perl! more>>
Petal is a Perl Template Attribute Language - TAL for Perl!

SYNOPSIS

in your Perl code:

use Petal;
my $template = new Petal (foo.xhtml);
print $template->process (bar => BAZ);

in foo.xhtml

< html xmlns:tal="http://purl.org/petal/1.0/" >
< body tal:content="bar" >Dummy Content< /body >
< /html >

and you get something like:

< html >
< body >BAZ< /body >
< /html >

SUMMARY

Petal is a XML based templating engine that is able to process any kind of XML, XHTML and HTML.

Petal borrows a lot of good ideas from the Zope Page Templates TAL specification, it is very well suited for the creation of WYSIWYG XHTML editable templates.

The idea is to further enforce the separation of logic from presentation. With Petal, graphic designers can use their favorite WYSIWYG editor to easily edit templates without having to worry about the loops and ifs which happen behind the scene.

NAMESPACE

Although this is not mandatory, Petal templates should include use the namespace http://purl.org/petal/1.0/. Example:

< html xml:lang="en"
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://purl.org/petal/1.0/" >

Blah blah blah...
Content of the file
More blah blah...
< /html >

If you do not specify the namespace, Petal will by default try to use the petal: prefix. However, in all the examples of this POD well use the tal: prefix to avoid too much typing.

<<less
Download (0.083MB)
Added: 2007-07-31 License: Perl Artistic License Price:
815 downloads
Gazpacho 0.7.2

Gazpacho 0.7.2


Gazpacho is a Gtk+ User Interface Builder. more>>
Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to be ultra easy to use.
Gazpacho project is strongly inspired by the Glade project but it is written from scratch using the Python language. As a result there are few lines of code to read, understand and to maintain!
One of the goals of the project is that the .glade files that Gazpacho generates should be fully compatible with libglade so you can use Gazpacho whatever the language your application is written with.
Gazpacho is released under the LGPL license so you can use and distribute it freely. Gazpacho is very modular so integration with existing IDE should be fairly easy to do.
Main features:
- All-in-one window. Tired of not very usable multiple small windows messing up your screen? Try this new approach where only the window you are actually designing lives on top of Gazpacho interface
- Action based Menus / Toolbars. Create your actions with all the information about signals, accelerators and appareance and then just design your menus and toolbars linking to these Actions. Feel the great power and flexibility of GtkUIManager from Gazpacho!
- Unlimited Undo / Redo. Dont worry about making mistakes with Gazpacho, you can always revert your changes
- Templates. You can drag some part of your interface and drop it in the templates tab. Then you can reuse this widget again and again even between different Gazpacho sessions. Design once, use everywhere. (Not finished yet)
<<less
Download (0.43MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
820 downloads
Math::Fraction 0.53b

Math::Fraction 0.53b


Math::Fraction is a Perl module to manipulate exact fractions. more>>
Math::Fraction is a Perl module to manipulate exact fractions.
SYNOPSIS
use Math::Fraction;
$a = frac(1,2); $b = frac(6,7);
print "$a + $b = ", $a + $b, "$a * $b = ", $a * $b;
print $a->num;
Main features:
- Being able to add, subtract, multiply, and divide, among other things just like you would normal numbers thats to the overload module.
- Being able to convert a decimal, including repeating ones, into a fraction. For example, 1.142857142857 would become 8/7.
- Being able to control how the fraction is displayed. For example 8/7 verses 1 1/7
- Being able to use arbitrary size numbers in the numerator and the denominator.
- Being able to covert between SMALL (using normal floats/integers) and BIG (using arbitrary size floats/integers) as needed so you do not have to worry about it. (New as of ver .4a)
- Being able to have multiple default sets so that a function can modify the defaults with out effecting other functions (New as of ver .4a)
<<less
Download (0.016MB)
Added: 2007-07-20 License: Perl Artistic License Price:
828 downloads
tektek.org GaiaOnline Toolbar 1.5.20070716

tektek.org GaiaOnline Toolbar 1.5.20070716


tektek.org GaiaOnline Toolbar provides a toolbar to speed up browsing or to assist members on GaiaOnline. more>>
tektek.org GaiaOnline Toolbar provides a toolbar to speed up browsing or to assist members on GaiaOnline.
This Firefox extension is a vast collection of links and information for GaiaOnline. This toolbar servers two purposes: speeding up navigation on Gaia (and related off-site resources) and helping other members out.
Hundreds of pre-formatted helpful posts are inside the toolbar and it dynamically switches back and forth depending on your location.
Main features:
- Hundreds of links to Gaia locations and off-site resources.
- Autoformat your posts and never worry about pasting code again.
- Help other members with the built in Help System.
- Based on Gaiabar extension
Enhancements:
- Added Skin Tyte to Places menu.
- Added Exchange Inks to Places->Exchange menu.
- Added Gaia Newsletters to Forums menu.
<<less
Download (0.13MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
836 downloads
TiVo::HME::Application 1.3

TiVo::HME::Application 1.3


TiVo::HME::Application is a Perl implementation of TiVos HME protocol. more>>
TiVo::HME::Application is a Perl implementation of TiVos HME protocol.

SYNOPSIS

use TiVo::HME::Application;
our @ISA(TiVo::HME::Application);

sub init {
my($self, $context) = @_;

$self->get_root_view->visible(1);
my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);
$self->get_root_view->set_resource($mpg,
$T_CONST->HALIGN_CENTER | $T_CONST->VALIGN_CENTER);
}

sub handle_event {
my($self, $resource, $key_action, $key_code, $key_rawcode) = @_;
print "You pressed the $key_code key on the remote!n";
}

Perl on your TiVo in 11 Steps!!

Step 1: Go to http://tivohme.sourceforge.net
Step 2: Go to Step 1
Step 3: Go to Step 2 (seriously)
Step 4: Congratulations on making it here!
Step 5: Really, go to http://tivohme.sourceforge.net, download the
SDK, read the PDF files (dont worry about the protocol PDF,
thats what this is for).
Step 6: Learn about Views & Resources
Step 7: Learn about the Application cycle (init then event loop)
Step 8: Learn about Events
Step 9: Learn how the Perl stuff differs from the Java stuff
(mainly only in naming)
Step 10: View & understand the perl examples - especially how they
related to the Java examples (they do the same thing!).
Step 11: Use your imagination to create a kick-arse Perl-based HME app!!

<<less
Download (0.060MB)
Added: 2007-06-08 License: Perl Artistic License Price:
869 downloads
MoMELib 1.0.0

MoMELib 1.0.0


MoMELib is a library for development of J2ME applications. more>>
MoMELib is a library for development of J2ME applications. The project offers the ability to execute commands in threads separate from the AMS callback thread, issue command events programmatically, associate keys (game actions) or sequences of keys and/or game actions with commands, simplify definition and enhance usage of commands, use any complimentary arguments with commands, and more.
Main features:
- Execute commands in separate from AMS (Application Management Software) callback thread. There is no need to worry about deadlocks with AMS and timing of callbacks implementations (deadlocks with other parts of application are of course still possible);
- Issue commands programmatically;
- Associate key (game action) or sequence of keys and/or game actions with command;
- Simplify definition and enhance usage of commands. Commands are abstracted to an Object;
- Process commands serially;
- Use any complimentary argument with command.
<<less
Download (MB)
Added: 2007-06-04 License: Common Public License Price:
873 downloads
PenguinTV 3.0

PenguinTV 3.0


PenguinTV is an RSS reader that supports enclosed media files for podcasts and video blogs. more>>
PenguinTV is not just another RSS feed reader. PenguinTV is designed from the ground up to work seamlessly with podcasts and video blogs, allowing you to easily enjoy the audio, music, and video published around the web in RSS format.
Until now, the only solutions for listening to podcasts on Linux have been clunky apps and unreliable bash scripts. Many solutions require the user to browse file directories named by date to find media files. With the large amount of information in podcasts and videos, a user needs help to keep track of everything.
PenguinTV eliminates all of these problems with a light-weight but powerful interface that shows you what you need to know, and hides what you dont. You can immediately see what youve watched, whats available to view, and which media are downloading.
You dont have to worry about where files are stored, what their names are, or what format they are in. Rather than try to reinvent the wheel by coding its own media player, PenguinTV launches the media player of your choice to view your downloads.
Main features:
- Full Unicode support
- Automatic polling
- One-button downloading of new videos and podcasts
- Instant download status notification
- Powered by Mark Pilgrims famous feedparser
<<less
Download (0.56MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
882 downloads
Free Pascal Compiler 2.1.4

Free Pascal Compiler 2.1.4


Free Pascal Compiler is a 32/64-bit Pascal Compiler for AmigaOS, DOS, Linux, *BSD, OS/2, MacOS(X) and Win32. more>>
Free Pascal (aka FPK Pascal) is a 32 or 64 bit (from 1.9.6) pascal compiler. Free Pascal Compiler is available for different processors Intel x86, Amd64/x86 64 (from 1.9.6), PowerPC (from 1.9.2), Sparc (from 1.9.6) and Motorola 680x0 (1.0.x only).
The following operating systems are supported Linux, FreeBSD, NetBSD, MacOSX/Darwin, MacOS classic, DOS, Win32, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga.
Main features:
- Very clean language Pascal is a very nice language, your programs will be more readable and maintainable than for example in C, and lets even forget about C++. And you dont need to give up the power, the Pascal language is as powerful as you want it.
- No Makefiles Unlike most programming languages, Pascal does not need Makefiles. You can save huge amounts of time, the compiler just figures out itself which files need to be recompiled.
- Pascal compilers are Fast with a big F and Free Pascal is no exception. Yes, you no longer need to grow roots while compiling your programs, just hit the compile key and its done, even for large programs.
- Each unit has its own identifiers In Pascal you never need to worry about polluting the namespace, like in C where an identifier needs to be unique accross the entire program. No, in Pascal each unit gets its own namespace and thats very relaxed.
- Integrated development environment Free Pascal comes with an IDE which work on several platforms, in which you can write, compile and debug your programs. You will save huge amounts of time using the IDE, the best programming friend you have.
- Great integration with assembler Do you think pascal is for wimps who need to learn programming? WRONG! Its excellent for high tech programming and for the supreme nerds among you we have the integrated assemblers. You can easily mix assembler code and Pascal code, in the language you wish? Prefer Intel styled assembler? No problem, if its needed Free Pascal will convert it to ATT for you. Do you want to convert your program into a source file for Nasm? No problem, and all ATT assembler in your source files is automatically converted.
- Object oriented programming And if you do the serious programming, you are of course very interested in object oriented programming. Use the Turbo Pascal and Object Pascal ways of OOP according to your taste. The FCL and Free Vision and provide you with the powerful object libraries you need. For your database needs we support PostgreSQL, MySQL, Interbase and ODBC.
- Smartlinking Free Pascals smart linker leaves out any variable or code that you do not use. That makes small programs small with a big S, while they are still statically linked, avoiding DLL hell!
- Distribution independence (Linux) As a result of this, software compiled by the Linux version of Free Pascal runs on any Linux distribution, making it much, much, easier to make your software support multiple Linux distributions.
- Available for a lot of platforms on several architectures Free Pascal is available for more platforms than most other Pascal compilers and allows easy cross-compiling, just change the target in the IDE and compile! And there is work going on for even more platforms and processors.
- Compatible Have existing code? Free Pascal is more compatible with it than any other Pascal compiler. We are almost completely compatible with Turbo Pascal and quite well compatible with Delphi source code. If you have code in another language, like C or assembler, just use favorite compiler for it and call it from Free Pascal.
Version restrictions:
- For the intel 80x86 version at least a 386 processor is required, but a 486 is recommended. For the motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 4 Megabytes of RAM.
<<less
Download (23.2MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
916 downloads
Pyro Live CD 5.0.0

Pyro Live CD 5.0.0


Pyro Live CD is based on newest Knoppix 5.1.1 and can be placed in any PC that can boot off of a CD. more>>
Pyro stands for Python Robotics. The goal of the project is to provide a programming environment for easily exploring advanced topics in artificial intelligence and robotics without having to worry about the low-level details of the underlying hardware. That is not to say that Pyro is just a toy. In fact, Pyro is used for real robotics research as well as courseware.

Robots: Currently, the robots supported include the Pioneer family (Pioneer, Pioneer2, PeopleBot robots), the Khepera family (Khepera, Khepera 2 and Hemisson robots), the AIBO, the IntelliBrain-Bot, and the Roomba.

Simulators: Pyro is integrated with several existing robot simulators including Robocup Soccer, Player/Stage, Gazebo and the Khepera simulator.

Pyro Live CD is based on newest Knoppix 5.1.1 and can be placed in any PC that can boot off of a CD., and you can be running Pyro and other robotics software immediately. No need to install anything! This works even on Windows PCs, laptops, and desktops. Great for students, labs, and presentations.
<<less
Download (616.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
903 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5