• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A library for mathematical operations, written in C# for .Net Core.

More Repositories

1

HeadFirst-OOAD

"Head First: Object-Oriented Analysis & Design" book projects. Java is reworked in C#.
C#
199
star
2

HeadFirst-CSharp

"Head First: C Sharp" book projects.
C#
9
star
3

HeadFirst-DesignPatterns

"Head First: Design Patterns" book project. Java is reworked in C#.
C#
5
star
4

Jumping-Into-CPlusPlus

"Jumping into C++" book exercises.
C++
2
star
5

HeadFirst-JavaScript

"Head First: JavaScript Programming" book projects.
JavaScript
2
star
6

HeadFirst-CSharp-In-VB

"Head First: C Sharp" book examples reworked in Visual Basic.
Visual Basic
2
star
7

Professional-Test-Driven-Development-With-C-Sharp

"Professional Test-Driven Development with C#" book projects, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code.
C#
2
star
8

Web-Crawler

Web crawlers to use for my website. These scrape data, sync updated/new data, and make automated submissions of images and trip reports to web sites.
Ruby
1
star
9

HeadFirst-HTML5

"Head First HTML5 Programming" book examples from CH. 5 on (first 4 chapters redundant with "Head First JavaScript").
JavaScript
1
star
10

Polymorphism

This project was created to better understand the implementation of polymorphism in Visual Basic, including upcasting classes and then later retrieving or modifying their properties later on through downcasting.
Visual Basic
1
star
11

HeadFirst-PHP-and-MySQL

"Head First: PHP & MySQL" worked book tutorials.
PHP
1
star
12

The-Art-Of-Unit-Testing

"The Art of Unit Testing with Examples C#" book examples, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code.
C#
1
star
13

Refactoring-Improving-Design-of-Existing-Code

"Refactoring: Improving the Design of Existing Code" book projects, with personal touches for implementation with other testing features of VS 2015 Enterprise Edition and various reading notes integrated with code. Java is rewritten in C#, using NUnit in place of jUnit.
C#
1
star
14

EventTransmission

Contains basic classes and a demonstration of hooking property changing and property changed events to properties of objects within objects. Classes also demonstrate matching property names to the event hooked, as well as determining the property name through reflection to avoid hard-coding names for the INotifyPropertyChanged and INotifyPropertyChanging events.
Visual Basic
1
star