Pinned Repositories
Assembly_Libraries
A collection of Assembly Libraries I have written over time.
basic_RMI_test
Intro to RMI.
C_Asm_Flip_bits
This was an assignment to combine C and Assembly code. The program masks all but the last 8 or 16 bits and then flips those remaining bits.
Database_Client_Server
A Database program created for an Engineering class. Created by myself and a team of two others (John Simko and Shahood Mirza). The project was to create a Client Server system in which a Database (created by us) was to be accessed. The Client, Server, and Database were written in C++ while the GUI was written in C# and accessed the Client connection through a CLR/C++ Wrapper class. The project works in full. This upload is just a copy of the finished project (all Source Control had to be using SVN) and inolved over 100 commits.
deepdream
Fibonacci_GPU
A GPU Threaded solution to the Recursive Fibonacci Sequence.
Fibonacci_Threading
Threading example using the Fibonacci sequence.
Intro_To_SQL_Injection_And_XSS_Attacks_and_Prevention
Project for ENGI 3675 on how Injection and XSS attacks work, and how to protect against them.
IntroGeneticAlgorithm
Intro level genetic algorithm.
NandX
Repo for the DARPA CFT / Nand Xplore project. This project showcases the base inherent vulnerabilities in the NAND Flash architecture
branstanley's Repositories
branstanley/Database_Client_Server
A Database program created for an Engineering class. Created by myself and a team of two others (John Simko and Shahood Mirza). The project was to create a Client Server system in which a Database (created by us) was to be accessed. The Client, Server, and Database were written in C++ while the GUI was written in C# and accessed the Client connection through a CLR/C++ Wrapper class. The project works in full. This upload is just a copy of the finished project (all Source Control had to be using SVN) and inolved over 100 commits.
branstanley/Fibonacci_GPU
A GPU Threaded solution to the Recursive Fibonacci Sequence.
branstanley/Fibonacci_Threading
Threading example using the Fibonacci sequence.
branstanley/Intro_To_SQL_Injection_And_XSS_Attacks_and_Prevention
Project for ENGI 3675 on how Injection and XSS attacks work, and how to protect against them.
branstanley/IntroGeneticAlgorithm
Intro level genetic algorithm.
branstanley/Assembly_Libraries
A collection of Assembly Libraries I have written over time.
branstanley/basic_RMI_test
Intro to RMI.
branstanley/C_Asm_Flip_bits
This was an assignment to combine C and Assembly code. The program masks all but the last 8 or 16 bits and then flips those remaining bits.
branstanley/deepdream
branstanley/Dice_Madness
Making a dice rolling app
branstanley/FirstAndroid
Learning to make Android Apps
branstanley/Intro_To_ASP.NET
Project 1 for ENGI 3675. Our first project getting used to workin in a team of three. Project Manager was John Simko, Dev was Antoine Stavro, and I was QA.
branstanley/Intro_To_ASP.NET_CRUD_Design
ENGI 3675 Project 2. An intro to designed a CRUD. I was the Project Manager for this group project, but played a large part in the Dev process. the Dev was Iago Rios, and the QA was Brandon Crispino
branstanley/Intro_To_Indexed_Columns_In_PostgreSQL
Project 3 for ENGI 3675. Introduction to Indexed Columns. A data set of over 100,000 had to be inserted into a table, and then analysis had to occur for select times for a where statement between non-indexed and then indexed versions of a column.
branstanley/Intro_To_Man_In_The_Middle_and_Rainbow_Table_Attacks
The final project for ENGI 3675. We were seeing how Main in the Middle attacks and Rainbow tables worked as a group project. We're build a minor ASP.NET connection to a PostgreSQL database, main in the middle it a hashed password that hasn't been HTTPS secured, then perform a Rainbow Table look up to find out what the password is.
branstanley/Intro_to_Pointers
Example code written for a colleague explaining how pointers work.
branstanley/Intro_To_Visual_Basic
Just me learning Visual Basic. Commits will just be different things I learn, nothing special. I don't really advise looking at this program unless you want to see how far along I've gotten, and even then this will quickly become inaccurate.
branstanley/IntroToGPUComputing
branstanley/Java_MySQL_Intro
Simple intro to connecting to a MySQL database in Java.
branstanley/MathApp
An Android math app meant to teach the basics of Android Development to Grade 6-8 students.
branstanley/Mathematics
Just a repo for storing and practicing numerical methods for future computations.
branstanley/maze_mouse
A mouse runs through a maze for a class assignment. The two stacks are used because it was a weird class requirement...
branstanley/Perceptrons
An introduction to neural networks using perceptrons.
branstanley/PlayingWithSelenium
A minor ASP.NET website to play around with Selenium a bit.
branstanley/RandomCode
Random code examples I do. All in one eclipse project, but run as seperate files. Done for my convenience.
branstanley/RMI_Sockets
branstanley/rpi_bluetooth
A test program for my raspberry pi to be a bluetooth server
branstanley/Simple_Encryption
This is a simple matrix math based encryption/decryption program.
branstanley/TableTop
TableTop
branstanley/xamarin_bluetooth