Skip to main content

Diigo Home
Home/ Groups/ Coders
mongolito 404

Closure Tools - Google Code - 3 views

  • mongolito 404
     
    Google's JavaScript library and tools
yuppi c

DZone Tech Library | Resources for Architects, Designers, and Developers - 2 views

  • yuppi c
     
    The DZone Tech Library brings DZone members a wealth of resources from across our network that includes Refcardz, whitepapers, webcasts, podcasts, trial downloads, and more.
yuppi c

DZone Snippets: Store, sort and share source code, with tag goodness - 1 views

  • yuppi c
     
    Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
alex gross

HOWTO: Deploy web applications to the cloud from Visual Studio - 3 views

shared by alex gross on 05 Nov 09 - Snapshot
  • alex gross
     
    This video demonstrates how to deploy an ASP.NET web application directly from Visual Studio to the CodeRun Hosting Cloud. This add-in enables you to instantly and intuitively deploy web applications to the cloud.
Joel Bennett

HornGet - daily builds of selected .net OSS projects with their dependencies. - 0 views

  • Joel Bennett
     
    NHibernate, Log4Net, Rhino, Castle, Ninject, SubSonic, and more
Oeil-de-nuit -_-

FireQuery : Firebug extension for jQuery development - 1 views

  • Oeil-de-nuit -_-
     
    Features :
    * jQuery expressions are intelligently presented in Firebug Console and DOM inspector
    * attached jQuery datas are first class citizens
    * elements in jQuery collections are highlighted on hover
    * jQuerify: enables you to inject jQuery into any web page
Joel Bennett

OMG Ponies!!! (Aka Humanity: Epic Fail) - Jon Skeet: Coding Blog - 4 views

  • Joel Bennett
     
    How the simple things (like time zones, daylight savings, culture and unicode) manage to make the job of a software developer painful.
Oeil-de-nuit -_-

Programming as if Performance Mattered, by James Hague [2004-04-04] - 3 views

  • I frequently see bare queries from programmers in discussion forums, especially from new programmers, who are worried about performance. These worries often stem from popular notions about what operations are "slow." Division. Square roots. Mispredicted branches. Cache unfriendly data structures.
  • Inevitably someone chimes in that making out-of-context assumptions, especially without profiling, is a bad idea. And they're right.
  • At the same time, such concerns and advice seem to remain constant despite rapid advances in hardware.
  • ...5 more annotations...
  • The golden rule of programming has always been that clarity and correctness matter much more than the utmost speed. Very few people will argue with that. And yet do we really believe it? If we did, then 99% of all programs would be written in something like Python. Or Erlang.
  • That tempting, enticing, puzzle-solving activity called "optimization," it hasn't gone away either.
  • Only now the process is on a different level. It isn't machine level twiddling and cycle counting, but it isn't simply mathematical analysis of algorithms either.
  • The big difference is that the code changes I made are substantially safer than running a program and having it silently hang the system. All array accesses are bounds-checked. There's no way to accidentally overwrite a data structure. There's no way to create a memory leak.
  • Really, this is what those cycle-counting programmers from 1985 dreamed of.
  • Oeil-de-nuit -_-
     
    « I frequently see bare queries from programmers in discussion forums, especially from new programmers, who are worried about performance. These worries often stem from popular notions about what operations are "slow." Division. Square roots. Mispredicted branches. Cache unfriendly data structures. »
Oeil-de-nuit -_-

prog21: Tales of a Former Disassembly Addict - 1 views

  • In fact, generated code can be so ridiculous and verbose that I finally came up with an across-the-board solution which works for all compilers on all systems:


    I don't look at the disassembled output.
  • I still see people obsessed with picking a programming language that's at the top of the benchmarks, and they obsess over the timing results the way I used to obsess over disassembled listings. It's a dodge, a distraction...and it's irrelevant.
Oeil-de-nuit -_-

Design Patterns: 15 Years After the Revolution, by Danny Kalev @ InformIT [2009-10-30] - 1 views

  • by defining a description template that included among the rest:


    • Known uses.
    • Sample code (as opposed to a typical algorithm which were often described in plain English and perhaps a few sketchy lines of pseudo-code).
    • Collaboration (A description of how classes and objects used in the pattern interact with each other).
    • Consequences (results and side-effects).
    • Related patterns.
  • Would a 2009 catalog of the 23 classic design patterns look much different? According to the authors of Design Patterns: Elements of Reusable Code, the answer is no.
  • The authors would reclassify certain patterns and omit a few of the original patterns but the design and implementation would remain pretty much the same: "We have found that the object-oriented design principles and most of the patterns haven't changed since then" says Erich Gamma. You can't escape the feeling that patterns are frozen in time
  • ...2 more annotations...
  • In the meantime, in the C++ world the tide has turned towards a completely different paradigm known as generic programming (and to some extent, functional programming). Instead of plain classes and a complex inheritance chain, C++ these days uses templates, meta-programming and static type checking. The C++ Standard Library is the most prominent showpiece of the generic and functional programming idioms.
  • Over-engineering is another source of criticism. Programmers who become acquainted with patterns are often tempted to solve every problem using a pattern, even when a much simpler solution would probably be a better choice.
yuppi c

YUI 3 - Yahoo! User Interface Library - 4 views

  • yuppi c
     
    UI 3 is Yahoo!'s next-generation JavaScript and CSS library; it powers the new Yahoo! homepage and incorporates what we've learned in five years of dedicated library development. Today, the YUI 3 Core and a full utility set are ready for use. All YUI projects are BSD-licensed and are available for forking and contribution on GitHub.
yuppi c

Apple Human Interface Guidelines: Introduction to Apple Human Interface Guidelines - 2 views

  • yuppi c
     
    Conceptual and task-oriented information. Guides include overviews, tutorials, programming guides, server administration guides, and, for developer tools, user guides.
mongolito 404

Underscore.js - 3 views

  • mongolito 404
     
    Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
yuppi c

BrowserPlus™ - 3 views

  • yuppi c
     
    BrowserPlus™ is a technology for web browsers that allows developers to create rich web applications with desktop capabilities.
yuppi c

Sinatra - 2 views

  • yuppi c
     
    Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort:
Oeil-de-nuit -_-

PHPExcel - www.phpexcel.net - 2 views

  • Oeil-de-nuit -_-
     
    Project providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like Excel 2007, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
yuppi c

Box2DJS - Physics Engine for JavaScript - 3 views

  • yuppi c
     
    Box2DJS is a JavaScript port of Box2D Physics Engine.
yuppi c

CSS Documentation Shortcut - cssdocs.org/propertyName - 3 views

  • yuppi c
     
    useful to use as FF smart search
1 - 20 of 1563 Next › Last »
Showing 20 items per page
Join this group