Main > Free Download Search >

Free usa 1.12 software for linux

usa 1.12

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

Finance::Quote::Yahoo::USA 1.12


Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. more>>
Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada.

SYNOPSIS

use Finance::Quote;

$q = Finance::Quote->new;

%info = $q->fetch("usa","SGI");

This method provides access to financial information from a number of exhcanges in the United States and Canada. The following methods are available:

canada
usa
yahoo
nyse
nasdaq
vanguard
fidelity

These methods all use the same information source, and hence can be considered somewhat interchangable. However, the method "yahoo" should be passed to fetch if you wish to obtain information from any source that Yahoo tracks.

This method is loaded by default by Finance::Quote, although it can be explicitly loaded by passing the argument "Yahoo::USA" to Finance::Quote->new().

Information returned by this module may be subject to Yahoos terms and conditions. See http://finance.yahoo.com/ for more information.

LABELS RETURNED

This module returns all the standard labels that Yahoo provides, as well as the currency label. See Finance::Quote::Yahoo::Base for more information.

BUGS

Yahoo does not make a distinction between the various exchanges in the United States and Canada. For example, it is possible to request a stock using the "NYSE" method and still obtain data even if that stock does not exist on the NYSE but exists on a different exchange.

<<less
Download (0.090MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1047 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
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
gqlplus 1.12

gqlplus 1.12


gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX and UNIX-like platforms. more>>
gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX and UNIX-like platforms.
The difference between gqlplus and sqlplus is command-line editing and history, plus table-name and column-name completion. As you know if you have used sqlplus, it is notoriously difficult to correct typing errors and other mistakes in your SQL statements.
sqlplus does give you ability to use external editor to edit a statement, but only the last statement you typed. gqlplus solves this problem by providing the familiar command-line editing and history as in tcsh or bash shells, and table/column-name completion, while otherwise retaining compatibility with sqlplus.
Thus, no user training is needed - simply use gqlplus instead of sqlplus. In addition, configuration/installation is trivial: gqlplus is a single binary compiled executable (written in C), so all you need to do is download it and put it anywhere in your PATH. After that, youll be ready to use it.
There are a number of other sqlplus front-end programs which include this functionality. They, however, require some user training, and may not be as easy to install (requiring particular version of Perl, and/or particular set of Perl modules, and/or configuration files).
In contrast, the design goal of gqlplus was to remain as close as possible to sqlplus, with the addition of command-line editing and table and column name completion. The command-line editing will be familiar to UNIX users since it works as in command-line shells. Additionally, there are no installation issues since the program is a single binary executable.
Enhancements:
- A SIGSEGV that occurred when using SQLPATH was fixed.
- An ACCEPT command was implemented.
- The DYLD_LIBRARY_PATH environment variable (the Mac OS X version of LD_LIBRARY_PATH) was added along with an NLS_DATE_FORMAT environment variable.
- A -p command-line switch that displays a progress report and elapsed time information was added.
- SIGTERM is now used to kill sqlplus.
- ORACLE_PATH was added to the environment.
<<less
Download (1.7MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
libusb 0.1.12

libusb 0.1.12


libusb is a library to provide userspace access to USB devices. more>>
libusb is a library to provide userspace access to USB devices. libusb project supports Linux 2.6/2.4/2.2, FreeBSD/OpenBSD/NetBSD, and Darwin/MacOS X.
Operating System support
- Linux
- FreeBSD
- NetBSD
- OpenBSD
- Darwin
- MacOS X
Building:
It should be as simple as running these two commands:
./configure
make
<<less
Download (0.38MB)
Added: 2006-03-09 License: LGPL (GNU Lesser General Public License) Price:
1407 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
gmuck 1.12

gmuck 1.12


gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates. more>>
gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds. The project is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of the actual markup is troublesome.

gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds.

It is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of the actual generated markup is troublesome.

gmuck is a line-oriented tool. Because of that, its structural checking capabilities are limited, but it makes an attempt to report syntactical errors as well as provides some lint-like features.

There gmuck distribution consists of the "HTML::GMUCK" module and the "gmuck" command line interface to it.

See the gmuck(1) and HTML::GMUCK(3) manual pages (or before installation, "perldoc bin/gmuck.pod" and "perldoc lib/HTML/GMUCK.pod" in the dir where you unpacked gmuck), and ChangeLog, TODO and BUGS files for more information.

gmuck is short for Generated MarkUp ChecKer, or Generated MUCK if you like. Hmph, thats actually ambiguous, see above for a better explanation. But gmuck sounds cool

<<less
Download (0.023MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 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
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
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
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
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
Xoscope 1.12

Xoscope 1.12


Xoscope (or oscope) is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX. more>>
Xoscope (or oscope) is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX.

Xoscopes features include 8 simultaneous signal displays, 1 us/div to 2 s/div time scale, built-in and external math functions including inverse, sum, diff, avg, xy, and FFT, 23 memory buffers, 5 automatic measurements, and file save/load.

<<less
Download (0.16MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
986 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5