Main > Free Download Search >

Free who wants software for linux

who wants

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 35
Want 0.14

Want 0.14


Want is a Perl module created to implement the `want command. more>>
Want is a Perl module created to implement the `want command.

SYNOPSIS

use Want;
sub foo :lvalue {
if (want(qwLVALUE ASSIGN)) {
print "We have been assigned ", want(ASSIGN);
lnoreturn;
}
elsif (want(LIST)) {
rreturn (1, 2, 3);
}
elsif (want(BOOL)) {
rreturn 0;
}
elsif (want(qwSCALAR !REF)) {
rreturn 23;
}
elsif (want(HASH)) {
rreturn { foo => 17, bar => 23 };
}
return
}

This module generalises the mechanism of the wantarray function, allowing a function to determine in some detail how its return value is going to be immediately used.

...

EXAMPLES

use Carp croak;
use Want howmany;
sub numbers {
my $count = howmany();
croak("Cant make an infinite list") if !defined($count);
return (1..$count);
}
my ($one, $two, $three) = numbers();


use Want want;
sub pi () {
if (want(ARRAY)) {
return [3, 1, 4, 1, 5, 9];
}
elsif (want(LIST)) {
return (3, 1, 4, 1, 5, 9);
}
else {
return 3;
}
}
print pi->[2]; # prints 4
print ((pi)[3]); # prints 1


sub backstr :lvalue {
if (want(qwLVALUE ASSIGN)) {
my ($a) = want(ASSIGN);
$_[0] = reverse $a;
return undef;
}
elsif (want(RVALUE)) {
my $t = scalar reverse $_[0];
}
else {
carp("Not in ASSIGN context");
}
return
}

print "foo -> ", backstr("foo"), "n"; # foo -> oof
backstr(my $robin) = "nibor";
print "$robin is now $robinn"; # $robin is now robin

<<less
Download (0.017MB)
Added: 2007-05-05 License: Perl Artistic License Price:
902 downloads
Crown and Cutlass 1.4 Alpha

Crown and Cutlass 1.4 Alpha


Crown and Cutlass project is a 3D pirate action/adventure game in the spirit of Sid Meiers Pirates!. more>>
Crown and Cutlass project is a 3D pirate action/adventure game in the spirit of Sid Meiers Pirates!.
It is simultaneously being developed in Linux and Windows, with a strong emphasis on cross-platform compatability. The project is still early on in development, although it is just beginning to look like an actual game.
Crown and Cutlass is written in C++, using OpenGL and SDL in order to allow cross-platform compatibility.
Main features:
- Sail around the Carribean in your pirate ship
- Sail into port in Carribean towns
- Ability to save and load game
Enhancements:
- This is the data to go along with the code in our Subversion repository.
- We have rearranged the data (and added a few files) since our 1.4 release.
- However, we may not release 1.5 until after our redesign is complete.
- As a result, anyone who wants to use the code in Subversion needs this package.
- Once the next release is complete, we will remove this file as the data will be in future releases.
<<less
Download (5.8MB)
Added: 2007-02-17 License: BSD License Price:
983 downloads
Got Word Database Maker 1.3

Got Word Database Maker 1.3


Bible trivia game that is a cross between the TV game show Who Wants to be a Millionaire? more>>
Hello! Thank you for donating your knowledge and time to our cause. Pariahware, Inc. is currently working on a Bible trivia game that is a cross between the TV game show "Who Wants to be a Millionaire?" and the electronic game series "You Dont Know Jack!" As one might imagine, this can be a daunting task.
That is why we are asking for your help in coming up with some GREAT Bible questions in order to make this game even more fun than we could do by ourselves! When you are finished submitting all of your questions, please e-mail the "qanda.rsd" file back to submissions@pariahware.com. By submitting the questions that you come up with, you agree to the following:
The Legal:
1. You expect no royalty fees or other payment for Pariahware, Inc. using your questions in the game.
2. Any parts of the questions you submit may be altered at will by the members of Pariahware, Inc.
3. Even though you submit a question for the game, that does not necessarily mean it will appear in the game.
4. If your name is included in your e-mail, Pariahware, Inc. has the right to add it as an acknowledgement, unless otherwise noted. You will not be paid as a result of having your name listed.
The How To:
1. Make sure that the Got Word DB Maker application and the "qanda.rsd" file are in the same folder or the program will not work.
2. Double-click the Got Word DB Maker application icon.
3. Select the radio button in the lower-left-hand corner that says "Add new question".
4. There are five text fields. The large one on the top is for the question. The other four are for potential answers. All of these need to be filled.
5. The correct answer needs to be selected by the "drop down" in the upper-right-hand corner.
6. The book of the Bible, in which the question is referencing, needs to be selected in the upper-left-hand corner.
7. Below the book selection is value (points) for the question. This needs to be selected as well.
8. When all of this has been done, the "Save New Question" button will activate. Click it to save your question.
Word of Caution:
To make changes to question that you have already entered, click the "edit existing questions" radio button.
Enhancements:
- Bug Fixes.
<<less
Download (1.3MB)
Added: 2006-04-21 License: Freeware Price:
1283 downloads
When 1.1.5

