Skip to main content

Home/ Groups/ Coders
Fabien Cadet

2012-03: Profile-guided optimization: how, and what? | Forum thread @ Gentoo Forums - 1 views

  •  
    Just a Gentoo user notes on how he does it, i.e. -fprofile-generate=/var/tmp/pgo & -fprofile-use=/var/tmp/pgo compiler flags for CFLAGS & CXXFLAGS.
Fabien Cadet

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.
Fabien Cadet

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.
Fabien Cadet

2013-12: Les dark patterns en design d'interface - 24 jours de web, par Christelle Mozzati - 0 views

  •  
    "Christelle Mozzati"
alex gross

socialmedian: CodeRun IDE: Free Web Based IDE Application - 3 views

  •  
    CodeRun IDE is a free web based IDE (Integrated Development Environment) tool for web developers, which enables you to create and deploy code-driven a
Joel Bennett

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.
  •  
    We propose a novel user interface metaphor for code understanding and maintanence based on collections of lightweight, editable fragments called bubbles, which form concurrently visible working sets.
Fabien Cadet

Symfony 2.0 (released !!) @ Symfony blog, 2011-07-28 - 5 views

  •  
    « After 12 preview releases, 5 beta versions, and 6 release candidates, I'm very proud to announce the immediate availability of Symfony 2.0, final version. »
« First ‹ Previous 201 - 220 of 2064 Next › Last »
Showing 20 items per page