hamster song
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 416
Hamster Font Manager 1.02
Hamster Font Manager is an easy GUI to manage fonts for X11/GS/TeX. more>>
HFM is a font manager for Unix systems. With it you can control the avaliability of fonts in all of the supported applications from a central place. Currently included are modules to support:
* X-Window
* Ghostscript
* TeX
A PostScript module handles PS Fonts. Other fonts remain untouched by this program.
HFM is distributed under the GPL (GNU Public License).
<<less* X-Window
* Ghostscript
* TeX
A PostScript module handles PS Fonts. Other fonts remain untouched by this program.
HFM is distributed under the GPL (GNU Public License).
Download (0.23MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1647 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
mpserv 0.10
Mpserv is an architecture for playing MP3s distributed throughout a LAN or high-speed WAN. more>>
Mpserv is an architecture for playing MP3s distributed throughout a LAN or high-speed WAN. The core is the server which houses a database of song titles available through the network. Clients connect to this server and request songs to be played on the stereo connected to the server machine.
The Server
need: mpg123 >=0.59n, perl >=5.002
usage: perl server.pl
desc: Attaches itself to port 2600 using the TCP protocol.
There is a (purposely) rudimentary CLI available. Just telnet into the server and type help for the commandset available. This is truly meant to be used by an external
(probably GUI) client.
The server has a database of all mp3s available as well as a playing queue holding the song currently playing and any waiting to be played.
A basic set of operations are supported, including addition, promotion, demotion and deletion of queue elements.
If the currently playing song is deleted, it will stop playing and the next song in the queue will begin. If it is demoted, it is interrupted and the next song in line is played. The first
song is then requeued to be played next. This is equivalent to promoting the number 2 song in the queue.
The Client
need: perl >=5.002, GTK >= 1.06, Perl/GTK >=0.5000
usage: perl client.pl [host-address]
desc: A GTK client for playing and modifying the server mp3 queue.
Omitting the host-address causes the client to look at the localhost for the mp3 server.
The GUI client should be fairly intuitive. The top frame contains the tree of available songs broken down as Artist => Album => Song. The frame below contains the list of songs that are currently in the servers queue. A bunch of buttons occupies the bottom of GUI, they control the song position in the queue, deletion, queue refreshing and tree refreshing.
The playing queue is automatically updated whenever a change is made by that particular client. Changes made by other clients are not visible until the refresh button is pushed. This includes when songs have finished, as queue traversal is left up to the server.
To fix this a server push mechanism is needed, where each client registers as a listener and is notified through a server of its own when changes have been made. This has yet to be implemented.
<<lessThe Server
need: mpg123 >=0.59n, perl >=5.002
usage: perl server.pl
desc: Attaches itself to port 2600 using the TCP protocol.
There is a (purposely) rudimentary CLI available. Just telnet into the server and type help for the commandset available. This is truly meant to be used by an external
(probably GUI) client.
The server has a database of all mp3s available as well as a playing queue holding the song currently playing and any waiting to be played.
A basic set of operations are supported, including addition, promotion, demotion and deletion of queue elements.
If the currently playing song is deleted, it will stop playing and the next song in the queue will begin. If it is demoted, it is interrupted and the next song in line is played. The first
song is then requeued to be played next. This is equivalent to promoting the number 2 song in the queue.
The Client
need: perl >=5.002, GTK >= 1.06, Perl/GTK >=0.5000
usage: perl client.pl [host-address]
desc: A GTK client for playing and modifying the server mp3 queue.
Omitting the host-address causes the client to look at the localhost for the mp3 server.
The GUI client should be fairly intuitive. The top frame contains the tree of available songs broken down as Artist => Album => Song. The frame below contains the list of songs that are currently in the servers queue. A bunch of buttons occupies the bottom of GUI, they control the song position in the queue, deletion, queue refreshing and tree refreshing.
The playing queue is automatically updated whenever a change is made by that particular client. Changes made by other clients are not visible until the refresh button is pushed. This includes when songs have finished, as queue traversal is left up to the server.
To fix this a server push mechanism is needed, where each client registers as a listener and is notified through a server of its own when changes have been made. This has yet to be implemented.
Download (0.017MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
AcmosisFR 0.1
AcmosisFR is a PHP frontend for IRPd, the shoutcast/icecast streamer. more>>
AcmosisFR is a PHP frontend for IRPd, the shoutcast/icecast streamer. Using this frontend you can create a fully interactive radio service accesible via webpage (providing current song details,requesting/skipping songs, statistics, playlist management).
It supports addons:
img.php - example of dynamic text (gd.library)
index.php - example of webpage
irpd-shout.patch , irpd.conf - patch and config file with new settings
playlist_update - perl script, generates playlist and reloads playlist in irpd streamer
testin.php - php script to test AcmosisFR functionality
<<lessIt supports addons:
img.php - example of dynamic text (gd.library)
index.php - example of webpage
irpd-shout.patch , irpd.conf - patch and config file with new settings
playlist_update - perl script, generates playlist and reloads playlist in irpd streamer
testin.php - php script to test AcmosisFR functionality
Download (0.010MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1182 downloads
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
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-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
gajim-status 0.9
gajim-status is a simple Amarok script to update your Gajim status with the current played song. more>>
gajim-status is a simple Amarok script to update your Gajim status with the current played song.
Available keywords: %album, %artist, %bitrate, %title, %genre, %track, %year
/*
Rename the file to gajim-status.amarokscript.tar before trying to install it.
<<lessAvailable keywords: %album, %artist, %bitrate, %title, %genre, %track, %year
/*
Rename the file to gajim-status.amarokscript.tar before trying to install it.
Download (0.020MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
832 downloads
Gajim Now Listen 0.0.1
Gajim Now Listen changes the status of Gajim when amarok change song. more>>
Gajim Now Listen changes the status of Gajim (jabber client) when amarok change song. The status remain the same, but the messages change to $artist - $album - $song.
Gajim Now Listen is very alpha, but seems to works.
<<lessGajim Now Listen is very alpha, but seems to works.
Download (MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1305 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
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
rphpMMS 1.00
rphpMMS is a script for xmms that chooses songs at random for xmms for multiple users. more>>
rphpMMS is a script for xmms that chooses songs at random for xmms for multiple users. rphpMMS uses a highest common rating approach to selecting the songs.
This is great for people who have kids, and dont want certain songs with adult themes/cussing being played when the kids are around, or if you were in a college dorm, the chances of a song everyone likes would greatly increase.
Main features:
- Time based history (strict, or flexable)
- Song history
- Artist history
- ices metadata update
- play only specific genres
- move/rename songs user defined database information
- synchronize id3/ogg tags to database mp3
- mplayer support - beta
<<lessThis is great for people who have kids, and dont want certain songs with adult themes/cussing being played when the kids are around, or if you were in a college dorm, the chances of a song everyone likes would greatly increase.
Main features:
- Time based history (strict, or flexable)
- Song history
- Artist history
- ices metadata update
- play only specific genres
- move/rename songs user defined database information
- synchronize id3/ogg tags to database mp3
- mplayer support - beta
Download (0.47MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1301 downloads
amarok_hfr_nowplaying 0.5
HFR Now Playing allows to display in your signature on the french forum forum.hardware.fr what song youre now listening. more>>
HFR Now Playing allows to display in your signature on the french forum forum.hardware.fr what song youre now listening.
amarok_hfr_nowplaying script uses the ClientForm library that Ive a little hacked because the forms on the forum doesnt respect any HTML standard.
Installation:
Just download the archive, and add it in the list of scripts of amaroK via the Tools->Scripts menu. Then set up your nick/password off your account on the forum by clicking on the "Configure" button.
<<lessamarok_hfr_nowplaying script uses the ClientForm library that Ive a little hacked because the forms on the forum doesnt respect any HTML standard.
Installation:
Just download the archive, and add it in the list of scripts of amaroK via the Tools->Scripts menu. Then set up your nick/password off your account on the forum by clicking on the "Configure" button.
Download (0.025MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
Headphone 0.1
Headphone is a little script that offers a Dj-ing feature. more>>
Headphone is an amaroK script that offers a Dj-ing feature. You can send one or more songs from the playlist to the xmms - player.
TODO:
Configure the xmms - player to another soundcard or another channel of your soundcard.
Use the "Sent To" "Headphone" button.
That it is. The song will be played with the xmms - player.
<<lessTODO:
Configure the xmms - player to another soundcard or another channel of your soundcard.
Use the "Sent To" "Headphone" button.
That it is. The song will be played with the xmms - player.
Download (MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1272 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 hamster song 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