When 1.1.5


When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic. more>>
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic.
When can keep track of things you need to do on particular dates. Its a very short and simple program, so you can easily tinker with it yourself. It doesnt depend on any libraries, so its easy to install.
You should be able to install it on any system where Perl is available, even if you dont have privileges for installing libraries. Its file format is a simple text file, which you can edit in your favorite editor.
Enhancements:
- This release adds a Danish translation.
<<less
Download (0.032MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
BullDog Firewall 7

BullDog Firewall 7


BullDog is a powerful but lightweight firewall for heavy use systems. more>>
BullDog is a powerful but lightweight firewall for heavy use systems. With many features, this firewall can be used by anyone who wants to protect his/her systems. This system allow dynamic and static rules sets for maximum protection and has several advance features.

This firewall will work for the hobbyist or a military base. Generation 7 is a complete rewrite of its predecesors and is redesigned from scratch and still evolving.

Be prepared to spend some time setting this up. If you are looking for a "quick fix", then you are on the wrong site. BullDog is NOT a quick fix, but rather one step in a complete security policy.

Its is covered by the GPL and is FREE and always will be. I encourage and welcome anyone who wants to port and/or provide ideas/code to better this software.

I would like to see this software developed into a new breed of firewall that provides the best of security with ease of use.

This software was developed on Linux v2.2.16-17 and v2.4 with 64 megs to 1 Gig of RAM and supports iptables via the ip_queue kernel module. Bulldog will NOT run on Windows systems.
<<less
Download (0.032MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1209 downloads
The Puto Amo Window Manager 2.2.9

The Puto Amo Window Manager 2.2.9


The Puto Amo Window Manager is a full featured window manager, but without useless bells and whistles. more>>
So its not a desktop and doesnt offer you a huge pile of useless options, just the facilities needed to run your X applications and at the same time having a friendly and easy to use interface.
Objectives
Pawm goals are to be simple, small and functional. Thats important, small :), there are too bloated windows managers out there, so who wants another one ;). That means that for future releases is a very important point for us not add new features or dependencies if theyre not really necessary.
If you need to run some X apps and dont have the time, space or interest in installing a desktop like kde or gnome, then what youre looking for is pawm. Download it now and give it a try!
Functionality
As youve already guessed, it manages your windows. It provides a bar placed at the bottom of the screen to access the minimized windows, and a simple application launcher to place some icons in your desktop for frequently used applications.
Things that pawm doesnt have: keyboard support (in the todo list), workspaces, icons formats different from .xpm
To compile it the only required libraries are the Xorg/XFree86 standard libraries. It supports Xft which is the new X font library, but its no required
Platforms
Its been tested and compiled under Linux/x86, Linux/PPC, FreeBSD, NetBSD, HP-UX and OSX-XDarwin. If you got succesfull reports in other architectures let us know. It should compile in any platform, providing you use GNU make, GNU gcc, and a POSIX compatible shell.
Enhancements:
- This release adds support for a "solid" appearance when moving windows.
- An important bug with argb windows that caused crashes has been fixed.
<<less
Download (0.13MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1142 downloads
jQuizShow 1.0

jQuizShow 1.0


jQuizShow project is a game based on the Who Wants To Be a Millionaire TV game show. more>>
jQuizShow project is a game based on the "Who Wants To Be a Millionaire" TV game show.

It forms the framework around which a group can play their own Millionaire-like game. It is fully customizable and easy to add your own questions and answers to.

<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1075 downloads
SEO Rank Checker 2.1

SEO Rank Checker 2.1


Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization. more>>
Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization strategies to the next gear.
The web is a constantly changing place, expecially search engines, but there are numerous search engine optimization strategies that are consistant across all the major search engines, and are probably going to be very useful for a long time to come.
Read on to learn what they are and how to employ them in the development of your web site.
Main features:
SEO Rank Checker is a nice little script for checking your keyword status for a few select keywords without going through the trouble of checking the search engine result pages yourself.
- Automated fetching of the top 100 results for MSN, Yahoo and Google to check for your site.
- Easy to read, compare and print output
- Installation is super easy, just upload to your server and youre done!
- Super small script, just a few KBs of space!
<<less
Download (0.003MB)
Added: 2006-01-24 License: Freeware Price:
1371 downloads
Jedo Linux 1.0

Jedo Linux 1.0


Jedo Linux is a simple, clean Linux distribution that aims to provide a reliable distro for power users. more>>
Jedo Linux (pronounced jed-o), is a simple, clean Linux distribution that aims to provide a reliable distro for power users. Its best described as a cross between Linux From Scratch (LFS), Redhat and Gentoo.

Jedo Linux is a original distro (not built on any existing one), although it tends to lean towards LFS and feels a bit like Redhat when using it.

Source based distro allows rapid development, and makes it easy for users to tweak the distro to their liking. (most packages can also be installed from binaries)

Vanilla Kernel Jedo Linux runs a vanilla kernel, and this is updated regularly to the latest stable kernel.

Decent Support Life 3yr support life by default (may be adjusted depending on usage and versions avalible).

Release Cycle Aim to release a new version about once every 2 years, and release feature updates roughly every 6months for released versions. (of course security updates are released ASAP)

Desktop Distro Designed for use on desktops and laptops.

OSS All software included in the default install is Open Source (or Freedom Software) - including firmware. Some closed source software is in the repo, but it is clearly marked in the "nonfree" category. If you dont belive in using propietary software or kernel modules, none will be installed without you requesting it. Software that uses patented technology (eg: libdvdcss) is also in the "nonfree" category.

For expert users Its a distro for Linux power users - installer and config tools are all CLI and assumes you know all about partitioning, package management, etc.

New, but not bleeding Jedo Linux uses the latest stable technology - latest & greatest but not bleeding edge - because people like having their systems work as expected. Jedo Linux gives you good tools that work so you can get on with what you want to do without having to mess about fixing the OS.

Basicly, its a distro aimed at your LFS compiling, technically skilled Linux user who wants a distro that is simple to use and install - its not for your average Mum & Dad who just want to send email - that sort of user should look at something like Ubuntu. Neither is it a server distro as its not feature frozen - use something like Redhat EL/CentOS or Debian if you are after a feature distro with a long support life.
<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
565 downloads
Java Tools 0.30

Java Tools 0.30


Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications. more>>
Java Tools is a lightweight integrated development environment for creating, compiling, and executing Java applications and applets.
Java Tools includes point and click access to the Java files, commands, and documents. It also includes a built-in text editor and user interface for the Java debugger.
It is intended for the new Java user who needs help getting started. Its also for the more experienced Java user who wants easy access to the Java commands and a text editor.
Main features:
- GUI with built-in help and small footprint.
- Point and click access to all files (Java, manifest, HTML, image and sound) and directories (package).
- Point and click access to all commands for compiling (javac), archiving (jar), documenting (javadoc), executing (java), debugging (jdb) and disassembling (javap).
- Point and click access to all documents (Java API Specification, Java Tools and Utilities, Java Features and Java Tutorial).
- Point and click creation of all files (Java, manifest and HTML) and directories (package).
- Point and click installation of distribution archive files (Java document, Java source code, Java Tutorial and Sun Tools).
- Automatic determination of class file dependencies for archiving (jar) and documenting (javadoc) Java files.
- Checking for unused, redundant and missing imports.
- Logging of all commands invoked by GUI.
- Code metrics for Java files.
- Built-in text editor (see Edit for details).
- Built-in user interface for the Java debugger with command-line editing and history.
- Self-installing executable (Java archive file).
- Comprehensive installation and user documentation for Java and Java Tools.
<<less
Download (0.15MB)
Added: 2007-07-09 License: Freeware Price:
838 downloads
I-Want-To-Make-Money 1.0

I-Want-To-Make-Money 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-24 License: Freeware Price: Free
182 downloads
KDE Internet share wizard 0.1

KDE Internet share wizard 0.1


KDE Internet share wizard is a Kommnder script that can help you share your internet connection over LAN. more>>
KDE Internet share wizard is a Kommander script that can help you share your internet connection over LAN.
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
System requirements:
- Kommander
<<less
Download (0.012MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
powwow 1.2.10

powwow 1.2.10


powwow is a client program, which replaces telnet for the lazy mudder who wants some extra features. more>>
powwow is a client program, which replaces telnet for the lazy mudder who wants some extra features. It is primarily designed for DikuMUDs, but nothing prevents its use for other types of muds.
powwow is based on another client, cancan, and cancan was originally inspired by tintin (yet another client) by Peter Unold, but is entirely re-written.
powwow also implements the MUME remote editing protocol, which enables you to edit texts on the mud using your own favourite editor, several texts at once if you have a windowing terminal.
powwow was written and maintained by Massimiliano Ghilardi and moved here in March of 2005.
Enhancements:
- Several bugfixes for crashes, and a new command to allow configuring the alias/action group separator for people that use @ in alias or action names.
<<less
Download (0.25MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1355 downloads
Acme::OneHundredNotOut 100

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.

<<less
Download (0.014MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
Network-I 1.4.0

Network-I 1.4.0


Captures, displays and analyses TCP/IP traffic more>> Network-I comprises a fast sniffer with a powerful filtering language, and a suite of tools to process the captured packets.
The possibilities range from the straightforward display of packets in exhaustive detail (or alternatively, in a 1-line summary mode) to measurement of traffic levels, and reporting on packet retransmission and losses.
It can also import (and export) capture files in tcpdump and snoop formats.
Network-I is therefore ideal for a troubleshooting network admin, and developers who want to debug the network traffic exchanged by their applications - or even for the curious student of networking who wants to look under the hood of TCP/IP.
This program is distributed as a set of pre-built Linux and Solaris packages, for ease of installation (and uninstallation).
<<less
Download (244KB)
Added: 2009-04-12 License: Freeware Price: Free
196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3