o.h.r.rpg.c.e 2006
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 182
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
Perforce 2006.2
Perforce is a software configuration management system. more>>
Perforce is a software configuration management system that is fast, robust, runs on over 50 platforms, and scales to over 1000 users on a single repository.
Perforce project supports atomic submits and works well over wide area networks, including the Internet.
Main features:
Server
- The Perforce Server, P4D, manages access to versioned files, tracks user operations and records all activity in a centralized database.
Command-Line Client
- The Perforce Command-Line Client, P4, is highly scriptable and available on more than 50 platforms.
Distributed Development
- The Perforce Proxy, P4P, offers caching technology to provide remote users with quicker response times and real-time access to project activity and status information.
Defect Tracking
- Perforces built-in defect tracking system provides basic management for change requests. Integrations with leading defect tracking systems are also available to support more sophisticated workflow.
Web Client
- The Perforce Web Client, P4Web, turns your web browser into a complete user interface to Perforce.
Graphical Tool Integrations
- The Perforce Plug-in for Graphical Tools, P4GT, gives artists seamless access to version control from within 3ds max, Maya, and Adobe Photoshop.
Merge Tool
- The Perforce Merge Tool, P4Merge, provides graphical three-way merging and side-by-side file comparisons. Perforce client applications can also be configured to work with third-party merge tools.
Reporting
- The Perforce Reporting System, P4Report, offers query and reporting capability. Reporting tools including Crystal Reports, Microsoft Access and Microsoft Excel access the Perforce database through an ODBC driver.
IDE Integrations
- Perforces integrations with popular IDEs provides users with direct access to SCM functionality. Integrations are available for Microsoft Visual Studio, Eclipse, JBuilder, and others.
Enhancements:
- Client workspaces have a new "SubmitOptions" field that allows users to specify how unchanged files should be handled on submit.
- "p4 submit" can also now detect files opened for branch/integrate that have been modified in the workspace.
- Submits can be up to 40% faster thanks to improvements in the database locking and buffering of the journal file.
- Several changes have been made to improve the management of remote depots, including better lock support and MaxScanRows/MaxResults support.
- The new MaxLockTime group property allows admins to limit the duration of locks held by members of the group.
<<lessPerforce project supports atomic submits and works well over wide area networks, including the Internet.
Main features:
Server
- The Perforce Server, P4D, manages access to versioned files, tracks user operations and records all activity in a centralized database.
Command-Line Client
- The Perforce Command-Line Client, P4, is highly scriptable and available on more than 50 platforms.
Distributed Development
- The Perforce Proxy, P4P, offers caching technology to provide remote users with quicker response times and real-time access to project activity and status information.
Defect Tracking
- Perforces built-in defect tracking system provides basic management for change requests. Integrations with leading defect tracking systems are also available to support more sophisticated workflow.
Web Client
- The Perforce Web Client, P4Web, turns your web browser into a complete user interface to Perforce.
Graphical Tool Integrations
- The Perforce Plug-in for Graphical Tools, P4GT, gives artists seamless access to version control from within 3ds max, Maya, and Adobe Photoshop.
Merge Tool
- The Perforce Merge Tool, P4Merge, provides graphical three-way merging and side-by-side file comparisons. Perforce client applications can also be configured to work with third-party merge tools.
Reporting
- The Perforce Reporting System, P4Report, offers query and reporting capability. Reporting tools including Crystal Reports, Microsoft Access and Microsoft Excel access the Perforce database through an ODBC driver.
IDE Integrations
- Perforces integrations with popular IDEs provides users with direct access to SCM functionality. Integrations are available for Microsoft Visual Studio, Eclipse, JBuilder, and others.
Enhancements:
- Client workspaces have a new "SubmitOptions" field that allows users to specify how unchanged files should be handled on submit.
- "p4 submit" can also now detect files opened for branch/integrate that have been modified in the workspace.
- Submits can be up to 40% faster thanks to improvements in the database locking and buffering of the journal file.
- Several changes have been made to improve the management of remote depots, including better lock support and MaxScanRows/MaxResults support.
- The new MaxLockTime group property allows admins to limit the duration of locks held by members of the group.
Download (MB)
Added: 2007-01-03 License: Free for non-commercial use Price:
1029 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
psyced 2006-12-03
psyced is a distributed chat and messaging system based on the Protocol for SYnchronous Conferencing. more>> <<less
Download (0.47MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1056 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
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
Germany 2006 1.2
Germany 2006 is an application for managing the FIFA World Cup Germany 2006. more>> <<less
Download (1.4MB)
Added: 2006-06-16 License: Freeware Price:
2476 downloads
Page Manager 2006-01-27
Page Manager is a content management system (CMS) for sites that does not need (or cannot have) a database back-end. more>>
Page Manager is a content management system (CMS) for sites that does not need (or cannot have) a database back-end. Instead Page Manager uses the HTML-files itself as storage.
This makes it ideal for static (or semi-static) websites that does not need to be updated every second, but need an web-based editing/management interface.
It includes a browser-based WYSIWYG HTML editor (using TinyMCE) and it can also be used to maintain news, blogs (or other lists) and online image galleries.
New in-place wysiwyg editing (using AJAX) makes the web management easy for non-technical people.
Main features:
- Browser-based website management
- Simple editing interface for site content, news lists, blogs and image galleries
- WYSIWYG editing of HTML pages using TinyMCE
- No database: The pages themselves are the database
- VERY simple installation: Just unzip to your public directory.
- Minimal configuration required: Only username/password must be specified.
- Simple XML syntax to include meta information (for the editor) in HTML-pages.
<<lessThis makes it ideal for static (or semi-static) websites that does not need to be updated every second, but need an web-based editing/management interface.
It includes a browser-based WYSIWYG HTML editor (using TinyMCE) and it can also be used to maintain news, blogs (or other lists) and online image galleries.
New in-place wysiwyg editing (using AJAX) makes the web management easy for non-technical people.
Main features:
- Browser-based website management
- Simple editing interface for site content, news lists, blogs and image galleries
- WYSIWYG editing of HTML pages using TinyMCE
- No database: The pages themselves are the database
- VERY simple installation: Just unzip to your public directory.
- Minimal configuration required: Only username/password must be specified.
- Simple XML syntax to include meta information (for the editor) in HTML-pages.
Download (0.86MB)
Added: 2006-01-27 License: LGPL (GNU Lesser General Public License) Price:
1365 downloads
HelloUsers 12.2006
HelloUsers is a Web application for communication between network administrators and users. more>>
HelloUsers is a Web application for communication between network administrators and users. It is like a notice board.
It contains an extended administrative panel and assures that a news item from an administrator will be viewed by network users.
It uses iptables to redirect Web traffic to a local HTTP server located on the network router.
<<lessIt contains an extended administrative panel and assures that a news item from an administrator will be viewed by network users.
It uses iptables to redirect Web traffic to a local HTTP server located on the network router.
Download (0.025MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1025 downloads
Brushed 07.01.2006
Brushed provides a GTK+ 2.x (and Metacity) theme. more>>
Brushed provides a GTK+ 2.x (and Metacity) theme.
Brushed (apple-brushed) is a GTK+ 2.x (and Metacity) theme under GPL.
The theme comes with default installed options, you may run "configure" located at the root of the theme folder to choose different options.
Theme inspired by Mac OS-X.
The archive contains a script (bash/zenity) to configure the different options available for the GTK theme like the buttons, (tabs for old version), progress bar and Metacity themes (script written by leloxias).
Install the theme as usual. To change the options, launch "configure" located at the root of the theme folder (~/.themes/Brushed/configure), a preview of the options helps you to choose the options.
<<lessBrushed (apple-brushed) is a GTK+ 2.x (and Metacity) theme under GPL.
The theme comes with default installed options, you may run "configure" located at the root of the theme folder to choose different options.
Theme inspired by Mac OS-X.
The archive contains a script (bash/zenity) to configure the different options available for the GTK theme like the buttons, (tabs for old version), progress bar and Metacity themes (script written by leloxias).
Install the theme as usual. To change the options, launch "configure" located at the root of the theme folder (~/.themes/Brushed/configure), a preview of the options helps you to choose the options.
Download (0.20MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1002 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
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
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
Mini-Pentoo 2006.1
Mini-Pentoo is a mini LiveCD distribution generated from Pentoo Linux. more>> <<less
Download (208MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1228 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
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 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