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

R B Group Intro software
Filter: All | Freeware | Demo
 

R B Group Intro

< 1 2 3 4 5 > 
Released: March 31, 2014  |  Added: April 12, 2014 | Visits: 5.947

Group Mail Manager Premier Group Mail Manager is easy and affordable web-based email response, tracking and management software, that allows you to manage, process, and track messages sent to generic email inboxes such as sales, support, and info; instantly access the entire email history of any customer and use standard...



Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 2 MB Download (240): Group Mail Manager Premier Download

Released: April 07, 2014  |  Added: April 16, 2014 | Visits: 6.337

Group Mail Manager Professional Group Mail Manager is easy and affordable web-based email response, tracking and management software, that allows you to manage, process, and track messages sent to generic email inboxes such as sales, support, and info; instantly access the entire email history of any customer and use standard...





Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 2 MB Download (258): Group Mail Manager Professional Download

Released: November 03, 2006  |  Added: March 05, 2007 | Visits: 3.887

IDAutomation OCR-A and OCR-B Font Advantage Package IDAutomation's Optical Character Recognition fonts (OCR-A and OCR-B) were created from the latest ANSI and ISO specifications and include the Euro symbol. Also included in this package is additional characters to comply with OCR-B1 Eurobanking and OCR-A1 Eurobanking specifications. Furthermore,...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, MS-DOS,AS/400

License: Demo Cost: $99.00 USD Size: 461.74 KB Download (231): IDAutomation OCR-A and OCR-B Font Advantage Package Download

Released: April 16, 2012  |  Added: May 02, 2012 | Visits: 1.792

IncrediFlash Intro and Banner Studio Create Flash Intro and Banner easily without Flash knowledge in 3 minutes. Support 100+ text effects. Adjust text font, font size, bold, italic, underline, color, shadow, alignment. Support gradient color and background image. Choose from a library of professionally designed background with...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 22.67 MB Download (154): IncrediFlash Intro and Banner Studio Download

Released: December 27, 2009  |  Added: May 24, 2014 | Visits: 3.237

Flash Intro Builder Flash4D Ultimate Edition is a powerful Windows application that makes it easy to create Flash web site intros in minutes which you can add to your website and make it look amazing. Without knowing how to program, and without hiring any programmer or any other Flash designer, you can use Flash4D's...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 29.62 MB Download (698): Flash Intro Builder Download

Added: May 22, 2010 | Visits: 1.377

B-Chat B-Chat is a small application which allows you to chat on Battle.net. It has no fancy GUI interface (yet :-), but I have plans for making it Gnome compliant. However, at the moment it works pretty much like the regular UNIX telnet client, with the lines that are being sent and received mixed...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): B-Chat Download

Added: May 05, 2010 | Visits: 2.961

Repeat A/B - Amarok script Repeat A/B - Amarok script is an Amarok script which can repeat a song from point A to point B. Usage: Right click the playlist and select Repeat --> A/B. Now you have your first mark. Hit Repeat --> A/B again and you have the second mark. Repeat A/B starts. Hit Repeat --> A/B a third...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (131): Repeat A/B - Amarok script Download

Added: March 22, 2010 | Visits: 1.073

b-tektracker b-tektracker is an advanced realtime MIDI step-sequencer with a tracker interface. b-tektracker is a fork of tektracker by Billy Biggs. ttrk is the product of frustration with bad step editors found on pretty much all MIDI sequencers available today. Im a big fan of trackers, and I wanted to be...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (94): b-tektracker Download

Added: August 18, 2010 | Visits: 1.783

X-ITEC CMS/R X-ITEC CMS/R project is a German content management system. Whats New in This Release: - More than 200 new features.. X-ITEC IT-Consulting entwickelt individuelle Softwarelosungen fur den Mittelstand. Wir entwickeln intelligente und vor allem angenehme und moderne Losungen, die Sie gerne...


Platforms: *nix

License: Freeware Size: 79.5 MB Download (109): X-ITEC CMS/R Download

Added: February 08, 2010 | Visits: 966

