![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
USPS-intelligent-barcode
Advanced tools
= DEPRECATED
This gem has been renamed to usps_intelligent_barcode and will no longer be maintained. Please switch to usps_intelligent_barcode as soon as possible.
= USPS-intelligent-barcode
USPS-intelligent-barcode is a pure ruby gem to generate a USPS Intelligent Mail Barcode. More specifically, it generates the string of characters you should print using one of the {USPS Intelligent Barcode fonts}[https://ribbs.usps.gov/onecodesolution/download.cfm].
== FORKED FROM
This project was forked from https://github.com/rtlong/USPS-intelligent-barcode by Ryan Taylor Long, in order to add tests and refactor. It is not a drop-in replacement: I renamed most methods and classes, and eliminated the #draw method.
== INSTALL
$ gem install USPS-intelligent-barcode
== EXAMPLE
#!/usr/bin/env ruby
require 'rubygems'
require 'USPS-intelligent-barcode'
barcode_id = '01'
service_type = '234'
mailer_id = '567094'
serial_number = '987654321'
routing_code = '01234567891'
barcode = Imb::Barcode.new(barcode_id,
service_type,
mailer_id,
serial_number,
routing_code)
p barcode.barcode_letters
# => "AADTFFDFTDADTAADAATFDTDDAAADDTDTTDAFADADDDTFFFDDTTTADFAAADFTDAADA"
== STANDARD
This gem is based upon standard {USPS-B-3200G}[https://ribbs.usps.gov/intelligentmail_mailpieces/documents/tech_guides/SPUSPSG.pdf]
== RUBY VERSIONS
The tests are known to pass in MRI 1.8.7, MRI 1.9.3 and MRI 2.0.0.
== WHOAMI
Wayne Conrad wconrad@yagni.com
== CREDITS
Thanks to Ryan Taylor Long for his original work, without which I would have been lost in the USPS specification.
FAQs
Unknown package
We found that USPS-intelligent-barcode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.