Main > Free Download Search >

Free what causes arthritis software for linux

what causes arthritis

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 748
Unicode Utilities 2.25

Unicode Utilities 2.25


Unicode Utilities project are a set of programs for manipulating and analyzing Unicode text. more>>
Unicode Utilities project are a set of programs for manipulating and analyzing Unicode text. uniname defaults to printing the character offset of each character, its byte offset, its hex code value, its encoding, the glyph itself, and its name. Command line options allow undesired information to be suppressed and the Unicode range to be added.
unidesc reports the character ranges to which different portions of the text belong. unihist generates a histogram of the characters in its input. ExplicateUTF8 is intended for debugging or for learning about Unicode. It determines and explains the validity of a sequence of bytes as a UTF-8 encoding. unirev reverses UTF-8 strings.
Enhancements:
- Adds to unidesc the option -r which causes it to list the ranges detected after reading all input rather than listing them as they are encountered, and adds to uniname the option -B which causes it to ignore characters within the Basic Multilingual Plane.
<<less
Download (0.25MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
849 downloads
Causes and Symptoms 2007-08-14

Causes and Symptoms 2007-08-14


Causes and Symptoms program helps you deduce the causes causes of your medical symptoms. more>>
Causes and Symptoms program helps you deduce the causes causes of your medical symptoms that may be related to nutritional deficiencies.

<<less
Download (0.20MB)
Added: 2007-08-21 License: Public Domain Price:
794 downloads
cstrings 2.3.1

cstrings 2.3.1


cstrings is a lightweight internationalization tool for C code. more>>
A lightweight internationalization tool for C code, for those who find gettext too bulky and intrusive. Extracts strings from a program and turns them into #defines in a pre-pended code section. Has good features for building up your message base incrementally.
This tool can be used to massage input C source so that literal strings in it are replaced by generated #define symbols, with the list of #defines prepended to the resulting source code. String literals on #include and #define lines and in comments are skipped.
If no filenames are given, standard input is filtered to standard output. If filenames are given (and appropriate write permissions are present), each file is replaced by its converted result (the replace is done with a link(2), so the program is signal-safe). To avoid heartbreak and death threats to the author, it is recommended that you not use this feature without looking at the filtered version first to ensure that its what you really want.
The string argument of a -r option is interpreted as a comma-separated list of line numbers or line number ranges to which the string filtering is to be limited. A range of the form " -" is taken to signify all lines from line to EOF; a range of the form "- " signifies all lines from the start of file to line . Additionally, any range or number may be preceded by !; this causes filtering to be suppressed for the lines designated. If the first character of a range option is !, filtering is assumed initially on for all lines, rather than off.
The -t option sets the template with which string labels are generated. The default is "G%05d". The template is sprintfed with a sequence number as argument.
The -m option takes a numeric argument, interpreted as a minimum length. All strings less than that size are ignored. Note that this minimum length defaults to 3, you must say -m 1 or -m 2 to see all short strings.
The -c option suppresses the normal action and instead causes a list of strings that would otherwise be #define-ized (each preceded by its line number) to be emitted to stdout. If -c is used with file arguments a report with sections headed by file names will be generated.
The -c option permits you to anticipate the effects of a substitution without having to look at the whole source file.
This tool is best used by doing repeated -c runs, adding to an -r argument until you have it down to filtering just the lines you want, and then dropping the -c to do the actual conversion. Then you can move the list of generated #defines to an appropriate spot with a text editor.
Version restrictions:
- This program makes no effort to be intelligent about duplicate strings. Also, it doesnt handle quoted quotes within strings.
Enhancements:
- Use mkstemp(3) rather than tempnam(3) for securitys sake.
- Source RPMs no longer depend on --define myversion.
<<less
Download (0.018MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1649 downloads
Data::Inherited 1.00

Data::Inherited 1.00


Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. more>>
Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results.

SYNOPSIS

package Foo;
use base Data::Inherited;
use constant PROPERTIES => (qw/name address/);

package Bar;
use base Foo;
use constant PROPERTIES => (qw/age/);

package main;
my $bar = Bar->new;
print "$_n" for $bar->every_list(PROPERTIES);
prints
name
address
age

This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results.

every_list(String $method_name, Bool ?$override_cache = 0)

Takes as arguments a method name (mandatory) and a boolean indicating whether to override the cache (optional, off by default)

Causes every method in the objects hierarchy with the given name to be invoked. The resulting list is the combined set of results from all the methods, pushed together in top-to-bottom order (hierarchy-wise).

every_list() returns a list in list context and an array reference in scalar context.
The result is cached (per calling package) and the next time the method is called from the same package with the same method argument, the cached result is returned.

This is to speed up method calls, because internally this module uses NEXT, which is quite slow. It is expected that every_list() is used for methods returning static lists (object defaults, static class definitions and such). If you want to override the caching mechanism, you can provide the optional second argument. The result is cached in any case.

<<less
Download (0.012MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1012 downloads
PAR::WebStart 0.18

PAR::WebStart 0.18


PAR::WebStart is a Perl implementation of Javas WebStart. more>>
PAR::WebStart is a Perl implementation of Javas WebStart.

SYNOPSIS

my $file = hello.pnlp;
my $ws = PAR::WebStart->new(file => $file);
$ws->fetch_pars() or die $ws->{ERROR};

my $tmpdir = $ws->{tmpdir};
chdir($tmpdir) or die qq{Cannot chdir to "$tmpdir": $!});

my @args = @{$ws->run_command()};
die qq{Failed to get WebStart args: $ws->{ERROR}}) unless (@args);
system(@args) == 0 or die qq{Execution of system(@args) failed: $?};

This a Perl version of Javas WebStart technology; see http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/overview.html for details.

PAR-WebStart is a helper application associated with a browser. When a user clicks on a link that points to a PNLP [PAR Network Launch Protocol] launch file (a special XML file), it causes the browser to launch PAR-WebStart, which then automatically downloads, caches, and runs the specified PAR-based application.

<<less
Download (0.023MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 downloads
Audacity-HPI 1.2.3

Audacity-HPI 1.2.3


Audacity-HPI is a version of the popular Audacity Cross-Platform Sound Editor. more>>
Audacity-HPI is a version of the popular Audacity Cross-Platform Sound Editor that has been specially modified so as to work with the line of high performance audio adapters manufactured by AudioScience Corporation using the native HPI driver.
It runs on the GNU/Linux operating system and is freely available.
Compilation instructions:
First you must download wxWidgets from:
http://www.wxWidgets.org/
If you install the RPM, make sure you install the devel RPM as well, otherwise, you wont be able to compile Audacity from source.
To compile on Linux, Mac OS X, and other Unix systems, simply execute these commands:
./configure
make
make install # as root
To see compile-time options you can set, you can type
"./configure --help".
If you want to do any development, you might want to generate a configure cache and header dependencies:
./configure -C
make dep
To compile on Windows using MSVC++, please follow the instructions found in compile.txt in the "win" subdirectory.
Known issues/problems:
- Audacity can import and display MIDI files, but they cannot be played or edited.
- Linux only: Recording in full duplex on some Linux systems causes mono recordings to sound slowed-down or low-pitched. To work around this problem, set Audacity to record in stereo.
Enhancements:
- Fixed a bug that caused recording to stop or display incorrectly after about 50 minutes on some Windows systems. (This was partly fixed in Audacity 1.2.2, but still didnt work on some systems.)
- The Change Pitch and Change Tempo effects have been upgraded to use a new version of the SoundTouch library by Olli Parviainen, with better speed and higher quality.
- libsndfile has been upgraded to version 1.0.11.
- Fixed a bug that caused the program to run slowly when using the Envelope tool.
- Shift-clicking on a mute or solo button now un-mutes (or un-solos) all other tracks.
- Nyquist plug-ins can now accept strings as input. Also, a "Debug" button has been added to Nyquist effect dialogs, which allows you to see all of the output produced by Nyquist, for aid in debugging.
- When the audio file referenced ("aliased") by an Audacity project is missing, Audacity will now always play silence. Before, Audacity would sometimes repeat the most recent audio that was played previously.
- VU Meters will now always reset when audio I/O has stopped.
- Fixed a major Mac-only bug that was causing Audacity to crash at seemingly random times, but especially during audio playback and recording.
- New or updated translations: Italian (it), Hungarian (hu), Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh), Norsk-Bokmal (nb), French (fr).
<<less
Download (4.4MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1348 downloads
Mail::Abuse::Report 1.025

Mail::Abuse::Report 1.025


Mail::Abuse::Report is a Perl module to process an abuse report. more>>


SYNOPSIS

use Mail::Abuse::Report;

my $r = new Mail::Abuse::Report
(
-text => $report_text,
-reader => $reader,
-filters => [ $f1, $f2, ... ],
-parsers => [ $i1, $i2, ... ],
-processors => [ $p1, $p2, ... ],
-debug => 1,
-config => $config_file,
);

This class encapsulates an abuse report and provides methods to automate tasks such as extracting individual incidents from it, filtering the incidents, etc.

Each of the methods are described in detail, below:

->new(%args)

Creates a new Mail::Abuse::Report object. It accepts the following arguments:

-text
Specifies the text that will be used to fill the report with. This is incompatible with -reader, so choose one and stick to it. Defaults to undef.

-reader
Specifies the object (tipically a member of Mail::Abuse::Reader) that will be used to fetch the text of the next report. This is incompatible with -text, so pick one and stick to it. Defaults to undef.

-filters
A reference to a list of objects that can filter incidents. Normally, objects based on Mail::Abuse::Filter. Defaults to no filters.

-parsers
A reference to a list of objects that can parse incidents out of the report text. Normally, objects based on Mail::Abuse::Incident. Defaults to no parsers.

-processors
A reference to a list of objects that can process the incidents on the report, normally objects based on the Mail::Abuse::Processor class. Defaults to no processors.

-debug
A true value causes diagnostic messages to be sent via warn().

-config
Specifies the name of the config file to fetch configuration items from. Can be left unspecified.

<<less
Download (0.089MB)
Added: 2007-03-07 License: Perl Artistic License Price:
961 downloads
Network Ustadi 0.3.1

Network Ustadi 0.3.1


Network Ustadi is a Web interface for managing network services. more>>
Network Ustadi is a Web interface for managing network services. It provides firewall management, routing table management, NAT configuration, DHCP server configuration, interface configuration, etc.
To ease the task of network administration, decrease the likelihood of erronous command execution and to maintain all network services from a central point, EnderUNIX SDT anounces the availability of its 9th open-source tool, netUstad.
The tool, designed and coded by one of our developers Ozkan KIRIK, has the capability to generate FreeBSD IPFW and Linux Iptables rulesets. It has been written in C language and includes its own HTTP server.
The newly anounced version provides a web interface for system administrators to add/delete/update IPFW and Iptables rulesets, manage routing table and network interfaces. You can manage your firewall via a TCP/IP connected remote PC, easily.
Enhancements:
- Problems that causes the process to terminate, solved.
- Virtual Server configuration problem fixed.
- Some fixes in nat management module.
<<less
Download (0.27MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
GNU Chess 5.07

GNU Chess 5.07


GNU Chess project is a computer program which plays the Game of Chess. more>>
GNU Chess project is a computer program which plays the Game of Chess.
GNU Chess lets most modern computers play a full game of chess.
It has a plain terminal interface but supports visual interfaces such as X-Windows "xboard" and Windows-for-PC "winboard" as well as a full 3-dimensional wooden chess-board protocol for the Novag Chess board enabling one to be relatively free of the computer itself.
Enhancements:
- Minor ScoreDev code tidy
- ensure gnuchessx included in EXTRA_DIST
- Fix to Posix thread for readline
- Fix to ensure "HARD" is default
- Improve Posix thread handling
- Portability fix IsTrustedPlayer
- Portability fix to lexpgn.l
- Changes to lexpgn.l to handle some special cases
- Fix trailing "/" in FEN causes buffer overflow issues.
- Portability fix to lexpgn.l
<<less
Download (0.22MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
641 downloads
3D Tetris 4.1.0

3D Tetris 4.1.0


The goal of the 3D Tetris game is to complete a layer with blocks without gap which will cause the layer to disappear. With ongoing time this will bec... more>> <<less
Download (87KB)
Added: 2009-04-25 License: Freeware Price: Free
202 downloads
mod_asis

mod_asis


mod_asis is an Apache module for sending files which contain their own HTTP headers. more>>
mod_asis is an Apache module for sending files which contain their own HTTP headers.

This module provides the handler send-as-is which causes Apache to send the document without adding most of the usual HTTP headers.

This can be used to send any kind of data from the server, including redirects and other special HTTP responses, without requiring a cgi-script or an nph script.

For historical reasons, this module will also process any file with the mime type httpd/send-as-is.

Usage:

In the server configuration file, associate files with the send-as-is handler e.g.
AddHandler send-as-is asis

The contents of any file with a .asis extension will then be sent by Apache to the client with almost no changes. Clients will need HTTP headers to be attached, so do not forget them. A Status: header is also required; the data should be the 3-digit HTTP response code, followed by a textual message.

Heres an example of a file whose contents are sent as is so as to tell the client that a file has redirected.

Status: 301 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html

< HTML >
< HEAD >
< TITLE >Lame excusesRus< /TITLE >
< /HEAD >
< BODY >
< H1 >Freds exceptionally wonderful page has moved to
< A HREF="http://xyz.abc.com/foo/bar.html" >Joes< /A > site.
< /H1 >
< /BODY >
< /HTML >

Notes: the server always adds a Date: and Server: header to the data returned to the client, so these should not be included in the file. The server does not add a Last-Modified header; it probably should.

<<less
Download (MB)
Added: 2007-05-05 License: The Apache License Price:
903 downloads
NetStats Baseball 0.9.1

NetStats Baseball 0.9.1


NetStats Baseball project consists of a simulation of major league baseball. more>>
NetStats Baseball project consists of a simulation of major league baseball.
NetStats Baseball is a simulation of major league baseball which will play single games and entire seasons.
It will keep statistics for the individual players and the teams. It will keep track of the season schedule as well as seasonal and lifetime records.
Enhancements:
- Separate two compound assignments where x and x++ were used; this technically isnt well-defined in C and could cause portability problems
- Fix a call of strncpy() to strcpy()
- Remove prototypes for string.h functions in editdata/glob.h; replace with an include of the standard header (causes potential portability problems since these arent declared the same way on all systems)
- correct possible segfault after the welcome screen
- code cleanup
- include current half inning on game-play display
- no parameters now acceptable with client (playbb) ..in this case client connects to localhost
- "help" is printable
- real-life season results are available
- implement autoconf
<<less
Download (0.20MB)
Added: 2007-01-10 License: Freely Distributable Price:
1018 downloads
Directory Server NT Authentication Module 2.0.3

Directory Server NT Authentication Module 2.0.3


Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. more>>
Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account.
The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and attempts to authenticate via the SMB protocol with those credentials.
The second part is a plugin which takes an LDAP DN and password and discovers the DNs NT domain identifier (if the entry has such an ID).
The daemon will only listen on localhost, so the credentials are not exposed via the network, and it does not run as root, so that compromise can be limited.
It attempts to locate all the domain controllers for an arbitrary domain, so failure of one DC does not cause the module to fail the authentication attempt unless no DC can be found that will accept the credential.
Enhancements:
- Minor change - new parameter in ntauth-config.txt "null_password_fail". If set to non-zero, then this causes a password bind with a non-NULL dn and a NULL password to generate "INVALID CREDENTIALS". By default, this parameter is off (which means silently assign the anonymous identity to the post bind LDAP session - which is the correct thing to do, according to the LDAP spec).
<<less
Download (1.7MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
953 downloads
asmail 2.1

asmail 2.1


Asmail is a mail-checker like xbiff, but with the Afterstep look & feel. more>>
Asmail is a "mail-checker" like xbiff, but with the Afterstep look & feel. It indicates the status of your mailbox. It can be put in the Wharf, execute program on incoming mail, execute program on mouseclick, show animations and more...
The application is has an AfterStep look & feel, multiple e-mail mailboxes monitor for computers running X Windows.
This application reads the configuration file and launches as many threads as there are mailboxes defined. There is no limit on the number of mailboxes to watch. Each mailbox
is verified according to the timeout specified in the configuration file. The progress and the status of mailboxes are presented on the screen.
The application may present a summary of all mailboxes or each mailbox separately (as many as will fit into the picture). You can specify the XPM picture to use as the backdrop
animation for the status update.
Enhancements:
- This release fixes a problem where error printing output causes errno to be set to a different value.
<<less
Download (0.26MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
Rhapsody IRC 0.28b

Rhapsody IRC 0.28b


Rhapsody is an IRC client for Unix operating systems intended to be displayed on a text console. more>>
Rhapsody is an IRC client for Unix operating systems intended to be displayed on a text console or terminal. It is small, fast, portable and easy to use, yet it is full featured.
The thing that separates it from the crowd is its intuitive menu driven user interface. Check out the screenshot area for more information.
It is written entirely from scratch in C and uses the ncurses library. It compiles and has been tested on Linux, FreeBSD, OpenBSD, NetBSD, Solaris, IRIX, Mac OS X, BeOS, Hurd, Syllable and Cygwin.
Most importantly, Rhapsody is a FREE software. Grab it from the download section!
Main features:
- Multi server support.
- Clean, easy to use menu driven user interface.
- Favorite server, channel and user lists.
- Ignore lists.
- Configurable interface color themes.
- Large file (over 2GB) support.
Protocols that are supported:
- IRC (obviously)
- DCC chat
- DCC file transfers
- CTCP
Enhancements:
- This release fixes a bug that causes client lockups when initiating a DCC chat.
- Some minor feature enchancements have been included as well.
<<less
Download (0.10MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1334 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5