Skip to content

davidsiaw/blueblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueblocks

Little library of c# tools Build Status

A C# .NET Library containing the following features:

  • Async processes and messaging (thread based producer-consumer queues)
  • Useful datatypes that were missing in C# 3.5
  • Useful two-way map data structures such as One to one and one to many maps
  • A Windows Forms control that displays a graph and allows one to drag the nodes around and connect them
  • FormattedReader and FormattedWriter to read and write arbitrary binary data files by describing their format using structs and classes
  • A TCP Server
  • A Websockets server
  • A plugin system that allows dynamic loading of DLLs through a separate AppDomain or through a separate process, and links it with the application via a predefined interface for the plugin
  • Tools to generate HTML tables
  • Enum.GetValues()
  • Simple way to add drag and drop to Windows Forms, and to set placeholder text on Text Fields
  • Hidden Markov Model and Naïve Bayes Classifier

About

Little library of c# tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages