Main > Free Download Search >

Free graphic organizers software for linux

graphic organizers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2123
libcdorganizer 2.1.2

libcdorganizer 2.1.2


libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library. more>>
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library.
CD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
<<less
Download (0.22MB)
Added: 2007-02-15 License: BSD License Price:
983 downloads
DOG Data Organizer 0.4.2

DOG Data Organizer 0.4.2


DOG Data Organizer provides a bookmark organizer for various bookmark types. more>>
DOG Data Organizer provides a bookmark organizer for various bookmark types.

DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks.

It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and Windows IE Favorites.

<<less
Download (0.42MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
960 downloads
Gnome Comics Organizer 0.5.1

Gnome Comics Organizer 0.5.1


Gnome Comics Organizer is a program to help keep track of your comic book collection. more>>
GNOME Comics Organizer (GCO for short) is a program to help keep track of your comic book collection.

The project has been written in Python using GTK+ and GNOME.

Requires python 2.3.x, gnome-python2 2.0.x, pygtk2 2.3.96 (or greater), libxml2-python 2.6.x.

Versions older than 0.5.0 use GNOME 1.4.x and was written in C. Not all features of the old C version of GNOME Comics Organizer are implemented, but the most important ones are.

<<less
Download (0.088MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
924 downloads
Isaac Newton Organizer 0.2

Isaac Newton Organizer 0.2


Isaac Newton Organizer is a Time/Task Management software. more>>
Isaac Newton Organizer is a software that helps you organise your plans and work, and keep track of your progress. Isaac Newton Organizer allows you to add tasks for any date in a visually appealing interface, and helps you mark these tasks according to their status.

It also allows you to add "recurrent tasks" which are tasks that have a frequency associated with them. For example, you could add tasks representing your loved ones birthday, and make it recurrent for every year, so that you never forget the birthday any longer!

There are hosts of other features in Isaac Newton Organizer, so please look at the Features section to find out more.

<<less
Download (0.035MB)
Added: 2006-04-14 License: Freeware Price:
1290 downloads
Graphics::ColorPicker 0.10

Graphics::ColorPicker 0.10


Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. more>>
Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers.

SYNOPSIS

use Graphics::ColorPicker;
or
require Graphics::ColorPicker;

make_page($path_to_images);
send_page($html_txt,$type);
$time_string = http_date($time);
$name = script_name;
$html_text=frames($websafe);
$html_text = msie_frame;
$html_text=picker($darkimg,$liteimg,$size,$bsize,greyimg);
$html_text=no_picker;
$html_text=cp216_ds($clrdot,$border,$square)
$javascript_text = jslib;
$html=make_buttons(%look_n_feel,$url,$active,@buttons,$xtra);
$html_text=pluck($color);

<<less
Download (0.11MB)
Added: 2007-07-27 License: Perl Artistic License Price:
824 downloads
KOrganizer 3.4.2

KOrganizer 3.4.2


KOrganizer is the KDE PIM/Calendar/Scheduling tool. more>>
Organizer is the calendar and scheduling application of the popular K Desktop Environment. KDE is a powerful Open Source graphical desktop environment for Unix workstations.

It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system.

KOrganizer provides management of events and tasks, alarm notification, web export, network transparent handling of data, group scheduling, import and export of calendar files and more.

KOrganizer is fully customizable to your needs and is an integral part of the KDE PIM suite, which aims to be a complete solution for organizing your personal data.

KOrganizer supports the two dominant standards for storing and exchanging calendar data, vCalendar and iCalendar. ftp://ftp.kde.org/pub/kde/stable/3.4.2/src/kdepim-3.4.2.tar.bz2
<<less
Download (11MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
900 downloads
g3d Graphic Tools 1.2

g3d Graphic Tools 1.2


g3d Graphic Tools project consists of a XML file format and generic development tools for games. more>>
g3d Graphic Tools project consists of a XML file format and generic development tools for games.
The problem is that often as a games developer you need to work with many 3d editing tools and rendering engines, and there should be an easy and portable way to move objects, levels, etc. around.
By having a common intermediate file format, you only need to write one exporter per tool and one importer per graphics engine. Also, you can develop generic tools which are not tied to any particular engine.
Enhancements:
- Added the skeleton object (beginnings of animation ;)
- Added asset management info in the file header (ie date, time, author, source, description)
- Fixed exporter bugs (3dsmax) relating to heiarchy stuff
<<less
Download (2.3MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1092 downloads
Graphics::ColorUtils 0.17

Graphics::ColorUtils 0.17


Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more. more>>
Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more.

SYNOPSIS

use Graphics::ColorUtils;

( $y, $i, $q ) = rgb2yiq( $r, $g, $b );
( $r, $g, $b ) = yiq2rgb( $y, $i, $q );
$hex_string = yiq2rgb( $y, $i, $q );

( $c, $m, $y ) = rgb2cmy( $r, $g, $b );
( $r, $g, $b ) = cmy2rgb( $c, $m, $y );
$hex_string = cmy2rgb( $c, $m, $y );

( $h, $l, $s ) = rgb2hls( $r, $g, $b );
( $r, $g, $b ) = hls2rgb( $h, $l, $s );
$hex_string = hls2rgb( $h, $l, $s );

( $h, $s, $v ) = rgb2hsv( $r, $g, $b );
( $r, $g, $b ) = hsv2rgb( $h, $s, $v );
$hex_string = hsv2rgb( $h, $s, $v );

# -----

use Graphics::ColorUtils qw( :gradients );

( $r, $g, $b ) = grad2rgb( $name, $f ); # where 0.0 colorAllocate( hsv2rgb( 270, 0.5, 0.3 ) );.)

Features:

Color Space Conversions
Color space conversions, in particular between the "intuitive" color spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to and from RGB (Red/Green/Blue).
Color Lookup
Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and X11.
Color Gradients
Management of color gradients, which can be indexed by a floating point number in the range 0..1. (Mostly intended for false-color data visualization.)

<<less
Download (0.021MB)
Added: 2007-07-03 License: Perl Artistic License Price:
843 downloads
Blue Smiley Organizer 5.24

Blue Smiley Organizer 5.24


Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge. more>>
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment.
Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
<<less
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
Cowbell Music Organizer 0.2.7.1

Cowbell Music Organizer 0.2.7.1


Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy. more>>
Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town.

Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Infused with Amazon Web Services SOAP-fu, Cowbell can whip your music platoon into shape without even getting your boots muddy. And, if that isnt enough to make you want to rush to the Download link, Cowbell can also snatch album art and rename your music files like a pro.

<<less
Download (0.23MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
GraphMonkey 1.7

GraphMonkey 1.7


GraphMonkey is a GTK#-based graphic calculator. more>>
GraphMonkey is a GTK#-based graphic calculator.

This software is written in C# with GTK#.The goal is to obtain a very simple and fast graphic calculator for mono. Its cross-platform: it works on GNU/Linux and Windows.
the software is under the gpl license.

<<less
Download (0.015MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
Photo Organizer 2.33e / 2.34 RC4

Photo Organizer 2.33e / 2.34 RC4


Photo Organizer is a PostgreSQL Backed Web Based Photo Manager. more>>
Photo Organizer is multi-user photo management tool that was designed for professional photographers.
It offers a searchable photo database that supports photo version control, client management, photo submission history, EXIF, IPTC, XML, and XMP, user quotas, a datebook, and printing labels and color brochures in PDF and PS formats.
Photo Organizer project uses PostgreSQL, features a Web interface, and uses DCRAW and ImageMagick to handle over a hundred image formats including several RAW formats.
Main features:
- Photo management: Naturally the main feature of the software is photo management. The system will allow you to store and retrieve photos in three sizes (original, midsize and thumbnail) For each photo detailed information is stored such as: Title, Caption, Keywords, Shooting location, Exposure Date, Equipment used, Equipment settings, Storage location and more. The system supports, photo version control, duplicates, and submission history, so tracking where the photo was submitted has been never easier. Photos can be ranked so that they can be displayed in the order of their relevance. Photos can be organized into folders and albums - kind of virtual folders.
Image files are stored in an image repository with automatic volume manager which makes Photo Organizer more secure (as access to the image files is permitted only via PO) and to ease the upload porcedure, a bulk upload mechanism was added with XML, XMP, IPTC and EXIF metadata import. Shooting data converters from NKN, TXT and SDF into XML provides compatibility with your exisiting database.
Thanks to Dave Coffins RAW image decoder Photo Organizer supports most RAW digital camera formats, enabling users to store original RAW files in the systems database.
- Client Management, Shop Module and Date book: The system has Client Management interface with onlineclient registration. Photos can be shared with Clients and non registered visitors. Access rights on Folder, Album or Photo level provides control over the visibility of each photo. Clients will be able to access protected photos, not visible for non registered visitors.
- Printing: Printing is one of the key features of Photo Organizer. You can create color brochures, including your photos in PDF and PS formats. Additionally you can print labelscontaining the shooting data and the bar coded photo identifier, which enables mass processing, easy data input and quick search of your photos. All this online from your browser.
- Search: A simple but powerful search engine is built into Photo Organizer. Supports basic logic operators (AND, OR and NOT) and allows the query of photos, folders & albums or users. It also implements stemming, to include related variations of your keywords.
Whats New in 2.34 RC4 Development Release:
- This release adds many minor bugfixes since -rc3, mostly relating to the localization framework and non-core features.
- This will hopefully be the final release candidate.
Whats New in 2.33e Stable Release:
- This bugfix release will be the final release of the old stable branch.
- Several import-related bugs have been fixed, and a problem deleting users via the admin interface has also been resolved.
<<less
Download (0.82MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
804 downloads
fid-graphics 0.2

fid-graphics 0.2


fid-graphics is a simple toolkit for the Frigand Imperial Desktop. more>>
fid-graphics project is a simple toolkit for the Frigand Imperial Desktop.
It is probably the easiest toolkit to write a display engine for, but it does not support any widgets.
Enhancements:
- src/Desktop/Fid/Window.lhs (displayWaitRedisplay): New function.
- (requestRedisplay): Tidy up.
- src/Desktop/Fid/Main.lhs (data WinCapLine): New type.
- (data WindowType): Use it.
- (&&*, ||*, isnt, haveEnvVar, haveOpt): Deleted.
- (lookupFeature, lookupProtocol, lookupKeywords): New functions.
- (windowTypes): Use WindowCapLine.
- (forkProcess): Unused; deleted.
- (data FidOpt): Unused; deleted.
- (fidMain): Dont consider forking.
- Only call getOpt to sort out verbose options.
- src/Desktop/Fid/Control.lhs (PrimKey): New type.
- (instance Eq PrimKey, instance Ord PrimKey)
- (instance Show PrimKey, instance Arbitrary PrimKey): Instances for t.
- (data Key): Use it.
- (charKey, control, keyToChar): Do the right thing with PrimKey.
- (symbolKey): New function.
- (instance Arbitrary Key): Use instance Arbitrary PrimKey.
- (instance Arbitrary Char): New Instance.
<<less
Download (0.078MB)
Added: 2006-10-02 License: Academic Free License (AFL) Price:
1122 downloads
Text::Graphics 1.0001

Text::Graphics 1.0001


Text::Graphics is a text graphics rendering toolkit. more>>
Text::Graphics is a text graphics rendering toolkit.

This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms for email and fax, and so on.

SYNOPSIS

use Text::Graphics;
my $text = "A text graphics rendering toolkit.n";
my $page = Text::Graphics::Page->new( 20, 10);
my $panel0 = Text::Graphics::BorderedPanel->new( 20, 10);
my $panel1 =
Text::Graphics::FilledBorderedTextPanel->new($text x 3, 25, 12);
$panel0->setBackground("#");
$panel1->setBackground(" ");
$page->add($panel0);
$page->add($panel1, 5, 2);
$page->render();

+-------------------+
|###################|
|####+--------------+
|####|A text graphic|
|####|rendering tool|
|####|text graphics |
|####|toolkit. A tex|
|####|graphics rende|
|####|toolkit. |
|####| |
+----+--------------+

<<less
Download (0.006MB)
Added: 2006-08-28 License: Perl Artistic License Price:
1152 downloads
Graphics::Simple 0.04

Graphics::Simple 0.04


Graphics::Simple is a simple , device-independent graphics API for Perl. more>>
Graphics::Simple is a simple , device-independent graphics API for Perl.

SYNOPSIS

use Graphics::Simple;

line 100,100,200,200;
circle 50,50,25;
stop(); clear(); # Wait for a button press, clear the page

Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where doing graphics was as simple as

line 20,20,50,30;

and you didnt have to go through things like XOpenDisplay etc.

This module tries to bring back the spirit of that era in a modern environment: this module presents a simple, unified API to several different graphics devices - currently X (using Gtk and Gnome) and PostScript.

The interface is primarily made easy-to-use, starting from the idea that the above line command must work. Therefore, it exports most of the primitives by default (you can turn this off).

However, everything is not sacrificed in the name of simplicity: believing in "simple things simple, complicated things possible", this module also allows multiple windows (all the primitives also work as methods of window objects) as well as raw access to the underlying devices - although the device-independence is then lost. In future plans are some sort of interactions with the devices with which it is possible as well as the addition of more devices.

The use command currently accepts the forms

use Graphics::Simple;
use Graphics::Simple qw/line circle/;
use Graphics::Simple 300,400; # portrait paper
use Graphics::Simple 300,400, qw/line circle/;

i.e. the optional size of the default window first and then normal Exporter arguments.

Graphics::Simple has several different back-ends, currently GnomeCanvas, TkCanvas, PostScript and (not fully working yet) Fig. Other backends are expected.
To start Graphics::Simple with a given backend, you should set the environment variable GSIMPL to the value, e.g. by running your script with the command

GSIMPL=PostScript perl gt1.pl

or by setting the environment variable permanently in your shell, by

GSIMPL=PostScript
export GSIMPL

or

setenv GSIMPL PostScript

<<less
Download (0.013MB)
Added: 2006-07-19 License: Perl Artistic License Price:
1194 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5