mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
Add network section.
This commit is contained in:
parent
462ed5ba8b
commit
245529a44c
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ TODO: explain why this list is aweseome.
|
|||
- [Emails](#emails)
|
||||
- [Geography](#geography)
|
||||
- [Human names](#human-names)
|
||||
- [Networks](#networks)
|
||||
- [Phone numbers](#phone-numbers)
|
||||
- [Prices](#prices)
|
||||
- [Postal addresses](#postal-addresses)
|
||||
|
@ -42,6 +43,11 @@ TODO: explain why this list is aweseome.
|
|||
- [iOS NSPersonNameComponentsFormatter](https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/NSPersonNameComponentsFormatter_Class/index.html): localized representations of the components of a person’s name.
|
||||
|
||||
|
||||
## Networks
|
||||
|
||||
- [Falsehoods programmers believe about networks](http://blog.erratasec.com/2012/06/falsehoods-programmers-believe-about.html)
|
||||
|
||||
|
||||
## 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).
|
||||
|
|
Loading…
Reference in a new issue