Pinned Repositories
anyfoolcanbuyadotorg
Many teachers say that .org sites are more trust-worthy than .com or .net. That isn't true because anyone can buy a .org. This site was created to prove that and to inform its readers about how to find a reliable source.
collatz-conjecture
Creates a file for each sequence calculated in the Collatz Conjecture
cpp_utilities
A bunch of utilities created for C++
CS-Fibonacci
Calculates the digits of the Fibonacci Sequence. Outputs up to nth digit. Can print the series or just a single number.
CS-Vigenere-Library
A library to add the Vigenère encryption to a C# .NET Framework program.
CSharp-Vigenere-WinForm
A GUI that uses the Vigenère library for the implementation of the cipher. More robust than the VB counterpart.
drawing-js
A small site I created to draw with Paper.js. You can save and download your drawings, use different pen shapes, colors, and sizes.
file-size-count
Very simple python script that runs through a directory finding all unique file types, adding up their amount and file sizes
img-to-ascii
Reads in image files (.png, .jpg, .jpeg etc.) and creates a .txt file containing ascii art version of the image
itcs5231_project
TrustyTraitor's Repositories
TrustyTraitor/webgl_lighting
Basic Phong shading applied to the UTAH teapot.
TrustyTraitor/stealth-game
TrustyTraitor/trustytraitor.github.io
My new portfolio site built with React and Bootstrap.
TrustyTraitor/TrustyTraitor
TrustyTraitor/itcs5231_project
TrustyTraitor/cpp_utilities
A bunch of utilities created for C++
TrustyTraitor/ProjectEuler
My solutions to project Euler questions written in Java.
TrustyTraitor/collatz-conjecture
Creates a file for each sequence calculated in the Collatz Conjecture
TrustyTraitor/img-to-ascii
Reads in image files (.png, .jpg, .jpeg etc.) and creates a .txt file containing ascii art version of the image
TrustyTraitor/anyfoolcanbuyadotorg
Many teachers say that .org sites are more trust-worthy than .com or .net. That isn't true because anyone can buy a .org. This site was created to prove that and to inform its readers about how to find a reliable source.
TrustyTraitor/file-size-count
Very simple python script that runs through a directory finding all unique file types, adding up their amount and file sizes
TrustyTraitor/random-projects
These are all the random projects I've made over the years. most of this will be small programs testing specific features or class projects.
TrustyTraitor/Nether-Additions
Nether additions adds some new tools and armors to the nether as well as a netherrack furnace. The ultimate goal is to add everything you need to survive and thrive in the nether. It is part of Vanilla Additions.
TrustyTraitor/portfoliosite
Previous version of my portfolio site using angular.
TrustyTraitor/VanillaAdditions
A Minecraft mod written in Java using Fabric Mod loader. Adds new items and blocks to the game that keep the vanilla feel.
TrustyTraitor/Modular-File-Encryption
A file encryption application that supports easy drop in of new encryption methods by creating addons using the available interface.
TrustyTraitor/CS-Vigenere-Library
A library to add the Vigenère encryption to a C# .NET Framework program.
TrustyTraitor/to-do-list
A simple To-do list written with vanilla javascript.
TrustyTraitor/drawing-js
A small site I created to draw with Paper.js. You can save and download your drawings, use different pen shapes, colors, and sizes.
TrustyTraitor/CSharp-Vigenere-WinForm
A GUI that uses the Vigenère library for the implementation of the cipher. More robust than the VB counterpart.
TrustyTraitor/CS-Fibonacci
Calculates the digits of the Fibonacci Sequence. Outputs up to nth digit. Can print the series or just a single number.
TrustyTraitor/VB-Encryption
Visual Basic simple text encryption with options of switch/rotate cipher or Vigenère cipher.