Main > Free Download Search >

Free driven software for linux

driven

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 827
Php Gmail Drive 0.3.2

Php Gmail Drive 0.3.2


PhpGmailDrive (PGD) turns your Gmail account into a Web based file server. more>>
PhpGmailDrive is a new type of file sharing utility. Unlike typical file servers (say xDrive) it uses Gmail as backend file server. You can enjoy it simply by hosting a small PHP script in your web site without any database.
Gmail file space is more than 2GB, so you can imagine you already have such a big space on internet. However, you will require a Gmail account (If you dont have any Gmail address, go GmailSwap or ask your friends.).
PGD automatically connects Gmail server and fetches list of all attached files and generate downloadable links in a tree like view. If you are looking for a file server to upload your music or notes without any hassle, PGD is ideal for you. Technically speaking PGD is wrapper of Gmailer .
Thought there is no need to know hecks of PHP or Gmailer. Just you have to check that your PHP hosting service provider has curl extension of PHP to handle HTTP/HTTPS traffic.
Main features:
- Successfully connects to Gmail and only grabs list of Attachments in Gmail messages.
- List of attachments are displayed with inbuilt Javascript engine. You can customize output to any other formats.
- 100% compliant to GMAILFS. So you can upload with Windows Gmail Shell extension or Linux GmailFS utilities..
- Supports Multiple Gmail accounts in the same script .
- Supports all browsers.
- Total size is less than 100 KB.
<<less
Download (0.069MB)
Added: 2005-07-08 License: LGPL (GNU Lesser General Public License) Price:
1576 downloads
USB Pen Drive Linux 20070605

USB Pen Drive Linux 20070605


USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. more>>
USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. The project can be installed to a portable hard drive, USB flash pen drive or even an ipod or other portable device.

USB Linux installation enables you to install a portable Linux operating system on a flash drive no larger than your thumb. This portable Linux version can then be run from any computer that can boot from a flash device.

