Main > Free Download Search >

Free d software for linux

d

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 873
gnscd

gnscd


gnscd is a name service caching daemon. more>>
gnscd is a name service caching daemon. gnscd is a replacement for nscd that has been rewritten with different networking and database code. It implements both the glibc235 and glibc232 nscd protocols in one daemon, sharing one cache.

OPTIONS

-g

Display basic information on daemon status. For compatibility with GNU nscd. Useful in watchdog scripts.

-d

Dont daemonize. Also print debugging information about what is going on inside gnscd
<<less
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
807 downloads
Tami.D 0.1.1

Tami.D 0.1.1


Tami.D provides the server module of a client-server interface to mpg123. more>>
Tami.D provides the server module of a client-server interface to mpg123.

Tami is The Advanced Mp3 Interface. It is a client-server interface for mpg123. It uses a plantext protocol which is documented and is written in Tcl.

It uses user IDs and passwords to provide multiple levels of access, including the ability to pause or skip songs.

<<less
Download (0.028MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
916 downloads
Program D 4.6

Program D 4.6


Program D is the most widely used free AIML bot platform in the world. more>>
Program D is the most widely used free ("open source") AIML bot platform in the world. Program D project is the most feature-complete, best-tested implementation of the current AIML specification.
It supports unlimited multiple bots in a single server instance, and has an open-ended architecture for interacting via any interface imaginable. The standard release provides a J2EE web application implementation that can be deployed as a .war file. Drop-in listeners are available for IRC, ICQ/AIM, and Yahoo.
It includes an automated testing framework for testing knowledge bases, and is packaged with an AIML Test Suite that verifies that the program itself complies to the AIML specification.
Program D is known to work with many different languages / character sets.
Its component-oriented architecture allows it to be integrated into any application framework desirable. It is implemented in Java, and uses many features of the latest JDK to provide optimum code reliability. It is actively maintained and supported.
Enhancements:
- This is a highly-recommended release which introduces some interesting performance improvements, fixes a number of important bugs, and brings some major architectural improvements.
- Most notably, Program D can now be deployed as a .war file to a Web application server, and can interact with a Web client using "AJAX" technologies.
- This final release follows three release candidates which ironed out a few minor issues.
<<less
Download (1.9MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1331 downloads
d command 5.4

d command 5.4


d command runs a command in the background and redirects its output to a file. more>> <<less
Download (0.008MB)
Added: 2006-12-29 License: Freely Distributable Price:
1031 downloads
Laeqed 1.1

Laeqed 1.1


Laeqed is a Latex equation editor specifically targeted at producing PNG images of math equations for use on web pages. more>>
Laeqed is a Latex equation editor specifically targeted at producing PNG images of math equations for use on web pages.

Laeqed runs wherever Java and Latex runs, i.e. Linux, Windows, Mac...

The Latex equation, preamble, postamble and dvipng options are saved with the PNG as meta data. This means that you can reopen any equation created by Laeqed and edit it if necessary.

Here is a listing of the meta data saved with the metric equation seen in the above screenshot:

$ pngmeta --all metric.png
pngmeta: PNG metadata for metric.png:
image-format: PNG
image-colors: 8
image-width: 343
image-height: 42
image-type: Palette, non-interlaced
LaeqedPreamble: documentclass{article}
usepackage{amssymb,amsmath}
usepackage{mathptmx}% Times Roman font
pagestyle{empty}
begin{document}
begin{displaymath}
LaeqedPostamble: end{displaymath}
newpage
end{document}

LaeqedDvipngOptions: -T tight -x 1200 -z 9 -bg Transparent
LaeqedEquation: text{d}s^2 = (c;text{d}t^2) - a^2(t) left[
frac{text{d}r^2}{1 - kr^2} r^2 left(
text{d}theta^2 + sin^2 theta text{d}phi^2 right)
right]

<<less
Download (MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1074 downloads
DStress 1518

DStress 1518


DStress is a D programming language conformance test suite. more>>
DStress is a D programming language conformance test suite. DStress project is used to test the DMD and GDC compilers.
The unexpected output of a test case can have various reasons:
- a bug in the test case
- a failure of the build environment
- an inconsistent D-language specification or misunderstanding thereof
- a feature introduced in a later D-language specification
- a compiler, linker or runtime bug
- a bug in the operating system or the hardware
Currently the dmd and gdc compilers are being tested.
<<less
Download (MB)
Added: 2006-12-28 License: GPL (GNU General Public License) Price:
1031 downloads
D frontend for GCC 0.23

D frontend for GCC 0.23


D is a high-level language derived from C and C++ but is not backwards-compatible with either. more>>
D is a high-level language derived from C and C++ but is not backwards-compatible with either. GDC is a frontend for D written for GCC.
Supported Systems:
GCC 3.3.x, 3.4.x, 4.0.x
Linux (tested on Red Hat 7.2, 8)
Mac OS X 10.3.x, 10.4.x
FreeBSD 5.2.1
Cygwin
MinGW
AIX (tested on 5.1)
Similar versions should work and other Unix platforms may work. Although the compiler will probably work on most 32-bit architectures, the D runtime library will still need to be updated to support them.
Enhancements:
- Support for 64-bit targets was added.
- Multilib support was added.
- DMD was updated to 1.007.
- Minor bugs were fixed.
<<less
Download (1.1MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
962 downloads
LCDTicker 0.2

LCDTicker 0.2


LCDTicker is a news ticker for LCDproc. more>>
LCDTicker is a newsticker for LCDproc. It downloads news from an RSS newsserver and prints it on a display.
At the moment LCDTicker supports only the first line on a display, because I have a one line display.
Installation
extract the archive, type
"make"
and then
"make install" (make sure you are root at this moment),
copy lcdticker.conf to /etc
"cp lcdticker.conf /etc"
if do your start lcdticker automatically an systemstart, copy lcdtickerd to /etc/init.d
"cp lcdtickerd /etc/init.d"
create a Symlink to /etc/rc2.d as example
"ln -s /etc/inid.d/lcdtickerd /etc/rc2.d/S89lcdtickerd"
and for the shutdown
"ln -s /etc/init.d/lcdtickerd /etc/rc0.d/K10lcdtickerd"
Enhancements:
- Add a new argument: "-c" path to load the configfile
- Change the default path of the configfile from HOMEDIR/.lcdticker/lcdticker.conf to /etc/lcdticker.conf
- Change the path to load the news file from HOMEDIR/.lcdticker to /tmp
- Add a init.d startscript
- Add a changelog
<<less
Download (0.015MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
Fmd2ctl 0.9.0

Fmd2ctl 0.9.0


Fmd2ctl is a command line utility used to control the radio receiver in a SF16-FMD2 soundcard. more>>
Fmd2ctl is a command line utility used to control the radio receiver in a SF16-FMD2 soundcard.

Options for usage:

/usr/local/bin/fmd2ctl [-l level] [-f freq] [-d] [-u] [-s]

-l level Set search-level of station to level
-f freq Preset frequency to freq
-u Search up
-d Search down
-U Search n stations up
-D Search n stations down
-s Print radio status
-h Display this help and exit
<<less
Download (0.009MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1190 downloads
check_dir 1.1

check_dir 1.1


check_dir is a Nagios plugin to check the number of files in one or more directories. more>>
check_dir is a Nagios plugin to check the number of files in one or more directories.
Usage:
usage:
-d dirname directory
-r recursive
-c crit critical
-w warn warning
-v verbose
Enhancements:
- The unkown tag was added.
- Missing directories are now reported.
<<less
Download (0.008MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1161 downloads
Rail World 0.8

Rail World 0.8


Rail World is a 2-D train simulation game. more>>
Rail World project is a 2-D train simulation game.
Rail World is a railroad train simulation game designed to bring the features of model railroading to the desktop using actual aerial or satellite photographs as the backdrop for maps.
You can control multiple trains, switches, load/unload cargo, and more.
Main features:
- Use actual aerial photographs or satellite images as the basis for maps.
- Manage multiple trains as a conductor.
- Drive trains using throttle and brake as an engineer.
- Grapple with realistic physics, including stopping distance and collisions.
- Set switches and specific train routing.
- Load and unload cargo.
<<less
Download (4.5MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
870 downloads
HTTP::DAV 0.31

HTTP::DAV 0.31


HTTP::DAV is a WebDAV client library for Perl5. more>>
HTTP::DAV is a WebDAV client library for Perl5.
SYNOPSIS
# DAV script that connects to a webserver, safely makes
# a new directory and uploads all html files in
# the /tmp directory.
use HTTP::DAV;
$d = new HTTP::DAV;
$url = "http://host.org:8080/dav/";
$d->credentials( -user=>"pcollins",-pass =>"mypass",
-url =>$url, -realm=>"DAV Realm" );
$d->open( -url=>"$url )
or die("Couldnt open $url: " .$d->message . "n");
# Make a null lock on newdir
$d->lock( -url => "$url/newdir", -timeout => "10m" )
or die "Wont put unless I can lock for 10 minutesn";
# Make a new directory
$d->mkcol( -url => "$url/newdir" )
or die "Couldnt make newdir at $urln";
# Upload multiple files to newdir.
if ( $d->put( -local => "/tmp/*.html", -url => $url ) ) {
print "successfully uploaded multiple files to $urln";
} else {
print "put failed: " . $d->message . "n";
}
$d->unlock( -url => $url );
Main features:
- Full RFC2518 method support. OPTIONS, TRACE, GET, HEAD, DELETE, PUT, COPY, MOVE, PROPFIND, PROPPATCH, LOCK, UNLOCK.
- A fully object-oriented API.
- Recursive GET and PUT for site backups and other scripted transfers.
- Transparent lock handling when performing LOCK/COPY/UNLOCK sequences.
- http and https support (https requires the Crypt::SSLeay library). See INSTALLATION.
- Basic AND Digest authentication support (Digest auth requires the MD5 library). See INSTALLATION.
- dave, a fully-functional ftp-style interface written on top of the HTTP::DAV API and bundled by default with the HTTP::DAV library. (If youve already installed HTTP::DAV, then dave will also have been installed (probably into /usr/local/bin). You can see its man page by typing "perldoc dave" or going to http://www.webdav.org/perldav/dave/.
- It is built on top of the popular LWP (Library for WWW access in Perl). This means that HTTP::DAV inherits proxy support, redirect handling, basic (and digest) authorization and many other HTTP operations. See LWP for more information.
- Popular server support. HTTP::DAV has been tested against the following servers: mod_dav, IIS5, Xythos webfile server and mydocsonline. The library is growing an impressive interoperability suite which also serves as useful "sample scripts". See "make test" and t/*.
<<less
Download (0.075MB)
Added: 2007-07-20 License: Perl Artistic License Price:
826 downloads
Help Hannahs Horse 0.2.d

Help Hannahs Horse 0.2.d


Help Hannahs Horse is a fun and fast pacman / fastfood type game in SDL. more>>
Help Hannahs Horse is a fun and fast pacman / fastfood type game in SDL.

Help Hannahs Horse is a simple combi-clone of pacman and the Dizzy game Fastfood. The aim is to guide Hannah around the maze collecting the carrots (which move!) and the pills.

Collect a powerpill (blue and red) to enable Hannah to eat the ghosts for a short while.

Some mazes have gates that only Hannah or only the Ghosts can pass. Some need Hannah to collect the red key to open them.

Help Hannahs Horse project is licensed under the GPL (VERSION 2)

<<less
Download (3.5MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
591 downloads
DLibs 0.4 Alpha

DLibs 0.4 Alpha


DLibs is a PHP framework built keeping in mind the KISS rule. more>>
DLibs project is a PHP framework built keeping in mind the KISS rule.

Main components are ActiveDB, a simple implementation of the ActiveRecord pattern and ActiveForm, a simple form handler.
<<less
Download (0.017MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
DirHandle 5.8.8

DirHandle 5.8.8


DirHandle is a Perl module created to supply object methods for directory handles. more>>
DirHandle is a Perl module created to supply object methods for directory handles.

SYNOPSIS

use DirHandle;
$d = new DirHandle ".";
if (defined $d) {
while (defined($_ = $d->read)) { something($_); }
$d->rewind;
while (defined($_ = $d->read)) { something_else($_); }
undef $d;
}

The DirHandle method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions.

The only objective benefit to using DirHandle is that it avoids namespace pollution by creating globs to hold directory handles.

NOTES

On Mac OS (Classic), the path separator is :, not /, and the current directory is denoted as :, not .. You should be careful about specifying relative pathnames. While a full path always begins with a volume name, a relative pathname should always begin with a :. If specifying a volume name only, a trailing : is required.

<<less
Download (12.2MB)
Added: 2007-05-15 License: Perl Artistic License Price:
895 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5