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

Barcode Component Delphi freeware
Filter: All | Freeware | Demo
 

Barcode Component Delphi

< 1 2 3 4 5 > 
Added: November 06, 2010 | Visits: 530

POE::Component::ControlPort::DefaultCommands POE::Component::ControlPort::DefaultCommands is a set of default commands available to the control port..



Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): POE::Component::ControlPort::DefaultCommands Download

Added: February 26, 2010 | Visits: 755

POE::Component::ControlPort::Command POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage => test [ text to echo ] help_text => test command....





Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): POE::Component::ControlPort::Command Download

Added: May 08, 2010 | Visits: 857

POE::Component::ControlPort POE::Component::ControlPort is a Perl module with network control port for POE applications. SYNOPSIS use POE; use Getopt::Long; use POE::Component::ControlPort; use POE::Component::ControlPort::Command; my @commands = ( { help_text => My command, usage => my_command [ arg1, arg2 ],...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): POE::Component::ControlPort Download

Added: February 01, 2010 | Visits: 675

POE::Component::DebugShell POE::Component::DebugShell is a component to allow interactive peeking into a running POE application. SYNOPSIS use POE::Component::DebugShell; POE::Component::DebugShell->spawn(); This component allows for interactive peeking into a running POE application. spawn() creates a ReadLine...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): POE::Component::DebugShell Download

Added: March 01, 2010 | Visits: 959

POE::Component::Client::FTP POE::Component::Client::FTP is a Perl module that implements an FTP client POE Component. SYNOPSIS use POE::Component::Client::FTP; POE::Component::Client::FTP->spawn ( Alias => ftp, Username => test, Password => test, RemoteAddr => localhost, Events => [ qw( authenticated put_connected...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): POE::Component::Client::FTP Download

Added: July 01, 2010 | Visits: 701

POE::Component::Growl POE::Component::Growl provides a Growl notification dispatcher for POE. POE::Component::Growl provides a facility for notifying events through Growl using the Mac::Growl module as back-end. Integration with POEs architecture allows easy, non-blocking notifications. Multiple notifiers can be...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): POE::Component::Growl Download

Added: June 20, 2010 | Visits: 1.385

POE::Component::Client::AirTunes POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. SYNOPSIS use POE qw( Component::Client::AirTunes ); POE::Component::Client::AirTunes->new( host => $ip, alias => "airtunes", events => { connected => connected, error => error, done => done, },...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (119): POE::Component::Client::AirTunes Download

Added: June 15, 2010 | Visits: 744

POE::Component::YahooMessenger POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. SYNOPSIS use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => ym); # register your session for callbacks $kernel->post(ym => register); # tell YM how to connect...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): POE::Component::YahooMessenger Download

Added: July 20, 2010 | Visits: 696

POE::Component::Basement POE::Component::Basement provides Class::Std and base POE component functionality. SYNOPSIS package POE::MyComponent; # use as base use base qw/ POE::Component::Basement /; # where the initializations happen (see Class::Std) sub BUILD { ... } # see also Class::Std and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): POE::Component::Basement Download

Added: September 04, 2010 | Visits: 1.016

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Added: May 21, 2010 | Visits: 798

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (89): POE::Component::Client::TCPMulti Download

Added: August 20, 2010 | Visits: 1.124

POE::Component::Enc::Flac POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. SYNOPSIS use POE qw(Component::Enc::Flac); $encoder1 = POE::Component::Enc::Flac->new(); $encoder1->enc(input => "/tmp/track03.wav"); $encoder2 = POE::Component::Enc::Flac->new( parent => mainSession, priority =>...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (146): POE::Component::Enc::Flac Download

Added: April 03, 2010 | Visits: 1.714

Barcode Writer in Pure Postscript Barcode Writer in Pure Postscript is an award-winning open source project, as used by NASA, that facilitates the printing of all major barcode symbologies entirely within level 2 PostScript. Hence the process of generating a printed barcode representing a given input is performed entirely...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (143): Barcode Writer in Pure Postscript Download

Added: April 18, 2010 | Visits: 1.257

Barcode::Code128 Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. SYNOPSIS use Barcode::Code128; $code = new Barcode::Code128; EXPORTS By default, nothing. However there are a number of constants that represent special characters used in the CODE 128 symbology that you may wish to...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (151): Barcode::Code128 Download

Released: April 09, 2018  |  Added: May 29, 2018 | Visits: 4.120

Bytescout BarCode Reader Reads barcodes: QR Code, Code 39, Code 128, EAN 13, Datamatrix, PDF 417, MICR, Telepen, Interleaved 2 of 5, QR Code, PDF 417, UPCA, UPCE, Codablock, Aztec, and others Bytescout BarCode Reader is able to read barcode from image (PNG, JPG, TIFF, GIF) , read barcode from PDF, you may copy a...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.12 MB Download (920): Bytescout BarCode Reader Download

Released: September 24, 2010  |  Added: November 09, 2010 | Visits: 2.456

Barcode Add in for Word and Excel Easily generate barcodes in Microsoft Word and Excel with this add-in. The add-in changes the selected data to a barcode when applied. In Excel, it may be used to convert an entire column or row of data into barcodes. This product may be used royalty free with a valid license to any of...


Platforms: Windows

License: Freeware Size: 4.13 MB Download (283): Barcode Add in for Word and Excel Download

Released: January 02, 2011  |  Added: March 01, 2011 | Visits: 1.887

Katanshi Barcode Reader Katanshi Barcode Reader allows you to read barcodes with your webcam in the same way like you would do it with hardware laser scanner. It reads barcodes directly from web camera or from still image stored on your drive. Supported barcode types: EAN 13, UPCA, UPCE, EAN 8, Codebar 39, Codebar 128.


Platforms: Windows

License: Freeware Size: 1.09 MB Download (374): Katanshi Barcode Reader Download

Released: December 02, 2023  |  Added: March 14, 2024 | Visits: 4.139

Free 1D Barcode Generator The programe generates and prints most popular linear, clocked and postal barcode symbologies including Codabar, Code11, Code25 family, Code32, Code39, Code93, EAN-2, EAN-5, EAN-8, EAN-13, UPC-A, UPC-E, Code-128, EAN-128, MSI, ITF, DPI, DPL, Flattermarken, Pharmacode, Postnet, Postbar, OneCode,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 375 KB Download (1370): Free 1D Barcode Generator Download

Released: December 02, 2023  |  Added: March 18, 2024 | Visits: 4.568

Free 2D Barcode Generator The programe generates and prints most popular 2D barcode symbologies including Aztec Code, Aztec Runes, Data Matrix(ECC 0-140, ECC 200), QR Code, PDF417, Micro QR Code, MicroPDF417, MaxiCode, Code 16K, RSS family(RSS-14 Standard, RSS-14 Truncated, RSS-14 Stacked, RSS-14 Stacked...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 603 KB Download (1121): Free 2D Barcode Generator Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 722

2D Barcode Recognizer 2D Barcode Recognizer is a professional barcode application designed for recognition, decoding and encoding of 2D barcodes. For example, DataMatrix and Aztec Code, but it can be used and for other purposes. The program works with separate Dll-components. The basic working graphic formats of the...


Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (465): 2D Barcode Recognizer Download

< 1 2 3 4 5 >