Main > Free Download Search >

Free va software for linux

va

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
WorldVistA 20060113

WorldVistA 20060113


Veterans Health Information Systems and Technology Architecture is a healthcare information system (HIS). more>>
Veterans Health Information Systems and Technology Architecture is a healthcare information system (HIS). VistA is widely believed to be the largest integrated HIS in the world. WorldVistA project was originally developed and maintained by the U.S.
Department of Veterans Affairs (VA), based on the systems software architecture and implementation methodology developed by the U.S. Public Health Service jointly with the National Bureau of Standards.
It is designed to provide a high-quality medical care environment for the countrys military veterans. VistA has a proven track record of supporting a large variety of clinical settings and medical delivery systems.
Enhancements:
- This is the FOIAVistA SemiVivA 20060113 package with GT.M bundled.
<<less
Download (258.8MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1348 downloads
SMTPGuard 1.1.1

SMTPGuard 1.1.1


SMTPGuard is a tool for ISPs that stop spam before it hits a users mailbox. more>>
SMTPGuard is a tool which controls the flow of email traversing an MTA (Mail Transfer Agent). It is designed to be used on an SMTP server for incoming mail, and currently supports postfix.
SMTPGuard was originally created to meet the needs of Internet Service Providers (ISPs). ISPs typically receive tremendous amounts of email from their local (user) network.
Within a wide variety of users, some are spammers, many unknowingly have virus infected PCs; each of these can send large quantities of mail through the ISPs SMTP (Simple Mail Transfer Protocol) servers.
This is especially a problem for ISPs who are connected to their users via high speed lines such as fiber or ADSL. SMTPGuard was developed to prevent SMTP servers from being overwhelmed by unexpected spikes in usage from specific (often malicious) users.
For a large ISP, their only problem isnt just with overloaded incoming SMTP servers. SPAM will also be queued on the outgoing server (perhaps the same server) for delivery to the Internet.
Because the mail is SPAM it will likely bounce, then double bounce putting extreme load on the outgoing server and its queue. smtpguard is designed to stop this type of extreme load by stopping floods of mail at the gate (incoming server).
SMTPGuard is point based. Each time a client connects to the SMTP server, SMTPGuard adds points according to the rules file. SMTPGuard uses information acquired during the SMTP session, adds points according to the rules file, and finally takes actions based on its settings. For example, the information below is used:
- Remote IP Address
- Character string provided by MAIL FROM command
- Character string provided by RCPT TO command
The following actions can be taken:
ok - white list
wait - delay processing
reject - reject messages
mail - send alert email to administrator
log - output message to log
delete - delete record in database
Enhancements:
- postfix/flexguard.c: remove word flexguard. use smtpguard instead. rename filename to postfix/smtpguard.c
- postfix/Makefile.am: rename flexguard -> smtpguard
- configure.in: 1.1.1
- rename FLEXGUARD_{CFLAGS,LIBS} -> SMTPGUARD_{CFLAGS,LIBS}
- smtpguard/Makefile.am,postfix/Makefile.am,test/Makefile.am: Ditto
- debian/postfix-smtpguard.files: added
- README.postfix: added
<<less
Download (0.028MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1445 downloads
BrlSpeak 07-10-2003

BrlSpeak 07-10-2003


BrlSpeak is a Braille and Speech Mini-Distribution of GNU/Linux more>>
A mini-distribution for the blind. Has options for installation of drivers for braille devices or for speech synthesis support.
Too many blind computer users believe that only M$ OSes are accessible for them with braille or speech: this is not the case! There are alternatives, and one of them is GNU/Linux.
If you are looking for a free, powerful, blindfriendly, stable, open source, network-enabled, multi tasking, multi user and commandline-minded OS, then you must absolutely learn more about the GNU/Linux system
Main features:
- Installable on a FAT partition without having to repartition the hard disk
- No longer UMSDOS as by the past but in a loopback
- No longer Slack-based but Debian-based
- Available in 3 versions: basic (mini), braille and vocal (= braille + some speech applications)
Version restrictions:
- Speech support during installation
- A full functional speech support
- Conversion to real EXT partition
Currently supported braille-display types are:
- al ALva
- bl BrailleLite
- bn BrailleNote
- cb CombiBraille
- ec ECobraille
- eu EUrobraille
- ht HandyTech
- lt LogText
- b MultiBraille
- md MDv
- mn MiNibraille
- pm PapenMeier
- ts TSi
- va #VArio
- vd ViDeobraille
- vh Vario-Ht
- vs ViSiobraille
<<less
Download (173MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
aid and attendance 1.0

aid and attendance 1.0


aid and attendance toolbar for internet explorer. Find aid and attendance information, tips and resources to apply for this VA disability benefit. Vet... more>> <<less
Download (414KB)
Added: 2009-04-18 License: Freeware Price: Free
194 downloads
Lemonldap::Config::Parameters 3.1.1

Lemonldap::Config::Parameters 3.1.1


emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system. more>>
emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system.

SYNOPSIS

#!/usr/bin/perl
use Lemonldap::Config::Parameters;
use Data::Dumper;
my $nconfig= Lemonldap::Config::Parameters->new(
file =>applications.xml,
cache => /tmp/CONF );
my $conf= $nconfig->getAllConfig;
my $cg=$nconfig->getDomain(appli.cp);
my $ligne= $cg;
print Dumper( $ligne);
my $e = $cg->{templates_options} ;
my $opt= "templates_dir";
my $va = $cg->{$opt};
my $ligne= $nconfig->formateLineHash($e,$opt,$va) ;

or by API :
Lemonldap::Config::Parameters::f_delete(/tmp/CONF);

or by command line
perl -e "use Lemonldap::Config::Parameters; Lemonldap::Config::Parameters::f_delete(/tmp/CONF);"

<<less
Download (0.012MB)
Added: 2007-03-21 License: Perl Artistic License Price:
948 downloads
Finance::Quote::Yahoo::Europe 1.12

Finance::Quote::Yahoo::Europe 1.12


Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. more>>
Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe.

SYNOPSIS

use Finance::Quote;
$q = Finance::Quote->new;

%info = $q->fetch("europe","12150.PA"); # Failover to other methods ok.
%info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only.

This module fetches information from Yahoo Europe. Symbols should be provided in the format "SYMBOL.EXCHANGE", where the exchange code is one of the following:

PA - Paris
BC - Barcelona
BE - Berlin
BI - Bilbao
BR - Breme
CO - Copenhagen
D - Dusseldorf
F - Frankfurt
H - Hamburg
HA - Hanover
L - London
MA - Madrid
MC - Madrid (M.C.)
MI - Milan
MU - Munich
O - Oslo
ST - Stockholm
SG - Stuttgart
VA - Valence
VI - Vienna
DE - Xetra (was FX)

This module provides both the "europe" and "yahoo_europe" methods. The "europe" method should be used if failover methods are desirable. The "yahoo_europe" method should be used you desire to only fetch information from Yahoo Europe.
This module is loaded by default by Finance::Quote, but can be loaded explicitly by specifying the parameter "Yahoo::Europe" to Finance::Quote->new().

Information obtained by this module may be covered by Yahoos terms and conditions. See http://finance.uk.yahoo.com/ for more details.

<<less
Download (0.090MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
itools 0.16.7

itools 0.16.7


itools is a collection of Python libraries which provides a wide range of capabilities. more>>
itools is a collection of Python libraries which provides a wide range of capabilities.
itools includes an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web programming interface, a workflow interface, and support for data formats such as (X)HTML, XML, iCalendar, RSS 2.0, and XLIFF.
Packages:
itools.catalog
itools.datatypes
itools.gettext
itools.handlers
itools.html
itools.i18n
itools.ical
itools.resources
itools.rss
itools.schemas
itools.tmx
itools.uri
itools.web
itools.workflow
itools.xhtml
itools.xliff
itools.xml
Enhancements:
- The most important change of this release is the new mechanism to send email in the CMS.
- Now the message spool is persistent and messages are written to disk before being sent, which makes the system robust against crashes.
vA bunch of user interface improvements and bugfixes were made in the CMS, including the Tracker and the Wiki.
<<less
Download (0.87MB)
Added: 2007-08-18 License: GPL v3 Price:
1037 downloads
GForge 4.5.11

GForge 4.5.11


GForge is a collaborative development environment. more>>
GForge is a Web-based collaborative development environment. GForge is based on a fork of the 2.61 SourceForge code, which used to be available via anonymous CVS from VA Software, but has been extensively rewritten and enhanced.
GForge has tools to help your team collaborate, like message forums and mailing lists; tools to create and control access to Source Code Management repositories like CVS and Subversion.
GForge automatically creates a repository and controls access to it depending on the role settings of the project.
Aditional Tools
- Manage File Releases
- Document Management
- News announcements
- Surveys for users and admins
- Issue tracking with "unlimited" numbers of categories, text fields, etc
- Task management
Main features:
- A Web site for every project
- Versioning via CVS
- Shell access to the server for the developers
- A web site for project coordination and comunication between team members:
- Discussion Forums - For discussions between team members
- Bug tracking - Allow registration and administration of bugs
- Support requests, patch submissions, and enhancement requests
- Comunication between project members using mailing lists
- Sharing of documentation
- Handling of todo lists, tasks, etc
- File uploads/releases
- Posting of news - Every project can have its own news items.
- Code Snippets - Provides of a basic knowledgebase that can contain code fragments, HOWTOs, etc.
<<less
Download (2.0MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1099 downloads
Cspot 0.0.5

Cspot 0.0.5


Cspot is a semantic annotator designed only for the C programming language. more>>
Cspot is a semantic annotator designed only for the C programming language. It is quite similar to cscope, but some more functionality.

Cspot project can be used to find the declarations, definitions, and usages of functions, variables, macros, typedefs, and structs.

It can also find visible identifiers at some position in the source, functions called by a function, global variables used by a function, usages of local variable declarations, unused global variables, unused function definitions, and more. Because it uses sparse, cspot knows more about semantics than cscope.

cspot usage ( cspot -h )
cspot -db spot.db -regexp reg ;; prints all identifiers of project matching reg (extended regexp)
cspot -db spot.db -fc printf ;; prints all declarations of function printf
cspot -db spot.db -fu printf ;; prints all usages of function printf
cspot -db spot.db -vu stdout ;; prints all usages of variable stdout
cspot -db spot.db -sc my_sruct ;; prints places of forward declaration of struct my_struct
cspot -db spot.db -sf my_sruct ;; prints places of definition of struct my_struct
cspot -db spot.db -su my_sruct ;; prints places of usage of struct my_struct
cspot -db spot.db -si my_sruct ;; prints places of definition and variables in struct my_struct
etc.

cspot -va source.c 254 21 ;; prints all visible identifiers at source.c line 254 pos 21
cspot -vla source.c 254 21 ;; prints all visible identifiers (declared in file source.c) at source.c line 254 pos 21

commands for visible functions, macros, variable, called functions by function, global variables used by function ...

cspot -db spot.db -fu printf
printfs all usages of function printf in project (usage = call, assigning to variable)

printf at `base/cmd/commands.h 249:7
printf at `base/cmd/commands.h 327:8
printf at `base/cmd/commands.h 337:8
printf at `base/cmd.c 313:3
printf at `base/cmd.c 318:7
printf at `base/cmd.c 319:36
printf at `base/cmd.c 321:36
printf at `base/cmd.c 322:36
printf at `base/cmd.c 323:36
<<less
Download (0.26MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1145 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1