Contents contributed and discussions participated by Fabien Cadet
2011: Understanding "Prototypes" in JavaScript | yehudakatz.com - 3 views
2011: Understanding JavaScript Function Invocation and "this" | yehudakatz.com - 6 views
book: Exercises in programming styles, by Chritina Videira Lopes - 10 views
-
"In the 1940s, the French writer Raymond Queneau wrote a jewel of a book called Exercises in Style, featuring 99 renditions of the exact same story, each written in a different style. The story being fairly trivial and always the same, the book highlights form, rather than content; it illustrates how the decisions we make in telling a story affect the perception of that story. Inspired by Queneau, I decided to embark on the project of writing the exact same computational task in as many styles as I have come across over the years. Exercises in Programming Style (#EPSBook) features 33 renditions of a simple computational task -- counting the frequency of words in a given file. All renditions are written in Python. This book is a companion text for code that is publicly available in Github. Software developers with many years of experience may enjoy revisiting familiar programming styles in the broad context of this book and learning about styles that may not be part of their normal repertoire. This book can be used as a textbook for advanced programming courses in Computer Science and Software Engineering programs. Additional teaching materials, such as lecture slides and implementations of each style in other languages, are also available."
2013-11 : Why You Should Never Use MongoDB | Sarah Mei, blog post - 10 views
-
I’ve heard many people talk about dropping MongoDB in to their web application as a replacement for MySQL or PostgreSQL. There are no circumstances under which that is a good idea.
-
Schema flexibility sounds like a great idea, but the only time it’s actually useful is when the structure of your data has no value.
-
When you’re picking a data store, the most important thing to understand is where in your data — and where in its connections — the business value lies.
2014: What every computer programmer should know about floating point, part 1 | Josh Ha... - 5 views
2013: Parsing C++ is literally undecidable | Josh Haberman - 2 views
2013: LL and LR in Context: Why Parsing Tools Are Hard | Josh Haberman - 1 views
2011: Pratt Parsers: Expression Parsing Made Easy - journal.stuffwithstuff.com - 0 views
2007: Top Down Operator Precedence, by Douglas Crockford (Vaughan Pratt, Floyd's opera... - 0 views
LLVM Clang - C++1? implementation status - 5 views
Intentional programming (Charles Symonyi) - Wikipedia - 2 views
2009: Overriding System Functions for Fun and Profit | Hacker Boss - 1 views
« First
‹ Previous
121 - 140 of 338
Next ›
Last »
Showing 20▼ items per page