Skip to content

catam0rphism/my-Humble-Repository-of-Useful-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HRUC
=======================================
my Humble Repository of Useful Code

---------------------------------------
*** Extensions class
  contains extension methods for IEnumerable collections and other classes
  
*** SpeedBitMap class
  provides methods for high-speed editing of image pixels (GetPixel and SetPixel methods significantly slower)

*** BSTree class
  represent binary search tree


HRUC.Math
=======================================
My implementation of some mathematical structures and concepts

---------------------------------------
*** Matrix class
  represent matrix and contains methods for working with them
 
*** ComplexPlane class
  represent complex plane and relate it to the image coordinates (used for fractals)


HRUC.Hooks
=======================================
Classes for working with windows hooks

---------------------------------------
*** MouseHook and KeyboardHook
  represent mouse and keyboard events, provides a link between managed code and winapi

About

My collection of some useful code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages