Lists (16)
Sort Name ascending (A-Z)
Stars
- All languages
- Batchfile
- C
- C#
- C++
- CSS
- Clojure
- Common Lisp
- Elixir
- Elm
- Emacs Lisp
- Erlang
- F#
- Go
- HTML
- Haskell
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- Lua
- MDX
- Markdown
- Nunjucks
- OCaml
- Objective-C
- PHP
- PowerShell
- Python
- Racket
- ReScript
- Roff
- Ruby
- Rust
- Scala
- Scheme
- Shell
- Solidity
- Svelte
- Swift
- TLA
- TeX
- TypeScript
- Typst
- Vue
- Zig
A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
Integrate cutting-edge LLM technology quickly and easily into your apps
Fast persistent recoverable log and key-value store + cache, in C# and C++.
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. …
DotNetty project – a port of netty, event-driven asynchronous network application framework
A simple but effective mini-profiler for ASP.NET (and Core) websites
Creative and unusual things that can be done with the Windows API.
An open source fork of Windows Live Writer
Fast .NET JSON (De)Serializer, Built On Sigil
Microdot: An open source .NET microservices framework
收集GitHub上有关C#/.Net、.NetCore有趣、有用、热门的开源项目。
A toolkit to create code-first HTTP reverse proxies on ASP.NET Core
This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and ty…
GraphView is a DLL library that enables users to use SQL Server or Azure SQL Database to efficiently manage graphs.
Robust Distributed Programming Made Easy and Efficient
A Generic Low-Code Framework Built on a Config-Driven Tree Walker
This repo contains all c++ / haskell samples from Bartosz Milewski's book (Category Theory for Programmers) converted to csharp and fsharp
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
由于匿名性,比特币被广泛用于洗钱和违禁物品的交易。但是由于每一笔比特币交易历史记录,都保存在一个叫做“区块链(Blockchain)”的公共记录中,包括管理账户的信息以及交易的数量。所以比特币的匿名性只是“伪匿名”,比特币的交易仍然可以追溯到交易者本身。 但是由于区块链非常庞大(目前为80GB量级),对其进行实时查询、实时统计的过程,需要耗费较多的时间。我将区块链放置在微软开发的分布式内存图…