james otto just got started loving you lyrics
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6083
Jamendo Lyrics 1.0.1
Jamendo Lyrics is a lyrics script for Amarok audio player accessing the lyrics database for Jamendo.com music. more>>
Jamendo Lyrics is a lyrics script for Amarok audio player accessing the lyrics database for Jamendo.com music.
<<less Download (0.008MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
869 downloads
Read Local Lyrics 1.1
Read Local Lyrics is a little Python script works as a lyrics plugin. more>>
Read Local Lyrics is a little Python script works as a lyrics plugin.
If to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.
<<lessIf to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.
Download (0.030MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
jamendAmarokLyrics 0.0.1
jamendAmarokLyrics is a lyrics plugin for Amarok that can fetch Lyrics from http://jamendo.com more>>
jamendAmarokLyrics is a lyrics plugin for Amarok that can fetch Lyrics from http://jamendo.com, where there is plenty of free creative commons music!
<<less Download (0.006MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1084 downloads
Amarok letras.mus.br lyrics 0.1b
Amarok letras.mus.br lyrics is an amaroK script to get lyrics from http://letras.mus.br. more>>
Amarok letras.mus.br lyrics is an amaroK script to get lyrics from http://letras.mus.br.
Fixed a small bug that made it skip the first line of the lyrc.
Many thanks to www.letras.mus.br for providing their service.
<<lessFixed a small bug that made it skip the first line of the lyrc.
Many thanks to www.letras.mus.br for providing their service.
Download (0.008MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1246 downloads
Acme::OneHundredNotOut 100
Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. more>>
Acme::OneHundredNotOut is a raise of the bat, a tip of the hat.
I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a missionary. I dont forsee that many more Perl modules coming out of this.
Of course, this doesnt mean that Im going to abjure usage of Perl forever; any time theres a computer and something I need automated, out will come the Swiss Army Chainsaw and the job will get done. In fact, we recently needed to manipulate some text from a mission handbook to translate it into Japanese, and Perl was there handling and collating all that.
But 100 modules is a convenient place to stop and take stock, and I hope that those of you who have benefitted from my modules, programs or writing about Perl will forgive me a certain spot of self-indulgence as I look back over my CPAN career, especially since I feel that the diversity of modules that Ive produced is a good indication of the diversity of what can be done with Perl.
Lets begin, then, with some humble beginnings, and then catch up on recent history.
The Embarrassing Past
Contrary to popular belief, I was not always a CPAN author. I started writing modules in 1998, immediately after reading the first edition of the Perl Cookbook - yes, you can blame Nat and Tom for all this. The first module that I released was Tie::DiscoveryHash, since Id just learnt about tied hashes. As with many of my modules, it was an integral part of another software project which I actually never finished, and now cant find.
The first module that I ever wrote (but, by a curious quirk of fate, precisely the fiftieth module I released) was called String::Tokeniser, which is still a reasonably handy way of getting an iterator over tokenising a string. (Someone recently released String::Tokenizer, which makes me laugh.) This too was for an abortive project, webperl, an application of Don Knuths WEB system of structured documentation to Perl. However, given the code quality of these two modules, its perhaps just as well that the projects never saw the light of day.
There are a few other modules Id rather like to forget, too. Devel::Pointer was a sick joke that went badly wrong - it allowed people to use pointers in Perl. Some people failed to notice that referring to memory locations directly in an extremely high-level language was a dangerous and silly thing to do, and actually used the damned thing, and I started getting requests for support for it. Then at some point in 2001, when I should really have known better, I developed an interest in Microsofts .NET and the C# language, which I still think is pretty neat; but I decided it might be a good idea to translate the Mono projects tokenizer and parser into Perl, ending up with C::Sharp. I never got around to doing the parser part, or indeed anything else with it, and so it died a lonely death in a dark corner of CPAN. GTK::HandyClist was my foray into programming graphical applications, which started and ended there.
Bundle::SDK::SIMON was actually the slides from a talk on my top ten favourite CPAN modules - except that this changes so quickly over time, it doesnt really make much sense any more.
Finally, Array::FileReader was an attempt to optimize a file access process. Unfortunately, my "optimization" ended up introducing more overheads than the naive solution. It all goes to show. Since then, Mark-Jason Dominus, another huge influence in the development of my CPAN career, has written Tie::File, which not only has a better name but is actually efficient too.
The Internals Phase
1999-2000 were disastrous years for me personally but magnificent years Perl-sonally. Stuck in a boring job and a tiny flat in the middle of Tokyo, I had plenty of time to get stuck into more Perl development. I felt that getting involved with perl5-porters would be a good way of gettting to know more about Perl, and so I needed a hobby horse - an issue of Perls development that I cared about. Since I was in Japan and working a lot with non-Latin text, Unicode support seemed a good thing to work on, and so Unicode::Decompose appeared, while I fixed up a substantial part of the post-5.6 core Unicode support.
Id recommend this way to anyone who wants to get more involved in the Perl community, although I was very lucky in terms of who else happened to be around at the time: Gurusamy Sarathy was extremely gracious in helping me turn my fledgling C code into something fit for the Perl core, and he also helped me understand the perl5-porters etiquette (yes, there was some at the time) and what makes a good patch, while Jarkko Hietaniemi was always good for suggestions of interesting things for keen people to work on. Seriously, get involved. If I can do it, anyone can.
Anyway, this fixation with understanding the Perl 5 internals, and especially the Perl 5 compiler, (due to yet another of my Perl influences, the great Malcolm Beattie) led to quite a torrent of modules, from ByteCache, an implementation of just-in-time compilation for Perl modules, through B::Flags and B::Tree to help visualising the Perl op tree, to uninit, B::Generate, optimizer and B::Utils for modifying it.
Perl About The House
Now we abandon chronological order somewhat and take a look at the various areas in which Ive used Perl. One of these areas has been the automation of everyday life: checking my bank balance with Finance::Bank::LloydsTSB (the first Perl module to interface to personal internet banking, no less) and my phone bill with a release of Tony Bowdens Data::BT::PhoneBill.
Finance::Bank::LloydsTSB was meant to go with Finance::QIF, my Quicken file parser, to produce another now-abandoned idea, a Perl finances manager. It seemed that Im only capable of producing modules, not full standalone applications - or at least, it seemed that way until I produced Bryar, my blogging software, based on the concepts from Rael Dornfests blosxom and beginning my adventures with Andy Wardleys Template Toolkit. Bryar also tuned me in to the Model-View-Controller framework idea, of which more later.
Another project I briefly played with was a personal robot, using the Sphinx/Festival speech handling and recognition modules from Cepstral and Kevin Lenzo. I didnt have X10, so I couldnt shout "lights" into the air in a wonderfully scifi way, but I could shout "mail" and have a summary of my inbox read to me, "news" to get the latest BBC news headlines, and "time" to hear the time. Of course, getting computers to tell the time nicely takes a little bit of work. I dont like "Its eleven oh-three pee em", since thats not what someone would say if you asked them the time. I wanted my robot to say "Its just after eleven", and thats what Time::Human does. Shame about the localisation.
<<lessI have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a missionary. I dont forsee that many more Perl modules coming out of this.
Of course, this doesnt mean that Im going to abjure usage of Perl forever; any time theres a computer and something I need automated, out will come the Swiss Army Chainsaw and the job will get done. In fact, we recently needed to manipulate some text from a mission handbook to translate it into Japanese, and Perl was there handling and collating all that.
But 100 modules is a convenient place to stop and take stock, and I hope that those of you who have benefitted from my modules, programs or writing about Perl will forgive me a certain spot of self-indulgence as I look back over my CPAN career, especially since I feel that the diversity of modules that Ive produced is a good indication of the diversity of what can be done with Perl.
Lets begin, then, with some humble beginnings, and then catch up on recent history.
The Embarrassing Past
Contrary to popular belief, I was not always a CPAN author. I started writing modules in 1998, immediately after reading the first edition of the Perl Cookbook - yes, you can blame Nat and Tom for all this. The first module that I released was Tie::DiscoveryHash, since Id just learnt about tied hashes. As with many of my modules, it was an integral part of another software project which I actually never finished, and now cant find.
The first module that I ever wrote (but, by a curious quirk of fate, precisely the fiftieth module I released) was called String::Tokeniser, which is still a reasonably handy way of getting an iterator over tokenising a string. (Someone recently released String::Tokenizer, which makes me laugh.) This too was for an abortive project, webperl, an application of Don Knuths WEB system of structured documentation to Perl. However, given the code quality of these two modules, its perhaps just as well that the projects never saw the light of day.
There are a few other modules Id rather like to forget, too. Devel::Pointer was a sick joke that went badly wrong - it allowed people to use pointers in Perl. Some people failed to notice that referring to memory locations directly in an extremely high-level language was a dangerous and silly thing to do, and actually used the damned thing, and I started getting requests for support for it. Then at some point in 2001, when I should really have known better, I developed an interest in Microsofts .NET and the C# language, which I still think is pretty neat; but I decided it might be a good idea to translate the Mono projects tokenizer and parser into Perl, ending up with C::Sharp. I never got around to doing the parser part, or indeed anything else with it, and so it died a lonely death in a dark corner of CPAN. GTK::HandyClist was my foray into programming graphical applications, which started and ended there.
Bundle::SDK::SIMON was actually the slides from a talk on my top ten favourite CPAN modules - except that this changes so quickly over time, it doesnt really make much sense any more.
Finally, Array::FileReader was an attempt to optimize a file access process. Unfortunately, my "optimization" ended up introducing more overheads than the naive solution. It all goes to show. Since then, Mark-Jason Dominus, another huge influence in the development of my CPAN career, has written Tie::File, which not only has a better name but is actually efficient too.
The Internals Phase
1999-2000 were disastrous years for me personally but magnificent years Perl-sonally. Stuck in a boring job and a tiny flat in the middle of Tokyo, I had plenty of time to get stuck into more Perl development. I felt that getting involved with perl5-porters would be a good way of gettting to know more about Perl, and so I needed a hobby horse - an issue of Perls development that I cared about. Since I was in Japan and working a lot with non-Latin text, Unicode support seemed a good thing to work on, and so Unicode::Decompose appeared, while I fixed up a substantial part of the post-5.6 core Unicode support.
Id recommend this way to anyone who wants to get more involved in the Perl community, although I was very lucky in terms of who else happened to be around at the time: Gurusamy Sarathy was extremely gracious in helping me turn my fledgling C code into something fit for the Perl core, and he also helped me understand the perl5-porters etiquette (yes, there was some at the time) and what makes a good patch, while Jarkko Hietaniemi was always good for suggestions of interesting things for keen people to work on. Seriously, get involved. If I can do it, anyone can.
Anyway, this fixation with understanding the Perl 5 internals, and especially the Perl 5 compiler, (due to yet another of my Perl influences, the great Malcolm Beattie) led to quite a torrent of modules, from ByteCache, an implementation of just-in-time compilation for Perl modules, through B::Flags and B::Tree to help visualising the Perl op tree, to uninit, B::Generate, optimizer and B::Utils for modifying it.
Perl About The House
Now we abandon chronological order somewhat and take a look at the various areas in which Ive used Perl. One of these areas has been the automation of everyday life: checking my bank balance with Finance::Bank::LloydsTSB (the first Perl module to interface to personal internet banking, no less) and my phone bill with a release of Tony Bowdens Data::BT::PhoneBill.
Finance::Bank::LloydsTSB was meant to go with Finance::QIF, my Quicken file parser, to produce another now-abandoned idea, a Perl finances manager. It seemed that Im only capable of producing modules, not full standalone applications - or at least, it seemed that way until I produced Bryar, my blogging software, based on the concepts from Rael Dornfests blosxom and beginning my adventures with Andy Wardleys Template Toolkit. Bryar also tuned me in to the Model-View-Controller framework idea, of which more later.
Another project I briefly played with was a personal robot, using the Sphinx/Festival speech handling and recognition modules from Cepstral and Kevin Lenzo. I didnt have X10, so I couldnt shout "lights" into the air in a wonderfully scifi way, but I could shout "mail" and have a summary of my inbox read to me, "news" to get the latest BBC news headlines, and "time" to hear the time. Of course, getting computers to tell the time nicely takes a little bit of work. I dont like "Its eleven oh-three pee em", since thats not what someone would say if you asked them the time. I wanted my robot to say "Its just after eleven", and thats what Time::Human does. Shame about the localisation.
Download (0.014MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
KDesktop transparency support 0.1
KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. more>>
KDesktop transparency support is a KDE patch that adds support for real transparency to kdesktop. It adds two new composite manager related features. To activate the features kdesktop has to be started with the "--bg-transparency" option.
The first one allows you to change the opacity of the background image. This works currently with the beryl transparent cube and will also work with compiz once the transparent cube gets applied. To activate the feature add the following to your kdesktoprc:
[Background Common]
BackgroundOpacity=90 (0 = fully transparent / 100 = opaque)
The second feature allows compiz (and later maybe other composite managers) to tell kdesktop not to paint the background image ("_COMPIZ_WALLPAPER_SUPPORTED" x atom). In this case compiz is able to paint a viewport dependent background or to make it even animated. This feature looks for changes to the x atom, so that kdesktop will automatically switch back to normal background if kwin gets started or compiz stops to render the wallpaper.
This patch is against the current kde3 svn.
<<lessThe first one allows you to change the opacity of the background image. This works currently with the beryl transparent cube and will also work with compiz once the transparent cube gets applied. To activate the feature add the following to your kdesktoprc:
[Background Common]
BackgroundOpacity=90 (0 = fully transparent / 100 = opaque)
The second feature allows compiz (and later maybe other composite managers) to tell kdesktop not to paint the background image ("_COMPIZ_WALLPAPER_SUPPORTED" x atom). In this case compiz is able to paint a viewport dependent background or to make it even animated. This feature looks for changes to the x atom, so that kdesktop will automatically switch back to normal background if kwin gets started or compiz stops to render the wallpaper.
This patch is against the current kde3 svn.
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
529 downloads
SingIt Lyric Displayer 0.1.36
The SingIt Lyric Displayer is an XMMS plugin which displays formatted lyrics, including id3v2xx lyrics. more>>
The SingIt Lyric Displayer is an XMMS plugin which displays formatted lyrics, including id3v2xx lyrics.
SingIt Lyric Displayer consists of the displayer and an integrated editor which allows one to easily insert time stamps, edit the text, and export & strip HTML.
Enhancements:
- The focus of this release is the revamped query interface (GUI and backend).
- It is finally based on plugins, and this release includes three usable plugins: Lyrc (lyrc.com.ar), Leos Lyrics (www.leoslyrics.com), and Lyrix v2 DB (lyrixdb.org).
- Nothing else of note was done.
<<lessSingIt Lyric Displayer consists of the displayer and an integrated editor which allows one to easily insert time stamps, edit the text, and export & strip HTML.
Enhancements:
- The focus of this release is the revamped query interface (GUI and backend).
- It is finally based on plugins, and this release includes three usable plugins: Lyrc (lyrc.com.ar), Leos Lyrics (www.leoslyrics.com), and Lyrix v2 DB (lyrixdb.org).
- Nothing else of note was done.
Download (1.3MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1411 downloads
Terra Letras (lyrics plugin) 0.7
Terra Letras (lyrics plugin) is an amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. more>>
This is my first amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. Its quite simple and can (no doubt) be improved.
Terra Letras (lyrics plugin) also store displayed lyrics in your homedir so that you can sing along even offline.
To stop fetching lyrics only in brazilian portuguese you have to change the default value of the "locale" variable in the very begining of the shell script.
Its not possible to configure it using a GUI, for now.
<<lessTerra Letras (lyrics plugin) also store displayed lyrics in your homedir so that you can sing along even offline.
To stop fetching lyrics only in brazilian portuguese you have to change the default value of the "locale" variable in the very begining of the shell script.
Its not possible to configure it using a GUI, for now.
Download (0.009MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
951 downloads
Topologilinux 6.1.0
Topologilinux is a free Linux distribution to be run on top or inside your existing windows system. more>>
Topologilinux is a FREE and open-source Linux distribution that can run on top or inside your
existing windows system.
The main thing with Topologilinux is that it does not require any partitioning at all. (uses a single file as linux root system) Topologilinux is therefore very easy to install.
Over the years, the Linux operating system has become very popular
among both computer enthusiastics and experimenting home users.
The trouble with the Linux operating system has always been getting
starting.
Here comes the solution of that problem !!
Topologilinux is a free linuxdistribution to be run on top of any dos/windows and new in version 5 is that you can run it inside your windows system without partitioning your hard disk.
It is very easy to install Unlike other Linux distributions
Topologilinux DOES NOT NEED ANY PARTITIONING.
It will run on your existing Windows/DOS partition in a directory named "/tlinux5". This release works on both NTFS and FAT partitions which means that you can run it under all existing Windows or dos systems. New in version 5 is that you can run it inside Windows through coLinux, you can also use X windows through a vnc server and then connect using a vnc viewer.
You can also run your existing windows program in Topologilinux through the windows emulator wine. Just enter wine your_program.exe
Also a great Office package is included, OpenOffice 1.1.3. To install copy all files to a temp directory and install it.
Topologilinux is a free Linuxdistribution but all donations of money are welcome.
Installation:
1. Backup important data before installing (see IMPORTANT: below)
2. start up windows and insert this CD and run topologilinux-setup.exe and create files (will normally start automatically)
3 Follow instructions and install the system (recommended is to install everything in coLinux mode (default) but you can also select not to do so and boot with this cd in and write "install" then press Enter (You need to have "boot from cd" enabled in bios) (for more advanced boot options press F1) (make sure to try all options in the F1 menu if default) (installation kernel fails). But as said before read the steps and follow instructions and select default alternatives.
A warning for the TAP driver will appear, accept this and continue the installation.
DO NOT FORGET TO DO the networking configuration if you want coLinux to work.
NOTE: that you may not use the cd-driver in any other open windows program like the filemanager explorer or anything like that if you do the setup through coLinux cause filesharing does not work between colinux and windows correct.
Also note that setting for colinux can easy be changed in the xml files /tlinux/colinux/*.xml
4. follow instructions, and install the software you want. It is always prefered to install ALL software
5. Your system is now installed, You can start it inside windows from the "Start Topologiliux" icon or do a reboot and use the grub based bootmanager to start it in real mode (much faster)
6. To use the X system inside Windows you need to start the Topologilinux system first then "Topologilinux X" to connect to the system.
NOTE: that you can not login as root from vnc (Topologilinux X) so you need to login as auser.. (can add more users by adduser command) (to be able to use internet inside topologilinux in colinux mode you need to do the steps listed in the /tlinux5/doc/network-installation.doc or the htm file)
7. After you have done all part in coLinuxmode you should restart your computer and start in "real-mode" and select start Topologilinux from the bootmanager. Then when you are there you should run setup to configure your system there too.
The first time you start up your system you will be prompted to setup your system, do so and then reboot it again and your system will be ready !
NOTE: When installing using more than one cd it might be troubles with mounting the second CD in coLinuxmode. But dont give up: try to first close all programs that uses the cdrom and try press continue, if that does not help you, open the cd in a windows "explorer" window and then try to close it again and wait about 10 sconds and try to press continue again. This step might be a bit triky but it should work. If it does not work for you try to do the installation in "real-mode" instead.
According the Network it might be a tricky part that to. Try the help that is available in this readme file, it it still fails try to search on colinux homepage or try the forums on topologilinux.com
Another thing to know is that if you during the setup in "real-mode" select to start in grafical login during X configuration, this will affect the coLinuxmode too. If you want to change it back just edit /etc/inittab and change to runlevel3 instead of 4.
<<lessexisting windows system.
The main thing with Topologilinux is that it does not require any partitioning at all. (uses a single file as linux root system) Topologilinux is therefore very easy to install.
Over the years, the Linux operating system has become very popular
among both computer enthusiastics and experimenting home users.
The trouble with the Linux operating system has always been getting
starting.
Here comes the solution of that problem !!
Topologilinux is a free linuxdistribution to be run on top of any dos/windows and new in version 5 is that you can run it inside your windows system without partitioning your hard disk.
It is very easy to install Unlike other Linux distributions
Topologilinux DOES NOT NEED ANY PARTITIONING.
It will run on your existing Windows/DOS partition in a directory named "/tlinux5". This release works on both NTFS and FAT partitions which means that you can run it under all existing Windows or dos systems. New in version 5 is that you can run it inside Windows through coLinux, you can also use X windows through a vnc server and then connect using a vnc viewer.
You can also run your existing windows program in Topologilinux through the windows emulator wine. Just enter wine your_program.exe
Also a great Office package is included, OpenOffice 1.1.3. To install copy all files to a temp directory and install it.
Topologilinux is a free Linuxdistribution but all donations of money are welcome.
Installation:
1. Backup important data before installing (see IMPORTANT: below)
2. start up windows and insert this CD and run topologilinux-setup.exe and create files (will normally start automatically)
3 Follow instructions and install the system (recommended is to install everything in coLinux mode (default) but you can also select not to do so and boot with this cd in and write "install" then press Enter (You need to have "boot from cd" enabled in bios) (for more advanced boot options press F1) (make sure to try all options in the F1 menu if default) (installation kernel fails). But as said before read the steps and follow instructions and select default alternatives.
A warning for the TAP driver will appear, accept this and continue the installation.
DO NOT FORGET TO DO the networking configuration if you want coLinux to work.
NOTE: that you may not use the cd-driver in any other open windows program like the filemanager explorer or anything like that if you do the setup through coLinux cause filesharing does not work between colinux and windows correct.
Also note that setting for colinux can easy be changed in the xml files /tlinux/colinux/*.xml
4. follow instructions, and install the software you want. It is always prefered to install ALL software
5. Your system is now installed, You can start it inside windows from the "Start Topologiliux" icon or do a reboot and use the grub based bootmanager to start it in real mode (much faster)
6. To use the X system inside Windows you need to start the Topologilinux system first then "Topologilinux X" to connect to the system.
NOTE: that you can not login as root from vnc (Topologilinux X) so you need to login as auser.. (can add more users by adduser command) (to be able to use internet inside topologilinux in colinux mode you need to do the steps listed in the /tlinux5/doc/network-installation.doc or the htm file)
7. After you have done all part in coLinuxmode you should restart your computer and start in "real-mode" and select start Topologilinux from the bootmanager. Then when you are there you should run setup to configure your system there too.
The first time you start up your system you will be prompted to setup your system, do so and then reboot it again and your system will be ready !
NOTE: When installing using more than one cd it might be troubles with mounting the second CD in coLinuxmode. But dont give up: try to first close all programs that uses the cdrom and try press continue, if that does not help you, open the cd in a windows "explorer" window and then try to close it again and wait about 10 sconds and try to press continue again. This step might be a bit triky but it should work. If it does not work for you try to do the installation in "real-mode" instead.
According the Network it might be a tricky part that to. Try the help that is available in this readme file, it it still fails try to search on colinux homepage or try the forums on topologilinux.com
Another thing to know is that if you during the setup in "real-mode" select to start in grafical login during X configuration, this will affect the coLinuxmode too. If you want to change it back just edit /etc/inittab and change to runlevel3 instead of 4.
Download (1900MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
928 downloads
Local Lyrics 1.0.2b
Local Lyrics is a python based amaroK-script requires amaroK 1.4! more>>
Local Lyrics is a python based amaroK-script requires amaroK 1.4!
I wrote simple wrappers for dcop-calls (using the shell-tool dcop), kdialog and amaroKs script system while writing this script. Use them if you want (its all LGPL) See the .tar.bz2s contense and: http://twoday.tuwien.ac.at/pub/stories/22759/
This lyrics-plugin simply scans a selected folder for textfiles with lyrics. This might be usefull when you have a lot of lyrics stored on your harddisc, but they are not available on lyrc.com.ar or a simmilar service.
Installation:
Open the lyrics-filesystem-x.x.amarokscript.tar.bz2 with amaroKs script managers script install option.
Usage:
Start the script with amaroKs script manager.
Select the directory in which the lyrics are stored.
The filenames of the lyrics have to be:
"artist - title.txt"
or
"title.txt"
Now amaroK will search this folder for lyrics, when there are none in its database for the current track.
<<lessI wrote simple wrappers for dcop-calls (using the shell-tool dcop), kdialog and amaroKs script system while writing this script. Use them if you want (its all LGPL) See the .tar.bz2s contense and: http://twoday.tuwien.ac.at/pub/stories/22759/
This lyrics-plugin simply scans a selected folder for textfiles with lyrics. This might be usefull when you have a lot of lyrics stored on your harddisc, but they are not available on lyrc.com.ar or a simmilar service.
Installation:
Open the lyrics-filesystem-x.x.amarokscript.tar.bz2 with amaroKs script managers script install option.
Usage:
Start the script with amaroKs script manager.
Select the directory in which the lyrics are stored.
The filenames of the lyrics have to be:
"artist - title.txt"
or
"title.txt"
Now amaroK will search this folder for lyrics, when there are none in its database for the current track.
Download (0.021MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1286 downloads
ASork Live Music Studio 0.01 Beta1
ASork Live Music Studio is a live cd with Debian GNU/Linux made of Morphix. more>>
ASork Live Music Studio is a live cd with Debian GNU/Linux made of Morphix. ASork Live Music Studio is usefull for recording music either as a complete sofware studio or as a part in a more complex setup.
Main features:
- hard disk recorder
- midi composition tools
- drum loop programs
- vocoder
- other real time effect processing tools
It can boot and run directly from CD-ROM or be installed to hard disk with morphixinstaller. This means that the Linux audio architecture such as jack and alsa is pre-configured and easy to install.
Root privileges
There is no default root password set on the CD therefore is sudo used for super user privileges. Execute these commands in a terminal:
sudo sh
passwd
exit
su
HDD-Install
Start a terminal and get root privileges, as described above. Execute the command for starting the installer:
morphixinstaller
Keyboard configuration in X
If you want to set your x-windows-system to use another keyboard layout execute "setxkbmap < Keyboad language abrevation >". To set X to use swedish keyboard execute:
setxkbmap se
Jack
Some audio applications does not communicate directly with the soundcard. In that case is most commonly Jack is used as an interface witch enables multiply applications to output sound simultaneously. You need to manually start jack before starting applications such as ardour and jack-rack. Start jack grapical control:
qjackctl
Start jack in a terminal:
jackd -d alsa
There is an shortcut in the menu named "Jack Control", this is a graphical interface for the jack server. You might need to configure jack from this program in order to make it run well on your system.
NVIDIA video card
If you have NVIDA card boot Sork with the boot option xmodule set to nvidia. From the grub boot menu select More Boot Options->NV driver.
VESA cards is handled in the same way; select More Boot Options->VESA driver in the grub boot loader.
<<lessMain features:
- hard disk recorder
- midi composition tools
- drum loop programs
- vocoder
- other real time effect processing tools
It can boot and run directly from CD-ROM or be installed to hard disk with morphixinstaller. This means that the Linux audio architecture such as jack and alsa is pre-configured and easy to install.
Root privileges
There is no default root password set on the CD therefore is sudo used for super user privileges. Execute these commands in a terminal:
sudo sh
passwd
exit
su
HDD-Install
Start a terminal and get root privileges, as described above. Execute the command for starting the installer:
morphixinstaller
Keyboard configuration in X
If you want to set your x-windows-system to use another keyboard layout execute "setxkbmap < Keyboad language abrevation >". To set X to use swedish keyboard execute:
setxkbmap se
Jack
Some audio applications does not communicate directly with the soundcard. In that case is most commonly Jack is used as an interface witch enables multiply applications to output sound simultaneously. You need to manually start jack before starting applications such as ardour and jack-rack. Start jack grapical control:
qjackctl
Start jack in a terminal:
jackd -d alsa
There is an shortcut in the menu named "Jack Control", this is a graphical interface for the jack server. You might need to configure jack from this program in order to make it run well on your system.
NVIDIA video card
If you have NVIDA card boot Sork with the boot option xmodule set to nvidia. From the grub boot menu select More Boot Options->NV driver.
VESA cards is handled in the same way; select More Boot Options->VESA driver in the grub boot loader.
Download (398.4MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1119 downloads
Panzis Lyrics 1.0.3a
Panzis Lyrics is a collection of amaroK lyrics plugins. more>>
Panzis Lyrics is a collection of amaroK lyrics plugins.
Panzis Lyrics amaroK-script requires amaroK 1.4 and pyKDE!
Contens:
- Local Lyrics, see also: http://www.kde-apps.org/content/show.php?content=37981
- Lyrix.at
- Leos Lyrics
<<lessPanzis Lyrics amaroK-script requires amaroK 1.4 and pyKDE!
Contens:
- Local Lyrics, see also: http://www.kde-apps.org/content/show.php?content=37981
- Lyrix.at
- Leos Lyrics
Download (0.026MB)
Added: 2006-05-22 License: LGPL (GNU Lesser General Public License) Price:
1255 downloads
Secret of Eternia 0.3
Secret of Eternia project is a 2D RPG using ClanLib. more>>
Secret of Eternia project is a 2D RPG using ClanLib.
The eaisest way to get started is to use an example map from the game itself. Open up (File-Open) the first map in the maps/ folder (maps/1.fmp). You will notice that the map looks exactly like the first screen of the game demo!
You will notice the screen is divided into 2 main sections. The larger section is the preview of the map you are working on. The left side menu is a listing of all avaliable blocks that you currently have in the map. You can click on a block to set it as your current brush. This is similar to choosing a paint color in a paint program. Once you select a block, you can then edit the map by clicking in the map area. This is the generic way to edit the map.
Play around with this map to create some different landscapes and such using many blocks. You can even save the map and start up SoE to see your changes! (Make sure you have a backup of the original map, or you will have to download the game again).
Enhancements:
- Bug fixes! See the forum for detailed information.
- Lua support is added in. (see docs/ for how to use this)
- Lighting effects are here!
- Fully Working Windows Support
<<lessThe eaisest way to get started is to use an example map from the game itself. Open up (File-Open) the first map in the maps/ folder (maps/1.fmp). You will notice that the map looks exactly like the first screen of the game demo!
You will notice the screen is divided into 2 main sections. The larger section is the preview of the map you are working on. The left side menu is a listing of all avaliable blocks that you currently have in the map. You can click on a block to set it as your current brush. This is similar to choosing a paint color in a paint program. Once you select a block, you can then edit the map by clicking in the map area. This is the generic way to edit the map.
Play around with this map to create some different landscapes and such using many blocks. You can even save the map and start up SoE to see your changes! (Make sure you have a backup of the original map, or you will have to download the game again).
Enhancements:
- Bug fixes! See the forum for detailed information.
- Lua support is added in. (see docs/ for how to use this)
- Lighting effects are here!
- Fully Working Windows Support
Download (4.8MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1024 downloads
3dfx TV Out Tool 0.0.3
The 3dfx TV Out Tool tries to be the well-known TV Tool for the 3dfx VooDoo3 cards. more>>
The 3dfx TV Out Tool tries to be the well-known TV Tool for the 3dfx VooDoo3 cards. It might work on other cards based on the bt869 chip, since it uses the bt869 lm_sensors module.
Simply typing make or make all should get you started and create an executable 3dfx_tvtool which you simply run AFTER you loaded the appropiate modules (if you built it into the kernel (which isnt a bad idea if you use your tv-out a whole lot) then you dont have to load the modules again). ALSO!! Patch your lm_sensors. In the extra dir I included 2 patches for lm_sensors package, youll need those patched or you wont get luma (brightness) and chroma (color) control at all. (The buttons will simply dissapear) If you have a rescent CVS version it MIGHT be in there allready. Just load the modules and see if there exists a luma and a chroma entry in /proc.
Colorbars On/Off: Enables/Disables the colorbars. TV Out: Enabled/disabled Enables/disables the TV-out function. TSC/PAL: put the system on NSTC/PAL mode.
Re-apply: update the kernel with your settings in case you did it too fast. Save: Saves your current kernel settings (all of them) to the default save file. Load: Loades your default file and applies its settings to the kernel. Quit: Quits the application.
Bugreports should go to oliver@are-b.org aswell as any other feedback. Oh one more thing, if you like this program, contributions can be sent to me aswell.
Thanks go out to all members of the Collective, but mostly mrfloppy, for beeing a good friend, phirox for helping me with my basic programming skill and last but not least mastex and thehatter wassup dudes.
<<lessSimply typing make or make all should get you started and create an executable 3dfx_tvtool which you simply run AFTER you loaded the appropiate modules (if you built it into the kernel (which isnt a bad idea if you use your tv-out a whole lot) then you dont have to load the modules again). ALSO!! Patch your lm_sensors. In the extra dir I included 2 patches for lm_sensors package, youll need those patched or you wont get luma (brightness) and chroma (color) control at all. (The buttons will simply dissapear) If you have a rescent CVS version it MIGHT be in there allready. Just load the modules and see if there exists a luma and a chroma entry in /proc.
Colorbars On/Off: Enables/Disables the colorbars. TV Out: Enabled/disabled Enables/disables the TV-out function. TSC/PAL: put the system on NSTC/PAL mode.
Re-apply: update the kernel with your settings in case you did it too fast. Save: Saves your current kernel settings (all of them) to the default save file. Load: Loades your default file and applies its settings to the kernel. Quit: Quits the application.
Bugreports should go to oliver@are-b.org aswell as any other feedback. Oh one more thing, if you like this program, contributions can be sent to me aswell.
Thanks go out to all members of the Collective, but mostly mrfloppy, for beeing a good friend, phirox for helping me with my basic programming skill and last but not least mastex and thehatter wassup dudes.
Download (0.027MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1204 downloads
Get-Making-Money-Online-Started 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-08 License: Freeware Price: Free
198 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 james otto just got started loving you lyrics 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