Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.069 Times

Streaming Quotes Datek freeware
Filter: All | Freeware | Demo
 

Streaming Quotes Datek

< 1 2 3 4 5 
Added: September 18, 2013 | Visits: 816

MPEG4IP MPEG4IP provides an end-to-end system to explore streaming multimedia. The package includes many existing open source packages and the "glue" to integrate them together. This is a tool for streaming video and audio that is standards-oriented and free from proprietary protocols and extensions. Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPEG4IP Download

Added: March 20, 2010 | Visits: 1.652

Finance::YahooQuote Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance. SYNOPSIS use Finance::YahooQuote; # setting TIMEOUT and PROXY is optional $Finance::YahooQuote::TIMEOUT = 60; $Finance::YahooQuote::PROXY = "http://some.where.net:8080"; @quote = getonequote $symbol; # Get... Platforms: *nix

License: Freeware Size: 22.53 KB Download (104): Finance::YahooQuote Download

Added: November 22, 2010 | Visits: 1.423

Finance::Quote Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; $q->timeout(60); $conversion_rate = $q->currency("AUD","USD"); $q->set_currency("EUR"); # Return all info in Euros.... Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote Download

Added: January 02, 2010 | Visits: 1.224

Finance::Quote::ASX Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("asx","BHP"); # Only query ASX. %stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK. This... Platforms: *nix

License: Freeware Size: 92.16 KB Download (128): Finance::Quote::ASX Download

Added: February 08, 2010 | Visits: 1.831

Finance::Quote::Yahoo::Australia Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only. my %info = $q->fetch("australia","BHP"); # Failover with other... Platforms: *nix

License: Freeware Size: 92.16 KB Download (107): Finance::Quote::Yahoo::Australia Download

Added: February 18, 2010 | Visits: 1.554

Finance::Quote::Yahoo::Brasil Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only. my %info = $q->fetch("brasil","BHP"); # Failover with other methods.... Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.852

Finance::Quote::Yahoo::nz Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. This module allows... Platforms: *nix

License: Freeware Size: 92.16 KB Download (126): Finance::Quote::Yahoo::nz Download

Added: May 05, 2010 | Visits: 1.011

Cortado Cortado Streaming applet is a Java applet which supports decoding of Ogg Vorbis, Ogg Theora, MJPEG and Smoke codecs directly in a browser window. Both audio and video are supported. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis... Platforms: *nix

License: Freeware Size: 256 KB Download (98): Cortado Download

Added: February 23, 2010 | Visits: 1.078

Icecast Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. Icecast can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily, and it... Platforms: *nix

License: Freeware Size: 1024 KB Download (117): Icecast Download

Added: February 26, 2010 | Visits: 1.148

KCast KCast is an audio streaming server and GUI playlist editor. It is made of two components: The server component, called Trout, is a Perl program, and can in fact be run independently of KCast so you dont need KDE or even the KDE libraries to use the server. Currently there are no distributions as... Platforms: *nix

License: Freeware Size: 184.32 KB Download (159): KCast Download

Added: July 21, 2010 | Visits: 1.073

fortune-mod-calvin fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes. fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip. The quotes have been compiled from various sources on the Web.. Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): fortune-mod-calvin Download

Added: September 01, 2013 | Visits: 962

camserv Camserv is a streaming web video server. It provides functionality for unlimited imagemanipulation before being streamed, in addition to relay support. Platforms: *nix

License: Freeware Size: 450.56 KB Download (102): camserv Download

Added: October 16, 2010 | Visits: 2.393

KDE Radio Station KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream. More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many... Platforms: *nix

License: Freeware Size: 419.84 KB Download (258): KDE Radio Station Download

Added: May 17, 2010 | Visits: 1.193

beam-back beam-back is a simple Python script to save streaming MP3 data. This script has been tested with my.mp3.com and www.shoutcast.com. If you want to make an mp3 for an infinite stream m3u url, start beam-back with the option -v: xterm -e beam-back.py -v %s Verbose mode will tell you how much data... Platforms: *nix

License: Freeware Size: 34.82 KB Download (109): beam-back Download

Added: January 06, 2010 | Visits: 814

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: August 14, 2010 | Visits: 2.343

libmms libmms is a library implementing the MMS streaming protocol, used by most Windows Media streams. libmms library is used by the GStreamer MMS plugin, but is not tied to GStreamer or any other project. LibMMS was created out of need for common library that would remedy current situation where... Platforms: *nix

License: Freeware Size: 327.68 KB Download (118): libmms Download

Added: October 26, 2010 | Visits: 768

Incollector Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged. Application can also search and browse entries easly. Incollector is very young project. There can be some... Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): Incollector Download

Added: October 09, 2010 | Visits: 1.036

VDOWall VDOWall is an application which enabled you to create a realtime streaming video out of different sources. These sources can be controlled seperately and are then combined into one single stream, which can then be displayed with a projection device, such as a beamer. This displaying can be used... Platforms: *nix

License: Freeware Size: 2 MB Download (99): VDOWall Download

Added: February 13, 2010 | Visits: 828

Obsequieuem Obsequieuem provides a network based MP3 RTP/multicast streaming jukebox. Obsequqiuem is a network-based streaming MP3 jukebox that uses RTP/Multicast (RFC 2250) or Icecast to stream the MP3s. The Web interface allows local and remote users to control what music is being streamed by the server,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Obsequieuem Download

Added: June 09, 2010 | Visits: 750

Floodcast Floodcast is a streaming plugin for Noatun that allows: - Running a simple standalone-server on the machine Noatun is running on - Forwarding whatever sound is currently played in Noatun to some shoutcast- or icecast-server It was originally developed by Ryan Cumming (aka Phalynx).. Platforms: *nix

License: Freeware Size: 409.6 KB Download (94): Floodcast Download

< 1 2 3 4 5