1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00
falsehood/README.md

73 lines
2.9 KiB
Markdown
Raw Normal View History

2016-09-08 05:22:55 -04:00
# Awesome Falsehood [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2016-09-08 06:18:23 -04:00
A curated list of awesome falsehoods programmers believe in.
2016-09-08 05:22:55 -04:00
## Motivation
TODO: explain why this list is aweseome.
2016-09-08 05:24:30 -04:00
## Contents
- [Dates and times](#dates-and-times)
2016-09-08 05:58:21 -04:00
- [Emails](#emails)
2016-09-08 06:13:07 -04:00
- [Geography](#geography)
2016-09-08 05:24:30 -04:00
- [Human names](#human-names)
2016-09-08 18:16:51 -04:00
- [Networks](#networks)
2016-09-08 06:22:33 -04:00
- [Phone numbers](#phone-numbers)
2016-09-08 06:14:45 -04:00
- [Prices](#prices)
2016-09-08 05:34:02 -04:00
- [Postal addresses](#postal-addresses)
2016-09-08 05:24:30 -04:00
2016-09-08 05:22:55 -04:00
## Dates and times
2016-09-08 06:27:13 -04:00
- [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time).
2016-09-08 05:22:55 -04:00
2016-09-08 05:58:21 -04:00
## Emails
2016-09-08 06:27:13 -04:00
- [I Knew How To Validate An Email Address Until I Read The RFC](http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/).
2016-09-08 05:58:21 -04:00
2016-09-08 06:13:07 -04:00
## Geography
2016-09-08 06:27:13 -04:00
- [Falsehoods programmers believe about geography](http://wiesmann.codiferes.net/wordpress/?p=15187&lang=en).
2016-09-08 06:13:07 -04:00
2016-09-08 05:22:55 -04:00
## Human names
2016-09-08 06:27:13 -04:00
- [Falsehoods Programmers Believe About Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/).
- [XKCD #327: Exploits of a Mom](https://xkcd.com/327/).
- [HL7 V3 RIM](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=186): a flexible data model for representing human names.
- [iOS NSPersonNameComponentsFormatter](https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/NSPersonNameComponentsFormatter_Class/index.html): localized representations of the components of a persons name.
2016-09-08 05:22:55 -04:00
2016-09-08 18:16:51 -04:00
## Networks
- [Falsehoods programmers believe about networks](http://blog.erratasec.com/2012/06/falsehoods-programmers-believe-about.html)
2016-09-08 06:22:33 -04:00
## Phone numbers
- [`libphonenumber`](https://github.com/googlei18n/libphonenumber): Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. Also available for [C#](https://github.com/erezak/libphonenumber-csharp), [Objective-C](https://github.com/iziz/libPhoneNumber-iOS), [Python](https://github.com/daviddrysdale/python-phonenumbers), [Ruby](https://github.com/sstephenson/global_phone) and [PHP](https://github.com/giggsey/libphonenumber-for-php).
2016-09-08 06:14:45 -04:00
## Prices
2016-09-08 06:27:13 -04:00
- [Falsehoods programmers believe about prices](https://gist.github.com/rgs/6509585).
2016-09-08 06:14:45 -04:00
2016-09-08 05:34:02 -04:00
## Postal addresses
2016-09-08 05:22:55 -04:00
2016-09-08 06:28:23 -04:00
- [Falsehoods programmers believe about addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/).
- [`libaddressinput`](https://github.com/googlei18n/libaddressinput): Google's common C++ and Java library for parsing, formatting, and validating international postal addresses.
2016-09-08 06:34:03 -04:00
- [`addressing`](https://github.com/commerceguys/addressing): A PHP 5.4+ addressing library, powered by Google's dataset.
2016-09-08 06:28:23 -04:00
- [`postal-address`](https://github.com/scaleway/postal-address): Python module to parse, normalize and render postal addresses.
2016-09-08 05:33:09 -04:00
## Lisense
2016-09-08 06:27:39 -04:00
Content of this repository is licensed under the [BSD 2-Clause
License](LICENSE.md).