Main > Free Download Search >

Free 03 hasta software for linux

03 hasta

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 340
O.H.R.RPG.C.E 2006-08-03 Hasta-la-qb+

O.H.R.RPG.C.E 2006-08-03 Hasta-la-qb+


O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games. more>>
O.H.R.RPG.C.E is an engine for making 2D console-style Role Playing Games.

A Linux port of the DOS-based "Official Hamster Republic RPG Construction Engine". Used for making games similar in style to the NES and Super Nintendo Final Fantasy games. A large assortment of RPG games are already available.

<<less
Download (0.93MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1004 downloads
htpasstool 1.03

htpasstool 1.03


htpasstool is a web-based management tool for Apache .htpasswd files. more>>
htpasstool is a web-based management tool for Apache .htpasswd files.
Its small (just 1 php file), free as in freedom (released under the GPL) and straightforward to use.
It can protect/unprotect directories in your webspace, add users, rename users, remove users, and change passwords in the .htpasswd file. All through a friendly, simple web interface. And it is trivial to install.
Enhancements:
- This release fixes a small bug in the assignpasswordform function.
<<less
Download (0.015MB)
Added: 2007-01-20 License: GPL (GNU General Public License) Price:
1010 downloads
AIX::Perfstat 0.03

AIX::Perfstat 0.03


AIX::Perfstat is a Perl wrapper for perfstat() functions. more>>
AIX::Perfstat is a Perl wrapper for perfstat() functions.

SYNOPSIS

use AIX::Perfstat;
$cput = AIX::Perfstat::cpu_total();
$diskt = AIX::Perfstat::disk_total();
$netift = AIX::Perfstat::netinterface_total();
$memoryt = AIX::Perfstat::memory_total();
$num_cpus = AIX::Perfstat::cpu_count();
$num_disks = AIX::Perfstat::disk_count();
$num_netifs = AIX::Perfstat::netinterface_count();
$cpu_data = AIX::Perfstat::cpu(desired_number = 1, name = "");
$disk_data = AIX::Perfstat::disk(desired_number = 1, name = "");
$netif_data = AIX::Perfstat::netinterface(desired_number = 1, name = "");

This Perl module lets you call all of the perfstat functions defined on AIX 5.1 and returns system data in Perl data structures.

The AIX::Perfstat::cpu_total, AIX::Perfstat::disk_total, AIX::Perfstat::netinterface_total, and AIX::Perfstat::memory_total functions each return a hashref containing all of the respective C structures.

The AIX::Perfstat::cpu_count, AIX::Perfstat::disk_count, and AIX::Perfstat::netinterface_count functions each return a count of how many structures are available from the AIX::Perfstat::cpu, AIX::Perfstat::disk, and AIX::Perfstat::netinterface functions respectively.

The AIX::Perfstat::cpu, AIX::Perfstat::disk, and AIX::Perfstat::netinterface functions each take up to two arguments and return a reference to an array of hashes. The arguments specify the number of records to return, and the name of the record to start with. These arguments are equivalent to the desired_number and name parameters to the perfstat functions. Only valid data is returned (Example: If you call AIX::Perfstat::netinterface(5) on a machine with only 2 network interfaces, the returned array will only contain two entries.) When these functions are called with a variable for the name parameter the variable will be modified in place to contain the name of the next available record, or "" if no more records are available.

<<less
Download (0.038MB)
Added: 2007-04-12 License: Perl Artistic License Price:
932 downloads
CCTE alpha-03

CCTE alpha-03


CCTE provides a CGI test enviroment. more>>
CCTE provides a CGI test enviroment.
CCTE is a small utility to provide a way to run automated tests on Web applications.
It acts like a Web browser GETing form data to different URLs, and logging output.
It has two ways to understand if a CGI did OK: HTTP status, and user-definable strings for both (success and error).
WHAT IS?
This is intended to be a CGI test enviroment. The idea is to allow you to automatically test yor cgis in a website by specifiying what parameters to send to each cgi. This includes kindda browser, which will GET or (futurely) POST different form data to cgi, and will capture the output trying to guess
what happend.
Another use is to stress-test servers and web aplications, while is not yet implemented, itll soon support parallel (threated) requests, and timing capabilities.
Enhancements:
- The report was improved
- some bug fixes were made
- documentation was added.
<<less
Download (0.022MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
914 downloads
as_propsheet 1.03

as_propsheet 1.03


as_propsheet can be used to create Web based user interfaces for configuring sets of properties. more>>
as_propsheet can be used to create Web based user interfaces for configuring sets of properties. The project can compose and generate HTML forms with fields that appear split between multiple pages.

The form pages may be browsed using a tabbed or wizard-like user interface. The form may be composed by adding several types of fields to each form page.
<<less
Download (MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
946 downloads
phpSuperMarketTycoon 0.03.03 Alpha

phpSuperMarketTycoon 0.03.03 Alpha


phpSuperMarketTycoon is an online business simulation. more>>
phpSuperMarketTycoon is an online business simulation.
phpSuperMarketTycoon allows players to create individual grocery and super stores and build their supermarket empire while competing against other players building their own empire.
Features include the creation, expansion and trading of individual grocery stores, daily reports for both the players company and the market in general, a bank allowing loans and savings, store management with different effects on your stores, warehousing, NPC chains to compete against your own, a daily newsletter, yearly holidays to effect sales, weekly sales opportunities, and more.
Enhancements:
{Coding}
- Created a ban IP mechanism. Need to do an interface though.
- Added an optional security image for the signup script. Make sure you read the upgrade.txt file on how to update your db.php file to turn this on.
- Added the forums. They sort of work... :)
- Made an adjustment in the players level so that I can create admins later on.
- Adding sorting to the communities list.
- Added company name and email address to the email admin gets when a new player signs up.
- Store Managers have been added to the game. You can hire them, train them if needed (This takes 8 weeks to complete) and assign them to your stores. You can even fire them if you want. They do have a fairly decent effect on your store sales.
- You now get billed 5% of your square footage for electric fees per week.
(Bugs)
- Corrected the link in the footer to the home page of the project. (Bug 1439620)
- Removed 1, 0, l, o, and i from the security image script to avoid confusion.
- Reformatted display numbers to show commas for the thousands place. (Bug 1434685)
- Dealt with the issue of the menu column displaying twice during errors during player signup. I think I got them all. (Bug 1434308)
- Fixed the store counts within communities within the *.sql install file. (Bug 1434684)
- Upgrade script will correct store counts for already installed games (Bug 1440495)
- Cashiers are now being paid. (Oops) Fixed in buildthatsucker.php as well as the upgrade script. Cant believe I missed that... (Bug 1440969)
- The forum was not doing line breaks correctly. Im hoping that this is fixed. (Bug 1440997)
- Fixed the issue with company name not being shown in the webpage after a new company has been created as well as within the email sent to the game admin. Fixed AGAIN! (Bug 1441007)
- Adjusted the size of the email address within the players table. I guess 25 characters isnt enough. Sorry about that. (Bug 1441015)
- Fixed the issue in the viewcommunities page where it was presenting you a link to build a store when there wasnt one available. Fixed this as well in the buildstore.php page. (Bug 1440517)
- For some reason, when you incorrectly created a store that was too large or didnt have enough money, the script would erase the data that it was holding on the store so you always wound up in sector 1. Fixed I think. (Bug 1440734) Still dont know where that one came from as it was something I made sure that worked before the release.
- Fixed a minor bug in the displaycompanies.php file that would list the stores in the incorrect order.
{SQL}
- Upgraded the SQL install file to include the badips, topics, and posts tables.
- Added the first name and last name tables to the file.
- Added the store managers table to the file.
{Upgrading}
- Started a method of upgrading. It might even work.
<<less
Download (0.057MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1333 downloads
Nuhe 0.03

Nuhe 0.03


Nuhe is a rule based log monitoring system, which is capable of action when rules are matched againsts log(s) activity. more>>
Nuhe is a rule based log monitoring system, which is capable of action when rules are matched againsts log(s) activity. Default Nuhe mode is to run on background (daemon), but it can also be used in foreground and log analyzer mode. Log analyzer mode just analyzes given logs and prints results to stdout; no action is taken when Nuhe is in analyzer mode.
Motive for Nuhe development started from security point of view and one purpose is to use it as a intrusion protection system that can react against certain kind of log activity. You can also use Nuhe as a vanilla "log filtering" system, that detects events from logs, logs them, but does not react against them.
One example of Nuhe usage is to use rule that detects multiple SSH connection attemps and drops IP address (e.g. with Linux iptables) where connections are coming. Nuhe is very handy in this situation, because user can configure it to ignore important IP addresses, so theyre not blocked by firewall and specify events to be indentified only by IP address information.
With that rule and action handler user can paralyze brute force attacks. However Nuhe can be described as a general rule based monitoring system which can run system commands in phases based on time and event criteria and hopefully this gives many areas of use for it.
Enhancements:
- Added reset string functionality for actions, reset strings are used to to discard associated events.
- With "lastmsg" parameter (in nuhed.conf) you can match syslog "last message repeated n times" string. Nuhe process previous syslog entry as many times as it was repeated.
- More support for upcoming nodemanager and some bug fixes and changes.
<<less
Download (0.11MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
845 downloads
Plasmatronics 0.03

Plasmatronics 0.03


Plasmatronics Perl module is a Plasmatronics PL regulator controller. more>>
Plasmatronics Perl module is a Plasmatronics PL regulator controller.

SYNOPSIS

use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";

This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)

MAJOR LIMITATIONS

Serial Port

I have to replace the serial port driver - currently I use the unix only version, but I have written

Hard Coded Multiplier

The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.

Combined Values

Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).

<<less
Download (0.014MB)
Added: 2007-06-19 License: Perl Artistic License Price:
862 downloads
RAS::HiPerARC 1.03

RAS::HiPerARC 1.03


RAS::HiPerARC.pm is a Perl Interface to 3Com/USR Total Control HiPerARC. more>>
RAS::HiPerARC.pm is a Perl Interface to 3Com/USR Total Control HiPerARC.

SYNOPSIS

RAS::HiPerARC is a PERL 5 module for interfacing with a 3Com/USR Total Control HiPerARC remote access server. Using this module, one can very easily construct programs to find a particular user in a bank of ARCs, disconnect users, get usage statistics, or execute arbitrary commands on a ARC.

<<less
Download (0.006MB)
Added: 2007-04-18 License: Perl Artistic License Price:
921 downloads
xpidl 0.03

xpidl 0.03


xpidl project is an XPIDL parser. more>>
xpidl project is an XPIDL parser.

SYNOPSIS

xpidl -m mode [-a] [-w] [-v] [-t version number] [-I path] [-o basename | -e filename.ext] filename.idl

OPTIONS

-a

Emit annotations to typelib.

-w

Turn on warnings (recommended).

-v

Display version.

-t version number

Create a typelib of a specific version number.

-I path

Add entry to start of include path for ``#include "nsIThing.idl".

-o basename

Use basename (e.g. ``/tmp/nsIThing) for output.

-e filename.ext

Use explicit output filename.

-i path

Specify a path for import (only for IDL version 3.0).

-x

Enable export (only for IDL version 3.0).

-m mode

Specify output mode:

header Generate C++ header (.h)

typelib Generate XPConnect typelib (.xpt)

doc Generate HTML documentation (compat xpidl) (.html)

java Generate Java interface (.java)

html Generate HTML documentation (use idl2html) (.html)

<<less
Download (0.026MB)
Added: 2007-06-11 License: Perl Artistic License Price:
877 downloads
PlanetaMessenger 03

PlanetaMessenger 03


PlanetaMessenger.org, the universal Instant Messenger fully written in java. more>>
PlanetaMessenger.org, the universal Instant Messenger fully written in java. Welcome to PlanetaMessenger.org. This site is the home of PlanetaMessenger.org, the universal Instant Messenger fully written in java.
You have 2 first, and better, possibilities to install PlanetaMessenger.org. If youre in Windows, you can install it using the native installer. To install using the native installer, please go to http://sourceforge.net/project/showfiles.php?group_id=40468 and get the latest Windows release (type exe 32-bit Windows). The installer creates all shortcuts needed to launch and uninstall the application.
The other possibility is download the Platform independent installer and install it using the command (in command line):
java -jar planetamessenger*.jar
The java based installer will guide you throught installation process. After finish the installation process, go to PlanetaMessenger.orgs installation directory, enter in bin directory, then you can launch the following files:
planetamessenger.sh (for Linux/Solaris and other UNIXes users)
planetamessenger.bat (for Windows users)
Main features:
- Plugin support for many IM networks like, ICQ, AIM, MSN, ComVC, Yahoo, Jabber and so on.
- Multi-profile support.
- Future improvements:
- Support to internationalization.
- Skins, and much more
<<less
Download (3.7MB)
Added: 2007-02-25 License: GPL (GNU General Public License) Price:
972 downloads
wmSun 1.03

wmSun 1.03


wmSun dockapp shows the rise/set time of Sun. more>>
wmSun dockapp shows the rise/set time of Sun.
Long = 155d 55m = 155.92
Lat = 19d 35m = 19.58
ToDo:
- Add multiple "pages" like wmMoonClock?
- Eclipse info?
- Twilight Calcs. Civil, Astro, Nautical....
- Transit time?
- Graphical Annalemma or plot of Eq of Time...
- Add user definable twiddle factor to account for local terrain etc.. Could even go way overbaord and download USGS topo info? (Man! that is going overboard!).
<<less
Download (0.18MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1109 downloads
Siren 0.03

Siren 0.03


Siren is a music player for GNOME with an extremely minimalist interface. more>>
Siren is a music player for GNOME with an extremely minimalist interface. It is written in Perl and uses the GTK2-Perl libraries, and GStreamer.

<<less
Download (0.015MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1547 downloads
GQuiz 1.03

GQuiz 1.03


GQuiz project is a GTK+ based tool for helping with memorization. more>>
GQuiz project is a GTK+ based tool for helping with memorization.

GQuiz is a generic question/answer drilling program.

You provide a program that displays the question and answer, given as a single filename on the command line, and gquiz randomizes, prevents immediate repetition, and temporarily eliminates questions youve answered correctly "enough" times in a row.

The author uses GQuiz with cgoban to study go, the Asian strategy game, but it could just as well be used to memorize States and their Capitals, or foreign language vocabulary, etc.

<<less
Download (0.089MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1097 downloads
pytick 0.03

pytick 0.03


pytick is a customizable stock ticker. more>>
pytick is a customizable stock ticker.
pytick is a fully configurable and elegant stock ticker written in python for your desktop.
pytick gathers its stock quotes from finance.yahoo.com and displays them in a easy to read fashion.
Main features:
- Intuitive Interface
- Fits naturally into your desktop
- Custom Font Selection
- Variable Scroll Speed
<<less
Download (0.007MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5