From 245529a44c4376d553382125c48e264565be0301 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 9 Sep 2016 00:16:51 +0200 Subject: [PATCH] Add network section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 82d8f26..54578ed 100644 --- a/README.md +++ b/README.md @@ -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).