Skip to main content

Home/ Groups/ Coders
DJ XC

Pro Git - Table of Contents - 6 views

  •  
    This book is under CC-ByNcSa and is being translated into German, Chinese, Japanese, Russian...
  •  
    Complete book on Git
Joel Bennett

The Watchmaker Framework for Evolutionary Computation (evolutionary/genetic algorithms ... - 6 views

  •  
    "The Watchmaker Framework is an extensible, high-performance, object-oriented framework for implementing platform-independent evolutionary/genetic algorithms in Java. "
Joel Bennett

Multibooting with Windows 7 - 2 views

  •  
    Goot walkthrough, with links to the best two visual multiboot configuration tools
Matteo Spreafico

Processing.js - 2 views

  • Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.
Joel Bennett

SSH (SSH1, SSH2), WebDAV, FTP, SFTP free GUI Client for Windows - 6 views

  •  
    An awesome GUI for PuTTY ...
objectivist ursilly

Kodu - Microsoft Research - 6 views

  •  
    Kodu is a new visual programming language made specifically for creating games. It is designed to be accessible for children and enjoyable for anyone. The programming environment runs on the Xbox, allowing rapid design iteration using only a game controller for input.
Joel Bennett

Web Camps Training Kit for JQuery - 6 views

  •  
    Presentations and Demos for jQuery
Joel Bennett

7 Freely available E-Books/Guides for .NET Programmers and Architects - 6 views

  • The Foundation Of Programming Series Free e-book By Karl Seguin
  • Rob Miles C# Yellow Book 2010
Fabien Cadet

Deployment pipeline anti-patterns | Continuous Delivery - 6 views

  •  
    "So when he found a bug and it was fixed by a developer, he had to wait ages before he could deploy the build with the fix into his testing environment to check it. This problem results from a combination of two anti-patterns that are common when creating a deployment pipeline: * insufficient parallelization, * and over-constraining your pipeline workflow.
objectivist ursilly

22 SQL for Modeling - 6 views

  •  
    Oracle Dimension SQL Modeling
Joel Bennett

Taco Bell Programming - 6 views

  • Taco Bell Programming is about developers knowing enough about Ops (and Unix in general) so that they don't overthink things, and arrive at simple, scalable solutions.
    • Joel Bennett
       
      There's something to be said for reusing the great (functional) tools and components that are already in your tool set. Simple and functional is a great combination, and the less code *you* have to write (for a given solution) the less code you'll have to maintain.
Zulkarnain K.

JSONx - 6 views

  •  
    JSONx is an IBM® standard format to represent JSON as XML. JSONx conversion rules specify how a DataPower® service converts a JSON structure to JSONx (XML).
Fabien Cadet

WebKit Remote Debugging | Surfin' Safari - Blog Archive, 2011-05-09 - 6 views

  •  
    "As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user."
Joel Bennett

Module initializers in C# - 6 views

  •  
    One feature of the CLR that is not available in C# or VB.NET are module initializers (or module constructors). A module initializer is simply a global function which is named .cctor and marked with the attributes SpecialName and RTSpecialName. It is run when a module (each .NET assembly is comprised of one or more modules, typically just one) is loaded for the first time, and is guaranteed to run before any other code in the module runs, before any type initializers, static constructors or any other initialization code.
« First ‹ Previous 81 - 100 Next › Last »
Showing 20 items per page