Main > Free Download Search >

Free auscomp it comma software for linux

auscomp it comma

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 140
Kukkaisvoima 7

Kukkaisvoima 7


Kukkaisvoima is a lightweight weblog system licensed under GNU GPL version 2. more>>
Kukkaisvoima is a lightweight weblog system licensed under GNU GPL version 2. The project is made with Python programming language.
It stores all blog entries as plain text files so you can easily write and edit those with your favorite editor. Motivation for Kukkaisvoima was to do simple everything in one package weblog with Python.
Main features:
- Multiple categories for one entry
- No external dependencies outside Pythons standard library (no need for database engine etc.)
- Comments
- RSS feed for all entries and for every category
Install instructions:
After downloading the latest version of Kukkaisvoima. Move the package to your webdirectory and do the following steps:
tar xvfz kukkaisvoima-(versionnumber).tar.gz
cd kukkaisvoima-(versionnumber)
chmod +x index.cgi
mkdir temp
You may need to modify the index.cgi script suffix (change .cgi to .py) or use different permissions for the index.cgi script or for the temp directory. Temp directory should be writable by the script. For more information and help consult your webserver manual or local Python/Unix guru.
Configuring and using:
Edit the Config variables found in kukkaisvoima_settings.py. After configuring you can write blog entries as html formatted text files in directory specified in config file. Kukkaisvoima will generate the blog from these entries. Every entry must be in the format of
nameoftheantry:YYYY-MM-DD:category1,category2.txt
For example:
helloworld:2006-12-28:general.txt
As seen in the example entry can have multiple categories separeted with comma.
Enhancements:
- This release introduced a spam question to prevent spam comments and an admin interface for deleting comments.
<<less
Download (0.016MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
911 downloads
getsnmp 0.3

getsnmp 0.3


getsnmp project is a scheduler for collect snmp values from any network equipment and store it into a rrdtool database. more>>
getsnmp project is a scheduler for collect snmp values from any network equipment and store it into a rrdtool database.

global config section:

COMMAND LINE

-h help
Comma separated network interfaces listen to.

-f config_file
Specify the config file.

-D log level required

-d run as daemon

-v version

CONFIG FILE

directorydb < directory >
store rrdtool db files into this directory

lockfile < pidfile >
file used for store pid number and lock the process

daemon (yes|no)
run in daemon mode (fork) ?

umask umask
mask creation file

user user
user running application

chrootdir < path >
directory to chroot application

loglevel (0|1|2|3|4|5|6|7)
log with this level
0: emergency
1: alert
2: critical
3: error
4: warning
5: notice
6: info
7: debug

usesyslog (yes|no)
use syslog

logfile < logfile >
log in this file

retrieve data section:
global community community
set the default community
the default unsetted is public

global inter seconds
set the default interval among two snmp get
the default unsetted is 300

global retry number
set the default number of retry
the default unsetted is 0

global timeout seconds
set the default request timeout (in seconds)
the default unsetted is 3

global version (v1|v2|v2c)
set the default snmp protocol version
the default value unsetted is v1

set
the keyword "set" set a snmp host server:

example:
set version v2c ip 192.168.10.4 timeout 3 retry 2 community public

the option are:

* ip server ip (must informed)
inter interval among two snmp get (default: "global inter")
version snmp protocol version (default: "global version")
timeout request timeout (default: "global timeout")
retry number of retry (default: "global retry")
community community (default: "global community")
( * ) must informed
get
the "get" keyword is used for declaring one snmp value:

example:
get oid IF-MIB::ifInOctets.3 inter 5 file toto type gauge

the option are:
* oid SNMPv2-MIB::sysDescr.0 the oid (must informed)
inter interval among two snmp get (default: inherited from the last set)
file the db rrdtool file (default: automaticaly generated)
type gauge type of rrdtool data (gauge, counter) (default: gauge)
timeout request timeout (default: inherited from the last set)
retry number of retry (default: inherited from the last set)
( * ) must informed

<<less
Download (0.061MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
904 downloads
Sopeq 0.2.2b

Sopeq 0.2.2b


Sopeq is a stealth ingress and egress filtering firewall for IPTables with an easy to configure rules file. more>>
Sopeq is a stealth ingress and egress filtering firewall for IPTables with an easy to configure rules file.
Sopeq project can be used to configure even the slightest details of IPTables with just a minor change in the rules file.
Sopeq can be used to configure even the slightest details of IPTables with just a minor change in the rules file.
Argument Descriptions:
accept/droplog/rejectlog/log - This specifies what to do if a packet matches the
criteria given. "accept" accepts the packet, "droplog" drops and logs
the packet with given "lbl" variable (see section "vars" below),
"rejectlog" rejects and logs the packet with given "lbl" variable, and
"log" ONLY logs the packet with given "lbl" variable. Hmmm, I think I
see an eerie pattern emerging here...
if - This specifies what network interface the packet is travelling over.
This can also match packets NOT travelling over an interface by simply
adding an exclamation mark [!] before it. There should NOT be a space
after the exclamation mark like iptables requires.
in/out - This specifies whether the rule is looking at packets coming in or
packets going out. "in" should be used for most server rules, and
"out" should be used for most application rules. The rule is made by
adding the appropriate INPUT and OUTPUT rules in iptables to accept the
response to the packet as well.
This field can be left blank, but only if the "ports" field is blank as
well. This type of rule would allow all packets from a specific IP or
something to that extent.
tcp/udp/icmp - This is pretty self explanatory, it specifies the protocol of a
packet, IE: TCP, UDP, or ICMP. You can leave this blank to match all
protocols.
IPs - This specifies what specific IP addresses to allow for the rules. You
can leave this field blank to match all IPs. You can specify multiple
IP addresses by separating them with a comma, and/or use IP ranges.
Two methods of IP ranges are supported. The "1.2.3.0/24" method and
the "1.2.3.4-1.2.3.10" method. You can combine IPs and IP ranges in
the same rule with the comma delimeter.
Examples:
1.2.3.4
11.22.33.0/24
123.45.67.3-123.45.67.90
1.2.3.4,5.6.7.8,11.22.33.0/24,123.45.67.3-123.45.67.90
ports - This specifies which ports to allow on. Multiple ports can be
specified by separating them with a comma. If you leave the field
blank, it allows on all ports.
extras - This specifies extra options added onto the end of the rule. The field
is divided into two sections with a "|", which separates the extras for
the INPUT table with the extras from the OUTPUT table (in that order).
In order to have a space in the extras, you have to put the whole thing
in quotes (currently, you can only use double quotes, not single
quotes). These extras are just standard iptables options, so if you
want a list, view the iptables manual.
Examples:
No extras for the INPUT rule, "-m owner --uid-owner 0" for the
OUTPUT rule:
"|-m owner --uid-owner 0"
No extras for the INPUT rule, "-m owner --cmd-owner httpd" for the
OUTPUT rule:
"|-m owner --cmd-owner httpd"
vars - The syntax of a var field is:
varname="value"
Enhancements:
- The "version" option was added.
- A minor alteration was done in the way iptables was called.
- Minor code cleanup was done.
<<less
Download (MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
qscore 0.0.6

qscore 0.0.6


qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics. more>>
qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics.
Options:
--version output version information and exit
--help display this help and exit
Strip & Sort:
--sort=HOW sort player results
HOW=0 do not sort (default)
HOW=1 sort by frags
HOW=2 sort by rounds
HOW=3 sort by average
-r sort reverse
Output:
-o=FILE output into FILE (default: stdout)
--txt output as plain text (default)
--ansi output as text with ANSI colors
--html output as html
--csv output as comma-separated values CSV
Enhancements:
- The whole code was optimized a bit.
- Total game time statistics were added.
- A remote console for Quake3:Arena (and compatible) server administration was added.
<<less
Download (0.022MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
Flatworm 1.2

Flatworm 1.2


Flatworm is a Java library intended to allow a developer to describe the format of a flat file using an XML definition file. more>>
Flatworm project is a Java library intended to allow a developer to describe the format of a flat file using an XML definition file, and then to be able to automatically read lines from that file, and have one or more beans be instantiated for each logical record.

There are a few powerful features in Flatworm worth mentioning. For one thing, a record may consist of one or more physical lines in the file. A record may contain more than one bean once decoded. A flat file may contain more than one type of record, and Flatworm can use line length and substring matching to determine which type of record a line begins.

Besides fielded buffer flat files, Flatworm also supports text files where the different fields are separated by a separator character, e.g. CSV (comma separated values) files.

Last but not least, Flatworm is able to produce flat files from beans and the same definition file.

<<less
Download (0.044MB)
Added: 2007-08-07 License: LGPL (GNU Lesser General Public License) Price:
808 downloads
asfpga 1.00e

asfpga 1.00e


asfpga is an assembler written for use in FPGA design. more>>
asfpga is an assembler written for use in FPGA design. It can be easily modified for your instruction set.

The ultimate goal of this software is to allow a FPGA designer to easily write assembly code for a custom instruction set.

The current version allows to create a listing file, a memory dump file which can be used in debugging HDL code using $readmemh() or equivalent routine, and a binary file which can be used to program a EPROM.

Howto compile and use:

To compile:

gcc -o asfpga main.c asfpga.c error.c

To use:

./asfpga inputfileName.asm

* Comments should be preceded by a ;.
* All labels should be preceded by a #
* Empty lines in the source code are not allowed => should (put ; to indicate a carriage return)
* Instructions such as LDI M, LED2, should have a space after comma
* All characters *must* be upper case => turn CAPS on while coding :-)
<<less
Download (0.007MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
DBSight 1.4.6

DBSight 1.4.6


DBSight is a highly customizable full-text search platform for relational databases. more>>
DBSight is a highly customizable full-text search platform for relational databases.
DBSight is a platform that you can create a search engine on any relational databases. DBSight is quick, feature-packed, easy to customize, and easy to integrate.
Instead of weeks or even months to develop a full-text search for your data, if you know how to use DBSight, you can easily create the full-text search literally in minutes.
And you can have several database searches available in one central page. They can be Oracle, DB2, MySQL, SQL Server, Postgres, or any JDBC supported databases.
Easy to customize
Customization is even simpler. You can choose a template to start with. You add you logo, change the layout, and add/remove components -- all by web UI. You can render the search results similar to Google or Yahoo style, but with more features, or render them like product catalog, or results that fit for mobile phones, or, if you prefer, directly jump to the most relevant match.
Easy to integrate
The search results can be easily integrated with your web application. With the result template, you can send back the search results in HTML or XML you defined, in CSV (Comma Separated Values), or just a list of document IDs that you can process by yourself.
Main features:
- Summarized and highlighted results
- Results counted for each category, and sub-category
- Order results by the field you choose
- Recent searches history
- RSS feed for latest match
- Spelling check
- Display Cached Highlighted full document
- Pagination of the results
- Automatic results clustering
Enhancements:
- Indexing speed was increased by 2 to 3 times. JSP or another templating facility can be used to render search results.
- ISOLatin1AccentFilter was added to FrenchAnalyzer. SynchronizedUpdateIndex and SynchronizedUpdateTempIndex were added for optimal performance in Storage Area Network.
- The Lucene library was upgraded to the latest version.
<<less
Download (14MB)
Added: 2007-08-20 License: Free for non-commercial use Price:
796 downloads
Netscape Address Book Recovery 0.1.0

Netscape Address Book Recovery 0.1.0


A tool to take that corrupted Netscape Address Book and get your information out of it more>>
A tool to take that corrupted Netscape Address Book and get your information out of it. This is a tool to take that corrupted Netscape Address Book and get your information out of it. After the third time my book got corrupted, I gave up trying to fix it by hand and wrote this program. This program attempts to get as much information out of the address book as is possible. But as with all programs of this type, it will always need to change to keep track of the different ways in which the address book can be corrupted. It can output .csv (Comma Separated Values) or .ldi (LDAP Date Interchange Format) files.Dont output .csv files, you will lose all mailing list information.
Enhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
<<less
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1224 downloads
Clichart 0.5.3

Clichart 0.5.3


Clichart is an application intended for quick summarization and visualization of data, especially from system logs. more>>
Clichart is an application intended for quick summarization and visualization of data, especially from system logs. It provides tools to extract and manipulate tabular summary data from text files, and to generate and view simple charts from tabular data on the command line
Main features:
- Display charts in a window, save them to disk (JPEG or PNG), or both
- Accept data in comma- or whitespace-separated formats
- Read data from a file, or have it piped into its standard input
- Display XY line charts, with the X axis based on dates, times or values. The Y axis must be simple values (integer or decimal)
- Be used interactively, or driven via scripts
- Generate summary data based on counts, averages, minimum, maximum of input fields
- Generate summary data based on discrete values
- Generate aggregates from tabular data
- Operate in CLI server mode, generating 1 or more charts based on commands passed via standard in (either from another script, or from a command file).
Enhancements:
- This release is mostly a tidy-up, with small bugfixes and improvements in handling errors.
- However, it also allows output from "aggregate" to include simple expressions, adds the ability for "cliserverlib" to locate "clichart" via the PATH (useful for Windows users), and uses the Psyco JIT compiler to speed operation if its installed.
<<less
Download (2.7MB)
Added: 2007-06-11 License: LGPL (GNU Lesser General Public License) Price:
865 downloads
Fortran::Namelist 0.10

Fortran::Namelist 0.10


Fortran::Namelist is a Perl extension for Fortran namelists. more>>
Fortran::Namelist is a Perl extension for Fortran namelists.

SYNOPSIS

use Fortran::Namelist;
my $nml_file = /home/user/my_namelist.nml;
my $nml=Fortran::Namelist->new( file => $nml_file );
my %new_group = ( group_name => { grp_var1 => some_string, grp_var2 => [ 1 , 2 , 3 ], } );
$nml->set( %group );

$nml->print( file => another_file.nml );

Namelist implements a basic handling of standard fortan namelists. Namelist files are ascii files that allow a fortran program to transfer a group of variables by referencing the name of the group which they belong. Example of a namelist file:

$group_name
vec(2) = 3, 4, 5

c = abc

i = 3
$end

A namelist record starts with the name of the group preceded by $ or by &, followed by a sequence of variables-values with the appropriate value separators ( blanks,tabs,newlines, or any of them with a single comma). the end of the group is indicated by $end or by /.

<<less
Download (0.008MB)
Added: 2007-04-20 License: Perl Artistic License Price:
921 downloads
PHP SQLView 2.4

PHP SQLView 2.4


SQLView provides a user friendly interface for browsing a SQL database and modifying SQL tables using a Web browser. more>>
SQLView provides a user friendly interface for browsing a SQL database and modifying SQL tables using a Web browser.
This is strictly an application to give users access to view and modify their SQL tables. PHP SQLView is not a tool to help database administrators (other than perhaps getting users to manage their own data).
Users often have data in SQL databases and while they are keenly interested in the data in the tables, they sometimes have little motivation or ability to use command line interfaces or generate SQL commands to see or modify the data.
SQLView provides a user friendly interface for browsing a SQL database and modifying SQL tables using a web browser. This is stickly an application to give users access to view and modify their SQL tables. It is not a tool to help database administrators (other than perhaps getting users to do manage their own data).
Using a local configuration file to set default values, the user might be prompted for all information to connect to a database (type of database, host, userid, password etc.) or as little as one field.
SQLView allows one to walk through a table, viewing all rows. If the tables have a primary key and SQLView is so enabled, the users may modify any given column for a row, may add a row or even delete a row. Additionally, the user may export data from the table in a convenient comma separated value (CSV) format.
In addition to the expected "Add Record" and "Del" (delete), one convenient form is "Copy". In this case an existing row is editted and the user is expected to modify the primary key. Since the database is modified with an INSERT SQL statement, the primary key provided by the user must be unique and may not already exist.
Enhancements:
- Fixes a few bugs, makes improvements in export, and has changes in the code style to more easily work with PHP 5 and systems configured for tighter security.
<<less
Download (0.40MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1241 downloads
Docs::Site_SVD::Tie::FormA 0.02

Docs::Site_SVD::Tie::FormA 0.02


Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. more>>
Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module.

The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language.

The "Tie::Form" program module accesses a text database file in the very specific Form format and inherits generic database methods from the "DataPort::DataFile" module. The "Tie::Form" program module is a data source for the "DataPort::DataFile" module.

The Form format has improve flexability and performance over other text base formats such as the Comma Separated Variable (CSV) format.

The text format resembles as much as possible the standard hard copy forms. An example of a "DatatPort::FIleType::Form record follows:

manhood length: ________ ^
time spent in big house: _________ ^

what drugs do you use:
_________
_________

^

~-~
The : separates field names and field content. The ^ tags the end of a field and the ~-~ tags the end of the record. The separation sequences are escaped within the form by adding an extra character as follows:
sequence escaped
-------- --------
~-~ ~--~
~--~ ~---~
^ ^^
^^ ^^^
: :
:: :::

Since ~-~ never appears inside a record, Perl or any other Programming Language can very easily find the record separators just by ... well ... searching for it. The search for the end of field and end of field name are just a little bit more complicated. Search for a : or ^ all by itself. Escaping and unescaping is just adding one more :, ^, - or removing one of these characters.

The Form record looks very much like a hard copy form yet is very simple and straight forward for Perl or any other programming language to process.

<<less
Download (0.098MB)
Added: 2007-01-08 License: Perl Artistic License Price:
1019 downloads
SpectraScan 0006

SpectraScan 0006


SpectraScan is a little helper program for those unlucky persons, who dont get their spectrums in an appropriate PC format... more>>
SpectraScan is a little helper program for those unlucky persons, who dont get their spectrums in an appropriate computer readable format, but on dead tree.

This project allows to convert a variety of spectrum types into a comma separated value format, which is suitable to be loaded into Excel or a statistic program.

Another feature is the ability to scan the axes of a spectrum.
<<less
Download (0.55MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
900 downloads
Lingua::Conjunction 2.00

Lingua::Conjunction 2.00


Lingua::Conjunction is Perl module convert Perl lists into linguistic conjunctions. more>>
Lingua::Conjunction is Perl module convert Perl lists into linguistic conjunctions.

SYNOPSIS

use Lingua::Conjunction;

# emits "Jack"
$name_list = conjunction(Jack);

# emits "Jack and Jill"
$name_list = conjunction(Jack, Jill);

# emits "Jack, Jill, and Spot"
$name_list = conjunction(Jack, Jill, Spot);

# emits "Jack, a boy; Jill, a girl; and Spot, a dog"
$name_list = conjunction(Jack, a boy, Jill, a girl, Spot, a dog);

# emits "Jacques, un garcon; Jeanne, une fille; et Spot, un chien"
Lingua::Conjunction->lang(fr);
$name_list = conjunction(
Jacques, un garcon,
Jeanne, une fille,
Spot, un chien
);

Lingua::Conjunction exports a single subroutine, conjunction, that converts a list into a properly punctuated text string.

You can cause conjunction to use the connectives of other languages, by calling the appropriate subroutine:

Lingua::Conjunction->lang(en); # use and (default)
Lingua::Conjunction->lang(es); # use y

Supported languages in this version are English, Spanish, French, Italian, German, Portuguese, Norwegian, Danish, Dutch, Afrikaans, Swahili, and Latin. (Klingon is intentionally not supported.)

You can also set connectives individually:

Lingua::Conjunction->separator("...");
Lingua::Conjunction->separator_phrase("--");
Lingua::Conjunction->connector_type("or");

# emits "Jack... Jill... or Spot"
$name_list = conjunction(Jack, Jill, Spot);

The separator_phrase is used whenever the separator already appears in an item of the list. For example:

# emits "Doe, a deer; Ray; and Me"
$name_list = conjunction(Doe, a deer, Ray, Me);

You may use the penultimate routine to diable the separator after the next to last item. Generally this is bad English practice but the option is there if you want it:

# emits "Jack, Jill and Spot"
Lingua::Conjunction->penultimate(0);
$name_list = conjunction(Jack, Jill, Spot);

I have been told that the penultimate comma is not standard for some languages, such as Norwegian. Hence the defaults set in the %languages.

<<less
Download (0.004MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1160 downloads
coNCePTuaL 0.8.1

coNCePTuaL 0.8.1


coNCePTuaL is a network correctness and performance testing language. more>>
coNCePTuaL software is a tool designed to facilitate rapidly generating programs that measure the performance and/or test the correctness of networks and network protocol layers.
coNCePTuaL centers around a simple, domain-specific progamming-language; a few lines of coNCePTuaL code can produce programs that would take significantly more effort to write in a conventional programming language.
One of coNCePTuaLs goals is to raise network benchmarking from an art to a science. To that end, coNCePTuaL programs log not only measurement data but also a wealth of information about the experimental setup, making it easy for someone else to reproduce your performance tests.
Exemple
numreps is "Number of repetitions" and comes from "--reps" or "-r" with default 100.
For numreps repetitions plus 2 warmup repetitions {
task 0 resets its counters then
task 0 sends a 1 megabyte message to task 1 then
task 1 sends a 1 megabyte message to task 0 then
task 0 logs elapsed_usecs/2 as "One-way latency (us)" and
the median of (total_bytes/elapsed_usecs)*1E6/1M as "Bandwidth (MB/s)"
}
The data is stored in an easy-to-parse comma-separated value (CSV) format with the first row of column headers taken right from the program. The second row of headers indicates how the data in each column were aggregated.
Whats important, however, is all of the other information in the log file. coNCePTuaL log files are intended to function as a laboratory notebook, including not only the results of an experiment but also a precise description of the setup that led to those results. How many processors are in my system? How fast are they? What compiler and compiler options were used to compile simple? What command-line parameters were passed to the program? Its all in the log file.
The log files also lists the complete program source code so theres no ambiguity about what was measured. You can look at a coNCePTuaL log file a year in the future and still know exactly what the measurements represent?a lot more useful than a performance test which spits out only 397.2 and requires you to recall what that refers to.
Enhancements:
- pciutils is used (if available) to automatically log the make and model of every network interface that resides on the PCI bus.
- Debian users can now run "make dpkg" from the coNCePTuaL build directory to generate a custom Debian package for their system.
<<less
Download (0.52MB)
Added: 2006-08-28 License: BSD License Price:
1153 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5