Pinned Repositories
.NET-Core-with-Materialize-css
this is a starter template that strips the default bootstrap out and puts in the materialize framework. You can now start your .NET Core projects with materialize ready to go!
9_For_9_Lightbox
9_for_9_Powerlifting_Lightbox
powerlifting lightbox
Algorithm_Comparison
This program will test multiple different algorithms. The algorithms being tested are Bubble Sort, Insertion Sort, Selection Sort, Quicksort and Merge Sort.
Basic-Go-WebApp
This project is a basic go web app made from following this tutorial. https://golang.org/doc/articles/wiki/#tmp_13
Basic-WebSite-Boiler-Plate
This is just a basic template so you can get coding a website quickly. Gives you materialize css, jquery, and links sites css and js
cesium
FuzzyLogicSelfDrivingTruck
Using fuzzy logic to self drive a truck on a randomly generated road
neural_net_from_scratch
This neural net uses only python and numpy
hinsonan's Repositories
hinsonan/neural_net_from_scratch
This neural net uses only python and numpy
hinsonan/.NET-Core-with-Materialize-css
this is a starter template that strips the default bootstrap out and puts in the materialize framework. You can now start your .NET Core projects with materialize ready to go!
hinsonan/9_For_9_Lightbox
hinsonan/9_for_9_Powerlifting_Lightbox
powerlifting lightbox
hinsonan/Algorithm_Comparison
This program will test multiple different algorithms. The algorithms being tested are Bubble Sort, Insertion Sort, Selection Sort, Quicksort and Merge Sort.
hinsonan/Basic-Go-WebApp
This project is a basic go web app made from following this tutorial. https://golang.org/doc/articles/wiki/#tmp_13
hinsonan/Basic-WebSite-Boiler-Plate
This is just a basic template so you can get coding a website quickly. Gives you materialize css, jquery, and links sites css and js
hinsonan/cesium
hinsonan/CheckingAccount
Example of how to do basic Unit Tests with checking accounts
hinsonan/FuzzyLogicSelfDrivingTruck
Using fuzzy logic to self drive a truck on a randomly generated road
hinsonan/deep_learning_facial_recognition
Final Project for gatechs cs7643 deep learning class. Facial detection and emotional classification.
hinsonan/dvc_viewer
Creates a GUI to view DVC registered datasets.
hinsonan/ExerciseSelection
Gives exercise selections based on user input using Golang
hinsonan/fhu_demo
Demo for the AI/ML presentation
hinsonan/Go_Excercises
These are some of the problems done from the tour of go
hinsonan/Kotlin_Demo
Used this code to present to a class the basics of Kotlin and how it is useful.
hinsonan/Learning
This repo will contain various things that i have learned and want to keep track of
hinsonan/machine_learning_cs7641
This repo will be used to house all the assignments for cs7641 Machine Learning
hinsonan/NumberFun
Grabs a number from the user and displays properties of that number
hinsonan/Read_and_Write_Class_to_Binary
Simple example that I hope helps some people on how to read and write a class and POD(plain old datat) in c++
hinsonan/RestaurantViewer
Simple Xcode project showing how to use table views.
hinsonan/Scala_Lab1
This is a lab to demonstrate how to write certain programs using Scala
hinsonan/Scheme_Lab
Solves many small problems to get a grasp of Scheme
hinsonan/Scheme_Lab2
hinsonan/SecretNumberGame
This game will take user input to guess a certain number within a certain number of tries
hinsonan/SecretWord
Simple ASP.NET Core app that has users enter a word onto a bulletin board and the most recent word is shown
hinsonan/SmartClock
This clock displays different modes for Freed-Hardeman University. It shows the weather for the city of Henderson where the university is located.
hinsonan/STL_Iterators_and_Containers
Using the Standard Template Library (C++) implement a partition using vectors and the STL
hinsonan/ThinkPython
Goes through the book ThinkPython
hinsonan/Trabb-Pardo-Knuth-Algorithm-TPK-
tpk algorithm using Go