Projects tagged ‘qrcode’


[4 total ]
2

ZXing

 
Primary Language: Java Licensed as: Apache License 2.0

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Our goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide clients for J2ME, J2SE, and Android.

Metrics updated about 22 hours ago

0

Open Source QR Code Library

 
Licensed as: GNU General Public License 2.0

This project develops and distributes QR Code decode/encode library under GPL v2. The project goal is Utilize QR Code embedded information for programmable devices all over the world. QR Code is the industrial standard, JIS-X-0510 and ISO/IEC18004.

0

qrcode-rails

 
Licensed as: MIT License

QRCode for Ruby on RailsA plugin for Ruby on Rails to generate QRCode (QRコード). AboutThis plugin use javascript to generate QRCode. The original javascript program is developed by Kazuhiko Arase. (http://www.d-project.com/qrcode/index.html) ... [More] UsageIn your rails project, install the plugin by following command: ./script/plugin install http://qrcode-rails.googlecode.com/svn/trunk/plugins/qrcodeAdd javascript include tag in HTML header: <%= javascript_include_tag :defaults %>Add following funtion to where you want to generate QRCode. <%= qrcode('http://www.google.com/', 2, 8, 'my-qrcode') %>- Add following funtion to where you want to generate QRCode. The first parameter is URL The second optional parameter is pixel size. The third optional parameter is QR Code type number, 1-10. Higher the type number, more data can be stored (max 976-2192 bits, depends on error correction level). Default 4. (For the relationship about adata size and type number, please refer to http://www.denso-wave.com/qrcode/vertable1-e.html) The 4th optional parameter is ID of the generated div ExampleYou can find source of an example project here: http://qrcode-rails.googlecode.com/svn/trunk/examples I have package the sample program into a WAR, deploy it into any Web Container (e.g. Tomcat, Jetty, Glassfish ...etc) to see how it works! Sample Code<%= qrcode('http://www.google.com/', 8) %>Sample Screen LicenseReleased under the MIT license. AuthorFrancis Chong - siuying at reality dot hk [Less]

0

iphone-qrcode

 
Licensed as: GNU General Public License 2.0

QRCodes are two dimensional bar codes very popular in Japan. This app is a QR Code reader which uses the iPhone camera. Currently, the app works with codes from semapedia and my own generated codes. I'm having some bugs in certain conditions ... [More] which I think center around retries. (for a 3-Q code, it tries 3-Q first, then 3-H repeatedly which is wrong). Also, it doesn't actually decode the data yet to figure out if it's a URL. That'll be easy. :) [Less]