Main > Free Download Search >

Free whole software for linux

whole

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 657
Whole Platform 1.0.0.v20070403-1644

Whole Platform 1.0.0.v20070403-1644


Whole Platform project is a technology for engineering the production of software. more>>
Whole Platform project is a technology for engineering the production of software.
We think that programming is an activity concerning the development of domain languages; so, we provide a platform for developing new languages, manipulating them using domain notations and transforming them to executable code.
Using the Whole Platform, the problem domain experts can work together with the programming experts for the development of software products.
The Whole Platform includes a modeling framework, a generative system, a family of languages, and domain editors integrated with the Eclipse platform.
The languages boundled with the Platform include popular languages such as Java and XML together with some new domain languages used for modeling the structure, the behavior, the persistence and the notations of a language.
Main features:
Architecture
- Extensible. The architecture provides an API for language extension. You can add/remove languages, notations, persistences and operations.
- Java frameworks and domain languages. All the expressive power of the Whole Platform is available as standard Java frameworks. Part of this expressive power is also available through a family of domain languages.
- Generative. The Whole modeling languages generate code on top of the Java frameworks. Together with the extensive use of wellknown Design Patterns in frameworks, the code generated feels hand written.
Metaprogramming
- Native support. Each Whole language can be used at template level and, if it has an executable semantics, it can be also used at base or host level.
- Staging support for visitors. Staging support is available for behavior defined using the visitors traversal framework.
- Mixing template languages. A single artifacts generator can use multiple template languages.
Persistence
- Stream based persistence. The Persistence syntax of a model is pluggable. Both stream based and model based persistence methods (kits) are supported. The streaming API looks like the building events produced by the Director participant of the Builder Design Pattern.
- Java code and XML default serializers. The standard persistence kits are based on a streaming API and are available in two flavor: Java and XML. The Java code, when executed, fires a stream of building events.
- Stream based behavior. Model behavior can be defined directly on top of the streaming API without prior building of the model.
- Multiple languages support. Programs written using multiple languages are supported even on a single source file.
- Versioning support. Facilities for versioning metamodels and migrate/import existing models are provided.
Editing
- GEF based editors for Eclipse. Model based visual editors for Eclipse can be added to a Whole language even using separate plugins.
- Rich graphical user interfaces. Multiple kinds of notations are supported including grammar layouts for text oriented languages, math layout for mathematical expressions, tree and graph layouts for diagram oriented languages.
- Multiple notations for a language. For each language multiple notations can be defined and deployed in a modular way. The notation can be changed while editing.
- Mixing notations. Multiple notations can be mixed even on a single editor view. This feature is especially useful for metaprogramming using concrete syntaxes for template languages.
<<less
Download (MB)
Added: 2007-04-12 License: LGPL (GNU Lesser General Public License) Price:
926 downloads
wyoFiler 0.7.2

wyoFiler 0.7.2


wyoFiler is a filer showing the directory hierarchy and the files in the same tree window. more>>
wyoFiler shows all directories and files of a base directory in one tree window. Directories and files can be selected and manipulated across the whole hierarchy, from the base directory all the way down to the lowest level.

Selected items may be in different directories on different levels. The base directory itself may be switched to any other convenient directory.

All file manipulations are done in the background, so multiple commands are possible simultaneously.

