Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Irony — .NET Language Implementation Kit

Compare

  Analyzed about 20 hours ago

Irony is a development kit for implementing languages on .NET platform. Unlike most existing yacc/lex-style solutions Irony does not employ any scanner or parser code generation from grammar specifications written in a specialized meta-language. In Irony the target language grammar is coded directly ... [More] in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process. See the expression grammar sample for an example of grammar definition in c# class, and using it in a working parser. [Less]

25.9K lines of code

4 current contributors

about 1 month since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

.NET Core Runtime

Compare

Claimed by .NET Foundation Analyzed about 9 hours ago

This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

11.6M lines of code

229 current contributors

about 16 hours since last commit

4 users on Open Hub

Very High Activity
0.0
 
I Use This

Lokad.CQRS

Compare

  No analysis available

Lokad CQRS helps to build scalable cloud applications for Windows Azure. It provides time-proven guidance and .NET Application Blocks to help architects and developers deliver solutions ranging from high-traffic web sites to feature-rich enterprise solutions.

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

FsCheck

Compare

  Analyzed about 3 hours ago

FsCheck is a tool for testing .NET programs automatically. The programmer provides a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. While ... [More] writing the properties, you are actually writing a testable specification of your program. Specifications are expressed in F#, using combinators defined in the FsCheck library. FsCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. When a property fails, FsCheck automatically displays a minimal counter example. FsCheck started as a port of Haskell's QuickCheck, and draws from ideas in Scala's scalacheck as well. [Less]

12.1K lines of code

9 current contributors

7 days since last commit

4 users on Open Hub

Moderate Activity
0.0
 
I Use This

MahApps.Metro

Compare

  Analyzed about 16 hours ago

Toolkit for creating Metro styled WPF apps

72.1K lines of code

0 current contributors

8 days since last commit

3 users on Open Hub

Low Activity
5.0
 
I Use This

IronRuby

Compare

  Analyzed 1 day ago

IronRuby is an Open Source implementation of the Ruby programming language. It is built using the Dynamic Language Runtime, which makes it easier to build high-quality dynamic language implementations on top of Microsoft's .NET Framework.

2.79M lines of code

0 current contributors

over 7 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

htty

Compare

  Analyzed 1 day ago

htty is the HTTP TTY, a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP. Install by typing: gem install htty

18.4K lines of code

1 current contributors

almost 5 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

lidgren-network

Compare

  Analyzed about 3 hours ago

Lidgren.Network is a networking library for .net framework which uses a single udp socket to delivers a simple API for connecting a client to a server, reading and sending messages. The following delivery methods is implemented: Unreliable unordered. Messages may or may not arrive and the order ... [More] is undetermined. Reliable unordered. Messages will arrive (sooner or later), but the order is undetermined. Unreliable ordered. Messages may or may not arrive and the order is fixed, ie. old messages will not arrive after new messages. Reliable ordered. Message will arrive (sooner or later) in the same order they were sent. All delivery methods rejects duplicate messages and UnreliableOrdered and ReliableOrdered can be sent in different channels. Other features includes: Message coalescing/c [Less]

20.7K lines of code

6 current contributors

over 3 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

NBuilder

Compare

  Analyzed about 6 hours ago

Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.

151K lines of code

0 current contributors

about 8 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This
Tags net testing

OpenWrap

Compare

  Analyzed about 4 hours ago

OpenWrap is a package management system for .net.

274K lines of code

0 current contributors

almost 12 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses