Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(6) |
Sep
|
Oct
(20) |
Nov
(3) |
Dec
|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(2) |
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
(3) |
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
(1) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(6) |
Dec
(2) |
2008 |
Jan
|
Feb
(2) |
Mar
(6) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(2) |
Dec
(1) |
2009 |
Jan
(6) |
Feb
|
Mar
(3) |
Apr
|
May
(2) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
(1) |
15
(1) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Jeremias Maerki <dev@je...> - 2010-12-15 09:21:29
Attachments:
application/pgp-signature
|
About Barcode4J ====================================== Barcode4J is a barcode generation package written in Java and available under The Apache License version 2.0. Features ====================================== 1D barcode implementations: - Interleaved 2 of 5 - ITF-14 - Code 39 - Codabar - Code 128, EAN-128 - UPC-A and UPC-E (with supplementals) - EAN-13 and EAN-8 (with supplementals) Postal barcode implementations: - POSTNET - Royal Mail Customer Barcode - USPS Intelligent Mail (4-State Customer Barcode) 2D symbologies: - PDF417 - DataMatrix Support for multiple output formats: - SVG - EPS (Encapsulated PostScript) - Bitmap images (such as PNG or JPEG) - Java2D (AWT) - Text (for testing and debugging only) Additional features: - Two APIs (XML-oriented and Bean-style) - Servlet with support for SVG, EPS and bitmap output - Command-line interface - Demonstration applet Plug-ins/extensions for third-party products: - Apache Xalan: SVG-generating XSLT extension - The SAXON XSLT Processor from Michael Kay: SVG-generating XSLT extension - Apache FOP: support as fo:instream-foreign-object - Apache XML Graphics Commons: Image Loader Framework For more information about Barcode4J, please visit: http://barcode4j.sourceforge.net Release Notes ====================================== Version 2.1 is a feature and bugfix release. The most important changes are: - ITF-14 support - a plug-in for the image loading framework in Apache XML Graphics Commons (which is used by Apache FOP 0.95 and later). This restores compatibility of Barcode4J with Apache FOP 1.0. - An Apache Ant task - OSGi metadata for the main JARs - a number of fixes for PDF417 The detailed change log can be found here: http://barcode4j.sourceforge.net/changes.html Enjoy! Jeremias Maerki |
From: Jeremias Maerki <dev@je...> - 2010-12-14 08:17:33
|
Hi Amit Barcode4J is a barcode generator. If you need to read/scan barcodes, take a look at: http://code.google.com/p/zxing/ On 13.12.2010 14:03:23 Amit Jain wrote: > Hi, > > I am new to barcode api. I have gone through the examples of barcode4j. > Example generates the bar codes.Do we have api to read the bar code > generated. I need to develop application where bar code will be generated at > one location and printout will be attached to box and at other location I > need to read this barcode to match with sent box and received box bar codes. > > Thanks > > Regards, > Amit Jain Jeremias Maerki |
From: Amit Jain <amitjain.email@gm...> - 2010-12-13 13:03:52
Attachments:
Message as HTML
|
Hi, I am new to barcode api. I have gone through the examples of barcode4j. Example generates the bar codes.Do we have api to read the bar code generated. I need to develop application where bar code will be generated at one location and printout will be attached to box and at other location I need to read this barcode to match with sent box and received box bar codes. Thanks Regards, Amit Jain |