sherwood song in my head
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 680
Per-Song Volume 0.2.0
Per-Song Volume is a Perl script maintains a per-song volume information. more>>
Per-Song Volume is a Perl script maintains a per-song volume information.
What it means is that a volume is associated with each song, which is recorded whenever the volume changes, and is restored to its last value when the song is played again.
This is useful if you have several songs which sound louder or softer than the rest.
To run this script you need perl 5 and DBD::SQLite (http://search.cpan.org/dist/DBD-SQLite/).
The file "$HOME/.kde/share/apps/amarok/scripts-data/per-song-volume.default-volume.txt" can optionally hold the default volume for playing the files (an integer from 0 to 100). The default setting for it is 40.
I hope you find this script useful!
<<lessWhat it means is that a volume is associated with each song, which is recorded whenever the volume changes, and is restored to its last value when the song is played again.
This is useful if you have several songs which sound louder or softer than the rest.
To run this script you need perl 5 and DBD::SQLite (http://search.cpan.org/dist/DBD-SQLite/).
The file "$HOME/.kde/share/apps/amarok/scripts-data/per-song-volume.default-volume.txt" can optionally hold the default volume for playing the files (an integer from 0 to 100). The default setting for it is 40.
I hope you find this script useful!
Download (0.003MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1071 downloads
The Minstrels Song 2.0
The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<lessThe Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
Load .pls playlists in MPD 0.2
Load .pls playlists in MPD is a service menu for KDE that can load one or several .pls files (playlists) into current MPDs pl more>>
Load .pls playlists in MPD is a service menu for KDE that can load one or several ".pls" files (playlists) into current MPDs playlist.
If your version of MPD supports it, this works for playlists containing URLs as well, such as the ones that can be found on Shoutcast.
The program "mpc" is required for this to work.
The file is to be put in ~/.kde/share/apps/konqueror/servicemenus/.
Enhancements:
- Can now load several playlists at a time
- Added 2 actions: play now, play after current song
- Now the actions are in their own submenu
<<lessIf your version of MPD supports it, this works for playlists containing URLs as well, such as the ones that can be found on Shoutcast.
The program "mpc" is required for this to work.
The file is to be put in ~/.kde/share/apps/konqueror/servicemenus/.
Enhancements:
- Can now load several playlists at a time
- Added 2 actions: play now, play after current song
- Now the actions are in their own submenu
Download (MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
895 downloads

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
VPython 4 Beta 15
VPython is a 3D graphics library for Python, designed to permit novice programmers to write scientific graphics programs. more>>
VPython is a 3D graphics library for Python, designed to permit novice programmers to write scientific graphics programs.
VPython is a package that includes the following modules:
the Python programming language
the IDLE interactive development environment
"Visual", a Python module that offers real-time 3D output, and is easily usable by novice programmers
"Numeric", a Python module for fast processing of arrays
VPython is free and open-source.
Enhancements:
- Mikhail Temkine fixed some bugs, implemented new lighting for boxes, and implemented keyboard input for Windows.
<<lessVPython is a package that includes the following modules:
the Python programming language
the IDLE interactive development environment
"Visual", a Python module that offers real-time 3D output, and is easily usable by novice programmers
"Numeric", a Python module for fast processing of arrays
VPython is free and open-source.
Enhancements:
- Mikhail Temkine fixed some bugs, implemented new lighting for boxes, and implemented keyboard input for Windows.
Download (0.52MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
911 downloads
CDcover XMMS Plugin 0.2
CDcover XMMS Plugin displays a graphic dependent on the currently played song. more>>
CDcover XMMS Plugin displays a graphic dependent on the currently played song.
Normal usage would be to display the CD covers for the different songs. The graphics are retrieved from your computer. Therefore searchpaths can be defined, where a corresponding cover is searched for.
Main features:
- Define as many different search paths as you need, including wildcards
- Buildin skin, full support for custom skins
- Many different graphic formats (supported formats depend on your gtk installation)
- Automatically resizes the images, and preserves aspect-ratio upon request
<<lessNormal usage would be to display the CD covers for the different songs. The graphics are retrieved from your computer. Therefore searchpaths can be defined, where a corresponding cover is searched for.
Main features:
- Define as many different search paths as you need, including wildcards
- Buildin skin, full support for custom skins
- Many different graphic formats (supported formats depend on your gtk installation)
- Automatically resizes the images, and preserves aspect-ratio upon request
Download (0.23MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1291 downloads
XMMS Now Playing plugin 0.1.4
XMMS Now Playing plugin outputs information of the song currently being played in XMMS to specified text files. more>>
XMMS Now Playing plugin outputs information of the song currently being played in XMMS to specified text files. It supports ID3 tags (using libid3tag from MAD project) and has some other bells and whistles.
This is a now playing plugin for XMMS, replacement for song_change.so
This is a really quick hack, but it works for me.
song_change.so (song change plugin) is included in XMMS package and provides
somewhat relative functionality, but with some limitations.
Improvements:
1. support for id3/id3v2 tags via libid3tag from MAD
2. support for additional conditions (if paused, if playing, etc..) not just playing/end of playlist reached.
<<lessThis is a now playing plugin for XMMS, replacement for song_change.so
This is a really quick hack, but it works for me.
song_change.so (song change plugin) is included in XMMS package and provides
somewhat relative functionality, but with some limitations.
Improvements:
1. support for id3/id3v2 tags via libid3tag from MAD
2. support for additional conditions (if paused, if playing, etc..) not just playing/end of playlist reached.
Download (0.16MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1294 downloads
amaroK Now-Webing 0.2
amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist. more>>
amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist.
Works great for parsing and displaying data on a webserver.
<<lessWorks great for parsing and displaying data on a webserver.
Download (MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
Xmms::SongChange 0.12
Xmms::SongChange is a Perl module to take actions based on song track/time change. more>>
Xmms::SongChange is a Perl module to take actions based on song track/time change.
SYNOPSIS
xmms> change on
This module creates a thread to poll xmms for song track and time changes. The thread is started via the Xmms::shell command change on and stopped via change off.
<<lessSYNOPSIS
xmms> change on
This module creates a thread to poll xmms for song track and time changes. The thread is started via the Xmms::shell command change on and stopped via change off.
Download (0.18MB)
Added: 2006-11-11 License: Perl Artistic License Price:
1077 downloads
AmaroK now playing 0.1
AmaroK now playing is a script that displays the song you are currently playing with amaroK. more>>
AmaroK now playing is a script that displays the song you are currently playing with amaroK.
Add it to, /usr/share/apps/konversation/scripts
Then add it to command aliases
Konversation > settings > command aliases
For example: alias: np ;replacement: /exec np
<<lessAdd it to, /usr/share/apps/konversation/scripts
Then add it to command aliases
Konversation > settings > command aliases
For example: alias: np ;replacement: /exec np
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
Convert::Wiki::Node::Head 0.05
Convert::Wiki::Node::Head is a Perl module that represents a headline node. more>>
Convert::Wiki::Node::Head is a Perl module that represents a headline node.
SYNOPSIS
use Convert::Wiki::Node::Head;
my $head = Convert::Wiki::Node->new( txt => About Foo, type => head1 );
print $head->as_wiki();
A Convert::Wiki::Node::Head represents a headline node in a text.
<<lessSYNOPSIS
use Convert::Wiki::Node::Head;
my $head = Convert::Wiki::Node->new( txt => About Foo, type => head1 );
print $head->as_wiki();
A Convert::Wiki::Node::Head represents a headline node in a text.
Download (0.019MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1159 downloads
Professor X 0.4.1
Professor X is an extension which lets you see inside a pages head without viewing the sourcecode. more>>
Professor X is an extension which lets you see inside a pages head without viewing the sourcecode.
Once installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta, Script and Style content.
This can help you see how a website was constructed without having to go back and forth between the sourcecode and the page in your browser.
This is the companion extension to X-Ray although either can be installed and used on their own. They were created to help people learning web design at various levels of experience.
<<lessOnce installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta, Script and Style content.
This can help you see how a website was constructed without having to go back and forth between the sourcecode and the page in your browser.
This is the companion extension to X-Ray although either can be installed and used on their own. They were created to help people learning web design at various levels of experience.
Download (0.023MB)
Added: 2007-04-03 License: MPL (Mozilla Public License) Price:
936 downloads
XMMS Nebulus Plugin 0.8.0
Nebulus is an OpenGL/SDL visualization plugin for XMMS. more>>
Nebulus is an OpenGL/SDL visualization plugin for XMMS.
XMMS Nebulus Plugin features many options including fullscreen mode, effects priorities, the display of the song title, and more.
Its conceptually a compilation of various OpenGL effects that depends on the music
<<lessXMMS Nebulus Plugin features many options including fullscreen mode, effects priorities, the display of the song title, and more.
Its conceptually a compilation of various OpenGL effects that depends on the music
Download (0.50MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1021 downloads
qSong 0.9.2
qSong project is a song database program with multimedia features. more>>
qSong project is a song database and a lyrics manager program with multimedia features.
Main features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
<<lessMain features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
Download (0.36MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
Amarok Skype mood poster 1.0.0
Amarok Skype mood poster is an Amarok script that will update skypes mood field with your current playing song. more>>
Amarok Skype mood poster is an Amarok script that will update skypes mood field with your current playing song.
<<less Download (0.009MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
937 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 sherwood song in my head 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