Skip to main content

Home/ Coders/ Group items tagged development Expression

Rss Feed Group items tagged

Joel Bennett

Tweetsharp - 0 views

  •  
    TweetSharp is a complete .NET library for microblogging platforms that allows you to write short and sweet expressions that convert automatically to web queries and fly to Twitter on your behalf.
Joel Bennett

Code Contracts - MSDN DevLabs - 0 views

  •  
    Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of pre-conditions, post-conditions, and object invariants. Contracts act as checked documentation of your external and internal APIs.
Christina Mulligan

Avail: an 'articulate' programming language - 0 views

  •  
    A group of developers has released the first public, open-source version of Avail, a multi-purpose paradigmatic programming language designed to articulate and solve complex programming problems. Avail 1.0.0 is a statically typed programming language whose syntax and features lend themselves to solving software engineering problems with their natural expressions.
Shahriar Kabir

Swift - A Modern Programming Language - 0 views

  •  
    Swift is an innovative new programming language for iOS and OS X. Coding with swift is really interactive and fun. The syntax is short yet expressive. The apps built with swift runs lightning fast.
Joel Bennett

Coding4Fun Developer Kit - 0 views

  •  
    Lots of useful controls here for .Net devs
Justin Newton

Downloads - 0 views

  •  
    Tools IDE Editors VisualBasic
  •  
    A bunch of Microsoft tools to develop programs and web pages
Matteo Spreafico

LINQPad - 1 views

  •   LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!
  • it's a highly ergonomic code snippet IDE that instantly executes any C#/VB expression, statement block or program – the ultimate in dynamic development.
  • Best of all, LINQPad standard edition is free and can run without installation (or with a low-impact setup)
htmlslicemate.com

30 Cool Designs of Face Logo for your Inspiration - 0 views

  •  
    A human face can be a nice inspiration for logo design since it is thought to be among the most noticeable and viewed features that any of us stumble upon in our everyday life. We interact with lots of persons every single day. We come across some of their emotional behavior such as annoyance, joy as well as sadness. All of these emotional expressions can certainly be employed as an image in designing a logo. If you want to develop a brand that illustrate reliability and emotional aspect of business then face logo designs are definitely the ideal choice.
Joel Bennett

GENNIT Code Generation - 0 views

  • Access to tested generators, a designer for building your project, FXCOP'd source files, XHTML, NUnit Testing Code, VS.NET 2005/Express solution files and SQL scripts.
  •  
    An early beta of a code-generation webservice which lets you create UML-like diagrams and generate code (with tests and everything).
Joel Bennett

Nregex v/0.1 - 0 views

  •  
    A slick web-based tool for testing and perfecting .net regular expressions
Joel Bennett

SketchPath - 0 views

  •  
    A really good looking xpath debugger and editor, with tons of help: auto-complete, generator, expression libraries, etc.
Joel Bennett

The Regulator - Get Serious About Regular Expressions - 0 views

  •  
    Roy Osherove's The Regulator is a free Regular Expresssions testing and learning tool...
David Corking

JavaScript as a Functional Language | Ajaxonomy | 2009 - 0 views

  • there is a little bit of hand-waving involved in calling JavaScript a functional language. JavaScript is not a side-effect free language, nor is it an expression-based language (i.e., it is not value-oriented, but rather variable-oriented). There is no tail call optimization in any of the current implementations, so recursion must be kept shallow. And the list goes on. Truth be told, JavaScript is really one of the first hybrid imperative-functional languages.
  • Higher-order functions allow us to do functional composition,
  • Since JavaScript does not have "overloaded" functions, this type of functionality is usually simulated using manipulation of the function's arguments. Currying comes in handy because it allows you to do this manipulation in a much cleaner and more modular way.
  • ...1 more annotation...
  • Closures have quite a few applications in real-world JavaScript: event binding, callbacks, sorting, mapping (in the classical Lisp sense), and many others. In more modern JavaScript programming, you can find them almost everywhere.
  •  
    This is a short tutorial approach to an old but little-noticed saw.
‹ Previous 21 - 40 of 42 Next ›
Showing 20 items per page