B::JVM::Utils B::JVM::Utils is a Perl module that contains utility functions for B::JVM. SYNOPSIS use B::JVM::Utils qw(method1 method2); This package is a set of utilties that are useful when compiling Perl to the JVM architecture. They are a hodgepodge of utilties that dont really fit anywhere else....


Platforms: *nix

License: Freeware Size: 44.03 KB Download (92): B::JVM::Utils Download

Added: August 11, 2010 | Visits: 1.251

B::JVM::Jasmin::CompileState B::JVM::Jasmin::CompileState is an internal package used by B::JVM::Jasmin to keep state of compilation. SYNOPSIS use B::JVM::Jasmin::CompileState; my $state = new B::JVM::Jasmin::CompileState([HASHREF]); This class is used to store the internal state of the compiler as it runs. Certain...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (344): B::JVM::Jasmin::CompileState Download

Added: July 10, 2010 | Visits: 3.007

B::JVM::Jasmin B::JVM::Jasmin is a Jasmin backend for the Perl compiler. SYNOPSIS perl -MO=JVM::Jasmin,CLASSNAME perl_program.pl jasmin CLASSNAME.asm java CLASSNAME This module is a crude JVM backend for the Perl compiler. It aspires to be a "proof of concept," but I think it does not even achieve that....


Platforms: *nix

License: Freeware Size: 4.1 KB Download (701): B::JVM::Jasmin Download

Added: October 11, 2010 | Visits: 1.381

Catalyst::Manual::Intro Catalyst::Manual::Intro is an Introduction to Catalyst. This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (142): Catalyst::Manual::Intro Download

Added: March 16, 2010 | Visits: 740

B::XPath B::XPath class can search Perl optrees with XPath syntax. SYNOPSIS Perl represents programs internally as a tree of opcodes. To execute a program, it walks this tree, performing each operation as it encounters it. The B family of modules allows you to examine (and in some cases, manipulate)...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): B::XPath Download

Added: April 22, 2010 | Visits: 1.108

Oak::Web::HTML::B Oak::Web::HTML::B is B HTML Tag. HIERARCHY Oak::Object Oak::Persistent Oak::Component Oak::Web::Visual Oak::Web::HTML::PhraseElement Oak::Web::HTML::B PROPERTIES The Oak::Web::HTML::B object has the following properties: caption The text inside the tag All other defined by W3C....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (106): Oak::Web::HTML::B Download

Added: January 08, 2010 | Visits: 1.124

Async::Group Async::Group is a Perl class to deal with simultaneous asynchronous calls. SYNOPSIS use Async::Group ; use strict ; sub sub1 { print "Dummy subroutine n"; my $dummy = shift ; my $cb = shift ; &$cb(1); } sub allDone { print "All done, result is ", shift ,"n" ; } my $a =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Async::Group Download

Added: August 04, 2010 | Visits: 840

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: November 11, 2010 | Visits: 1.125

The ACE ORB from the doc group TAO project is a standards-compliant, real-time implementation of CORBA that provides efficient, predictable, and scalable quality of service (QoS) end-to-end. Unlike conventional implementations of CORBA, which are inefficient, unpredictable, non-scalable, and often non-portable, TAO applies...


Platforms: *nix

License: Freeware Size: 34 MB Download (98): The ACE ORB from the doc group Download

Added: October 04, 2010 | Visits: 751

Embperl::Intro Embperl::Intro is an introduction to Embperl. Embperl has started as a Perl module for simply embedding Perl into HTML and has grown to a full featured system to build dynamic content (not only) under mod_perl. The version 1.x focus on HTML documents, also it could be used for any sort of ascii...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (98): Embperl::Intro Download

Added: May 24, 2010 | Visits: 1.737

B::Bytecode B::Bytecode is Perl compilers bytecode backend. SYNOPSIS perl -MO=Bytecode[,-H][,-oscript.plc] script.pl Compiles a Perl script into a bytecode format that could be loaded later by the ByteLoader module and executed as a regular Perl script. EXAMPLE $ perl -MO=Bytecode,-H,-ohi -e print...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (112): B::Bytecode Download

< 1 2 3 4 5 >