Skip to content

Commit 9a5c803

Browse files
authored
Added a link to Awesome Falsehoods and removed duplicates
1 parent 29a66e4 commit 9a5c803

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ But knowing the stuff will help you become better! :muscle:*
1414

1515
----
1616

17+
### Falsehoods
18+
- [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)
19+
💊 Curated list of falsehoods programmers believe in.
20+
Check for things you do not know about Strings, Addresses, Names, Numbers, Emails, Timezones and Dates and more.
21+
1722
### Algorithms
1823
- [Big O Cheatsheet](http://bigocheatsheet.com/)
1924
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
@@ -22,27 +27,18 @@ But knowing the stuff will help you become better! :muscle:*
2227
### Numbers
2328
- :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/)
2429
- :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)
25-
- :page_facing_up: [Falsehoods Programmers Believe About Phone Numbers](https://github.com/googlei18n/libphonenumber/blob/master/FALSEHOODS.md)
2630

2731
### Strings
28-
- [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)
2932
- :page_facing_up: [Unicode and Character Sets](http://www.joelonsoftware.com/articles/Unicode.html)
3033
- [Homoglyphs](https://github.com/codebox/homoglyph/)
3134
- [Unicode Common Locale Data Repository](http://cldr.unicode.org/)
32-
- [Falsehoods Programmers Believe About Names](http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/)
3335

3436
### Latency
3537
- [Interactive Latency Infographics](https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html)
3638
- :page_facing_up: [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
3739

38-
### Addresses
39-
- [Falsehoods Programmers Believe About Addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/)
40-
4140
### Time
42-
- :page_facing_up: [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time)
43-
- :page_facing_up: [More falsehoods programmers believe about time; “wisdom of the crowd” edition](http://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time)
4441
- :page_facing_up: [Some notes about time](https://unix4lyfe.org/time/?v=1)
45-
- :page_facing_up: [Falsehoods programmers believe about time and time zones](http://www.creativedeletion.com/2015/01/28/falsehoods-programmers-date-time-zones.html)
4642

4743
### Memory
4844
- :page_facing_up: [What every Programmer should know about memory](http://lwn.net/Articles/250967/)

0 commit comments

Comments
 (0)