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.252.479 Times

Generic Gamepad software
Filter: All | Freeware | Demo
 

Generic Gamepad

< 1 2 3 4 5 > 
Added: June 03, 2010 | Visits: 1.294

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): C Generic Library Download

Added: March 23, 2010 | Visits: 1.194

ExactImage Exact Image is a fast (and soon modern and generic) image processing library. For a client we had to optimize the insane time imagemagick spent on certain image processing tasks. After the first code review it became clear that imagemagick was coded for anything but speed. We protoyped the...





Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): ExactImage Download

Added: March 04, 2010 | Visits: 1.364

g3d Graphic Tools g3d Graphic Tools project consists of a XML file format and generic development tools for games. The problem is that often as a games developer you need to work with many 3d editing tools and rendering engines, and there should be an easy and portable way to move objects, levels, etc. around....


Platforms: *nix

License: Freeware Size: 2.3 MB Download (107): g3d Graphic Tools Download

Added: November 14, 2010 | Visits: 901

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Added: April 14, 2010 | Visits: 935

Depends Depends project is a generic dependency tracker in C++. The educational purpose of Depends Much of Depends is its documentation: it explains in much detail how the dependency tracker is implemented and should be clear enough for any programmer to understand both how it is implemented and how...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (105): Depends Download

Added: July 03, 2010 | Visits: 1.848

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: November 09, 2013 | Visits: 740

Userspace XBox/XBox360 USB Gamepad Driver Userspace XBox/XBox360 USB Gamepad Driver is a Linux driver for Xbox's USB gamepad. The Story Long story short, the xpad kernel driver that comes with the Linux kernel doesn't work with the XBox360 gamepad and the newer ones found in the xbox-linux CVS trees, works in theory, but currently just...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (103): Userspace XBox/XBox360 USB Gamepad Driver Download

Added: November 14, 2010 | Visits: 1.033

Bio::Factory::SequenceFactoryI Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO). SYNOPSIS # do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like use Bio::Seq::SeqFactory; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Factory::SequenceFactoryI Download

Added: June 15, 2010 | Visits: 1.131

Generic Eclipse Modeling System 2.0.5_01 / 3.0 Beta The Generic Eclipse Modeling System (GEMS) is a MDD tool for Eclipse that allows for the rapid development of Draw2D plugins. Developers specify the rules for a domain language using a metamodel and the tool generates a diagram editor plugin that enforces the rules from the metamodel....


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.7 MB Download (100): Generic Eclipse Modeling System 2.0.5_01 / 3.0 Beta Download

Added: March 08, 2010 | Visits: 754

XMLParser for PHP XMLParser is a library that assists in parsing XML documents into generic PHP arrays. It also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds..


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): XMLParser for PHP Download

Added: January 18, 2010 | Visits: 1.440

Generic Protocol Framework 1.0 Generic Protocol Framework aims to allow users to rapidly prototype different emerging communications protocols. Implementations can be easily "dropped in" and tested independant of a finished product. Testing on both the end product, and the protocol itself can be easily accomplished. The tool...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Generic Protocol Framework 1.0 Download

Added: September 08, 2010 | Visits: 1.028

GeSHi GeSHi is a generic syntax highlighter for PHP that takes any source code and highlights it in XHTML and CSS. It features case-sensitive or insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited scope for styling, the use of CSS in which almost any aspect of the source can be...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (99): GeSHi Download

Added: June 13, 2010 | Visits: 693

AnyDBM AnyDBM is a generic interface to DBM-like databases for Haskell. It lets you store String-to-String mappings in various formats, from a simple in-memory Map to a high-performance DBM database or even a SQL database. The project is written by John Goerzen and was initially part of MissingH. It...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): AnyDBM Download

Added: April 03, 2010 | Visits: 953

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Added: January 08, 2010 | Visits: 669

Pauker Pauker is a generic flashcard program written in Java. Pauker uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc. Pauker uses a combination of ultra-shortterm,...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (97): Pauker Download

Added: May 04, 2010 | Visits: 755

sl sl is a memory-efficient generic linked list library. The project doesnt use container nodes. Instead it requires a pointer to the next item directly in the datastructure you want to create lists (or stacks) of. This can give you significant memory savings when creating long lists of small...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (97): sl Download

Added: November 24, 2010 | Visits: 1.113

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::Repository Download

Added: March 20, 2010 | Visits: 794

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: March 02, 2010 | Visits: 1.031

GENeric Radio IP GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): GENeric Radio IP Download

Added: July 16, 2010 | Visits: 900

Generic Apache Request Library libapreq is a shared library with associated modules for manipulating client request data via the Apache API. Generic Apache Request Library also includes language bindings for Perl (Apache::Request and Apache::Cookie). Functionality includes: parsing of application/x-www-form-urlencoded data...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (95): Generic Apache Request Library Download

< 1 2 3 4 5 >