o.h.r.rpg.c.e 2006 08 03 hasta la qb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 733
O.H.R.RPG.C.E 2006-08-03 Hasta-la-qb+
O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games. more>>
O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games.
A Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already available.
<<lessA Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already available.
Download (0.93MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1004 downloads
SVN2Log 2006-08-03
SVN2Log automatically generates changelogs from Subversion repository. more>>
SVN2Log project automatically generates changelogs from Subversion repository. You do not need to waste your time and write special changelog document with a subset of features already described in your SVN commits desriptions - you decide which parts will be displayed for your users.
Main features:
- automatically generates text ChangeLog file from Subversion repository in standard GNU-style format;
- use /* ... */ comments in your SVN commits to mark parts of the descriptions which you dont want to be visible for users;
- limit information presented using commandline switches;
- UTF-8 support;
- written in Python, easily scriptable so you can add it to your cron jobs;
- open sourced, free to use;
<<lessMain features:
- automatically generates text ChangeLog file from Subversion repository in standard GNU-style format;
- use /* ... */ comments in your SVN commits to mark parts of the descriptions which you dont want to be visible for users;
- limit information presented using commandline switches;
- UTF-8 support;
- written in Python, easily scriptable so you can add it to your cron jobs;
- open sourced, free to use;
Download (0.011MB)
Added: 2006-08-22 License: Other/Proprietary License Price:
1159 downloads
ramrip 2006-06-05
ramrip is a little script which wraps up mplayer / ffmpeg. more>>
ramrip is a little script which wraps up mplayer / ffmpeg. It downloads real video or real audio streams, and then encodes them. Video files are transcoded to mpeg format using ffmpeg. Audio-only streams can be encoded to ogg/vorbis, mp3 or wav formats.
Unlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!
Theres no manual page right now. Run the program with the -h option to see the following help:
Usage: ramrip [options] [basename]
Options:
-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])
EXAMPLES:
$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)
$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)
$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)
$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
<<lessUnlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!
Theres no manual page right now. Run the program with the -h option to see the following help:
Usage: ramrip [options] [basename]
Options:
-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])
EXAMPLES:
$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)
$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)
$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)
$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
Download (0.005MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
ogg2mp3 2006-08-31
ogg2mp3 takes a list of OGG Vorbis formatted files and converts them to mp3 format. more>>
ogg2mp3 takes a list of OGG Vorbis formatted files and converts them to mp3 format. ogg2mp3 project is useful when you want to transfer OGG encoded files to a device which doesnt support the format (e.g. an iPod).
Each file specified on the command line is converted to a file with the same name except the ``.ogg at the end is replaced with ``.mp3. The new file is created in the current working directory unless otherwise specified with the --output-directory option.
By default, ogg2mp3 prints one line of output per file processed (printing it as the processing of that file starts) as follows:
processing 1 / 10 : 01_big_exit.ogg -> ./01_big_exit.mp3
Where 01_big_exit.ogg is the first of ten files to be processed (1 / 10), and the output file is called ./01_big_exit.mp3.
This behaviour can be modified using the --quiet and --verbose options.
OPTIONS:
Note that all command line options may be abbreviated to the shortest unique version, e.g. --output-directory can be shortened to -o because there are no other options beginning with -o. However, to see the version, at least --vers is required since there is also the --verbose option, thus ``vers is the shortest unique abbreviation of ``version.
--debug n
Set the debugging level to n. Ranges from 0 to 10, 10 being really verbose, 0 being just warnings (the default).
--id3-tags or --noid3-tags
Specify that you want (or not) ID3 tags to be copied into the MP3 file.
--force-overwrite
If an output .mp3 file already exists, overewrite it without prompting (the default is to skip such files and issue a warning).
--help
Show a brief command line help message and exit.
--output-directory dir
Tell ogg2mp3 to create the .mp3 files in the directorry dir instead of the current directory.
--prefix prefix
Prefix all output filenames with prefix.
--quiet
Dont print output unless there is an error.
--suffix suffix
Append suffix to all output filenames just before the .mp3 extension.
--verbose
If --quiet is not spcified, this switch increases the amount of information displayed as each file is processed. The extra information details the ID3 tags found in the source file.
--version
Print the program name and version and exit.
EXAMPLES:
Example 1
$ ogg2mp3 echo.ogg got_two_legs.ogg pripple_ipple.ogg
processing 1 / 3 : echo.ogg -> ./echo.mp3
processing 2 / 3 : got_two_legs.ogg -> ./got_two_legs.mp3
processing 3 / 3 : pripple_ipple.ogg -> ./pripple_ipple.mp3
This command will create three new files: echo.mp3, got_two_legs.mp3, and pripple_ipple.mp3 in mp3 format in the current directory.
Example 2
$ ogg2mp3 -o /media/ipod my_song.ogg
processing 1 / 1 : my_song.ogg -> /media/ipod/my_song.mp3
This command creates the file my_song.mp3 in the directory /media/ipod.
Example 3
$ ls *.ogg
track_01.ogg track_02.ogg track_03.ogg
$ ogg2mp3 -o /tmp --verbose *.ogg
processing 1 / 3 : track_01.ogg -> /tmp/track_01.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Am I Wry? No
tracknumber => 1
processing 2 / 3 : track_02.ogg -> /tmp/track_02.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => 156
tracknumber => 2
processing 3 / 3 : track_03.ogg -> /tmp/track_03.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Snow Brigade
tracknumber => 3
As you can see, adding the --verbose option turns on display of ID3 tags.
<<lessEach file specified on the command line is converted to a file with the same name except the ``.ogg at the end is replaced with ``.mp3. The new file is created in the current working directory unless otherwise specified with the --output-directory option.
By default, ogg2mp3 prints one line of output per file processed (printing it as the processing of that file starts) as follows:
processing 1 / 10 : 01_big_exit.ogg -> ./01_big_exit.mp3
Where 01_big_exit.ogg is the first of ten files to be processed (1 / 10), and the output file is called ./01_big_exit.mp3.
This behaviour can be modified using the --quiet and --verbose options.
OPTIONS:
Note that all command line options may be abbreviated to the shortest unique version, e.g. --output-directory can be shortened to -o because there are no other options beginning with -o. However, to see the version, at least --vers is required since there is also the --verbose option, thus ``vers is the shortest unique abbreviation of ``version.
--debug n
Set the debugging level to n. Ranges from 0 to 10, 10 being really verbose, 0 being just warnings (the default).
--id3-tags or --noid3-tags
Specify that you want (or not) ID3 tags to be copied into the MP3 file.
--force-overwrite
If an output .mp3 file already exists, overewrite it without prompting (the default is to skip such files and issue a warning).
--help
Show a brief command line help message and exit.
--output-directory dir
Tell ogg2mp3 to create the .mp3 files in the directorry dir instead of the current directory.
--prefix prefix
Prefix all output filenames with prefix.
--quiet
Dont print output unless there is an error.
--suffix suffix
Append suffix to all output filenames just before the .mp3 extension.
--verbose
If --quiet is not spcified, this switch increases the amount of information displayed as each file is processed. The extra information details the ID3 tags found in the source file.
--version
Print the program name and version and exit.
EXAMPLES:
Example 1
$ ogg2mp3 echo.ogg got_two_legs.ogg pripple_ipple.ogg
processing 1 / 3 : echo.ogg -> ./echo.mp3
processing 2 / 3 : got_two_legs.ogg -> ./got_two_legs.mp3
processing 3 / 3 : pripple_ipple.ogg -> ./pripple_ipple.mp3
This command will create three new files: echo.mp3, got_two_legs.mp3, and pripple_ipple.mp3 in mp3 format in the current directory.
Example 2
$ ogg2mp3 -o /media/ipod my_song.ogg
processing 1 / 1 : my_song.ogg -> /media/ipod/my_song.mp3
This command creates the file my_song.mp3 in the directory /media/ipod.
Example 3
$ ls *.ogg
track_01.ogg track_02.ogg track_03.ogg
$ ogg2mp3 -o /tmp --verbose *.ogg
processing 1 / 3 : track_01.ogg -> /tmp/track_01.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Am I Wry? No
tracknumber => 1
processing 2 / 3 : track_02.ogg -> /tmp/track_02.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => 156
tracknumber => 2
processing 3 / 3 : track_03.ogg -> /tmp/track_03.mp3
ID3 Tags:
album => Frengers
artist => Mew
date => 2003
genre => Pop
title => Snow Brigade
tracknumber => 3
As you can see, adding the --verbose option turns on display of ID3 tags.
Download (0.010MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
684 downloads
FIFA World Cup 2006 Icons for Linux -
Ball Soccer Camp, Ball Trophy, Footbal Camp, Soccer Ball, Trophy, Trophy Soccer more>> Description:
6 freeware icons inspired in the FIFA World Cup 2006.
Content:
Ball Soccer Camp, Ball Trophy, Footbal Camp, Soccer Ball, Trophy, Trophy Soccer Camp<<less
Download (230KB)
Added: 2009-04-17 License: Freeware Price: Free
190 downloads
SOFEA 03-03-2006-08-33
SOFEA project is a Matlab object-oriented Finite Element toolkit. more>>
SOFEA project is a Matlab object-oriented Finite Element toolkit.
It includes the book, A Pragmatic Introduction to Finite Element Analysis for Structural Engineers.
The toolkit provides linear transient thermal analysis capabilities, with stress analysis and coupled multi-physics coming shortly.
Enhancements:
- Many additional examples, a few corrections of errors or inconsistencies.
<<lessIt includes the book, A Pragmatic Introduction to Finite Element Analysis for Structural Engineers.
The toolkit provides linear transient thermal analysis capabilities, with stress analysis and coupled multi-physics coming shortly.
Enhancements:
- Many additional examples, a few corrections of errors or inconsistencies.
Download (3.8MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1091 downloads
Iometer 2006-07-27 RC3
Iometer is an I/O performance analysis tool. more>>
As the Iometer Users Guide says, Iometer is an I/O subsystem measurement and characterization tool for single and clustered systems.
Iometer was originally developed by the Intel Corporation and announced at the Intel Developers Forum (IDF) on February 17, 1998 - since then it got wide spread within the industry.
Meanwhile Intel has discontinued to work on Iometer and it was given to the Open Source Development Lab (OSDL). In November 2001, a project was registered at SourceForge.net and an initial drop was provided.
Since the relaunch in February 2003, the project is driven by an international group of individuals who are continuesly improving, porting and extend the product.
The tool (Iometer and Dynamo executable) is distributed under the terms of the Intel Open Source License. The iomtr_kstat kernel module as well as other future independent components are distributed under the terms of the GNU Public License.
<<lessIometer was originally developed by the Intel Corporation and announced at the Intel Developers Forum (IDF) on February 17, 1998 - since then it got wide spread within the industry.
Meanwhile Intel has discontinued to work on Iometer and it was given to the Open Source Development Lab (OSDL). In November 2001, a project was registered at SourceForge.net and an initial drop was provided.
Since the relaunch in February 2003, the project is driven by an international group of individuals who are continuesly improving, porting and extend the product.
The tool (Iometer and Dynamo executable) is distributed under the terms of the Intel Open Source License. The iomtr_kstat kernel module as well as other future independent components are distributed under the terms of the GNU Public License.
Download (0.077MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1153 downloads
rvi 1.1 2006/02/09
rvi is a wrapper script which gives you an easy way of integrating RCS with your existing vim/vi work environment. more>>
rvi is a shell script that can give you an easy way of integrating RCS with your existing vim/vi work environment.
Simply use "rvi filename" instead of "vim filename", and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing.
Ever wanted to see what has changed to a configuration file?
Ever wanted to go back to where you where before some big change?
Ever wondered who changed your configuration files, and in what way?
Ever wanted the safety of knowing you can undo whatever changes you make to a config file?
Ever wanted to edit files in multi user environments without unknowingly overwriting others work?
rvi is a wrapper script which gives you an easy way of integrating RCS with your existing vim/vi work environment.
Simply use rvi filename instead of vim filename and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing. Eg:
reenen@tux$ rvi index.html
RCS/index.html,v --> index.html
revision 1.1 (locked)
done
... you edit the file here, and once done:
"index.html" 25L, 916C written
===================================================================
RCS file: RCS/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- index.html 2006/02/09 09:59:14 1.1
+++ index.html 2006/02/09 10:00:57
@@ -1,6 +1,7 @@
+
RCS/index.html,v > added title.
>> .
done
... the changes are displayed and the new revision checked in.
<<lessSimply use "rvi filename" instead of "vim filename", and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing.
Ever wanted to see what has changed to a configuration file?
Ever wanted to go back to where you where before some big change?
Ever wondered who changed your configuration files, and in what way?
Ever wanted the safety of knowing you can undo whatever changes you make to a config file?
Ever wanted to edit files in multi user environments without unknowingly overwriting others work?
rvi is a wrapper script which gives you an easy way of integrating RCS with your existing vim/vi work environment.
Simply use rvi filename instead of vim filename and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing. Eg:
reenen@tux$ rvi index.html
RCS/index.html,v --> index.html
revision 1.1 (locked)
done
... you edit the file here, and once done:
"index.html" 25L, 916C written
===================================================================
RCS file: RCS/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- index.html 2006/02/09 09:59:14 1.1
+++ index.html 2006/02/09 10:00:57
@@ -1,6 +1,7 @@
+
RCS/index.html,v > added title.
>> .
done
... the changes are displayed and the new revision checked in.
Download (MB)
Added: 2006-02-09 License: Artistic License Price:
1484 downloads
Linux+ Live 2006-01 Beta
Linux+ Live is a Fedora-based live DVD. more>>
Linux+ Live DVD is Live type of Linux distribution, based on Aurox Linux. The project is associated with Linux+ magazine and includes applications described in this magazine.
In our distro we are using rpm packages (Fedora Core ones).
Main features:
- usage of UnionFS;
- saving data and configuration on external device;
- support for TV cards (Video4Linux), including apps: KDETV, TVtime, Xawtv, Zapping and MythTV;
- develpment version of Anjuta 2.x with Glade 3.0;
- printing software CUPS, including apps: Mting, Kover, Mptool, HP Device Manager;
- RSS readers (Liferea, Blam);
- binary editor (Bless);
- document viewer (Envince);
- karaoke player (PyKaraoke) with examplary files and CDGtools;
- personal file indexing database (Kat);
- antivirus GUI (ClamTk);
- excelent games (Glest and Globulation2)
- and GRAMPS Genealogy System.
<<lessIn our distro we are using rpm packages (Fedora Core ones).
Main features:
- usage of UnionFS;
- saving data and configuration on external device;
- support for TV cards (Video4Linux), including apps: KDETV, TVtime, Xawtv, Zapping and MythTV;
- develpment version of Anjuta 2.x with Glade 3.0;
- printing software CUPS, including apps: Mting, Kover, Mptool, HP Device Manager;
- RSS readers (Liferea, Blam);
- binary editor (Bless);
- document viewer (Envince);
- karaoke player (PyKaraoke) with examplary files and CDGtools;
- personal file indexing database (Kat);
- antivirus GUI (ClamTk);
- excelent games (Glest and Globulation2)
- and GRAMPS Genealogy System.
Download (2280MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
819 downloads
pngphoon 2006-01-09
pngphoon project is intended as a successor to the great xphoon program. more>>
pngphoon project is intended as a successor to the great xphoon program (X PHase of mOON), which was written by Jef Poskanzer and Craig Leres and is available from: http://www.acme.com/software/xphoon/. xphoon is a program that displays the actual phase of the moon on the X11 root window.
Nowadays all desktop systems like KDE hide the X11 rootwindow with an own background image, so xphoon could paint as much in the root window as it likes to, but nothing was to been seen.
KDE has an advanced interface for programs to dynamically provide background images in png format. Thats what is program was originally written for. Heres an example. The image size must be 760x760 or bigger to place the moon. If its smaller just the stars will be drawn. And by the way: it is pronounced "pingphoon" (like "typhoon").
Compiling:
necessary are only a C compiler and
the development files of the png library (png.h and libpng.so or .a and their dependencies of cause)
a simple "make" should create the binary.
Setting up pngphoon for KDE:
assuming that the binary has been copied to /usr/local/bin/pngphoon
select configure desktop
bring up the advanced options dialog
check "Use the following program for drawing the background"
click add and fill out the form like this:
Name: pngphoon
Comment: Phase of moon
Command: /usr/local/bin/pngphoon -w %x -h %y -f %f
Preview Cmd: /usr/local/bin/pngphoon -w %x -h %y -f %f
Executable: /usr/local/bin/pngphoon
Refresh Time: 60 min
click "OK" on everything you opened
<<lessNowadays all desktop systems like KDE hide the X11 rootwindow with an own background image, so xphoon could paint as much in the root window as it likes to, but nothing was to been seen.
KDE has an advanced interface for programs to dynamically provide background images in png format. Thats what is program was originally written for. Heres an example. The image size must be 760x760 or bigger to place the moon. If its smaller just the stars will be drawn. And by the way: it is pronounced "pingphoon" (like "typhoon").
Compiling:
necessary are only a C compiler and
the development files of the png library (png.h and libpng.so or .a and their dependencies of cause)
a simple "make" should create the binary.
Setting up pngphoon for KDE:
assuming that the binary has been copied to /usr/local/bin/pngphoon
select configure desktop
bring up the advanced options dialog
check "Use the following program for drawing the background"
click add and fill out the form like this:
Name: pngphoon
Comment: Phase of moon
Command: /usr/local/bin/pngphoon -w %x -h %y -f %f
Preview Cmd: /usr/local/bin/pngphoon -w %x -h %y -f %f
Executable: /usr/local/bin/pngphoon
Refresh Time: 60 min
click "OK" on everything you opened
Download (0.064MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1386 downloads
MP3 renamer 2006 0.62
Mp3 renamer 2006 by MiKe is a shell script for Linux. more>>
Mp3 renamer 2006 by MiKe is a shell script for Linux. MP3 renamer goes by the Unix name of rename-mp3. It looks at MP3 files in a Directory and, using id3v2, will rename all the mp3 files in a nice format according to the id3 tags rename-mp3 will look at both v1 and v2 id3 tags, and will make the output file in a Title-Album-Artist.mp3 format.
It saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
<<lessIt saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
Download (0.005MB)
Added: 2006-03-22 License: Other/Proprietary License with Source Price:
1317 downloads
Furjournal 2006.11.08
Furjournal is a Firefox extension to serve as a bridge between Firefox and the Furjournal blogging service. more>>
Furjournal is a Firefox extension to serve as a bridge between Firefox and the Furjournal blogging service. It provides a couple of helpful features to that end, such as autologin, technorati tagging, updates checking and speedy access to relevant pages, singularly and as a group.
This extension now has all the fixes and features I intended it to have and everything works as I expected it to. Therefore this should be considered as the final version until such a time when a new official Firefox version is released that requires another update.
<<lessThis extension now has all the fixes and features I intended it to have and everything works as I expected it to. Therefore this should be considered as the final version until such a time when a new official Firefox version is released that requires another update.
Download (0.030MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
899 downloads
XTrader 2006.05
XTrader is a stock chart and technical analysis program. more>>
XTrader is a stock chart and technical analysis application. A simple portfolio module is also included for keeping tracks of your investments.
Main features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
<<lessMain features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
Download (2.3MB)
Added: 2006-05-04 License: QPL (QT Public License) Price:
1274 downloads
kPod 2006.01.08
kPod is a KDE Karamba theme for amaroK, thats in the style of an Apple iPod. more>>
kPod is a KDE Karamba theme for amaroK, thats in the style of an Apple iPod. The it is the love child of the amaroKim and amaroK Pod themes.
If you open kPod.theme in a text editor, that statement becomes quite obvious. Feel free to email any suggestions, or scripts you would like me to implement.
This is the first release, suggestions and comments are needed.
<<lessIf you open kPod.theme in a text editor, that statement becomes quite obvious. Feel free to email any suggestions, or scripts you would like me to implement.
This is the first release, suggestions and comments are needed.
Download (0.068MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1209 downloads
Metastorage 2006.11.22
Metastorage is a PHP data access object generator compiler tool. more>>
Metastorage is a PHP data access object generator compiler tool.
Metastorage is an application that automatically generates code for an Object Oriented API to store, retrieve and manipulate the persistent objects of classes described in a high level data model definition.
Metastorage provides a much more efficient development process for medium or large size applications that store and retrieve data from SQL based databases or other types of storage persistence containers, like XML files, flat file databases or LDAP servers.
When storing objects in SQL databases, Metastorage generated code performs efficient object-relational mapping. Metastorage antecipates static storage optimization decisions at compile time, so applications gain in performance, code size and memory usage by avoiding evaluating static decisions at run time.
Main features:
XML definition format
- Easy to write and understand component definition format in XML
Database schemas
- Automatic generation of (database) schema definition of the persistence container
Automatic generation of all classes
- Generates all the code for the data classes, factory class and (database) schema installation class
Self-contained code
- The generated code is self-contained and does not depend on MetaL or libraries of code that are not supplied
Object Query Language
- Provides an Object Query Language (OQL) to define expressions to filter objects in search queries
No SQL
- All code is generated without the need for the developer to write SQL code manually
Forms
- Generation of classes to create, validate and process Web forms to manage objects of the data classes.
Reports
- Generation of classes to execute queries to retrieve data from many objects to elaborate reports or to execute another kind of bulk processing
UML Diagrams
- Automatic generation of Entity-Relationship graphs in UML of the component class diagram
<<lessMetastorage is an application that automatically generates code for an Object Oriented API to store, retrieve and manipulate the persistent objects of classes described in a high level data model definition.
Metastorage provides a much more efficient development process for medium or large size applications that store and retrieve data from SQL based databases or other types of storage persistence containers, like XML files, flat file databases or LDAP servers.
When storing objects in SQL databases, Metastorage generated code performs efficient object-relational mapping. Metastorage antecipates static storage optimization decisions at compile time, so applications gain in performance, code size and memory usage by avoiding evaluating static decisions at run time.
Main features:
XML definition format
- Easy to write and understand component definition format in XML
Database schemas
- Automatic generation of (database) schema definition of the persistence container
Automatic generation of all classes
- Generates all the code for the data classes, factory class and (database) schema installation class
Self-contained code
- The generated code is self-contained and does not depend on MetaL or libraries of code that are not supplied
Object Query Language
- Provides an Object Query Language (OQL) to define expressions to filter objects in search queries
No SQL
- All code is generated without the need for the developer to write SQL code manually
Forms
- Generation of classes to create, validate and process Web forms to manage objects of the data classes.
Reports
- Generation of classes to execute queries to retrieve data from many objects to elaborate reports or to execute another kind of bulk processing
UML Diagrams
- Automatic generation of Entity-Relationship graphs in UML of the component class diagram
Download (0.88MB)
Added: 2006-11-22 License: BSD License Price:
1066 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above o.h.r.rpg.c.e 2006 08 03 hasta la qb search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed