Main > Free Download Search >

Free db flay 2.00 software for linux

db flay 2.00

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 472
db_flay 2.00

db_flay 2.00


db_flay generates a simple - but productive - web interface for databases. more>>
db_flay generates a simple - but productive - web interface for databases. The target user of db_flay is a secretary, rather than a database administrator. (You will need a database administrator to configure the script initially.)
db_flay lets users view data, edit data, copy data, and delete data in multiple databases.
The copy feature is especially useful as a time-saver! For some reason, many other database tools leave this feature out...
Main features:
- View, edit, copy, delete data in multiple databases.
- Generates query forms for searching through the database.
- Pre-defined queries can be used instead of a query form.
- Can pre-populate query form fields with foreign keys, or
- can pre-populate query form fields with existing data.
- Can auto-increment serial-type fields when adding new data.
- Pre-defined sorts, or click on field label to sort by that field.
- *, % and spaces are interpreted as multi-character wildcards.
<<less
Download (0.010MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 downloads
PDFMap 2.00

PDFMap 2.00


PDFMap is a Python library which helps you create of high quality maps in PDF format. more>>
PDFMap is a Python library which helps you create of high quality maps in PDF format. Objects of any type (either shapes or images) can be placed on a map and scaled and rotated to reflect their original dimensions and orientation. You can make each object clickable in Adobe Acrobat Reader (e.g., to access a Web-enabled application from which youve extracted the data used to create the map).

It serves successfully in drawing archaelogical objects on cave maps, but as the examples may show you, it can also draw things at a very high scale, e.g. an Europe or World map.

Each map can have an optional rasterized background which can be rotated automatically if it is not North oriented.

PDFMap can automatically draw objects on each map. Objects can be of any type (e.g. City, School, Archaeological objects, whatever you like), and are represented by shapes or images, scaled to the actual objects dimensions and orientation. Each object can also have an associated url which will render the object clickable in tools like Adobe Acrobat Reader (NB : the clickable area is always a rectangle of the actual objects dimensions, not of the representing shapes dimensions), the use of this feature depends entirely on your imagination : draw maps from a database and link back to a web enabled application which manipulates this database is just an example (and an interesting one at that, just
believe me).

PDFMap uses two types of input files :

Configuration files :

Those are used to tell PDFMap which shape or image should represent each type of object, as well as set different parameters for this objects type :pen thickness, colors, minimal and maximal size, etc...

Data files :

Those are used to feed PDFMap with lists of objects to draw. They are generally the result of an ASCII export from your favorite spreadsheet or relational database management system.

The tests/ subdirectory contains sample configuration and data files which are well commented. Read them and run the tests programs to learn how PDFMap works.
<<less
Download (1.4MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1196 downloads
debsync 2.00

debsync 2.00


debsync is a Python command line tool which helps to synchronise the installed packages lists on several existing Debian. more>>
debsync is a Python command line tool which helps to synchronise the installed packages lists on several existing Debian GNU/Linux machines.

debsync gets a list of installed packages from a master host, and installs or removes packages on several hosts to match the masters package list.

debsync can do its work either over ssh (default) or rsh.

debsync is different from fai (Full Automated Installation) because AFAIK fai works with machines you plan to install automatically and identically, while debsyncs goal is to update a bunch of existing and different machines to the level at which they both have the same packages installed as those installed on a master host.
<<less
Download (0.012MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1494 downloads
Njam 2.00

Njam 2.00


Njam is a full-featured cross-platform pacman-like game written in C++ using SDL library. more>>
Njam project is a full-featured cross-platform pacman-like game written in C++ using SDL library.
Main features:
- Single and multiplayer mode (local or network)
- Duel games (players compete against each other to get more points)
- Cooperative games (players cooperate to finish as many levels as they can)
- Great music and sound effects
- Runs on Windows, Linux, OpenBSD, FreeBSD, BeOS, MacOSX, MorphOS
- Customizable level skins
- Many different levels
- Integrated level editor
- Open Source (GPL Licence)
Enhancements:
- Major improvements to graphics and music
- 150 new, high quality levels
- Joystick/joypad support
<<less
Download (1.2MB)
Added: 2007-05-12 License: GPL (GNU General Public License) Price:
589 downloads
DTDParse 2.00

DTDParse 2.00


DTDParse project is a tool for parsing SGML and XML DTDs. more>>
DTDParse project is a tool for parsing SGML and XML DTDs.

The primary motivation for writing it was to provide a framework for building documentation for DTDs, but other applications are easy to imagine.

<<less
Download (0.056MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
Urulu 2.00

Urulu 2.00


Urulu is a CMS written in PHP, JavaScript, XSL and based on AJAX. more>>
Urulu is a CMS written in PHP, JavaScript, XSL and based on AJAX. Universality was an important goal in developing and gives us a scalable, versatile usable and nearly limitless extensible CMS.

On a standard installation youll have a user management, wikis for content management, a document management and image management. The consistent user management is very flexible and powerful.

The project is licensed under the General Public Licence, free and open source, so youve the power to adapt it for your advanced needs.
<<less
Download (MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
913 downloads
BW ACCT 2.10.4

BW ACCT 2.10.4


BW Acct is a bandwidth accounting and reporting application. more>>
BW Acct is a bandwidth accounting and reporting application. It is implemented as a C daemon which manages accounting rules in an iptables/netfilter firewall on the Linux 2.4 kernel.
Support for multiple RDBMS is included, and a plugin architecture is provided for extending BW Acct to support other databases. BW Acct can provide accurate accounting of just about any firewall rule.
BW Acct runs in the background and monitors a database for updates. Based on these updates it manages the firewall rules. Rules are inserted before any other rules in the standard netfilter chains. This allows accounting data to be processed before any other rules take effect. For example, this allows you to account all ICMP traffic received by the system, even if a later rule drops some of this traffic.
Extract the bwacct tarball
read the README in the source directory
make
After building bwacct, youll want to build either the sqlite or mysql database plugin. Either make sqlite or make mysql
Quick setup. (for sqlite)
mkdir /bwacct
mkdir /bwacct/db
chmod 770 /bwacct/db
chgrp nobody /bwacct/db
cp accounting.db /bwacct/db
chmod 660 /bwacct/db/accounting.db
chgrp nobody /bwacct/db/accounting.db
cp bwacct match_*.so target_*.so bwacct.conf sql_*.so /bwacct
chmod 755 /bwacct/bwacct
Edit /bwacct/bwacct.conf. To start you only need to modify the path for accounting.db. "db/accounting.db"
cd /bwacct
./bwacct -f bwacct.conf
Enhancements:
- A signed 16-bit integer overflow on table id has been fixed.
<<less
Download (0.80MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1025 downloads
Advchk 2.00

Advchk 2.00


Advchk (Advisory Check) reads security advisories so you dont have to. more>>
Advchk (Advisory Check) reads security advisories so you dont have to.

Advchk gathers security advisories using RSS feeds, compares them to a list of known services, and alerts you if youre vulnerable.

Since adding hosts and services by hand would be quite a boring task, advchk leverages nmap for automatic service and version discovery. Using it can be as simple as advchk -a host.name.

<<less
Download (0.011MB)
Added: 2007-05-26 License: BSD License Price:
882 downloads
Data::Page 2.00

Data::Page 2.00


Data::Page is a Perl module that helps when paging through sets of results. more>>
Data::Page is a Perl module that helps when paging through sets of results.

SYNOPSIS

use Data::Page;

my $page = Data::Page->new();
$page->total_entries($total_entries);
$page->entries_per_page($entries_per_page);
$page->current_page($current_page);

print " First page: ", $page->first_page, "n";
print " Last page: ", $page->last_page, "n";
print "First entry on page: ", $page->first, "n";
print " Last entry on page: ", $page->last, "n";

When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.

The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are.

For example, say we wished to page through the integers from 1 to 100 with 20 entries per page. The first page would consist of 1-20, the second page from 21-40, the third page from 41-60, the fourth page from 61-80 and the fifth page from 81-100. This module would help you work this out.

<<less
Download (0.006MB)
Added: 2006-10-31 License: Perl Artistic License Price:
1088 downloads
p0f-db 2.0.8

p0f-db 2.0.8


p0f-db project is a modified version of p0f that puts its data into a database. more>>
p0f-db project is a modified version of p0f that puts its data into a database.
Usage:
All the standard p0f options applies. To get p0f to log data into DB you need:
- Get modified p0f files (see links at the end of this page).
- Extract them from the tarball.
- Compile and install p0f with modified "mk/Linux" (this is a Makefile) according to your DB type, include paths, library paths and any other compiler options.
- Create DB and tables for p0f (see "create_..." files in downloaded tarball).
- Modify your "/etc/p0f/p0f-db.conf" to reflect your DB setup.
- Run p0f and see tables populating.
<<less
Download (0.13MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
656 downloads
man-db 2.4.0

man-db 2.4.0


man-db is a manual page browser. more>>
man-db is a manual page browser.
This package provides the man command.
This utility is the primary way of examining the on-line help files (manual pages).
It uses the groff suite of programs to format and display the manual pages.
Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman, and zsoelim.
Quick Install:
RUN `./configure
EDIT configuration files/headers if necessary
RUN `make
RUN `make install
Enhancements:
- README: Update or remove references to "man-db-2.3" and similar.
- man-db.gnu: Update and sync with GNU.
- man-db.lsm: Update.
- manual/man_db.me: Replace "2.3.x" with "2.4.x".
- po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po: Update with msgmerge.
<<less
Download (0.54MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Grafpup 2.00

Grafpup 2.00


Grafpup Linux is a desktop Linux operating system based closely on Puppy Linux. more>>
Grafpup Linux is a desktop Linux operating system based closely on Puppy Linux. Grafpups goal is to be as useful to graphic designers and other imaging professionals as possible while still remaining extremely small and fast. How small?
Grafpup is a live cd of only 72mb with current versions of Gimp, Cinepaint, Inkscape, and Scribus. You will be amazed at how much is in there for the size. You will also be amazed at how fast everything runs.
Running from the live cd, the entire operating system loads into ram, including all of the applications. This means that your programs start without any hesitation and respond instantly to your input. Unlike some live cds, however, you dont have to reconfigure every time you reboot.
Grafpup saves all of your settings into a file called pup101 on your hard drive. This file contains your entire home directory, plus any additional programs that you wish to install. Grafpup is also very user friendly, with wizards for doing most system tasks like connecting to the internet and installing to hard disk or usb drive.
There is also a powerful package management system, pupget, with a very extensive and ever increasing list of additional packages available for easy installation. An additional package installer, dotpup, offers single click installation of a long list of software. In other words this is much more than a garden variety live cd. It is capable of being your main operating system and extensible enough to satisfy just about anyone.
How is all of this accomplished? I wish I could take all of the credit but I really have to take my hat off to the developer of Puppy Linux, Barry Kauler. Puppy (and Grafpup) uses the squash filesystem method of compression to reduce the size of the cd image by about two thirds. Then, through the magic of unionfs the whole filesystem becomes writeable again.
For a full explanation please go to the Puppylinux website, www.puppylinux.org. Another aspect of the incredible size to utility ratio is the careful selection of applications that goes into Puppy and has made its way into Grafpup. Applications are chosen for speed and simplicity, avoiding bulky and wasteful code. Grafpup uses icewm as its default (and only) window manager.
KDE or Gnome arent even considered. Opera is used as the default browser and email client, instead of the common combination of Firefox and Thunderbird which would be half again as large. Though small, you will find that ROX-filer is one of the best filemanagers that you will ever use. It just plain works. I have further cut down in certain other areas in order to leave room for some serious heavy duty graphics applications.
Even though things are cut down, you will find that Grafpup is a fairly complete operating system and most tasks can be completed without the need for additional software. You will be able to browse the web, send and recieve email, write and print documents, organize your digital photos, and watch dvd movies and video off the internet.
You will also be able to burn cds and dvds, create impressive graphics and animations, put together professional looking web pages, and create press-ready brochures or other materials for print. And Im talking about the live cd without any additional software.
Visit the Grafpup and Puppy package repositories and you can unlock as much potential as any of the most popular Linux distros out there. There you will find such powerful software as OpenOffice and the Seamonkey internet suite. You can create 3d graphics using Blender, or even install and run a large selection of Windows software using Wine.
Try it and see for yourself. Since it is a live cd there is very little, if any, risk involved. I believe you will be pleasantly surprised at what can be done using such a tiny system.
Enhancements:
- Grafpup 2.00 (final) is officially on the mirrors. This release comes with some really bleeding edge features when compared with previous versions, such as a 2.6.20.2 kernel, revamped package management with dependency resolution, GIMP 2.3.14, Cinepaint 0.22 with the Ufraw plug-in, a brand new control panel, cdrkit replacing cdrtools, Openbox replacing IceWM, and a host of other changes. In addition to the light-weight Openbox desktop, you can also easily download and install both Xfce and KDE. The software repository has blown up to include over 1,100 titles (and counting).
<<less
Download (106MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
912 downloads
DigicaMerge 2.00

DigicaMerge 2.00


DigicaMerge is a commandline tool to merge directories of pictures taken with digital cameras. more>>
DigicaMerge project is a commandline tool to merge directories of pictures taken with digital cameras. If youve got a digital camera, your hard disk probably contains many directories full of pictures all named with the same names.
This utility allows you to merge such directories contents into a new directory, and renames all the pictures on the fly, ensuring no filename clash will occur.
You can define your own naming scheme, using either a set of predefined variables or any recognized Exif tag which may be present in your pictures, and also specify a pattern to select only certain files.
Installation:
- Extract it :
$ gzip -d digicamerge-x.xx.tar.gz | tar -xf -
where x.xx is digicamerges latest version number.
- Install it :
Go to digicamerges directory:
$ cd digicamerge-x.xx
Just type:
$ python setup.py install
You may need to be logged in with sufficient privileges (e.g. root)
This will generally install digicamerge in /usr/local/bin or an equivalent path depending on your system.
- Launch it :
Just type :
$ digicamerge
And read the long help message which contains examples.
Enhancements:
- A command line option was added to automatically remove duplicate pictures when merging directories.
- The manual page is now included in the package.
<<less
Download (0.016MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1340 downloads
Magnant 2.00

Magnant 2.00


Magnant is an epic real-time strategy game spanning in the Ant world. more>>
Magnant is an epic real-time strategy game spanning in the Ant world. Players are managing the growth of anthills.

Starting with minimal resources, players are challenged to build new units, new buildings and collect resources. Players can then build various armies of Ants and slaughter their enemies.

Magnant brings a new concept which may change Real time strategy games concept! Players can collect cards, which enable them to create new units, building or give them special powers.

Players may have different cards and so different abiliites when they play online against opponents. In fact, Magnant is a Trading Card Game where players can fight over a real time strategy environment.
<<less
Download (9.1MB)
Added: 2005-08-16 License: Freeware Price:
1010 downloads
Lphant 2.00 Beta2

Lphant 2.00 Beta2


Lphant is a peer to peer filesharing program. more>>
Lphant is a peer to peer filesharing program.
Main features:
- Free P2P File Sharing Application
- Compatible with emule/edonkey
- New!!! Compatible with BitTorrent
- Easy to use and configure
- Fast and stable
- Webcache support
- Skins
- Multilanguage
- Same file format than emule, you can change between lphant and emule and continue your downloads without problems
Whats New in 2.00 Beta2 Release:
- In the first Beta version of Lphant 2.0 we added the Bittorrent network integrating it with the eDonkey network with very good results, in this second Beta version many bugs have been fixed , the Web interface was updated to support Bittorrent integration (by Galvesband) and French language is updated (by Feuerfrei and Ericc)
Whats New in 1.11 Release:
- Juanjo: fixed, sometimes sources can stand in "pending" status too many time
- Juanjo: connections to sources are handled better now
- Juanjo: important memory usage optimizations
- Juanjo: stability improved
- Juanjo: auto recover bad preferences values
- Juanjo: ignore "zambor" messages
<<less
Download (0.34MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1539 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5