Tags : Browse Projects

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

Borg Server (c# MMORPG server framework)

Compare

  Analyzed 1 day ago

The Borg project is a framework for building MMORPG systems entirely written in c# . Borg provides the infrastructure and development framework with features like account authentication & management, message delivery, client and shared libraries...

34.6K lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

Batch Replacer

Compare

  Analyzed about 2 hours ago

This tool replaces defined occurences in text files. It does that by applying search/replace rules to multiple documents.

1.89K lines of code

0 current contributors

about 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

FacebookSharp

Compare

  Analyzed 1 day ago

Facebook Graph API for .Net This library is a port from the original Facebook Android SDK written in Java with more features added.

86.5K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

linqtoexcel

Compare

  Analyzed about 23 hours ago

Linq to ExcelUse LINQ to retrieve data from Excel spreadsheets! View the introduction videoBasic Examplevar repo = new ExcelQueryFactory(); repo.FileName = "pathToExcelFile"; var peopleWithSiblings = from p in repo.Worksheet() where p.Siblings > 0 ... [More] select p;Linq to Excel assumes the property names on the Person class match the column names in the worksheet named "Sheet1". What if your class property names don't match the column names or the spreadsheet you're using is not named Sheet1? Then see the CustomizingLinqToExcel page. Go to the GettingStarted page for a tutorial on implementing Linq to Excel in your project. Need help? Send questions to the Discussion Group [Less]

5.69K lines of code

4 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

HoboVM

Compare

  No analysis available

HoboVM is a stack-based virtual machine written entirely in C#. The goal of the project is to create a scripting language and interpreter for programs written for the .NET, .NET Compact, or Mono frameworks. Currently it is capable of executing a custom assembly language stored on a virtual ROM ... [More] , performing calculations and logic on a floating point stack, and swapping floats in and out of virtual RAM. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

B2XCore

Compare

  Analyzed 8 months ago

A smart framework and extensions to create powerfull applications using .NET 2.0 or later (3.0, 3.5, 4.0 etc.) and C#. MS SQL 2000, 2005 and 2008 and soon MySql 5+ can be used as database but it's not required for small apps.

1.14M lines of code

0 current contributors

about 7 years since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This

Koomato

Compare

  Analyzed 3 months ago

This MS Outlook add-in helps applying the Pomodoro time management technique for a single user : define standard Pomodoro length, break length, and you will get alerts when to start and stop Pomodoros.

16.1K lines of code

0 current contributors

about 12 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

DillPickle

Compare

  Analyzed 1 day ago

DillPickle is a slim Gherkin-compliant BDD story runner for .NET.

6.12K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

re-linq

Compare

  Analyzed about 21 hours ago

With re-linq, it's now easier than ever to create full-featured LINQ providers. Yes, you've heard that before. But re-linq is the real thing: it is used by Entity Framework 7 and NHibernate.

128K lines of code

0 current contributors

21 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

ConsoleFX

Compare

  Analyzed about 17 hours ago

ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both declarative (using attributes) and ... [More] imperative programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments. ConsoleFx also provides utility classes for console output capturing and extensions to the Console class. We plan to add other utility classes in the future, making it the all-in-one solution for creating your command-line applications. [Less]

11.5K lines of code

4 current contributors

about 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This