Main > Free Download Search >

Free avalon fishing pier software for linux

avalon fishing pier

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 19
bass fishing tips 1.0

bass fishing tips 1.0


bass fishing tips. most common bass fishing mistakes, free report!... more>> <<less
Download (7KB)
Added: 2009-04-18 License: Freeware Price: Free
191 downloads
ice fishing tips 1.0

ice fishing tips 1.0


ice fishing tips... ice fishing tips v1.0 release is New more>> <<less
Download (934KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
free fishing tips 1.0

free fishing tips 1.0


free fishing tips screensaver... more>> <<less
Download (1023KB)
Added: 2009-04-22 License: Freeware Price: Free
188 downloads
Database Fishing Tool 1.4.3

Database Fishing Tool 1.4.3


Database Fishing Tool is short DaFT is a front-end to any database that can be connected to with an ODBC driver. more>>
Database Fishing Tool is short DaFT is a front-end to any database that can be connected to with an ODBC driver. DaFT allows you to browse the database objects, view data in tables and views, and create and execute SQL statements, also as a script, including variable scanning.
DaFT contains a database objects list (tables and views), list of columns and column properties, a table for data snapshots, detailed data view, a notepad, a table for viewing the outcome of select statements, T-SQL or PL/SQL statements, a SQL statement editor with syntax highlighting, and a screen to follow all ODBC driver messages (errors etc.).
All selected data can be saved into a file. The supported file formats are HTML, XLS, CSV, SyLK, and DIF. The SQL statements can be saved into a text file.
Enhancements:
- Handle Tables, Views, and colums with names (partly) in capitals with surrounding quotes.
- Some bug fixes...
<<less
Download (1.8MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1331 downloads
largemouth bass fishing tips 1.1

largemouth bass fishing tips 1.1


largemouth bass fishing tips... more>> <<less
Download (2927KB)
Added: 2009-04-07 License: Freeware Price: Free
202 downloads
 
Other version of largemouth bass fishing tips
largemouth bass fishing tips 1.0largemouth bass fishing tips - largemouth bass fishing ... largemouth bass fishing
License:Freeware
Download (7KB)
204 downloads
Added: 2009-04-08
Blogfish 1.0

Blogfish 1.0


Blogfish is the memepool. more>>
Blogfish is the memepool.
Blogfish is social networking meets evolutionary software meets peer-to-pier networking. Blogfish is best eaten wrapped in newspaper, with salt and vinegar. Blogfish is the fin end of the wedge.
More prosaically, blogfish is a Gnome panel applet, written in Python using PyGTK and Gnome-python. It allows you to spread your blog URL, website URL or random thoughts to other users. Good memes survive; bad ones are voted down and go belly up.
Main features:
- New simple peer for running on servers, systems without X
- RPM!
- Bugfixes: no longer sucks so much memory; dies nicely on exit; networking bugs, lots; resizes nicely
- Drag and drop URL to add new fish
- Nice new icon
- UI compatibility with the HIG
- Simpler install script
- Compatibility with Python < 2.3
- Beaten to release by Sarge, FFS
<<less
Download (0.14MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1554 downloads
avalon-harvest 0.0.2

avalon-harvest 0.0.2


avalon-harvest provides an Avalon-based integration package. more>>
avalon-harvest provides an Avalon-based integration package.
Harvest is a very simple Java-based program to asynchronously copy data from one location to another.
The data can be anything that can be represented as a Java bean, for example, files or database records.
Data can be anything, including files, database records, data available from networks, JMS messages, or whatever you can imagine and represent as java bean.
Main features:
- Assynchronious system integration, where no other solution exists.
- Data replication between databases
- Fetching data from unusable datasources (html pages, documents, other files) into database (or any kind of device capable of storing data)
- Any other scenarios where you may need assynchronious copy of data.
<<less
Download (3.3MB)
Added: 2007-02-01 License: The Apache License Price:
996 downloads
Pax Logging 0.9.2

Pax Logging 0.9.2


Pax Logging is a consolidation effort that aims to make all existing logging APIs in the Java world available. more>>
Pax Logging is a consolidation effort that aims to make all existing logging APIs in the Java world available for OSGi developments, driven by a Log4J backend.
Each legacy API is loaded as its own bundle. The logging service can be reloaded at run-time.
Main features:
- Log4J driving the backend implementation.
- Log4J API supported.
- Jakarta Commons Logging API supported.
- Pax Logging Service implements the standard OSGi Log Service API.
- JDK Logging API support.
- Avalon Logger API support.
- SLF4J API support.
- Knopflerfish Log service support.
<<less
Download (MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1172 downloads
Class::Inner 0.1

Class::Inner 0.1


Class::Inner is a perlish implementation of Java like inner classes. more>>
Class::Inner is a perlish implementation of Java like inner classes.

SYNOPSIS

use Class::Inner;

my $object = Class::Inner->new(
parent => ParentClass,
methods => { method => sub { ... } }, },
constructor => new,
args => [@constructor_args],
);

Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent classs method.

METHODS

new HASH

Takes a hash like argument list with the following keys.

parent

The name of the parent class. Note that you can only get single inheritance with this or SUPER wont work.

methods

A hash, keys are method names, values are CODEREFs.

constructor

The name of the constructor method. Defaults to new.

args

An anonymous array of arguments to pass to the constructor. Defaults to an empty list.

Returns an object in an anonymous class which inherits from the parent class. This anonymous class has a couple of extra methods:

SUPER

If you were to pass something like

$obj = Class::Inner->new(
parent => Parent,
methods => { method => sub { ...; $self->SUPER::method(@_) } },
);

then $self-gtSUPER::method almost certainly wouldnt do what you expect, so we provide the SUPER method which dispatches to the parent implementation of the current method. There seems to be no good way of getting the full SUPER:: functionality, but Im working on it.

DESTROY

Because Class::Inner works by creating a whole new class name for your object, it could potentially leak memory if you create a lot of them. So we add a DESTROY method that removes the class from the symbol table once its finished with.

If you need to override a parents DESTROY method, adding a call to Class::Inner::clean_symbol_table(ref $self) to it. Do it at the end of the method or your other method calls wont work.

clean_symbol_table

The helper subroutine that DESTROY uses to remove the class from the symbol table.

new_classname

Returns a name for the next anonymous class.

<<less
Download (0.003MB)
Added: 2007-06-06 License: Perl Artistic License Price:
871 downloads
Excalibur 4.3

Excalibur 4.3


Excalibur is an open source software project of The Apache Software Foundation. more>>
Excalibur is an open source software project of The Apache Software Foundation. Our primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in java.

Inversion of control, also known as the hollywood principle ("dont call us, well call you"), is a simple but powerful concept. The idea is that we dont "wire up" all the pieces that make up an application (the "components") by writing lots of this-component-uses-that-one-like-so code, nor do we use some kind of lookup directory (like JNDI, for example) where each component decides what components to interact with itself. Instead, we instruct a smart piece of software, the container, to tell the components how to interact.

Fortress (and also its predecessor, "ECM") is such a container. It is lightweight, by which we mean that it doesnt need a lot of resources, take a lot of disk or memory, or impose all sorts of demands on its environment. Fortress is also embeddable, by which we mean that you can use fortress inside just about every java environment. More concretely, you can use it as the basis of a large standalone development platform (like the Keel project), at the core of a servlet-based web application (like Cocoon) or even as the basis of a GUI application (like GuiApp).

Fortress knows how to manage components that have been developed using a rigid lifecycle contract called Avalon-Framework. In the next upcoming release, fortress will also be able to manage ordinary javabeans, and support for other kinds of Inversion of Control are planned.

Besides providing fortress, excalibur also provides a small library of very useful components. We also distribute some of the libraries used to build fortress (and some other containers) seperately. This selection of libraries is called containerkit.

So why is excalibur an interesting project?

Heres a few partial answers.

good code. Code that comes from the mature avalon project (everything that used to be branded as "Avalon Excalibur" and "Avalon Fortress"). This includes two lightweight Inversion of Control containers. One of these powers, among other things, Cocoon. The other ("fortress") is the basis of projects like Keel. Excalibur also includes powerful and mature reusable "components" and "libraries", handling tasks ranging from thread management to component pooling to (URI-and-similar-) source resolving.

smart developers. Most of these people are or have been active in the avalon project in various roles. Several of them are apache members. Together they have loads and loads experience under their belts related to inversion of control development. In fact, Im confident to say this list includes some of the biggest experts on inversion-of-control-style container development.

exciting community. Several open source and commercial projects (both at apache and elsewhere) depend on and contribute to the excalibur project. A strong team of enthousiastic developers (with strong ties to several other projects in the same problem domain) has various big and small plans with excalibur. One of the leading open source organisations in the world, The Apache Software Foundation, is hosting the project, providing insight, advice, infrastructure, legal backing, a time- and battle-proven development process, and much more.
<<less
Download (MB)
Added: 2007-01-10 License: The Apache License 2.0 Price:
1223 downloads
CSS Briefcase 1.5

CSS Briefcase 1.5


CSS Briefcase is simple tool to help you organize CSS styles you use regularly. more>>
CSS Briefcase project is simple tool that helps you organize CSS styles you use regularly. If youre frustrated writing the same CSS code for every project, or spend way to much time fishing around through old projects trying to find a key bit of CSS style code, this tool will help ease your woes.
Main features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
<<less
Download (0.026MB)
Added: 2006-03-06 License: Freeware Price:
1329 downloads
ip-filter-cgi 0.1

ip-filter-cgi 0.1


ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.ed more>>
ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose.
adulau@metatix.com .
Main features:
- Perl 5.0 (+CGI.pm)
- a HTTP server (Apache)
<<less
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1221 downloads
Nikto 1.35

Nikto 1.35


Nikto is an Open Source web server scanner which performs comprehensive tests against web servers for multiple items. more>>
Nikto is an Open Source web server scanner which performs comprehensive tests against web servers for multiple items, including over 3200 potentially dangerous CGIs/files, versions on over 625 servers, and version specific problems on over 230 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).
Nikto is not designed as an overly stealthy tool. It will test a web server in the shortest timespan possible, and its fairly obvious in log files. However, there is support for LibWhiskers anti-IDS methods in case you want to give it a try (or test your IDS system).
Not every check is a security problem, though most are. There are some items that are "info only" type checks that look for items that may not have a security flaw, but the webmaster or security engineer may not know are present on the server. These items are usually marked appropriately in the information printed. There are also some checks for unknown items which have been seen scanned for in log files.
Main features:
- Uses rfps LibWhisker as a base for all network funtionality
- Main scan database in CSV format for easy updates
- Determines "OK" vs "NOT FOUND" responses for each server, if possible
- Determines CGI directories for each server, if possible
- Switch HTTP versions as needed so that the server understands requests properly
- SSL Support (Unix with OpenSSL or maybe Windows with ActiveStates Perl/NetSSL)
- Output to file in plain text, HTML or CSV
- Generic and "server type" specific checks
- Plugin support (standard PERL)
- Checks for outdated server software
- Proxy support (with authentication)
- Host authentication (Basic)
- Watches for "bogus" OK responses
- Attempts to perform educated guesses for Authentication realms
- Captures/prints any Cookies received
- Mutate mode to "go fishing" on web servers for odd items
- Builds Mutate checks based on robots.txt entries (if present)
- Scan multiple ports on a target to find web servers (can integrate nmap for speed, if available)
- Multiple IDS evasion techniques
- Users can add a custom scan database
- Supports automatic code/check updates (with web access)
- Multiple host/port scanning (scan list files)
- Username guessing plugin via the cgiwrap program and Apache ~user methods
Enhancements:
- Added -config option to specify a config file (from Pavel Kankovsky)
- Added enhanced content checking to reduce false positives (from Pavel Kankovsky)
- Added more explicit licensing to code/databases
<<less
Download (0.18MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1359 downloads
SAP::Rfc 1.55

SAP::Rfc 1.55


SAP::Rfc is a Perl module that contains RFC Function calls against an SAP R/3 System. more>>
SAP::Rfc is a Perl module that contains RFC Function calls against an SAP R/3 System.

SYNOPSIS

# WARNING - as of SAP::Rfc 1.40 USER and PASSWD are case sensitive ready for
# R3 7.x
use SAP::Rfc;
$rfc = new SAP::Rfc(
ASHOST => myhost,
USER => ME,
PASSWD => secret,
LANG => EN,
CLIENT => 200,
SYSNR => 00,
TRACE => 1 );

my $it = $rfc->discover("RFC_READ_TABLE");

$it->QUERY_TABLE(TRDIR);
$it->ROWCOUNT( 2000 );
$it->OPTIONS( ["NAME LIKE RS%"] );

# or pass a list of hash refs like so:
$it->OPTIONS( [ { TEXT => "NAME LIKE RS%" } ] );

$rfc->callrfc( $it );

print "NO. PROGS: ".$it->tab(DATA)->rowCount()." n";
print join("n",( $it->DATA ));

$rfc->close();

SAP::Rfc - is a Perl extension for performing RFC Function calls against an SAP R/3 System. Please refer to the README file found with this distribution. This Distribution also allows the creation of registered RFCs so that an SAP system can call arbitrary Perl code created in assigned callbacks.

The best way to describe this package is to give a brief over view, and then launch into several examples. The SAP::Rfc package works in concert with several other packages that also come with same distribution, these are SAP::Iface, SAP::Parm, SAP::Tab, and SAP::Struc. These come together to give you an object oriented programming interface to performing RFC function calls to SAP from a UNIX based platform with your favourite programming language - Perl. A SAP::Rfc object holds together one ( and only one ) connection to an SAP system at a time. The SAP::Rfc object can hold one or many SAP::Iface objects, each of which equate to the definition of an RFC Function in SAP ( trans SE37 ). Each SAP::Iface object holds one or many SAP::Parm, and/or SAP::Tab objects, corresponding to the RFC Interface definition in SAP ( SE37 ).

For all SAP::Tab objects, and for complex SAP::Parm objects, a SAP::Struc object can be defined. This equates to a structure definition in the data dictionary ( SE11 ). Because the manual definition of interfaces and structures is a boring and tiresome exercise, there are specific methods provided to automatically discover, and add the appropriate interface definitions for an RFC Function module to the SAP::Rfc object ( see methods discover, and structure of SAP::Rfc ).

Please note that USER and PASSWD are now case sensitive - this change has the potential to break backward compatibility.

<<less
Download (0.070MB)
Added: 2007-05-24 License: Perl Artistic License Price:
919 downloads
Wolfpack 12.9.13

Wolfpack 12.9.13


Wolfpack is a server-side Ultima Online MMORPG software. more>>
Wolfpack project is a server-side Ultima Online MMORPG software.
Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EAs Ultima Online to play on Wolfpack servers.
The Wolfpack project is an effort to develop and maintain an open-source Ultima Online server that is secure, stable and extensible, providing users with the ability to create their own unique shards.
Enhancements:
- ixed meditation skillcheck in mana regeneration code.
- Changed GM talk color.
- Implemented the onCheckVictim event.
- Implemented the onDoDamage event.
- Stablemasters now remove the stabled pets from the follower list.
- Corpses now decay in multis too.
- Implemented a walktest command for testing walking.
- Fixed several other walking bugs.
- Implemented onRemoteUse for checking if an object that is in the belonging
- of another char may be used. First called for the using char, then for the
- owner of the object.
- Implemented onSnooping that is called for the owner and for the player trying to
- open a container.
- Fixed shop restock.
- Fixed bug #0000364. (Vendors not selling items they bought)
- Rewrote the vendor buy handler code.
- Improved the configure script:
- Translations are disabled by default now.
- Cleaner output.
- Fixed a bug with MySQL library reporting.
- The SectorMaps singleton has been renamed to MapObjects.
- The deprecated RegionIterators have been removed.
- The SectorIterators have also been replaced with a much faster iterator.
- The new iterators dont allocate/copy memory anymore.
- The "range" lookup now looks for items within a real circle.
- Multis now have their own structure, and are now separate from items.
- Region calls now list online and offline chars in sperate lists.
- Implemented player collision stamina loss in Felucca.
- Fixed lightlevel calculation.
- Fixed the pythonscript* integer conversion warnings by using size_t instead.
- Fixed adding items to the MapObjects.
- Fixed a bug in the new ContainerCopyIterator.
- Fixed movement not correctly being sent to other characters.
- Fixed Multi Update range.
- Added .reload muls and added a broadcast message to the reload commands.
- Fixed handling of a fixed z value for spawnregions.
- Fixed an exploit (dropping without dragging first)
- Changed the semantics of onLogin/onLogout (character entering/leaving the world).
- Added onConnect/onDisconnect (socket attaching/detaching to/from a player).
- Its no longer possible to login with a char if another char in
- the same account is still online.
- Fixed a bug that would cause onLogout not to be called.
- A skill of 100% or more in Spirit Speaking now allows you to talk
- freely as a ghost and hear everything dead players have to say.
- All geometrical bodies for spawnregions now support the except="true"
- tag that makes the rectangle, circle or point not be included in finding
- a random position within the region.
- Fix with spawnregion data. UShort != UInt
- Added socket.denymove to send packets to deny movement
- Fixed a crashbug with invalid function names passed to .addtimer()
- Added the ability to make yourself visible to other players.
- Guildbutton now triggers onGuildButton(player) python event.
- Fixed bug #0000376. (Stablemasters dont take money from the bank)
- Added "Refresh Characters Maximum Values" setting. Setting this to "false"
- will disable the automatic recalculation of Maxhitpoints/Maxmana/Maxstamina.
- Added a warning in the console if translation file could not be found.
- Fixed monsters not attacking players pets.
- Fixed bug #0000363. (Pets dont attack a target if its already fighting)
- More tag documentation in the code.
- Definition Tag Cleanups.
- Using skills no longer unhides by default, unhide moved to python.
- Fixed a nasty bug in the map sector code which caused objects not
- to be in the map objects when moved between maps.
- Fixed a walking bug that caused monsters to walk trough certain objects.
- type="3" in bodyinfo.xml is now correctly interpreted by the core.
- Exploit bugfix for locked containers.
- The status only shows the gold directly in your backpack now. (performance issues)
- Added bladespirit and energyvortex ai.
- Fixed a vision range bug with walking.
- Fixed many compiler warnings for GCC 3.4 versions, and general warnings.
- Updated SQLite to 2.8.15 and defaulted SQLite to encode data with UTF-8.
- Added a new feature to random:
- This will select a random value from a random list.
- Added new features to container items (made list work as well):
-
- Disabled verdata.mul support as this is no longer included in the latest
- releases of Ultima Online. Note: Commented out the source code only.
- Implemented an onSelectAbility event for the weapon special moves.
- Corrected the NINJITSU and BUSHIDO skill ids.
- Small cleanup to wolfpack.xml: Database options follow the same option
- names are are given in account options.
- Implemented a "karmalock" property to player objects. If its True, the player will not
- gain any positive karma anymore.
- Added Commoner AI.
- Fixed mul path detection on windows in release builds.
- * Definition Changes:
- Added the mage AI to most creatures.
- Adjusted carving sheep.
- Fixed leatherworkers and tanners not buying leather and hides.
- Male NPCs now have a 75% chance of getting a beard when created.
- Made shrink potions craftable.
- Changed the color of shrink potions.
- Added Tokuno includes for regions and spawnregions.
- Removed the "Pink Spawn" from decoration.
- Fixed skeletal steeds stats and skills.
- Added stackable burned food that is used when cooking fails.
- Added ranged weapons + ammo to orc scout, ratmen archer, meer captain and juka lord.
- Added colored samurai armor.
- Reorganized base armor categories.
- New folder for defines: definitions/defines/
- Applied the index.xml branches to colored armor.
- Added lightsources to fire elementals, wisps and horde minions.
- Added bones to bone_magi and body parts to horde minions, zombies and others.
- Added colored weapons. Note: Only the metallic weapons.
- Sorted out the samurai weapons by type and fixed properties.
- Ranged weapons set to 10 instead of 12.
- Price fixes for arrows/bolts.
- Fixed potion kegs.
- Gave guards colored hair.
- NPC skill defines are now: value
- Gold now has weight.
- Corrected the bushido and ninjitsu skill ids.
- All mounts now have the event npc.mount
- * Python Script Changes:
- Fixed bug #0000369. (Equip possible although item.movable = 3)
- Fixed bug #0000361. (Pets dont follow trough gate)
- Added xoffset, yoffset and zoffset to socket.attachmultitarget. (housing.deed)
- Fixed a runebook bug. (Refuses to work when full)
- Rewrote parts of the runebook.
- Added support for creature based poison immunity.
- Added support for hit based poisoning.
- Fixed several bugs in lumberjacking.
- Chars will now get revealed when using training dummy or archery butte.
- Fixed blood created at carving not decaying for a long time.
- Fixed fishing pole not wearing out.
- Fixed gainfactor for skills always beeing 1.0
- Fixed a skill check bug with lumberjacking.
- Implemented shrink potions.
- Fixed the tooltip of alchemy tools not being resend.
- Fixed the input system trying to call not existent scripts.
- Fixed the color of shrunken pets.
- Implemented shrink command.
- Implemented telem command.
- Added onConnect to system.players
- Fixes for moongate.py
- Guild button now opens guildstone menu by default.
- Fixed resistances for dragon scale armors.
- Fixed the open door macro.
- Fixed bug #0000310. (Invis spell duration too brief, Players will now be able to use stealth
- if they are hidden by the invisibility spell, even if they dont have 80.0 Hiding )
- Fixed bug #0000321. (Info Gump not setting boolean values to True if input is 1)
- Poisoning now accepts stacked potions.
- Reorganized the potion scripts.
- Added possibility to cut bone parts into usable bones using scissors.
- Fixed potion kegs.
- Added tilecolorz command. Same as tilecolor, but limited to one z coordinate.
- Added nukez command. Same as nuke, but limited to one z coordinate.
- Added tilemove command.
- Increased energyvortex and bladespirit casting time.
- Implemented the bleeding wound system.
- Implemented the weapon special moves.
- Implemented the SelfRepair item property.
- Implemented the Enhance Potions item property.
- Implemented the Splash Damage item properties.
- Implemented the On Hit spell effect item properties.
- Implemented support for dispel difficulty/dispel focus (see playguide).
- Enabled tithing of gold, resurrection and karma locking at ankhs.
- * Misc. Changes:
- FAQ Updates.
- Now compiling with the KDE Cygwin QT version on Windows. (http://kde-cygwin.sf.net)
- Updated the gm tool a little. It now has support for the samurai empire maps.
- In addition to fixing some bugs, it also has an experimental region rectangle generator
- on the settings tab.
- * Known Issues, Bugs, and Missing Features:
- Some skills are still incomplete.
- Spawn regions are incomplete.
- We welcome donated OSI-like spawn scripts!
- Town/World regions are incomplete.
- We welcome donated OSI-like region scripts!
- Possible that a few monsters are missing and/or incomplete.
- Multis (Houses/Boats) are not currently supported.
<<less
Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1030 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2