Skip to main content

Home/ Groups/ Coders
Fabien Cadet

Doctrine - PHP Object Relational Mapper - 2 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
Joel Bennett

Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4 - POKE 53280,0: Pete Brown'... - 2 views

  •  
    Window.TaskbarItemInfo lets you create custom buttons on the Windows 7 thumbnail window ...
alex gross

Free Online Integrated Development Environment - Sites To Use - 2 views

  •  
    Code developers often have a nightmare when their development environment gets corrupted or some other snags stop them from creating and deploying their application. If such a thing happens at the eleventh hour of code delivery, hell breaks lose. At such testing times how badly as a programmer you would have wished for some alternative.
Joel Bennett

nhaml - A DSL for XML - 2 views

  •  
    "NHaml is an external DSL for XML. It's primary qualities are it's simplicity, terseness, performance and that it outputs nicely formatted XML. Additionally, the NHaml view engine provides support for Rails style layouts and partials and ships with an ASP.NET MVC view engine."
Joel Bennett

DotNetOpenAuth - OpenID, OAuth, and InfoCard for .NET - 2 views

  •  
    Compiled library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. It's that easy. An AJAX-style login control is also included for a slick, streamlined user experience.
Joel Bennett

Google-Voice-JAVA - Programmatically control Google Voice - 2 views

  •  
    "The goal of this project is to bring programmatic control of Google Voice to Java Developers. This includes Placing Calls, Sending SMS messages, and viewing Inbox, Voicemails etc. Developers are welcome to contribute to this Open Source project. "
alex gross

SharpKit C#/JavaScript Web Toolkit | Dot Net News - 2 views

  •  
    SharpKit enables web development teams to take advantage of C# and Visual Studio benefits such as compile-time syntax verification, code-completion, XML documentation and refactoring. Many developers prefer this managed code environment versus the expensive and error-prone world of JavaScript programming.
Joel Bennett

ADO.NET Data Services Team Blog : Breaking Down 'Data Silos' - The Open Data Protocol (... - 2 views

  •  
    "Driven by the goal to enable simple data sharing across disparate data sources, today, at PDC, we are announcing the Open Data Protocol (OData). " (November 2009)
Joel Bennett

Pivotal Tracker - Free Lightweight Agile Project Management & Team Collaboration, from ... - 2 views

  •  
    Tracker is a free, award winning, agile project management tool that enables real time collaboration around a shared, prioritized backlog.
Joel Bennett

ClientExamples - Cassandra Wiki - 2 views

  •  
    Cassandra is a distributed object-oriented database (no ORM needed) originally created by Facebook and used by lots of high-traffic websites. They use Thrift and have code samples here in Java, C#, Python, and PHP ... hot stuff.
Joel Bennett

Apache Thrift - 2 views

  •  
    Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
Matteo Spreafico

Apigee - 2 views

  • We think APIs are great, and we are here to make them easier to use. Developers need better testing and debugging tools, Product Managers need better analytics, and Admins need better protection for their APIs. Apigee is a free platform that provides lifecycle services for APIs.
Matteo Spreafico

stateless - A C# Hierarchical State Machine - 3 views

  • A C# Hierarchical State Machine
  • Create state machines and lightweight state machine-based workflows directly in .NET code
Fabien Cadet

The Ideal HPC Programming Language - ACM Queue - 2 views

  •  
    What if programming did not mean having to learn a language someone else devised and then wrestling with the limitations of that language, its compilers, and computers to implement your task? What if it meant, in a sense, the opposite? You could write your program in whatever way was most expressive for you, without regard for language rules imposed by someone else. Then it would be somebody else's job to define the programming language that would make sense of what you wrote, write the compilers to digest the program, and build the computers that would efficiently run the task you specified.
Fabien Cadet

Shtetl-Optimized » Blog Archive » Fighting Hype with Hype - 2 views

  • In the end, they conclude that NP-complete problems are just as hard on an adiabatic quantum computer as on a classical computer. And, since earlier work showed the equivalence between different variants of quantum computers, that pretty much shuts down the possibility of any quantum computer helping with NP-complete problems.
  •  
    [...] quantum computers don't help with NP-complete problems ?
anonymous

Librairie de récupération des statistiques Google Analytics en .NET - 2 views

  •  
    Doug Rathbone a développé une première version d'une API de récupération des statistiques Google Analytics.
    Utilisable en Webform et Winform.
Joel Bennett

The Performance of Arrays - Chris Burrows - 2 views

  • arrays of reference types are covariant in their element type, but not safely
  • where did that exception come from? It came from the runtime, which was in a unique position to know what the real type of the array object was, and the real type of the element. It needed to determine if the assignment was allowable and throw if not. Now if you think about this for a minute, you can see that it’s going to have to perform that check for every assignment to an array element
  • arrays are covariant only for reference types?
  • ...3 more annotations...
  • So if I want to have an array of reference types, but get the runtime to treat it like an array of value types, what have I got to do? Just wrap the reference type in a value type
  • So I got rid of that check, right? But I added the initialization of a value type. Did I win or lose? Let’s do some timing to figure it out.
  • when I build Debug binaries, the Reference<T> trick makes my example about three times SLOWER.
  •  
    Arrays are covariant only for reference types. If you use a struct wrapper to turn a reference type into a value type, the initialization of the value type takes less time than array assignment.
Leandro Ardissone

tipfy.org - 2 views

  •  
    tipfy is a small but powerful framework made specifically for Google App Engine
Joel Bennett

JSEnhancements - 2 views

  •  
    This extension provides outlining and matching braces highlighting features for Visual Studio JavaScript editor.
« First ‹ Previous 241 - 260 Next › Last »
Showing 20 items per page