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.074.318 Times

Mime Application Octet Stream freeware
Filter: All | Freeware | Demo
 

Mime Application Octet Stream

< 1 2 3 4 5 > 
Added: August 15, 2010 | Visits: 1.120

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default...



Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: March 13, 2010 | Visits: 801

MIME::Charset MIME::Charset module contains charset information for MIME. SYNOPSIS Getting charset informations: use MIME::Charset qw(:info); $benc = body_encoding("iso-8859-2"); # "Q" $cset = canonical_charset("ANSI X3.4-1968"); # "US-ASCII" $henc = header_encoding("utf-8"); # "S" $cset =...





Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): MIME::Charset Download

Added: July 18, 2010 | Visits: 943

MIME::EncWords MIME::EncWords is a Perl module created to deal with RFC-1522 encoded words (improved). SYNOPSIS MIME::EncWords is aimed to be another implimentation of MIME::Words so that it will achive more exact conformance with MIME specifications. Additionally, it contains some improvements. Following...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): MIME::EncWords Download

Added: April 24, 2010 | Visits: 1.684

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

Added: November 19, 2010 | Visits: 1.668

Smarty and MIME message integration Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. This package can be used to compose and send e-mail messages using Smarty templates. It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and...


Platforms: *nix

License: Freeware Download (119): Smarty and MIME message integration Download

Added: March 13, 2010 | Visits: 693

splitmastream splitmastream reads an MPEG stream from stdin, writes a copy of it to a file named YYMMDD.HH-streamname.mp3 and then writes the stream to stdout. Think of it as a hourly-file-cutting tee for MPEG audio. Files are switched on every hour at a frame boundary so that every file should be playable...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): splitmastream Download

Added: August 22, 2010 | Visits: 1.135

Keystone Application Framework Keystone is a cross-platform, object oriented application framework which allows applications to be written to build on the target platforms of GNU/Linux and Win32 without modification of their source. Keystone Application Framework implements several modern Web standards, including SVG...


Platforms: *nix

License: Freeware Size: 757.76 KB Download (91): Keystone Application Framework Download

Added: April 07, 2010 | Visits: 1.856

Stream-2-Stream Stream-2-Stream project (abbreviated "s2s" or "S2S") allows anyone with a normal broadband connection to set up their own radio station or internet television, for free. Stream-2-Stream stations have no user limit; stations can be set up without paying a fortune for bandwidth. Stream-2-Stream...


Platforms: *nix

License: Freeware Size: 1003.52 KB Download (156): Stream-2-Stream Download

Added: March 01, 2010 | Visits: 985

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: April 22, 2010 | Visits: 868

CGI::Application CGI::Application is a framework for building reusable web-applications. SYNOPSIS # In "WebApp.pm"... package WebApp; use base CGI::Application; # ( setup() can even be skipped for common cases. See docs below. ) sub setup { my $self = shift; $self->start_mode(mode1);...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (88): CGI::Application Download

Added: February 06, 2010 | Visits: 813

Shared Mime Library Shared Mime Library is my implementation for libsharedmime. It reads the Shared Mime Info database and returns you the MIME-TYPE of a file. Freedesktop make this database freely available, but they dont seem to be distributing a library to read it anymore (Its no where in their CVS that I can...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Shared Mime Library Download

Added: August 09, 2010 | Visits: 2.025

Enveria IDE for Rapid Application Development Enveria IDE for Rapid Application Development is an intuitive platform for programming robust GUI (graphical user interface) software. We have launched the Enveria RAD IDE as an open source application (https://sourceforge.net/projects/enveria). Previously, the Enveria IDE was utilized as an...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (119): Enveria IDE for Rapid Application Development Download

Added: August 18, 2010 | Visits: 1.013

Orpheus Orpheus is a light-weight text mode menu- and window-driven audio player application for CDs, MP3, Vorbis OGG and internet stream broadcasts..


Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): Orpheus Download

Added: January 03, 2010 | Visits: 849

TiVo::HME::Application TiVo::HME::Application is a Perl implementation of TiVos HME protocol. SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): TiVo::HME::Application Download

Added: November 08, 2010 | Visits: 1.112

Audio::Mad::Stream Audio::Mad::Stream is a Perl interface to mad_stream structure. SYPNOSIS my $stream = new Audio::Mad::Stream ($options); $stream->buffer($scalar); my $remain = substr($scalar, $stream->next_frame); my $position = $stream->this_frame; $stream->skip($position + 400); $stream->sync();...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (106): Audio::Mad::Stream Download

Added: February 08, 2010 | Visits: 849

CGI::Application::Plugin::ValidateRM CGI::Application::Plugin::ValidateRM is a Perl module to help validate CGI::Application run modes using Data::FormValidator. SYNOPSIS use CGI::Application::Plugin::ValidateRM; my $results = $self->check_rm(form_display,_form_profile) || return $self->check_rm_error_page; # Optionally,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::Application::Plugin::ValidateRM Download

Added: January 06, 2010 | Visits: 1.083

Rapid Application Development Library radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (91): Rapid Application Development Library Download

Added: August 18, 2010 | Visits: 752

REST::Application REST::Application is a framework for building RESTful web-applications. SYNOPSIS # MyRESTApp L instance / mod_perl handler package MyRESTApp; use Apache; use Apache::Constants qw(:common); sub handler { __PACKAGE__->new(request => $r)->run(); return OK; } sub getMatchText { return...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): REST::Application Download

Added: October 16, 2010 | Visits: 2.752

NewsCloud Facebook Application NewsCloud Facebook application allows Facebook members to read top stories and breaking news and share them with their friends from within Facebook. The NewsCloud Facebook application also allows you to watch Daily Show and Colbert Report clips inside Facebook and share them with other Facebook...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (408): NewsCloud Facebook Application Download

Added: June 08, 2010 | Visits: 1.256

LAMP Application Server LAMP Application Server project is a combination of common open source tools that provides a unified system from which administrators, developers, and other parties can manage a large application cluster. The underlying platform is LAMP based. Whats New in This Release: - Fixed vhost config...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (105): LAMP Application Server Download

< 1 2 3 4 5 >