Main > Free Download Search >

Free buttons and bows song software for linux

buttons and bows song

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1466
Toolbar Buttons 0.4.1.6 for Firefox

Toolbar Buttons 0.4.1.6 for Firefox


Toolbar Buttons is a Firefox extension that adds buttons to the Customise Toolbar Window. more>>
Toolbar Buttons is a Firefox extension that adds buttons to the Customise Toolbar Window.

To move them from there to the Toolbar you must right click the toolbar and press customise.

A nicer set out of the buttons avalible is http://tbutton.mozdev.org/list.php

Adds These to The main Firefox Window

Account Manager, Empty Trash, Extension Manager, Theme Manager, Options, Mark as Not Junk, Exit ThunderBird, Save As, Account Wizard, Save all Attachments, Detach All Attachments, Delete all Attachments, Work Offline, Page Preview, Page Setup, Undo, Redo, Cut, Copy, Paste, Delete, Select All, Find, Find Again, Find Previous, Search Messages, Search Addresses, Enlarge Text, Decrease Text Size, Reset Text Size, Customize Toolbar, View Page Source, Java Script Console, Import, About ThunderBird, Open Help, Add To Address Book, Copy e-mail Address, Creat Message Filter - Fixed, Restart, and Many more

Adds These to the message Window.

Account Wizard, Work Off Line, Page Setup, Undo, Redo, Delete, Select All, Find, Java Script Console, Extentions, Themes, Import, Options, Account Manager, About ThunderBird, Help, Restart, and Many more

<<less
Download (0.25MB)
Added: 2007-07-31 License: MPL (Mozilla Public License) Price:
819 downloads
The Minstrels Song 2.0

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.
<<less
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
Prima::Buttons 1.20

Prima::Buttons 1.20


Prima::Buttons is a button widgets and grouping widgets. more>>
Prima::Buttons is a button widgets and grouping widgets.

SYNOPSIS

use Prima qw(Application Buttons StdBitmap);

my $window = Prima::MainWindow-> create;
Prima::Button-> new(
owner => $window,
text => Simple button,
pack => {},
);
$window-> insert( Prima::SpeedButton ,
pack => {},
image => Prima::StdBitmap::icon(0),
);

run Prima;

Prima::Buttons provides two separate sets of classes: the button widgets and the grouping widgets. The button widgets include push buttons, check-boxes and radio buttons. The grouping widgets are designed for usage as containers for the check-boxes and radio buttons, however, any widget can be inserted in a grouping widget.

The module provides the following classes:

*Prima::AbstractButton ( derived from Prima::Widget and Prima::MouseScroller )
Prima::Button
Prima::SpeedButton
*Prima::Cluster
Prima::CheckBox
Prima::Radio
Prima::GroupBox ( derived from Prima::Widget )
Prima::RadioGroup ( obsolete )
Prima::CheckBoxGroup ( obsolete )
Note: * - marked classes are abstract.

<<less
Download (1.4MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1184 downloads
Sing and Study 0.0724

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:

  1. Organize all of them in one convenient place for easier learning
  2. Find the song's lyrics
  3. Translate the lyrics
  4. Show album covers
  5. Search Youtube videos
  6. Play a game of guessing words (every time different words)
  7. Start listening to the music and learning a new language now!
<<less
Added: 2009-07-27 License: Freeware Price: FREE
downloads
Options Toolbar Button 0.4 for Firefox

Options Toolbar Button 0.4 for Firefox


Options Toolbar Button provides a button which opens the options menu. more>>
Options Toolbar Button provides a button which opens the options menu.

This is a small devision of Toolbar Buttons and one of the most popular on my web site.

This one adds a toolbar button to open Options.

You must add the button to your toolbar by right clicking the toolbar selecting "customize" and dragging this new button to the toolbar.

<<less
Download (0.007MB)
Added: 2007-07-11 License: MPL (Mozilla Public License) Price:
839 downloads
Close Button 0.3.5

Close Button 0.3.5


Close Button is an extension which adds a Close Tab (or Window, or Browser) button to the toolbar. more>>
Close Button is an extension which adds a Close Tab (or Window, or Browser) button to the toolbar.

This is especially handy if you put your tab bar at the bottom but want a Close Tab button in the top right, where youd find it in most well behaved Windows programs with child windows.

Once installed, just right click on the toolbar, select "Customize...", and drag the button wherever you like. The buttons appearance is determined by the installed theme, and its behavior can be configured to close the current tab, window, or Firefox session.

<<less
Download (0.004MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
926 downloads
Image::Button 0.53

Image::Button 0.53


Image::Button is a base class for building PNG buttons using GD. more>>
Image::Button is a base class for building PNG buttons using GD.

SYNOPSIS

use Image::Button::Rect;

my $b1 = new Image::Button::Rect(text => text b1,
font => newsgotn.ttf,
fontsize => 20,
file => b1.png);

# $b2 is like $b1, but with different text and going to another file
my $b2 = $b1->copy(text => text b2,
file => b2.png);

$b1->print;
$b2->print;

Image::Button builds simple PNG buttons of the type you would use in an on-line application. It provides facilities to build several of them, possibly related (same width and/or height). Modules to create different types of buttons can be easily integrated. The buttons it can create so far would not cause a graphic designer to jump from his chair, drooling with excitement. But he wouldnt fall from his chair in disgust either (I hope).

<<less
Download (0.008MB)
Added: 2006-08-01 License: Perl Artistic License Price:
1181 downloads
USB Headset Buttons 0.9.2

USB Headset Buttons 0.9.2


USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset. more>>
USB Headset Buttonss purpose is to enable the Volume up and Down Buttons on my Logitech USB 30 Headset.

USB Headsets are very useful for VoIP applications like SIP Networks or Skype. On my headset I have volume buttons which need extra care to be taken of. This Application does it.

<<less
Download (0.005MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1322 downloads
AmaroK now playing 0.1

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

<<less
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
Gajim Now Listen 0.0.1

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.

<<less
Download (MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1305 downloads
No Tab Close Button 0.2.1

No Tab Close Button 0.2.1


No Tab Close Button is an extension which removes the close buttons on the tabs. more>>
No Tab Close Button is an extension which removes the close buttons on the tabs.

Removes the close buttons on the tabs (Firefox 2)
Removes the button on the right (Firefox 1.x).

For people that like to close their tabs with a middle click.

<<less
Download (0.001MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
928 downloads
XMMS Nebulus Plugin 0.8.0

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

<<less
Download (0.50MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1021 downloads
amaroK Now-Webing 0.2

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.

<<less
Download (MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
Read Local Lyrics 1.1

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.

<<less
Download (0.030MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
kopete_send 0.1

kopete_send 0.1


kopete_send amaroK script lets you send one song at a time to your kopete kontacts. more>>
kopete_send amaroK script lets you send one song at a time to your kopete "kontacts".

Righ now only works with Jabber. It seems there is a bug with MSN Transfers.

It uses perl and dcop to comunicate with kopete.

<<less
Download (0.002MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1292 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5