Mark P Thomas (@MarkPThomas)
  • Stars
    star
    231
  • Global Rank 109,547 (Top 4 %)
  • Followers 88
  • Following 10
  • Registered over 10 years ago
  • Most used languages
    C#
    46.7 %
    Visual Basic
    20.0 %
    JavaScript
    13.3 %
    Ruby
    6.7 %
    C++
    6.7 %
    PHP
    6.7 %
  • Location 🇺🇸 United States
  • Country Total Rank 30,814
  • Country Ranking
    Visual Basic
    271
    C#
    875

Top 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

MPT.Math-.netCore

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

HeadFirst-HTML5

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

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
12

HeadFirst-PHP-and-MySQL

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

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
14

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
15

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