Main > Free Download Search >

Free possibility software for linux

possibility

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 392
owl dictionary 0.12

owl dictionary 0.12


owl is a program to display electronic dictionaries. more>>
owl is a program to display electronic dictionaries. It uses the extensive markup language dicML.
Two dictionaries are currently available with this program: a huge English/German dictionary originally published by Technical University of Chemnitz, and a French/German dictionary written from scratch for dicML and therefore not as big as the first one.
Main features:
- support of the whole dicML standard
- available for all important operating systems
- user interface in English, German and French
- possibility to print
- for free and open source
<<less
Download (0.69MB)
Added: 2005-12-30 License: BSD License Price:
1400 downloads
TUTO XS LiveCD

TUTO XS LiveCD


UTUTO XS is a desktop and extensible solution based totally in Free/Libre software. more>>
UTUTO XS is a desktop and extensible solution based totally in Free/Libre software. It only includes (and will ever do) free/libre and open source software. But it let users the possibility to install other programs.

UTUTO XS is free/libre software, so their users have a high quality desktop system, with legal rights to use, copy, distribute and modify it according to their needs. UTUTO Xs includes the main common-use software for home, developers, companies, organizations, government users.
<<less
Download (700MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1502 downloads
File Activity Viewer 0.2.0

File Activity Viewer 0.2.0


File Activity Viewer opens a file and shows you the last lines. more>>
File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file.
It works like a graphical (with GUI) tail -f.
Enhancements:
- Add Edit menu with Copy, Clear and Select All functions.
- Add possibility to open multiple files at once in the same window
<<less
Download (0.60MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1614 downloads
SQLiteManager 1.2.0

SQLiteManager 1.2.0


SQLiteManager a multilingual Web-based tool to manage SQLite databases. more>>
SQLiteManager is a multilingual Web-based tool to manage SQLite databases.
SQLiteManager features multiple database management, creation, and connectivity, property and options management, table, data, and index manipulation, the ability to import data from a file, conversion from MySQL queries, view, trigger, and custom functio
Enhancements:
- Now SQLiteManager allow to manage SQLite2 and SQLite3 database simultaneously.
- The database version and environment possibility is automatically detected.
<<less
Download (0.64MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1303 downloads
PEAR Validate 0.6.4

PEAR Validate 0.6.4


PEAR Validate is a set of useful methods to validate various kinds of data. more>>
PEAR Validate is a set of useful methods to validate various kinds of data.
Main features:
- numbers (min/max, decimal or not)
- email (syntax, domain check, rfc822)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)
<<less
Download (0.014MB)
Added: 2006-08-02 License: The PHP License Price:
1179 downloads
Mailody 0.5.0

Mailody 0.5.0


Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. more>>
Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. It supports tabbed email reading. This is the first release. I want to have feedback about all the problems. To which mailservers can Mailody not talk for example. Are there any crucial bugs which renders the software unusable for you.
By the way, that is something different as experimental. Mailody should not trash your mail or do other nasty things. I understand mail is important to you. I use Mailody on a daily bases and I would not do that if its buggy.
Enhancements:
- rewrite of large parts of the imap part.
- fetch mailboxlist removed, sync is improved.
- new attachment list in the composer.
- added a re-edit, makes resend possible.
- added a save as draft to the composer.
- added a possibility to add a automatically generated html part to each message.
- fixed bug in selecting the correct profile for forwarding messages.
- stopped stripping the signature when forwarding a message.
- fixed quick search when switching folders.
- Speed improvement for opening folders.
- Fixed drawing error on first messages.
- Added go-to-next-unread.
- Added the possibility to save a message to disk.
- Added fixed font mode for the composer.
- Fixed rare bug in quoted printible messages.
- Improved signature handling.
- Extended the command line parameters & dcop.
- Added a basic phising check.
- Fix some encoding issues in subject and name.
- Most important: ** A MANUAL ** by Richard Johnson.
<<less
Download (0.68MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
MoMEUnit 1.1.1

MoMEUnit 1.1.1


MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. more>>
MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant.
It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as ease of development and running of tests, sharing of fixtures among different tests, the ability to perform simultaneous test runs, and much more.
The results of tests are displayed with a progress bar, statistics, and lists of failures or errors with detailed messages for each test.
Main features:
- Calculates list of tests to run based on Test interface implementation and specified patterns. There is no need to specify test cases to run explicitly. Developers can add test cases without configuring test runners.
- Runs test cases of already built J2ME application or builds test application on behalf of developer based on source files, classes, resources and libraries specified.
- Preverifies J2ME application before running tests on demand.
- Formats tests run output by using predefined or custom tests results formatters like in task. All test characteristics including times and stack traces are available.
- Gives developers possibility to choose emulator and/or preverify tool to run by specifying predefined or custom emulator or preverifier.
- Gives developers possibility to configure test J2ME application by specifying attributes of application JAD descriptor and/or manifest.
Enhancements:
- Timeout functionality added to ant Integration package and MIDletTestRunner and minor bugs fixed.
<<less
Download (1.1MB)
Added: 2007-08-15 License: Common Public License Price:
805 downloads
list files 0.2

list files 0.2


list files package prints to file list of files in a given directory. more>>
list files package prints to file list of files in a given directory.
Handy if youd like to, say, tell a friend of yours what ebooks you have, and wouldnt feel like typing them all by hand.
Hope you can find it useful.
INSTALLATION
i assume youve got everything in its standard places; otherwise you probably know what to do anyway.
to install for one user
copy listFiles.desktop to ~/.kde/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
to install for all users
copy listFiles.desktop to /usr/share/apps/konqueror/servicemenus
copy listFiles.sh to /usr/local/bin or elsewhere in the path
Enhancements:
- added counting the number of items
- added the possibility to change the place where the listing is written to
- some minor changes to the code
<<less
Download (0.002MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
581 downloads
Beryl on Debian GNU/Linux Testing 1.1.6

Beryl on Debian GNU/Linux Testing 1.1.6


Beryl on Debian GNU/Linux Testing is a script which will install Beryl and possibly nVidia or ATI drivers on your Debian system. more>>
Beryl on Debian GNU/Linux Testing is a script which will install Beryl and possibly nVidia or ATI drivers on your Debian TESTING system. The script is only for users who have got a nvidia or ATI graphic card.
3 languages available:
- French
- English
- Polish
HOW TO EXECUTE:
Open a terminal and do sh beryl-debian.sh
NOTE: Its not really xgl so I changed the name into Beryl on Debian
NOTE: Some people told me that beryl doesnt work with the fglrx driver. If someone know how to make Beryl work with ATI cards, please contact me.
Enhancements:
- Add possibility to install Heliodor if you use GNOME
- You can see the countdown at the beginning.
<<less
Download (MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
574 downloads
Fontlinge 2.0.1

Fontlinge 2.0.1


Fontlinge is a font management and organisation for TrueType & PostScript. more>>
Fontlinge project is a font management and organisation for TrueType & PostScript.
Fontlinge searches for font files, sorts them into folders by name and look and with human readable names, stores gathered font information in a database, generates previews and posters, finds and removes duplicates, and reunites PostScript font families.
Also, Fontlinge has a Web interface to browse through your fonts. It shows detail previews and font info, provides font download as a tarball, and has the possibility to sort fonts.
Main features:
- find your fonts
- rename files, i.e. from AGARBI.TTF to Adobe_Garamond_Bold_Italic.ttf
- create a folder-structure
- move the files to the right place
- find and removes duplicate files
- reunion postscript fontfiles
- create previews
<<less
Download (0.23MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
Svnmailer 1.0.8

Svnmailer 1.0.8


Svnmailer is a tool to post subversion repository commit information by mail, news or XML (to a CIA tracker). more>>
Svnmailer is a tool to post subversion repository commit information by mail, news or XML (to a CIA tracker).
The svnmailer package is derived from the script mailer.py distributed with subversion. Svnmailer arose from the idea to add some features to the original mailer script.
But Ive found the script not as extensible as it could be, so the svnmailer package was redeveloped from scratch with clearer design and extensibility in mind.
Now there are additional features like property diffs, MIME encoding, configurable handling of huge mails and news postings, subject templates, consistent unicode handling and even a better extensible command line.
Enhancements:
- This release enables the possibility to send mails as BCC and allows cia_rpc_server to be configured per notification group.
<<less
Download (0.38MB)
Added: 2006-04-17 License: The Apache License 2.0 Price:
1285 downloads
Plone Tabs 0.2.2

Plone Tabs 0.2.2


Plone Tabs provides a user-friendly product for managing the tabs on the Plone site. more>>
Plone Tabs provides a user-friendly product for managing the tabs on the Plone site.
Plone Tabs (qPloneTabs) is a user-friendly product for managing the tabs on the Plone site without the need to go to ZMI.
Plone Tabs Features
Gives an opportunity to create/delete/rename tabs using Plone Control Panel
Allows changing the tabs order by drag-and-drop
Installation
Install as Zope product
Install in your Plone instance with Quick Installer (Plone Control Panel -> Add/remove Products)
How To Create New Plone Tabs
Go to your Site Setup
Select "Plone Tabs" from the list "Add-on Product Configuration"
Enter the name and the link of the tab you want to create
Click "Save" button
Click "Reorder" on the right of the page and you will see the list of all your tabs
Change the tabs order by drag-and-drop and save your changes.
Enhancements:
- possibility to change portal_tabs visibility
- better url processing
- fixed editing bug
- corrected some piece of css
- fully remade elements state css logic
- fixed adding and editing javascript bugs in IE5.5
- corrected IE hovering
- dont collapse editing and adding forms after sorting
- possibility to edit any number of items at the same time
- display url in right side near the tab name
- generated tabs functionality
- sliding advanced section & everything that push down forward content on the page
<<less
Download (0.045MB)
Added: 2007-03-28 License: ZPL (Zope Public License) Price:
941 downloads
GLC_Player for Linux 1.6.0

GLC_Player for Linux 1.6.0


GLC_Player is an Open Source application used to view 3d models for Linux. more>> GLC_Player is an Open Source software used to view 3d models (OBJ 3DS STL OFF Format) and to navigate easily in these models. With the album management and navigation possibilities GLC_Player is the accurate tools to review a lot of 3D models.
Key features:
-Alias OBJ, 3DS, STL and OFF 3D model visualization underLinux
-3D model loading in a background process with progress visualization. With this functionality you can review loaded models while loading other models.
-GLC_Player is multilingual. At this time two languages are supported.
-Album management:Possibility to load several models, to view thumbnails of loaded models and to switch very quickly between these models.
-Albums files can be saved in order to reopen them later.
<<less
Download (694KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
CrunzhMonitor 0.9

CrunzhMonitor 0.9


CrunzhMonitor is a small program to check the stability of your web server. more>>
CrunzhMonitor is a small program to check the stability of your web server. It simply checks the possibility of connecting to you web server (http server) and if it fails, maintains a error log.

It is possible to configure how often it should check.
CrunzhMonitor is released as open source software under the BSD license.
<<less
Download (0.003MB)
Added: 2005-10-17 License: BSD License Price:
1493 downloads
PG Calculator 2.2-6

PG Calculator 2.2-6


PG Calculator is a powerfull scientific skinable calculator. more>>
PG Calculator is a powerfull scientific skinable calculator. PG Calculator is an excellent replacement for standard Windows calculator.
PG Calculator works in algebraic and RPN mode. It recognizes real and complex numbers and allows simple vectors manipulations.
There are up to 120 recognized units of measure with possibility to make easy conversions between consistent units.
Enhancements:
- fixed to compile with GCC 4.1.1
<<less
Download (2.3MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1235 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5