Main > Free Download Search >

Free asia 1.12 software for linux

asia 1.12

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 79
Finance::Quote::Yahoo::Asia 1.12

Finance::Quote::Yahoo::Asia 1.12


Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. more>>
Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia.

SYNOPSIS

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

%info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok.
%info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only.

This module fetches information from Yahoo Asia. Symbols should be provided in the format "SYMBOL.EXCHANGE", where the exchange code is one of the following:
SI - Singapore
BO - Bombay
JK - Jakarta
HK - Hong Kong
NS - India
KS - Korea
KL - Kuala Lumpur
NZ - New Zealand
SS - Shanghai
SZ - Shenzhen
TW - Taiwan
TH - Thailand

This module provides both the "asia" and "yahoo_asia" methods. The "asia" method should be used if failover methods are desirable. The "yahoo_asia" method should be used you desire to only fetch information from Yahoo Europe.

Stocks are returned in the currency of the local exchange. You can use Finance::Quotes set_currency() feature to change the currency in which information is returned.

This module is loaded by default by Finance::Quote, but can be loaded explicitly by specifying the parameter "Yahoo::Asia" to Finance::Quote->new().

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

<<less
Download (0.090MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1058 downloads
Ayam 1.12

Ayam 1.12


Ayam is a free 3D modelling environment for the RenderMan interface. more>> <<less
Download (3.0MB)
Added: 2007-01-03 License: BSD License Price:
1030 downloads
sixbs 1.12

sixbs 1.12


sixbs is a library capable of writing and reading beans to and from XML using their public properties. more>>
sixbs is a library capable of writing and reading beans to and from XML using their public properties. sixbs is especially suited for writing configuration data or sending data over the network.

Contrary to normal Java serialization it is readable (i.e., you can easily edit it with your favourite text editor), and it is independent from class versions.
<<less
Download (0.30MB)
Added: 2006-09-01 License: LGPL (GNU Lesser General Public License) Price:
1148 downloads
asmem 1.12

asmem 1.12


asmem is a memory utilization monitor. more>>
asmem is a memory utilization monitor.
This is an AfterStep look & feel memory utilization monitor for X Windows.
I used this asmem tool written by alinden netcologne.de for quite a while. It served the purpose but I was very unsatisfied with its appearance. I wanted something that would fit nicely between all other applets on my desktop. I tried to contact the author a few times but got no answer. So I decided to rewrite it from scratch and give it the look and options that I personally like. I hope the author of
the original asmem will not be too angry with me.
The display consists of two areas. The one above shows utilization of the memory, the one below - the utilization of the swap space. Each area contains a graphical bar that represents the percentage of the available space. For the memory utilization
there are three bars: user/system memory used, buffer memory and cache memory. For the swap space only one bar showing the used space. Above each bar is the total amount of space, below the bar - the available space in kbytes and percents. If the
memory amount is above 999999 kbytes the displays switches to Mbytes instead of kbytes.
The program may be used directly or in the Afterstep "wharf". It also supports the WindowMaker docker (-withdrawn option). It may be used in all other window managers as well. It runs well as an icon.
You may want to have a look in the CHANGES file for the history of updates.
Enhancements:
- The last release was missing a return type for one of the functions, basically making the whole update worthless.
- Now it is fixed properly.
- There are a couple of small changes here and there.
<<less
Download (0.047MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Mailgraph 1.12

Mailgraph 1.12


Mailgraph is a RRDtool frontend for Mail statistics. more>>
Mailgraph software is a very simple mail statistics RRDtool frontend for Postfix and Sendmail that produces daily, weekly, monthly and yearly graphs of received/sent and bounced/rejected mail.
Enhancements:
- released version 1.12
- sendmail fixes (Ben Lentz, R. Scott Baer)
- compatibility with rrdtool 1.2.0 and 1.2.1 (no --slope-mode)
- compatibility with SpamAssassin 3.1.0 (Matias Lopez Bergero)
<<less
Download (0.020MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1467 downloads
SableVM 1.12

SableVM 1.12


SableVM is a portable Java virtual machine. more>>
SableVM is a robust, extremely portable, efficient, and specifications-compliant Java virtual machine that aims to be easy to maintain and to extend.
It features a state-of-the-art and efficient interpreter engine. Its source code is very accessible and easy to understand. It also has many robustness features that have been the object of careful design.
SableVM is a clean-room implementation of the publicly available specifications.
Main features:
- Clean code, with minimal duplication, thanks to a set of easy-to-use indent-friendly m4 macros.
- Modularity, making it ideal for research into different implementations of VM components.
- Standards compliance (C, POSIX, JVM, JNI, JLS).
- Three different interpreter engines, of which the basic switch interpreter is perfect for debugging, and the inlined-threaded interpreter is competitively fast. See [Execution Engines]?.
- A nice development environment, thanks to the above features. New contributors can start grokking it easily.
- Use of the latest GNU Classpath. We frequently synchronize with the GNU Classpath CVS.
- Portability (record time is 1 hour for a new port).
- Permissive LGPL license.
- A retargettable just-in-time compiler, SableJIT, which currently runs on ppc, x86, and sparc. The initial implementation is almost ready.
- Proper implementation of the invocation interface, which makes it possible to execute Java code from an application written in a different language. SableVM was designed so that extending it to follow the full specifications is straightforward, and allows for many virtual machines to be created, run, and destroyed within a single process (still not fully complete). This is something that the official Sun implementation does not provide.
<<less
Download (0.69MB)
Added: 2005-07-07 License: LGPL (GNU Lesser General Public License) Price:
1575 downloads
Rats! 1.12.0

Rats! 1.12.0


Rats! is an easily extensible parser generator for C-like languages. more>>
Rats! is an easily extensible parser generator for C-like languages; though currently it only generates parsers in Java. Rats! project has been explicitly designed so that grammars are concise and easily modifiable. To this end, Rats!
- organizes grammars into modules,
- builds on parsing expression grammars instead of context-free grammars and vintegrates lexing with parsing, i.e., is scannerless,
- supports the automatic generation of abstract syntax trees,
- and provides a well-defined interface for extending parsers to recognize context-sensitive languages and formats.
Parsers generated by Rats! memoize intermediate results, which ensures linear time performance in the presence of unlimited lookahead and backtracking. As a result, they are essentially functional (even though they are implemented in an imperative language) and also called "packrat parsers."
Main features:
- Rats! relies on a module system to structure grammars and their extensions. In particular, it relies on modules to group related productions into separate units. Next, module modifications concisely express extensions to other modules and can add, change, or remove individual alternatives in productions. Finally, module parameters are used to compose modules and their extensions with each other.
- Rats! grammars build on parsing expression grammars (PEGs). While PEGs share many constructs with the familiar EBNF notation, a key difference is that they utilize ordered choices instead of the unordered choices used by context-free grammars (CFGs) and other parser generators, such as Yacc or ANTLR. As a result, Rats! grammars avoid ambiguities and support localized changes. Additional flexibility is offered through syntactic predicates, which match expressions but do not consume the input, thus providing unlimited lookahead, and through the integration of lexing with parsing, which greatly simplifies the addition of new tokens to a grammar. PEGs have the additional benefit that they are not only closed under composition (unlike the LR or LL grammars used by Yacc and ANTLR), but also intersection and complement (unlike CFGs in general).
- To eliminate the need for explicit semantic actions, Rats! can automatically generate abstract syntax trees. In particular, it supports productions that return no semantic values (such as those recognizing spaces or comments), string values (such as those recognizing literals or identifiers), and generic tree nodes (potentially all other productions).
- Since some computer-readable formats are inherently context-sensitive and cannot be expressed as PEGs (or CFGs), Rats! supports two techniques for managing parser context or state, thus providing a well-defined interface for extending parsers. First, Rats! provides parser actions to recognize expressions that depend on local context, i.e., expressions that depend on immediately preceding expressions within the same production. An example for such local context is an explicit length preceding as many instances of some expression. Second, Rats! supports a global state object to recognize expressions that depend on possibly global context. State modifications are performed within lightweight transactions, which preserve the basically functional nature of Rats!-generated parsers. An example for a global context is the symbol table used for disambiguating variable and typedef names when parsing C.
Enhancements:
- Release highlights are support for formatting-preserving source refactorings through parse trees, support for parsing and pretty printing Java 5, (an improved abstract syntax tree for Java, and improved support for type checking C and Java ASTs.
<<less
Download (0.83MB)
Added: 2007-07-19 License: LGPL (GNU Lesser General Public License) Price:
830 downloads
Sofia-SIP 1.12.6

Sofia-SIP 1.12.6


Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. more>>
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
Sofia-SIP project can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services.
The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL.
Main features:
SIP features
- Sofia-SIP implementation follows RFC3261 and related key RFCs. INFO, UPDATE and REFER methods are supported. Also supported is SIMPLE presence and instant messaging, with the MESSAGE, SUBSCRIBE/NOTIFY and PUBLISH methods. Features such as early sessions, provisional responses, early media, caller preferences and session timers are included. Full set of transports, including both TCP and UDP over either IPv4 or IPv6, are supported.
SIP Offer-Answer module
- Sofia-SIP provides an implementation of the SDP offer-answer negotiation as specified in RFC3264. This is an essential component in using SIP to establish media sessions such as VoIP and video conferencing.
NAT traversal support
- Support for STUN as specified in RFC3489. STUN functionality is available via a separate module, so it can also be used independently from the base SIP stack. SIP extensions such as symmetric response routing (RFC3581/rport) are supported as well.
SIP security support
- Signaling can be secured by use of SSL/TLS. Also HTTP basic and digest authentication methods are supported.
<<less
Download (2.5MB)
Added: 2007-04-26 License: LGPL (GNU Lesser General Public License) Price:
920 downloads
dbacl 1.12

dbacl 1.12


dbacl is a digramic Bayesian text classifier. more>>
dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections.
dbacl project can be used to sort incoming email into arbitrary categories such as spam, work, and play, or simply to distinguish an English text from a French text.
It fully supports international character sets, and uses sophisticated statistical models based on the Maximum Entropy Principle.
The dbacl project includes a tutorial or two, and a mathematical design paper (.ps.gz). Alternatively, browse the online manual pages for dbacl, bayesol, mailcross, mailtoe, mailfoot, mailinspect.
I have found two uses for dbacl so far:
- As an automated Bayesian email classification tool, it can recognize spam, and more generally sort incoming email into any number of categories such as work, play, etc.
- As a noise filter, it is useful during the indexing of personal document collections.
Both dbacl and its companion programs are written in C and run on UNIX/POSIX.
Enhancements:
- This is a hodge-podge of fixes and improvements.
- A new hypex command, the TREC 2005 options files, and an essay on chess are now in the tarball.
- Several improvements to the parsing engine were made, including a new -e char option and bugfixes.
- Compilation problems on various architectures were fixed, and libslang2 support was added.
<<less
Download (0.75MB)
Added: 2006-03-26 License: GPL (GNU General Public License) Price:
1307 downloads
bsnmp 1.12

bsnmp 1.12


bsnmp is a miniSNMP daemon. more>>
bsnmp is a miniSNMP daemon. For a couple of projects that involved controlling software on a couple of machines from a single controlling machine I decided to use SNMP. After looking at several available SNMP implementations I started to implement my own SNMP stuff, because what was available was not really what I needed (for several reasons). The result of this work is bsnmp.

bsnmp consists of the following pieces:
a library libbsnmp that includes ASN.1 handling, the SNMP protocol version V1 and V2C and a number of helper stuff to simplify writing of SNMP agents and clients.
the gensnmptree tool that generates the C- and H-files from an object hierarchy description (.def file).
the gensnmpdef tool that generates an initial .def file from a MIB. This requires the libsmi library.
bsnmpd - the SNMP daemon.
snmp_mibII - an implementation of the standard MIB-II sub-tree.
snmp_ntp - a partial implementation of the experimental NTP MIB.

The bsnmpd daemon implements just the bare minimum that is needed for such a daemon: the system group, parts of the SNMP group and a private tree that does the following:

handling of loadable modules. This allows loading/unloading parts of the tree at runtime or configuration time.
handling of communities. A table that allows loaded modules to create new communities at run-time (ILMI is a consumer of this). This table can be disabled for obvious reasons.
handling trap destinations for V1.
several configuration parameters like the protocol versions to handle, buffer sizes and so on.
tables that manage the UDP and local unix ports the daemon is listening on.
statistics and debugging
All real functionality is implemented via loadable modules and hence the daemon can be used for remote-control functions that have nothing to do with network management.
<<less
Download (0.40MB)
Added: 2006-08-04 License: BSD License Price:
1177 downloads
Access Stats 1.12

Access Stats 1.12


Access Stats provides a script that enables you to keep track of activities on your web site. more>>
Access Stats provides a script that enables you to keep track of activities on your web site.

Access Stats allows you to keep track of activities on your web site.

It extracts some statistic from a log file generated by log.pl.

These reports are generated by Access Stats:

- Visits by day
- Visits by hour
- Visits by week-day
- Referer
- Browser
- Operating System
- Countries
- Hostnames

<<less
Download (0.059MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
916 downloads
cvschk 1.12

cvschk 1.12


cvschk - fast offline check for new files and modifications of files. more>>
cvschk - fast offline check for new files and modifications of files.

cvschk is a Perl program which checks the status of the CVS controlled files and gives an ASCII table sorted after the status of files.

If you have used CVS, then you know that it is hard to get a good overview the CVS-status of the files in you directories. Any new files? Any files changes? cvschk will help the programmer get the overview in the situation, where we do not have access to the CVS repository.

Note that the program does only local checks of the files. If you have fast access to the CVS repositiory, then consider the cvsstat-program - which additionally can tell if other people have made newer versions of the files.

Sample output:

The directory ./mytempdir is not under CVS control

Changed files

./cvs2html
./cvschk
./cvsstat

New files

./.#cvschk
./XX
./cvs2html.ok

<<less
Download (0.017MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
Asianux 2.0

Asianux 2.0


Asianux is a Linux server operating system which is co-developed by Chinese Leading Linux vendor Red Flag Software Co., Ltd. more>>
Asianux is a Linux server operating system which is co-developed by Chinese Leading Linux vendor Red Flag Software Co., Ltd. and Japanese Linux vendor Miracle Linux Corporation and Korean Linux software vendor Haansoft, INC, aiming at the common-standard enterprise Linux platform for Enterprise systems in Asia.

It provides enterprise customers with high reliability, scalability, manageability and better hardware & software compatibility.

Asianux certification partner program will invite more hardware and software products to be certified on Asianux, and it will definitely help to reduce developing and certificating resources and provide Linux with high quality and low cost.

Red Flag Software, Miracle Linux, and Haansoft INC. will distribute and market Asianux without any modifications in each Linux distribution package in China, Japan and Korea. New products such as Red Flag 5 Family , Miracle Linux V4.0 and Haansoft Linux 2005 will be based on Asianux and each will be bundled with localized features in each country.
<<less
Download (660MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1517 downloads
Stardust 0.1.12

Stardust 0.1.12


Stardust project is a space flight game. more>>
Stardust project is a space flight game.

It is portable and expandable, and it simulates the kinematics of space flight.

The goal of Stardust is to create a 3D-Space Fight Game Open Source, portable and expandable simulating, at best, the kinematics of space flight.

My hope is to create a 3D-Space Fight Game:

Action oriented: The player will have the possibility to move around a 3D space, to fire with lasers or torpedos;

Strategy oriented: Allowing the player to give orders to his unit or cooperating with some others players via the net.

<<less
Download (0.74MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1019 downloads
PageLayout 1.12

PageLayout 1.12


PageLayout is a layout lanager for Java Swing/AWT. more>>
PageLayout is a layout lanager for Java Swing/AWT that encapsulates, in a single library, the functionality of many other layout managers. It allows you to lay out components in appropriately aligned rows, columns, and grids.
The elements of rows, columns, and grids may themselves be rows, columns and grids of components. As a result, relatively complex layouts can be managed with code that is compact and conceptually quite straightforward to understand and, therefore, maintain.
PageLayout is available for download for JDK1.5. PageLayout is distributed under LGPL.
The distribution contains the source, extensive documentation, and a large number of nontrivial examples that illustrate the simplicity and the comprehensive nature of the approach.
Enhancements:
- Apart from the addition of new convenience methods, no changes have been made to the code base.
- Programs running under the previous version 1.11 of the layout manager should work without any changes whatsoever.
<<less
Download (0.89MB)
Added: 2006-12-28 License: LGPL (GNU Lesser General Public License) Price:
1031 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5