The filer can display multiple base directories in tabbed notebook pages or separate top level windows.
<<less
Download (1.7MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1640 downloads
Goggles 0.9.1

Goggles 0.9.1


Goggles is a frontend for the Ogle DVD player. more>>
Goggles is a frontend for the Ogle DVD player. It supports all the features that Ogle provides, including bookmarks, and adds automatic starting, automatic bookmarks, a convenient preferences panel for setting keyboard shortcuts, DXR3 settings, and language and country preferences.
Goggles is written in C++ using the FOX Toolkit.
Main features:
- Easy user interface giving access to all Ogle functionality.
- Add Bookmark your movies.
- "Continue last session" - Automatically continue the movie since the last time you watched it!
- Chapter/Title browser, explore the whole dvd
- Screenshot browser
- Ogle Preferences Panel for Language and Country Settings
- Automatically disable Screensaver and DPMS
- Configure Keyboard Shortcuts from the GUI
- Xvideo Control Panel (Xv is required)
- DXR3 Control Panel (Creative dxr3 required)
- PDF Manual
<<less
Download (0.47MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1063 downloads
Move 0.2

Move 0.2


Move can help you move files or whole directories without loosing your AmaroK statistics (playcounter, score, etc.). more>>
Move can help you move files or whole directories without loosing your amaroK statistics (playcounter, score, etc.).

It also works with audio files which are not yet in your collection (f.ex. download folder).

Tested with amaroK 1.4 and Sqlite database, should work with MySQL and PostgreSQL too.

<<less
Download (0.004MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1239 downloads
GoldSeeker 0.32

GoldSeeker 0.32


GoldSeeker provides a small formatted data extraction application. more>>
GoldSeeker provides a small formatted data extraction application.
It was built to extract formatted data from HTML files, but can be used with all kind of files.
Its behaviour is defined by a rule-based configuration file. It can process files on the local server, or directly get web pages via http://.
GoldSeeker is still in development, its neither whole nor stable; nevertheless it can already be used for simple extractions.
Use
Edit GSParser.php and set your mysql connection parameters (if you dont want to use database export just comment out the "dbConnect();" line). Check that the include paths are correct, and run sample.php.
GS parameters:
include(GSparser.php);
$gs = new GSParser(config file path, data source path, data source type);
$gs->parse();
?>
Data source type: singleFile for... well, a single file; listOfFiles for an array of filenames; directory for a whole directory. Source path : file path or array of file paths.
Enhancements:
- Corrected some linkVariableValues bugs
- Optional (non-mandatory) variables support
- Added a set of unit tests to avoid further regressions (they also serve as a set of samples)
<<less
Download (0.017MB)
Added: 2007-01-31 License: LGPL (GNU Lesser General Public License) Price:
999 downloads
Math::TotalBuilder 1.10

Math::TotalBuilder 1.10


Math::TotalBuilder is a Perl module to build a whole total out of valued pieces. more>>
Math::TotalBuilder is a Perl module to build a whole total out of valued pieces.

SYNOPSIS

use Math::TotalBuilder;

my %lsd = ( pound => 240, shilling => 20, penny => 1 );

# units for 952 pence
my %tender = build(%lsd, 952);

# total value of 3, 21, 98
my $wealth = total(%lsd, { pound => 3, shilling => 21, penny => 98 });

# best better representation of 18, 6, 40
my %moolah = build(%lsd,
total (%lsd, { pound => 18, shilling => 6, penny => 40 }));

This module provides two subroutines, build and total, which can be used to handle quantities of valued items. These can be used to build the proper tender to represent a quantity of money, to compose a mass from standard weights, to convert a difference of seconds to a set of time units, or other similar calculations.

<<less
Download (0.005MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1123 downloads
h4xx0ri5e

h4xx0ri5e


h4xx0ri5e is a service menu which renames files to give them a more hackerish look. more>>
h4xx0ri5e is a service menu which renames files to give them a more hackerish look.

Exemple:

hacker -> h4xx0r
hack -> h4xx
the -> teh
a, A -> 4
l, L -> 1
o, O -> 0
s, S -> 5

Hope you may have fun with it.

Installation:

just copy (i assume youve got kde in the standard place):
h4xx0r15e.desktop to ~/.kde/share/apps/konqueror/servicemenus (for yourself), or
to /usr/share/apps/konqueror/servicemenus/ (for everyone), and
h4xx0r15e.sh to one of the $PATH directories, f.ex. /usr/local/bin, or /usr/bin

Known problems:

doesnt work with filenames with spaces. sorry, i just dont feel like trying to fix it now since i know the whole thing is useless and pure fun, anyway.
<<less
Download (0.002MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1265 downloads
Fish Fillets 0.7.4

Fish Fillets 0.7.4


Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from ALTAR interactive. more>>
Fish Fillets NG is a Linux port of wonderful puzzle game Fish Fillets from ALTAR interactive.

Fish Fillets NG is strictly a puzzle game. The goal of Fish Fillets in every of the seventy levels is always the same: find a safe way out.

The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music.

<<less
Download (0.28MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
610 downloads
phpDIR browser 3.1

phpDIR browser 3.1


hpDIR is an easy to use and install script that can list files and folders. more>>
phpDIR is an easy to use and install script that can list files and folders, including file upload/download. Installation only requires the configuration of 3 parameters. The whole package contains 4 files.
phpDIR browser application also supports admin sessions, to also be able to delete files. In addition, invisible files can be configured. Folders can be downloaded as archive files. There is no need for additional PHP modules on your Web server.
Enhancements:
- On some servers, hidden file support was broken due to double slashes being returned by some functions.
- This has been fixed.
<<less
Download (0.011MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1012 downloads
WebGrab 1.2

WebGrab 1.2


WebGrab is a tool that acts as a CGI proxy. more>>
WebGrab is a tool that acts as a CGI proxy. It simulates a Web browser and grabs data from external programs, and can exchange individual words or whole blocks.

The project can be run standalone or in conjunction with phpCMS.
<<less
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
1864 downloads
KNode 0.9.2

KNode 0.9.2


KNode is a newsreader for the K Desktop Environment. more>>
KNode is a newsreader for the K Desktop Environment. It is GNKSA compliant (unfortunally a review is still pending), and has support for MIME and multiple servers.

It is a online-reader, but in combination with a local newsserver like leafnode also usable with dial-up connections.

KNode is written in C++ using KDevelop, a great IDE for KDE (thanks to the whole KDevelop-team for their excellent work).

<<less
Download (11MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1501 downloads
wsdebug 0.1

wsdebug 0.1


wsdebug is a debugger for the Whitespace programming language. more>>
wsdebug is a debugger for the more or less famous whitespace programming language, coming along with a rather fast interpreter (wsi).

Most programming languages like C or Perl do not care for white space characters (like tab, space or newline/linefeed). The whitespace programming language works just the other way round, dont care for any character but those white space ones.

On the whole its just another geeky language like Brainfuck and others, however more adicting.

If youve written a whole lot of instructions youll probably reach the point, where you get lost. Then just put your script into wsdebug and step through your bunch of whitespace instructions and watch how each command manipulates the stack (or heap).
<<less
Download (0.27MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1654 downloads
gronogal 0.1

gronogal 0.1


gronogal is a software for easy uploading of many photos to grono.net. more>>
gronogal is a software for easy uploading of many photos to grono.net.
Main features:
- uploading single photos and whole directories te a chosen gallery
- creating new galleries
- editing existing galleries
- checking the transfer limit
<<less
Download (0.009MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1142 downloads
KoffeePhoto 1.1 Beta

KoffeePhoto 1.1 Beta


KoffeePhoto is a free software that allows you to manage your personal photo library. more>>
KoffeePhoto is a free software that allows you to manage your personal photo library. You can manage your photo albums with KoffeePhoto, and share them with your friends or family very easily. Your albums will be saved on the KoffeePhoto network, which will let you access them anytime and anywhere.

KoffeePhoto allows you to pick your photos on your hard disk or on your camera, and to organize them in albums. Thanks to several ways of sorting your photos, by date, topic, place, person, or any combination of these categories, you will always have an easy way to find all your photos again.

KoffeePhoto saves your whole photo library on its peer-to-peer KoffeePhoto network. This is carried out in a completely seamless way. Your photos are encrypted to ensure confidentiality, and are saved without any loss in quality (no format reduction, no data compression), and no storage expiration date. You can access your photo library from several computers if you wish. In case of any data loss, you can recover your whole photo library very easily!

<<less
Download (0.003MB)
Added: 2006-10-20 License: Freeware Price:
1174 downloads
dtoGen 0.5.2

dtoGen 0.5.2


dtoGe project is a java source generation tool. more>>
dtoGe project is a java source generation tool that can ease the development of multi-tier systems by offering a reliable solution to obtain the data transfer objects out of the domain model objects without hand-writting additional code.

Using a simple set of javadoc tags, dtoGen™ provides the possibility to define the whole set of data transfer objects used by your system.
<<less
Download (0.63MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1149 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5