AcDown动漫下载器

acdown.zip (146,5 MB)
AcDown动漫下载器是一个运行在Windows/Linux上的免费、开源、专业的下载器框架。它界面简洁,使用方便,通过插件体系支持下载包括Acfun、Bilibili、优酷、土豆、YouTube、爱漫画等多达百余个网站的视频和漫画资源。软件还提供了任务管理/视频合并/弹幕离线播放/挂机下载/自动更新等众多特色功能

Android XML parser for .NET

A library for parsing Android binary XML format. You could use it to parse AndroidManifest.xml inside the APK files.

ANLP - Another .NET Lexer Parser

anlp.zip (167 kB)
This project aims to have a lexer/parser working in Silverlight and help people to write their own grammar and make the lexer/parser available in Silverlight.

ANTLR C# grammar

antlrcsharp.zip (10,2 MB)
This project will generate a C# 4.0 parser using ANTLR v3.2. Then you can add your own logic to do what you want. It generates CSharp target and has a reasonably small amount of code for the preprocessor in the lexar.

Ass Loader

assloader.zip (12,3 MB)
Ass Loader is a library based on .NET to parse, modify and serialize Advanced Substation Alpha format (*.ass file).

Battle.net SDK

BattleNet.zip (1,2 MB)
This is a SDK that retrieves it's information from the Battle.Net community site. At the moment blizzard only supports this for World of Warcraft, so that's what our main aim is at the moment.

bb code parser .net

bb code parser for .net 2.0 highly customizable, configuration via xml, multiple profiles per configuration

big integer [a.k.a. bigint] expression calculator

bigint.zip (6,3 MB)
a big integer expression calculator

Cellz

Cellz.zip (2,1 MB)
Functional Silverlight Spreadsheet written in F# and bound to the DataGrid control.

Command Line Parser

Provides a easy and strong typed command line parser.

CodePlex Information and Discussion

CodePlex.zip (88,6 MB)
This area is used for providing information and discussions about the CodePlex website.

Command Line Parser Library

commandline.zip (42,0 MB)
The Command Line Parser Library offers to CLR applications an hassle free API constantly updated API since 2005. Unix-like, automatic help screen generation.

C# Command Line Argument Parser Library

This library handles the common task of reading arguments from a command line and filling in the values in an object. Argument specification is inferred from the type defintion of the provided argument object. The argument specification may be overriden with attributes. Will gerneate human readable error messages as well as human readable usage message. By default messages go to the console window, though the destination may be overridden. The library's primary goals are simplicity for the programmer and a consistent syntax for the user. Usage: class ApplicationArguments { public bool lines; public string filename; } ... ApplicationArguments parsedArguments = new ApplicationArguments(); if (CommandLine.Parser.ParseArgumentsWithUsage(parsedArguments)) // success else // parse error

ConsoleFx Command Line Processing Library

ConsoleFx.zip (1,7 MB)
ConsoleFx is a .NET library to build command-line applications with support for command-line argument parsing/handling, including error handling and validations

CRFSharp

crfsharp.zip (442,8 MB)
CRFSharp is Conditional Random Fields implemented by .NET(C#), a machine learning algorithm for learning from labeled sequences of examples.

C# Expression Evaluator

csharpeval.zip (3,3 MB)
A simple expression evaluator in C# using LINQ Expressions

CS-MIC - C# Math Input Control

csmic.zip (75 kB)
CS-MIC is a .NET library written in C# designed to give developers easy access to expression parsing.

C# Parser

csparser.zip (14,9 MB)
A handwritten CSharp parser.

DateTimeEnglishParser

A parser for relative dates (eventually times), such as "tomorrow", "yesterday", "three weeks ago" and "fourth monday in june". Created using TDD, feel free to suggest new tests! Makes use of and extends http://www.codeplex.com/DateTimeExtensions . The engine, being written from TDD, is heavily dependent on it's tests. If you modify any code, run the unit tests to make sure you haven't broken existing functionality. I'm using VSTS for the framework. The basic design ended up being a pre-processor, which changes the string to be parsed, and the parser, which actually recognizes dates. There is a recursive element in the parser as well.

DevLib

DevLib.zip (30,4 MB)
DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns.