Skip to main content

Home/ Groups/ Coders
Fabien Cadet

Tutorial: OpenSSL Command | SYS-CON.com, by David dodd on 2011-08-18 - 2 views

  •  
    Covers: Encoding, encryption, checksums, passwords & pass phrases.
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
Fabien Cadet

Building Real Software: Lessons in Software Reliability, 2009-08-30 by Jim Bird - 11 views

  •  
    « It's unfortunate that few developers are familiar with The MITRE Corporation's Common Weakness Enumeration list of common software problems. [...] »
Fabien Cadet

We have an international standard: C++0x is unanimously approved « Sutter's M... - 4 views

  •  
    « The next revision of C++ that we've been calling "C++0x" is now an International Standard! [...] will be published well within the year, and then we'll be able to call it "C++11." »
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.
Fabien Cadet

Google Announces Plans To Bake Android-Like Web Intents Into Chrome | TechCrunch, 2011-... - 2 views

  •  
    « So what exactly are Web Intents? The name and the purpose are both similar to the Intents system that's present in Google's Android platform. In short, Intents allow two separate applications to communicate with each other, without either of them having to actually know what the other one is. Instead, they offer and listen for generic hooks. »
Fabien Cadet

Twitter to open source Hadoop-like tool - Cloud Computing News, 2011-08-04 by Stacey Hi... - 2 views

  •  
    « Attention webscale aficionados, Twitter says it is planning to open source Storm, its Hadoop-like real-time data processing tool. In a blog post Thursday, the microblogging network said it plans to release the Storm code on Sept. 19 at the Strange Loop event in St. Louis, Mo. »
Fabien Cadet

dompdf - The PHP 5 HTML to PDF Converter - 4 views

  •  
Fabien Cadet

Hadoop! : Apache distributed computing ecosystem - 4 views

  •  
    « The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
Fabien Cadet

Solr : Open source search platform from Apacle Lucene - 2 views

  •  
    « Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing distributed search and index replication, [...] »
Fabien Cadet

The truth about REST, 2011-04-11 by Ian Elliot @ i-programmer.info - 7 views

  •  
    "[...] If you are a programmer in a hurry and just catch part of the conversation you might well decided that REST is trivial and fairly obvious - just use URLs to code remote procedure calls. This is 80% of REST but the remaining 20% is important and it is all a matter of how you organise the remote procedure calls. [...] If you take the "URLs are remote procedure calls" approach to web apps then you are free to invent as many commands or verbs as you like."
Zulkarnain K.

Online javascript beautifier - 4 views

  •  
    Beautify, unpack or deobfuscate javascript.
Joel Bennett

Flatlander: Scala for C# programmers, part 1: mixins and traits - 2 views

  •  
    Part one of 6 (and a half) introducing Scala for the C# developer
  •  
    Miguel de Icaza's working on the Visual Studio integration for Scala.Net to be released this fall along with full access to CLR types from Scala
« First ‹ Previous 401 - 420 of 2064 Next › Last »
Showing 20 items per page