it's a decoder/encoder for the auspost barcodes. hooray
Go to file
Lynne Megido a34702dc6c
implemented encoding format c, and support for customer information 3. i would do 2 as well but it's 0347. next up, unit testing for the first time in my stinchin life
2020-10-14 03:47:33 +10:00
.idea/.idea.auspostcode.dir implemented encoding format c, and support for customer information 3. i would do 2 as well but it's 0347. next up, unit testing for the first time in my stinchin life 2020-10-14 03:47:33 +10:00
.gitignore barcode object with (half of a skeleton) framework for parsing input 2020-10-14 02:03:20 +10:00
Barcode.cs implemented encoding format c, and support for customer information 3. i would do 2 as well but it's 0347. next up, unit testing for the first time in my stinchin life 2020-10-14 03:47:33 +10:00
BaseConversion.cs nicer way of parsing barcode 'fragments', bar to decimal table support 2020-10-14 02:51:53 +10:00
LICENSE initial commit, as they say 2020-10-13 23:55:26 +10:00
Program.cs implemented encoding format c, and support for customer information 3. i would do 2 as well but it's 0347. next up, unit testing for the first time in my stinchin life 2020-10-14 03:47:33 +10:00
auspostcode.csproj initial commit, as they say 2020-10-13 23:55:26 +10:00
chicanery.py initial commit, as they say 2020-10-13 23:55:26 +10:00