-
-
Appcelerator-Android-Barcode-module
... label = Ti.UI.createLabel();
window.add(label);
window.open();
var titaniumBarcode = require('com.mwaysolutions.barcode');
titaniumBarcode.scan({
success: function (data) {
if(data && data.barcode) {
var label = ...
-
tassimo-barcode-generator
Work to make a barcode generator of Tassimo barcodes
Notes
=====
Currently this does not work. However, there are a few barcodes to get you started, and the barcode generator (sorta) works.
Requirements
============
* PHP >= 5
* PEAR Image_Barcode2
-
php-barcode-generator
...
PHP-Barcode-Generator is a PHP script that generates a Code 128 barcode image based on the Code 128 standard available here http://en.wikipedia.org/wiki/Code_128. The ability for other barcode generation will be available in the future.
-
griffon-barcode-plugin
...
Plugin page: [http://artifacts.griffon-framework.org/plugin/barcode](http://artifacts.griffon-framework.org/plugin/barcode)
Generates barcode images using [Barcode4j][1] and QRCode using [QRGen][2].
Usage
-----
The following nodes will become ...
-
Android-app--Simple-Barcode-example
... product.
Android application example:
Application allows user to scan barcode using one of the barcode scanner apps found on the phone and it then performs a look up of the product using the
barcode. The lookup is done using www.upcdatabase.org. It only ...
-
barcode-simulator
... an EOF character to indicate it's done sending the barcode characters. This litte app does these things. You create ... if you want to test how an application responds to barcode scanner input.
## Screenshot
![Screenshot](https://raw.github.com/mroach/ ...
-
Wifi-Barcode-Scanner-Client
... The computer software should be compatible with any application. (The barcode is sent to the active application as if it ... commands, text or numbers before and/or after the barcode.
* Supports scanning to the clipboard.
* Open source computer software.
...
-
barcode
Amazon barcode reader (client). Scan all my old books to see what they're worth second hand ;)
-
EAN-13-Barcode-Canvas-Drawer
# EAN-13 Barcode Canvas Drawer
A little CoffeeScript project to draw EAN-13 Barcode using HTML Canvas.
Working example [can be found here](http://spiechu.pl/ean13/test.html)
## Requirements
Script needs 3 external JS libraries (included in package):
...
-
Barcode-Reader
This application reads a barcode, and then takes a picture once found and displays the numbers from that barcode.
-