filene s basement
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10
POE::Component::Basement 0.01
POE::Component::Basement provides Class::Std and base POE component functionality. more>>
POE::Component::Basement provides Class::Std and base POE component functionality.
SYNOPSIS
package POE::MyComponent;
# use as base
use base qw/ POE::Component::Basement /;
# where the initializations happen (see Class::Std)
sub BUILD { ... }
# see also Class::Std and Class::Data::Inheritable also
# for accessor creation etc.
# define states
sub state_one : State( :inline< _start > ) { ... }
sub state_two : State( :object< foo > ) { ... }
sub state_three : State( :package< bar > ) { ... }
# combined
sub state_multi : State( :inline< foobar > :package< snafoo > ) { ... }
...
# chained events
sub first : State( :object< foo > :chained< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# calling in a row
sub first : State( :object< foo > :next< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# usage
my $comp = POE::MyComponent->new ({
# single alias or array reference for multiple
aliases => [qw/ mycomp shub_niggurath /],
... # your specific init_args.
});
Provides Class::Std and base POE component functionality. This module is still kinda experimental.
<<lessSYNOPSIS
package POE::MyComponent;
# use as base
use base qw/ POE::Component::Basement /;
# where the initializations happen (see Class::Std)
sub BUILD { ... }
# see also Class::Std and Class::Data::Inheritable also
# for accessor creation etc.
# define states
sub state_one : State( :inline< _start > ) { ... }
sub state_two : State( :object< foo > ) { ... }
sub state_three : State( :package< bar > ) { ... }
# combined
sub state_multi : State( :inline< foobar > :package< snafoo > ) { ... }
...
# chained events
sub first : State( :object< foo > :chained< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# calling in a row
sub first : State( :object< foo > :next< bar > ) { ... }
sub second : State( :object< bar > ) { ... }
...
# usage
my $comp = POE::MyComponent->new ({
# single alias or array reference for multiple
aliases => [qw/ mycomp shub_niggurath /],
... # your specific init_args.
});
Provides Class::Std and base POE component functionality. This module is still kinda experimental.
Download (0.017MB)
Added: 2006-10-23 License: Perl Artistic License Price:
1096 downloads
Thunderbird send as attachment(s) service menu 1.0
Thunderbird send as attachment(s) service menu permits you to send selected file(s) as attachment(s) with thunderbird. more>>
Thunderbird send as attachment(s) service menu permits you to send selected file(s) as attachment(s) with thunderbird.
Untar it and create a link in ~/.kde/share/apps/konqueror/servicemenu to the file email.desktop.
<<lessUntar it and create a link in ~/.kde/share/apps/konqueror/servicemenu to the file email.desktop.
Download (0.010MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1193 downloads
S tar 1.5a83
S tar is the most POSIX compliant and fastest known implementation of a tar archiver. more>> <<less
Download (0.72MB)
Added: 2007-07-17 License: CDDL (Common Development and Distribution License) Price:
831 downloads
Stendhal 0.61
Stendhal is a multiplayer online adventure game. more>>
Stendhal project is a full fledged multiplayer online adventures game (MMORPG) developed using the Arianne game development system.
Stendhal features a new, rich and expanding world in which you can explore towns, buildings, plains, caves and dungeons.
You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash.
Your character will develop and grow and with each new level up become stronger and better. With the money you acquire you can buy new items and improve your armour and weapons.
And for the blood thirsty of your; satisfy your killing desires by roaming the world in search of evil monsters!
Stendhal is totally platform independent, written using Java 1.5 and the Java2D environment.
This game is marked as BETA. This implies it is still under construction and may contain bugs or be feature incomplete, however it may still be playable so please have a go!
Enhancements:
- Houses in Kobold City (Wofol) have opened their doors, and include a weapons trader and a mountain dwarf who needs errands run.
- Ados Barracks buys good armor, shields, and legs, and Ados haunted house has a basement and a resident ghost who wants to know about other spirits.
- The quartermaster of the Mithrilbourgh army requires boots and helmets.
- A GM /gag command has been added to silence players (it works like /jail), and Push has been added to push players, creatures, etc.
- You can make a wish at Wishing Wells, to get money, gold nuggets, gems, wood, etc.
- Several new creatures for levels 30-90 have been added.
<<lessStendhal features a new, rich and expanding world in which you can explore towns, buildings, plains, caves and dungeons.
You will meet NPCs and acquire tasks and quests for valuable experience and cold hard cash.
Your character will develop and grow and with each new level up become stronger and better. With the money you acquire you can buy new items and improve your armour and weapons.
And for the blood thirsty of your; satisfy your killing desires by roaming the world in search of evil monsters!
Stendhal is totally platform independent, written using Java 1.5 and the Java2D environment.
This game is marked as BETA. This implies it is still under construction and may contain bugs or be feature incomplete, however it may still be playable so please have a go!
Enhancements:
- Houses in Kobold City (Wofol) have opened their doors, and include a weapons trader and a mountain dwarf who needs errands run.
- Ados Barracks buys good armor, shields, and legs, and Ados haunted house has a basement and a resident ghost who wants to know about other spirits.
- The quartermaster of the Mithrilbourgh army requires boots and helmets.
- A GM /gag command has been added to silence players (it works like /jail), and Push has been added to push players, creatures, etc.
- You can make a wish at Wishing Wells, to get money, gold nuggets, gems, wood, etc.
- Several new creatures for levels 30-90 have been added.
Download (MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
854 downloads
G.u.e.s.s.o 0.3
G.u.e.s.s.o is a simple guess-the-number game. more>>
G.u.e.s.s.o is a simple guess-the-number game.
I was playing this game since years , and I liked its simplicity, it was on my electronic translater (Atlas) device, but I couldnt find any PC version of it, so I decided to code it.
And it is also a project to help me learn programming with Qt.
If you like it please just drop me an email saying so.
Installation:
First you need to compile guesso, you must have qt3-devel 3.3 or later in order to compile it, open the console and type the following commands:
./make-guesso
if everything went successfuly , you can run it with the following command:
./src/guesso
and finaly if you want to install it just copy it to any folder in your $PATH variable like /use/bin :
su
cp ./src/guesso /usr/bin/guesso
Enhancements:
- made Guesso translatable (as requested :)
- added arabic translation
- added better install/uninstall scripts
- code clean up
- other minor changes
<<lessI was playing this game since years , and I liked its simplicity, it was on my electronic translater (Atlas) device, but I couldnt find any PC version of it, so I decided to code it.
And it is also a project to help me learn programming with Qt.
If you like it please just drop me an email saying so.
Installation:
First you need to compile guesso, you must have qt3-devel 3.3 or later in order to compile it, open the console and type the following commands:
./make-guesso
if everything went successfuly , you can run it with the following command:
./src/guesso
and finaly if you want to install it just copy it to any folder in your $PATH variable like /use/bin :
su
cp ./src/guesso /usr/bin/guesso
Enhancements:
- made Guesso translatable (as requested :)
- added arabic translation
- added better install/uninstall scripts
- code clean up
- other minor changes
Download (0.027MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1454 downloads
Media-S 1.0 Beta 2
Media-S is an open-source development project that aims to create an open Digital Rights interface. more>>
Media-S project is an open-source development project that aims to create an open Digital Rights interface for the creation, playback, and management of multimedia files.
Because of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
<<lessBecause of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
Download (0.10MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1160 downloads
S-Jog 0.6
S-Jog is a GUI for Sony VAIO Jog Wheel. more>>
S-Jog is a GUI for Sony VAIO Jog Wheel.
S-Jog is a program that uses the Sony Vaio laptops Jog Wheel to launch user applications, adjust the screen brightness, volume, and also to scroll pages up and down (like a mousewheel).
S-Jog pops up when you move the Jog Wheel, then disappears after 3 seconds of inactivity so that it doesnt waste desktop space.
The aim of S-Jog is to give Linux a nice graphical application to manage Jog-Dial wheel on Sony Vaio laptops. It utilizes the Sony Programmable I/O driver in recent 2.4.x kernels or the legacy SPIC driver provided in S-Jog distribution.
Currently, S-Jog is able to launch applications defined in the sjogrc file, adjust the screen brightness level and also the master volume of the sound card. Also S-Jog makes the Jog-Dial work like a mousewheel and it runs in background.
Enhancements:
- README, sjog.1: Updated doc file
<<lessS-Jog is a program that uses the Sony Vaio laptops Jog Wheel to launch user applications, adjust the screen brightness, volume, and also to scroll pages up and down (like a mousewheel).
S-Jog pops up when you move the Jog Wheel, then disappears after 3 seconds of inactivity so that it doesnt waste desktop space.
The aim of S-Jog is to give Linux a nice graphical application to manage Jog-Dial wheel on Sony Vaio laptops. It utilizes the Sony Programmable I/O driver in recent 2.4.x kernels or the legacy SPIC driver provided in S-Jog distribution.
Currently, S-Jog is able to launch applications defined in the sjogrc file, adjust the screen brightness level and also the master volume of the sound card. Also S-Jog makes the Jog-Dial work like a mousewheel and it runs in background.
Enhancements:
- README, sjog.1: Updated doc file
Download (0.15MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1125 downloads
S-M-S 1.0
S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. more>>
S-M-S stands for Slackware Mini Server ans is a Linux operating system console based and manageable through webmin interface. Although described as a mini server, have all the features of a powerful server such as apache2, sendmail, spamassassin, clamav, squid, iptables firewall, mysql, cups and lot of other stuff.
S*M*S also features TorrentFlux, a powerful php based bit torrent client that can be managed from anywhere, making this server not only server administrators interest, but simple users too that want to download torrents safe and secure.
This server runs from a live CD or installed on a hard disk through a text installer. The liveCD created with linux-live scripts and the text-installer taken from Slaxs development.
Servers:
- Apache version 2.2.4
- BIND version 9.4.1
- ISC DHCPd version 3.0.5
- Fetchmail version 6.3.8+SSL+NLS
- HylaFAX Server version 5.1.6
- MySQL version 5.0.37
- OpenSLP version 1.2.1
- OpenVPN version 2.0_rc16, OpenSSL version 0.9.7e
- ProFTPd version 1.30
- OpenSSH_4.6
- Samba version 3.025
- Sendmail version 8.14.1, config V10/Berkeley
- SpamAssassin version 3.2.1
- Sarg version 2.2.3.1
- Squid version 2.6
- VsFTPd version 2.0.5
- PPPD Dialing Server version 2.4.4
- CUPS Print Server version 1.2.11
Clients:
- Open LDAP version 2.3.32
- BitTorrent PHP Client TorrentFlux version 2.3
- ADSL Client RP-PPPoE version 3.8
- PPP Dialing Client WvDial version 1.56
Security:
- OpenSSL version 0.9.7e
- ClamAV version 0.91.1
- STunnel version 4.17
Others:
- Perl version 5.8.8
- PHP Version 5.2.3
- Python 2.5.1
- Dynamic DNS Provider
- Squid Analysis Report Generator
- hplip (HP print/scan/fax support)
- netatalk (Appletalk file and print server)
<<lessS*M*S also features TorrentFlux, a powerful php based bit torrent client that can be managed from anywhere, making this server not only server administrators interest, but simple users too that want to download torrents safe and secure.
This server runs from a live CD or installed on a hard disk through a text installer. The liveCD created with linux-live scripts and the text-installer taken from Slaxs development.
Servers:
- Apache version 2.2.4
- BIND version 9.4.1
- ISC DHCPd version 3.0.5
- Fetchmail version 6.3.8+SSL+NLS
- HylaFAX Server version 5.1.6
- MySQL version 5.0.37
- OpenSLP version 1.2.1
- OpenVPN version 2.0_rc16, OpenSSL version 0.9.7e
- ProFTPd version 1.30
- OpenSSH_4.6
- Samba version 3.025
- Sendmail version 8.14.1, config V10/Berkeley
- SpamAssassin version 3.2.1
- Sarg version 2.2.3.1
- Squid version 2.6
- VsFTPd version 2.0.5
- PPPD Dialing Server version 2.4.4
- CUPS Print Server version 1.2.11
Clients:
- Open LDAP version 2.3.32
- BitTorrent PHP Client TorrentFlux version 2.3
- ADSL Client RP-PPPoE version 3.8
- PPP Dialing Client WvDial version 1.56
Security:
- OpenSSL version 0.9.7e
- ClamAV version 0.91.1
- STunnel version 4.17
Others:
- Perl version 5.8.8
- PHP Version 5.2.3
- Python 2.5.1
- Dynamic DNS Provider
- Squid Analysis Report Generator
- hplip (HP print/scan/fax support)
- netatalk (Appletalk file and print server)
Download (218.6MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
806 downloads
K.R.S.S 3.0
K.R.S.S provides a news aggregator for the KDE desktop. more>>
K.R.S.S provides a news aggregator for the KDE desktop.
K.R.S.S. is a news aggregator for the KDE desktop. It downloads Rich (RDF) Site Summary files from multiple Web sites and displays them on your desktop in a ticker-tape fashion.
Main features:
- This application is perhaps the only rich site summary display to work on KDE.
- You can downloaded feeds and images locally, and display them as and when you wish.
- You can filter out unwanted news through the use MyFilters, so that you only see the news you want. A feature not found in any other news aggregator.
- You can view feeds either on-line or off-line.
- You can configure a personalized listing of the RSS Feeds, using MyFeeds. You can create and maintain both feeds which you would actively see and feeds which you could just save for future use.
- You can alter the text properties to display the news how you want by using configurable Cascading Style Sheets (CSS). You can start with the template which is provided.
- You can alter the text properties to display the news how you want, using configurable HTML tags ("schemes"). You can also preview instantly what your configuration will look like.
- You can "jump" between feeds, that is, scroll to the top of the feed that you click on, by using MyChannelBar.
- You can control whether or not the feed scrolls when displaying on your desktop, as well as the speed.
- You can define and save an unlimited number of feeds, as well as define which feeds are "active", permitting you to retrieve only the ones you want.
- You can share feeds with other individuals. Tell others of feeds you have discovered, as well as learn which feeds others are using.
- You can take advantage of the pre-loaded set of AmphetaDesks Site Listings - thousands of RSS feed locations, included with K.R.S.S. Or you can import or download the lastest site listings from their website at any time from within K.R.S.S.
- You can configure K.R.S.S. to use the System Tray when you minimize the main window.
- You can get Tips, upon starting up, which help you use K.R.S.S. to the fullest.
- You can set the frequency at which K.R.S.S. will automatically retrieve feeds - in days, hours, or minutes.
- You can temporarily pause or resume scrolling of the feeds.
- You can configure your own shortcut keys, or toolbar menu, or Search button.
- You can change the background and channel title colour, as well as change the spacing between Channels, using the scheming capabilities of MyChannelBar.
- You can DragnDrop RSS feed information using the MyChannelBar feature. Channel Titles and Descriptions are automatically filled in, so you dont have to spend any time typing.
- You can update one feed at a time by using the MyChannlBars popup menu.
- You can set K.R.S.S. to always stay on top of all other windows.
- You can toggle between having active feeds or no active feeds without having to actually specify that the feeds are active or not.
- You can still use K.R.S.S. while you update your feeds.
- You can display date and time information about when a feed was last downloaded and last displayed in the form of a tooltip, by using the Date and Time Tag in MyChannelBar.
- You can set an expiration date on the feeds so that they will expire (that is, become old) after a certain amount of time - in days, hours and minutes.
- You can configure new feeds to display in a different colour by using the Colour Code in MyChannelBar.
Enhancements:
- A fairly recent version of the KDE and QT libraries
- An internet connection
<<lessK.R.S.S. is a news aggregator for the KDE desktop. It downloads Rich (RDF) Site Summary files from multiple Web sites and displays them on your desktop in a ticker-tape fashion.
Main features:
- This application is perhaps the only rich site summary display to work on KDE.
- You can downloaded feeds and images locally, and display them as and when you wish.
- You can filter out unwanted news through the use MyFilters, so that you only see the news you want. A feature not found in any other news aggregator.
- You can view feeds either on-line or off-line.
- You can configure a personalized listing of the RSS Feeds, using MyFeeds. You can create and maintain both feeds which you would actively see and feeds which you could just save for future use.
- You can alter the text properties to display the news how you want by using configurable Cascading Style Sheets (CSS). You can start with the template which is provided.
- You can alter the text properties to display the news how you want, using configurable HTML tags ("schemes"). You can also preview instantly what your configuration will look like.
- You can "jump" between feeds, that is, scroll to the top of the feed that you click on, by using MyChannelBar.
- You can control whether or not the feed scrolls when displaying on your desktop, as well as the speed.
- You can define and save an unlimited number of feeds, as well as define which feeds are "active", permitting you to retrieve only the ones you want.
- You can share feeds with other individuals. Tell others of feeds you have discovered, as well as learn which feeds others are using.
- You can take advantage of the pre-loaded set of AmphetaDesks Site Listings - thousands of RSS feed locations, included with K.R.S.S. Or you can import or download the lastest site listings from their website at any time from within K.R.S.S.
- You can configure K.R.S.S. to use the System Tray when you minimize the main window.
- You can get Tips, upon starting up, which help you use K.R.S.S. to the fullest.
- You can set the frequency at which K.R.S.S. will automatically retrieve feeds - in days, hours, or minutes.
- You can temporarily pause or resume scrolling of the feeds.
- You can configure your own shortcut keys, or toolbar menu, or Search button.
- You can change the background and channel title colour, as well as change the spacing between Channels, using the scheming capabilities of MyChannelBar.
- You can DragnDrop RSS feed information using the MyChannelBar feature. Channel Titles and Descriptions are automatically filled in, so you dont have to spend any time typing.
- You can update one feed at a time by using the MyChannlBars popup menu.
- You can set K.R.S.S. to always stay on top of all other windows.
- You can toggle between having active feeds or no active feeds without having to actually specify that the feeds are active or not.
- You can still use K.R.S.S. while you update your feeds.
- You can display date and time information about when a feed was last downloaded and last displayed in the form of a tooltip, by using the Date and Time Tag in MyChannelBar.
- You can set an expiration date on the feeds so that they will expire (that is, become old) after a certain amount of time - in days, hours and minutes.
- You can configure new feeds to display in a different colour by using the Colour Code in MyChannelBar.
Enhancements:
- A fairly recent version of the KDE and QT libraries
- An internet connection
Download (0.74MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
S-Terminal 0.5
S-terminal lets you create a secure X terminal over an ecrypted tunnel. more>>
S-terminal lets you create a secure X terminal over an ecrypted tunnel.
Regular X terminals pass unencrypted data between you the remote machine.
S-terminal creates an encrypted tunnel through which all X traffic passes.
It replaces the remote xdm login screen with a local application that collects username and password, then sets up an ssh tunnel to the remote host and starts a session.
It is highly configurable both in appearance and behavior, and deployed S-terminals can be remotely administered.
S-terminal was developed to run under Knoppix, but it should be portable to most Linux systems. With minor changes, it should work on any Unix-like system that has X, perl, tcl/tk and expect installed.
Best of all, it can be added to a KNOPPIX CD to create an instant, bootable, secure X terminal CD.
<<lessRegular X terminals pass unencrypted data between you the remote machine.
S-terminal creates an encrypted tunnel through which all X traffic passes.
It replaces the remote xdm login screen with a local application that collects username and password, then sets up an ssh tunnel to the remote host and starts a session.
It is highly configurable both in appearance and behavior, and deployed S-terminals can be remotely administered.
S-terminal was developed to run under Knoppix, but it should be portable to most Linux systems. With minor changes, it should work on any Unix-like system that has X, perl, tcl/tk and expect installed.
Best of all, it can be added to a KNOPPIX CD to create an instant, bootable, secure X terminal CD.
Download (0.051MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above filene s basement 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