【开源】80键分体键盘
一个基于XML词法分析实现的微型的解释器, 仅 233 行代码
手工实现的一个base64编码算法,性能优于dotnet自带函数, 仅 45 行代码
一个四则运算函数,支持运算符优先级, 仅 22 行代码, 实现了: 加法(+), 减法(-), 乘法(*), 除法(/), 取余(%), an arithmetic-operation function,support PRI., only 22 lines of code, Implement features: addition (+), subduction (-), multiplication(*), division (/), remainder (%)
# an-tiny-JSON-parser-and-serializers ## An tiny JSON parser & serializers, only 154 lines of code ### Example ``` csharp var json = Json.ToJson(new { Name = "james", Age = 35, Married = true }); var jobj = (Dictionary<string, object>)Json.FromJson(json); foreach (var key in jobj.Keys) { Console.WriteLine("\t{0}:{1}", key, jobj[key]); } ```
an brainfuck interpreter and IDE,support step by step debug
Contributions last year: 0
Max continuous contributions: 0
Recent contributions: 0
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.