Maximizing Performance - ArchWiki - 1 views
2013: An Absolute Beginner's Tutorial on Dependency Inversion Principle, Inversion of C... - 4 views
-
According to the definition of Dependency inversion principle: High-level modules should not depend on low-level modules. Both should depend on abstractions. Abstractions should not depend upon details. Details should depend upon abstractions.
Talk: The Care and Feeding of C++'s Dragons (speaker: Chandler Carruth) | channel9.msdn... - 1 views
-
Last year I described C++ as bearing the cautionary label ‘Here Be Dragons.’ And yet we’re all still writing C++ because it is the best programming language for the problems we face. In turn, we need a strategy to deal with the “dragons” that reside in large C++ code bases. The Dragon Book (my old compiler textbook) taught about a collection of tools to address the complexity of compiler design, and while our challenge is somewhat different, the approach remains the same. When a mere mortal programmer ventures forth to battle the complexity of large software systems in C++, they’re going to need some really good tools to help them. At Google, we’ve been building up a platform of such tools. I will introduce the platform and toolset, and show how to use them to write fast and correct C++ code, quickly and correctly.I will also give a peek into the future of the next generation of tools we’re working on and some of the really interesting changes to C++ that are coming in the next few years to help both programmers and these tools be ever more effective.
2013-12: Les dark patterns en design d'interface - 24 jours de web, par Christelle Mozzati - 0 views
socialmedian: CodeRun IDE: Free Web Based IDE Application - 3 views
Code Bubbles Project: Rethinking the User Interface Paradigm of Integrated Development ... - 5 views
-
A bubble is a fully editable and interactive view of a fragment such as a method or collection of member variables. Bubbles, in contrast to windows, have minimal border decoration, avoid clipping their contents by using automatic code reflow and elision, and do not overlap but instead push each other out of the way.
Aptana Studio IDE for web development - 7 views
FluentPath: a fluent wrapper around System.IO - Tales from the Evil Empire - 2 views
2013-02: Using Git subtrees for repository separation - Making Software - 3 views
« First
‹ Previous
201 - 220 of 2064
Next ›
Last »
Showing 20▼ items per page