TheOnlyRealTodd
Malware analysis, reverse engineering, and C. I have a lot of old stuff up from back-end web and C# days.
San Diego, CA
Pinned Repositories
AESxWin
:closed_lock_with_key: Encrypt\Decrypt file(s) using a powerful encryption algorithm (AES 256-bit)
AspNetIdentity.WebApi
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
AspNetOwinWebAPI2FromScratch
In this project, I am setting up a Web API 2 from a blank project entirely from scratch... No MS scaffolding used. The files are clearly documenting with what everything does so that one can learn the system.
azure-sql-database-samples
Azure SQL Database Samples and Reference Implementation Repository
c-algorithms
A library of common data structures and algorithms written in C.
campfirecoders.github.io
clifton
The core classes in The Clifton Method of software implementation
HappyHourBeerList
A web application that allows the user to search for bars, breweries and/or beers near him or her and find out the happy hour deals by day
TheOnlyRealTodd's Repositories
TheOnlyRealTodd/HappyHourBeerList
A web application that allows the user to search for bars, breweries and/or beers near him or her and find out the happy hour deals by day
TheOnlyRealTodd/AspNetOwinWebAPI2FromScratch
In this project, I am setting up a Web API 2 from a blank project entirely from scratch... No MS scaffolding used. The files are clearly documenting with what everything does so that one can learn the system.
TheOnlyRealTodd/c-algorithms
A library of common data structures and algorithms written in C.
TheOnlyRealTodd/campfirecoders.github.io
TheOnlyRealTodd/clifton
The core classes in The Clifton Method of software implementation
TheOnlyRealTodd/Collections-C
A library of generic data structures.
TheOnlyRealTodd/community
Repository of modules and signatures contributed by the community
TheOnlyRealTodd/ConwaysGameOfLife
C# Implementation of Conways Game Of Life - Demonstrating 2D arrays and unit tests
TheOnlyRealTodd/CppGameEngine
This is a basic game engine using OpenGL coded in C++
TheOnlyRealTodd/EmailMessenger
Email Messenger demo app using SendGrid and Social Media logins, hooks up to Database via Entity Framework
TheOnlyRealTodd/FizzBuzzTDD
Test-Driven Development implementation of FizzBuzz in Console Application in C#
TheOnlyRealTodd/mvcforum
MVCForum is a fully featured responsive and themeable ASP.NET MVC 5 discussion board/forum and features similar to StackOverFlow
TheOnlyRealTodd/NodeTodoList
Todo list app made with Node.js, MongoDB, and EJs.
TheOnlyRealTodd/pefile
pefile is a Python module to read and work with PE (Portable Executable) files
TheOnlyRealTodd/PoliceScannerSimulator
This is a simple console application which mimicks actual police radio traffic. It uses real streets from a text file and creates an address, as well as random calls.
TheOnlyRealTodd/Project101
A side project for learning collaboratively using google maps api
TheOnlyRealTodd/ReactJS-AdminLTE
ReactJS version of the original AdminLTE dashboard - https://github.com/almasaeed2010/AdminLTE
TheOnlyRealTodd/RolesBasedWebAPI2Demo
This is a VERY BASIC demonstration/implementation of OAuth 2/Roles-based Authorization in ASP.NET Web API 2
TheOnlyRealTodd/Save-The-Humans
Student project implementation of Save the Humans game - my first computer game in C# made May 2016
TheOnlyRealTodd/SecondChanceBackEnd
This is the back-end for the Second Chance project as part of the Origin Code Academy's 24 hour Hackathon.
TheOnlyRealTodd/sharpaescrypt
A C# implementation of the AESCrypt file format
TheOnlyRealTodd/sql-server-samples
Official Microsoft GitHub Repository containing code samples for SQL Server
TheOnlyRealTodd/superking84.github.io
TheOnlyRealTodd/theonlyrealtodd.github.io
This is a "Virtual Business Card" for me.
TheOnlyRealTodd/ToddsUrlShortenerService
This is an ASP.NET Web API/MVC application which shortens a given url and redirects users who go to that url to the original url
TheOnlyRealTodd/TwitchCSharp
Twitch C# Wrapper for the Twitch v3 REST API
TheOnlyRealTodd/URLShortenerWithDesignPatternsandTests
This is my URL shortener API server app but with Repository, UnitOfWork, and Dependency Injection design patterns implemented.
TheOnlyRealTodd/VideoRentalStore
Vidly Video Rental Store - Student Project
TheOnlyRealTodd/WealthEconomy
Experimental ideas on improving how the economy works
TheOnlyRealTodd/webtemplate
My template for a web server.