Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.475.266 Times

Accessor freeware
Filter: All | Freeware | Demo
 

Accessor

< 1 2 3 
Added: February 21, 2010 | Visits: 654

Ishtar 1.0 Ishtar provides a network toolbox for C++ programs. Ishtar is a set of three C++ libraries that provide useful classes for networked applications. It features basic serialization, a protocol for remote procedure call (RPC), network accessible variables, and hierarchical config files. A client...



Platforms: *nix

License: Freeware Download (93): Ishtar 1.0 Download

Added: September 14, 2010 | Visits: 924

Security::CVSS Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). SYNOPSIS use Security::CVSS; my $CVSS = new Security::CVSS; $CVSS->AccessVector(Local); $CVSS->AccessComplexity(High); $CVSS->Authentication(Not-Required);...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Security::CVSS Download

Added: July 20, 2010 | Visits: 699

POE::Component::Basement 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...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): POE::Component::Basement Download

Added: November 06, 2010 | Visits: 951

Class::Bits Class::Bits is a Perl module with class wrappers around bit vectors. SYNOPSIS package MyClass; use Class::Bits; make_bits( a => 4, # 0..15 b => 1, # 0..1 c => 1, # 0..1 d => 2, # 0..3 e => s4 # -8..7 f => s1 # -1..0 ); package; $o=MyClass->new(a=>12, d=>2); print "o->b is ",...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Class::Bits Download

Added: July 02, 2010 | Visits: 828

Tangram Tangram is a simple Perl module that can store pure objects in standard relational databases. Tangram is an object-relational mapper. It is orthogonal, meaning that it does not require anything of the objects stored in it (other than the common convention that base objects be based upon HASHes;...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (102): Tangram Download

Added: January 18, 2010 | Visits: 1.508

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: November 08, 2010 | Visits: 566

PObject PObject is a base class for perl objects, takes the irritation out of creating properties for objects. Allows quick creation of attributes and easy inheritance. I have stopped developing this class in favor of Class::Accessor, please use that instead. To install, the good old method: perl...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): PObject Download

Added: January 13, 2010 | Visits: 1.134

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Added: March 09, 2010 | Visits: 1.077

Sys::MemInfo Sys::MemInfo is a Perl module for memory informations. SYNOPSIS use Sys::MemInfo qw(totalmem freemem totalswap); print "total memory: ".(&totalmem / 1024)."n"; print "free memory: ".(&freemem / 1024)."n"; print "total swap: ".(&totalswap / 1024)."n"; print "free swap:...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Sys::MemInfo Download

Added: November 17, 2010 | Visits: 1.481

Xephyrus File Upload Tag Library Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility. Whats New in This Release: - added keepPath attribute to remotePath tag to indicate whether to keep...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (125): Xephyrus File Upload Tag Library Download

Released: December 17, 2012  |  Added: December 17, 2012 | Visits: 419

JSkeleton, java code skeleton generator JSkeleton is a swing based java application which generates skeleton java sourcefiles from a forms based gui interface. Accessor ( get and set ) methods areautomatically created for variables specified by the user.


Platforms: Windows, Mac, Linux

License: Freeware Size: 125.96 KB Download (50): JSkeleton, java code skeleton generator Download

Added: July 12, 2013 | Visits: 311

Python Language Bundle extMate is pretty cool, but nobody who works on the darn thing uses Python at all, so its support in this department is notably lacking. In the interest of providing more meaningful syntax highlighting, I hot-rodded the stock Python bundle with the following changes: . Removed the bizarre...


Platforms: Mac

License: Freeware Size: 215.04 KB Download (40): Python Language Bundle Download

Added: September 17, 2013 | Visits: 297

Warsaw Pakt Warsaw Pakt is a software system for network-controlled media processing applications. The Warsaw Pakt project consists of a library for serialization of GObjects to XML, network components for publishing and accessing object spaces via multiple access methods (both in libpakt), a gstreamer...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (39): Warsaw Pakt Download

Added: August 27, 2013 | Visits: 324

AutoXS AutoXS is a Perl module that contains some scary code. Developer comments I'm not even sure it abides by the official Perl API totally. Furthermore, it's my first real XS module. It abuses some features of the XS/XSUB syntax. If you break it, you get to keep both halves. That being said, the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (36): AutoXS Download

Added: August 06, 2013 | Visits: 317

Net::Yadis Net::Yadis is a Perl module that performs the Yadis service discovery protocol, and parses XRDS xml documents. Methods discover This constructor performs the discovery protocol on a url and returns a yadis object that parses the XRDS document for you. eval {...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Net::Yadis Download

Added: November 11, 2013 | Visits: 330

MooseX::Getopt MooseX::Getopt is a role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It will use the name of your attribute...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (37): MooseX::Getopt Download

Added: August 24, 2013 | Visits: 438

Palm::Magellan::NavCompanion Palm::Magellan::NavCompanion is a Perl module that gives you access to the waypoints in the Magellan's GPS Companion "Companion Waypoints.pdb" file. You have to be able to load that file, which probably means that you have it on your computer rather than your Palm. On my machine, this file shows...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Palm::Magellan::NavCompanion Download

Added: September 24, 2013 | Visits: 490

django-secretballot django-secretballot Django voting application that allows voting without a logged in user. Provides abstract base model for types that the user wishes to allow voting on as well as related utilities including generic views to ease the addition of 'anonymous' voting to a Django project....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): django-secretballot Download

< 1 2 3