Skip to main content

Home/ Coders/ Group items tagged OpenSource

Rss Feed Group items tagged

Joel Bennett

Simple.Data - Mark Rendle - GitHub - 4 views

  •  
    A light-weight, dynamic data access component for C# 4.0
Wicked Tunez

Iron Foundry - 0 views

  •  
    An open platform as a service project for the .NET framework
Wicked Tunez

Wijmo Open - Wijmo - 0 views

  •  
    Wijmo Open is a kit of widgets built on jQueryUI and released to the community. Wijmo Open is open source and is free to use under either the MIT or GPL licenses.
Joel Bennett

Fastest JSON Serializer for .NET - ServiceStack.net - 4 views

  •  
    ServiceStack JsonSerializer is based on JSV (the fastest text serializer for .NET), and is over 3.6x times faster than the BCL JsonDataContractSerializer and is around 3x faster than NewtonSoft JSON.NET (the previous fastest JSON serializer benchmarked).
Joel Bennett

Beautiful web type - the best typefaces from the Google web fonts directory - 11 views

  •  
    "A showcase of the best typefaces from the Google web fonts directory."
Joel Bennett

LinFu - GitHub - 2 views

  •  
    Philip Laureano's LinFu is a framework for adding mixins, inversion of control, dynamic proxies, duck typing, delegates, etc. to any .Net language.
Joel Bennett

Base Class Libraries - 2 views

  • This is a site for the BCL Team to get features to customers to try out without requiring a Beta or CTP of the .NET Framework. Our goal is to put generally useful functionality here, and to get feedback on it and have the chance to iterate on the design. Having a feature here does not mean that it will eventually end up in the BCL. Some items are samples that build on top of existing classes, and some features might be ones we were considering for the .NET Framework but decide not to include for one reason or another.
  •  
    This is basically the BCL Futures project
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
Joel Bennett

F# PowerPack - 3 views

  •  
    The F# PowerPack is a collection of libraries and tools for F#, provided by the F# team at Microsoft, but which is not part of the core F# release. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries.
findbestopensource

Open Source Defect OR Bug tracking system. - 0 views

  •  
    Open Source Defect tracking system in Java and Perl.
findbestopensource

List of Most popular open source Integrated Development Environment - 0 views

  •  
    List of Most popular open source Integrated Development Environment for Java, Python, Perl
Joel Bennett

FAQ: How do I start a program as the desktop user from an elevated app? - Aaron Margosi... - 0 views

  •  
    RunAsDesktopUser C++ project
omouse

How to: Mount a SFTP Folder (SSH + FTP) on Ubuntu Linux using SSHFS & Fuse « ... - 0 views

  • Purpose: to mount a remote directory on my local Ubuntu Linux Desktop system using SFTP (which is SSH in an FTP-like fashion). The goal is to easily gain access to a remote system’s files through another folder on my desktop. Debina/Ubuntu allows you to easily mount SSH folders via the GUI, however, these mounts won’t show up in the terminal (and in some programs). I used sshfs to accomplish this.
DJ XC

Open Computer Vision - 0 views

  •  
    blog covering opencv computer vision sistems
minilibra

Asynchronous Google Analytics for WordPress - 0 views

  •  
    The Asynchronous Google Analytics for WordPress plugin is Google Analytics plugin that support new asynchronous tracking method.
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
‹ Previous 21 - 40 of 188 Next › Last »
Showing 20 items per page