This process allows you to bring your operating system, desktop, applications, files, e-mail, personal settings, favorites and more with you. It’s like having your own personal operating system you can carry in your pocket. On this site, we provide many simplified portable Linux flash drive tutorials.
<<less
Download (460.4MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
586 downloads
JDave 0.9.0

JDave 0.9.0


JDave project is a behavior-driven development framework that provides an easy way to specify the behavior of your Java classes. more>>
JDave project is a behavior-driven development framework that provides an easy way to specify the behavior of your Java classes.
Behavior Driven Development (BDD) is a refinement for Test Driven Development (TDD). It is not a radical change from TDD, in fact the actual process of doing BDD is exactly same as in TDD. The vocabulary is just different. While it is possible to practice BDD with any unit testing tool, it is believed that this change should be reflected in used tools too.
JDave is a BDD framework for Java. It is inspired by rspec and integrates JMock 2 as mocking framework. It currently uses JUnit adapter to launch JDave specifications. This way it is possible to have IDE and build tool support from day one.
Enhancements:
- This version adds specification grouping, a Wicket module for Wicket development, and a Maven reporting plugin.
- JMock has been upgraded to 2.1.
- The Maven groupId has been changed to org.jdave.
- Hamcrest matchers can be used to set expectations for elements of collections.
<<less
Download (MB)
Added: 2007-07-03 License: The Apache License 2.0 Price:
844 downloads
Dreams Eternal 0.1

Dreams Eternal 0.1


Dreams Eternal project is a story-driven FPS game that is set in the dream world. more>>
Dreams Eternal project is a story-driven FPS game that is set in the dream world.

Dreams Eternal is an FPS game that focuses on a strong story line and puzzle solving. It is set in the dream world.

The very short summary of the story is that a scientific experiment went wrong and everybody is stuck in the dream world.

You have to end this experiment by hopping from dream to dream. In every dream you have to find clues to try to find out how the experiment can be aborted.

<<less
Download (MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
SPServer 0.8

SPServer 0.8


SPServer project is a server framework library written on C++ that implements the Half-Sync/Half-Async pattern. more>>
SPServer project is a server framework library written on C++ that implements the Half-Sync/Half-Async pattern.

SPServer is a server framework library written on C++ that implements the Half-Sync/Half-Async pattern ( http://www.cs.wustl.edu/~schmidt/PDF/HS-HA.pdf ). Its based on libevent in order to utilize the best I/O loop on any platform.

SPServer can simplify TCP server construction. It is a hybrid system between threaded and event-driven, and exploits the advantages of both programming models. It exposes a threaded programming style to programmers, while simultaneously using event-driven style to process network connection.

<<less
Download (0.029MB)
Added: 2007-08-11 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
XML::ValidWriter 0.39

XML::ValidWriter 0.39


XML::ValidWriter is DOCTYPE driven valid XML output. more>>
XML::ValidWriter is DOCTYPE driven valid XML output.

SYNOPSIS

## As a normal perl object:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => *FH
) ;
$writer->startTag( b1 ) ;
$writer->startTag( c2 ) ;
$writer->end ;

## Writing to a scalar:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => $buf
) ;

## Or, in scripting mode:
use XML::Doctype NAME => a, SYSTEM_ID => a.dtd ;
use XML::ValidWriter qw( :all :dtd_tags ) ;
b1 ; # Emits < a >< b1 >
c2( attr=>"val" ) ; # Emits < /b1 >< b2 >< c2 attr="val" >
endAllTags ; # Emits < /c2 >< /b2 >< /a >

## If youve got an XML::Doctype object handy:
use XML::ValidWriter qw( :dtd_tags ), DOCTYPE => $doctype ;

## If youve saved a preparsed DTD as a perl module
use FooML::Doctype::v1_0001 ;
use XML::ValidWriter qw( :dtd_tags ) ;

#
# This all assumes that the DTD contains:
#
# < !ELEMENT a ( b1, b2?, b3* ) >
#
# < !ELEMENT b1 ( c1 ) >
# < !ELEMENT b2 ( c2 ) >
#

STATUS

Alpha. Use and patch, dont depend on things not changing drastically.
Many methods supplied by XML::Writer are not yet supplied here.

<<less
Download (0.028MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1137 downloads
Riverdrums Load Balancer 0.8

Riverdrums Load Balancer 0.8


Riverdrums Load Balancer project is a no-frills, event-driven load balancer aimed at clarity and efficiency. more>>
Riverdrums Load Balancer project is a no-frills, event-driven load balancer aimed at clarity and efficiency.

Compiling:

1. Install libevent
2. gcc -Wall -O2 -o rlb rlb.c -levent
Solaris:
a) cc -Wall -O2 -o rlb rlb.c -lnsl -lsocket -levent

Usage:

$ rlb -p port [-b addr] [-B addr] -h host:service[:max] [-h host:service[:max] ...] [-m max] [-t timeout] [-c check interval] [-s bufsize] [-n servers] [-f]

<<less
Download (0.011MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
825 downloads
Pipepanic 0.1.3

Pipepanic 0.1.3


Pipepanic is a pipe connecting game using libSDL. more>>
Pipepanic is a pipe connecting game using libSDL. It is playable on Linux PCs and the Sharp Zaurus. Connect as many different shaped pipes together as possible within the time given.

Comes with built-in help, is primarily mouse/stylus driven and can be played in different resolutions and orientations.

<<less
Download (0.22MB)
Added: 2006-05-19 License: GPL (GNU General Public License) Price:
1254 downloads
Reaction 0.2-r135

Reaction 0.2-r135


Trellis is a library by Phillip J. Eby. Its a unique and very useful take on event-driven programming, but it wasnt updated for a while which led to this fork. more>> <<less
Added: 2009-07-21 License: GPL v3 Price: FREE
11 downloads
Cicerone 1.4 RC1

Cicerone 1.4 RC1


Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly. more>>
Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly.
It supports any type of file attachment, built in security levels, user and system-wide customizations, automatic import of syndicated news and content, custom email notification of new content, and ease of use.
It is ideal for community-driven Internet/Intranet/Extranet sites or as a standalone document/content management system.
Main features:
- Content Forums
- Content Management
- Document Attachments
- News Monitoring
- Security Features
- User Subscriptions
<<less
Download (0.12MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
DIX 0.6a1

DIX 0.6a1


DIX project is an experimental game engine. more>>
DIX project is an experimental game engine.

DIX is an advanced and highly unusual text-based but GUI-driven adventure game engine. It includes documentation, samples, and other goodies.

From user perspective, it probably offers substantially more than one would expect from hardcore text mode games, both in terms of GUI functionality, and gameplay.

<<less
Download (0.26MB)
Added: 2006-11-14 License: Freely Distributable Price:
1075 downloads
Convex 1.0

Convex 1.0


Convex provides a flexible pattern matching system designed for creating response driven IRC bots. more>>
Convex provides a flexible pattern matching system designed for creating response driven IRC bots.

Convex is a system for creating IRC bots. It features stability, a small
memory footprint, a flexible but intuitive configuration system, stealth
running, and a secure infrastructure.

Building/Installing

To build Convex, type make while in Convexs directory.

To install, move the binary "convex" somewhere in the filesystem. Or just
run it from its current location - see if I care.

Configuring

Convex requires a config file. Convex isnt very useful without one. A good
starting point is the file sample.conf. Youll want to edit the defines at
the top of the file, and the users section (3rd section).

Running

Convex can be started in 2 ways:

./convex sample.conf

or

m4 sample.conf | ./convex

<<less
Download (0.014MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
918 downloads
ivykis 0.7

ivykis 0.7


ivykis is a library for asynchronous I/O readiness notification. more>>
ivykis is a library for asynchronous I/O readiness notification.
ivykis library is a thin, portable wrapper around OS-provided mechanisms such as /dev/epoll, /dev/poll, kqueue(2), poll(2), POSIX realtime signals, select(2), and epoll_create(2).
ivykis was mainly designed for building high-performance network servers, but can be used as building block for any kind of event-driven application that uses poll(2)able file descriptors as its inputs.
Enhancements:
- use $(MAKE) in Makefile. (gorny at netric dot org)
- include sys/types.h before sys/{select,socket}.h. (gorny at netric dot org)
- support sys_epoll on non-x86 linux platforms.
<<less
Download (0.030MB)
Added: 2006-03-30 License: LGPL (GNU Lesser General Public License) Price:
1303 downloads
TrinityOS 05/22/05

TrinityOS 05/22/05


TrinityOS is a step-by-step guide to securing, tuning, and enabling services for Linux. more>>
TrinityOS is a step-by-step, example-driven HOWTO on building a very functional Linux box with strong security in mind.
TrinityOS is well known for its strong packet firewall ruleset, Chrooted and Split DNS (v9 and v8), secured Sendmail (8.x), Linux PPTP, Serial consoles and Reverse TELNET, DHCPd, SSHd, UPSes, system performance tuning, the automated TrinityOS-Security implementation scripts, and much more.
Main features:
- Master References and Recommended Guidelines
- Linux Distribution Thoughts
- Core OS setup
- Network Connectivity
- Security
- System backup
- More Extensive Guides
<<less
Download (0.25MB)
Added: 2005-05-23 License: Free for non-commercial use Price:
1615 downloads
Trading-shim 070529

Trading-shim 070529


Trading-shim is a database driven connector API that provides a persistent store SQL backend database. more>>
Trading-shim is a database driven connector API that provides a persistent store SQL backend database.
The trading shim is a command-line and dbms controlled interface to the socket-based API of Interactive Brokers Trader Workstation, abbreviated as the IB tws socket api, or simply tws api. That api has a number of advantages for our purposes, including the freely available Trader Workstation, comprehensive feeds and archives for tick and history data, a paper account ideal for software testing, and low transaction costs.
The downstream drives the shim by making changes to the database. The shim consults the database at initial startup, and from time to time thereafter when signalled by brief, simple commands. This combination of database and shim integrate persistent database storage with the tws. The command interface also serves as an alternative to the existing tws gui interfaces, to permit you to use downstream programs, whether gui or not, to drive the tws through its api.
The shim is written in C++, and though developed on Linux, should run on any modern Unix-like platform. Its free software; weve released the trading shim in source form under the GNU General Public License in order to reach the widest possible community of users.
Enhancements:
- This is a major release, adding significant documentation, with manual.pdf.
- It has support for IB TWS Build 872.6.
- Full shim binary regression tests have been passed for the Debian testing platform as well as CentOS 4.
- UTF-8 support has been added.
<<less
Download (0.36MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
532 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5