Pinned Repositories
AutoCDChangerWithRandomDiscMode
Help to learn nested arrays
Binary-Multiplication
Intel Assembly Program that will showcase Binary Multiplication
BinaryDivison
Short Binary Division Program Intel Assembly
Bioinfomatics-mRNA_translator_aminoacid
translates an mRNA transcript into a sequence of amino acids
BlackJack
Simple BlackJack Game
CPUID
This practice program will use CPUID to print processor capabilities as well as check to see if you are inside an instance of a virtual machine
JonathanLeeProject2021
Java CSCI12 Peer Tutoring Project
Log-Equity-Evaluation-LEE-System
dynamic database
RSS-News-Feed-Search
This is an RSS news feed search program
VictorCipher
Victor Cipher / De-Cipher Program
JonathanDLee24's Repositories
JonathanDLee24/AutoCDChangerWithRandomDiscMode
Help to learn nested arrays
JonathanDLee24/Bioinfomatics-mRNA_translator_aminoacid
translates an mRNA transcript into a sequence of amino acids
JonathanDLee24/BlackJack
Simple BlackJack Game
JonathanDLee24/CPUID
This practice program will use CPUID to print processor capabilities as well as check to see if you are inside an instance of a virtual machine
JonathanDLee24/JonathanLeeProject2021
Java CSCI12 Peer Tutoring Project
JonathanDLee24/Log-Equity-Evaluation-LEE-System
dynamic database
JonathanDLee24/RSS-News-Feed-Search
This is an RSS news feed search program
JonathanDLee24/VictorCipher
Victor Cipher / De-Cipher Program
JonathanDLee24/Binary-Multiplication
Intel Assembly Program that will showcase Binary Multiplication
JonathanDLee24/BinaryDivison
Short Binary Division Program Intel Assembly
JonathanDLee24/BinomialTheorem
Binomial Theorem with use of BigInteger
JonathanDLee24/Char-Converter
Converts Char to Hex, Decimal, and Binary
JonathanDLee24/Charset
returns all 256 ascii characters
JonathanDLee24/FreeBSD-ports
FreeBSD ports tree with pfSense changes
JonathanDLee24/freebsd-src
The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
JonathanDLee24/IOCs
Indicators of Compromise
JonathanDLee24/isMagicSquare
BJP5 Exercise 7.21: isMagicSquare
JonathanDLee24/JailGame
Short Game Created for Studying
JonathanDLee24/lytroctrl
Utilities and supporting library for controlling original Lytro lightfield cameras
JonathanDLee24/MultiplicationTable
Adaptable Multiplication Table I created for my Son
JonathanDLee24/Netgate-SG2100-scripts
Added options
JonathanDLee24/pfsense
Main repository for pfSense
JonathanDLee24/pfsense_storeid
Storeid helper for squid3.4 and pfsense 2.6
JonathanDLee24/ScannerAutoInterpreter
This program can find what kind of input is used for a scanner input out of double int and single word string, multi word string
JonathanDLee24/SnellLawCalculator
Snell Law Calculator solves for refractive index n2
JonathanDLee24/squid
Squid Web Proxy Cache
JonathanDLee24/squid-cache-dynamic_refresh-list
list of dynamic_refresh patterns to use with squid3, I had a hard time finding things online, so I figured I'd make a collaborative github repo for just this purpose
JonathanDLee24/src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
JonathanDLee24/TaskthreadingDemoConsecutivelyRunThreads
Java code for thread creation by implementing an adapted chapter 29 Author: Jonathan Lee Professor: Gita Faroughi Class: CSCI12 Date: March 7 2021 Page 974 Ref. LOW LEVEL UNDERSTANDING CONCURRERNT START AND USE OF ALL THREADS Memory reference testing issues with seperated task class clunky no methods. this is sluggish.
JonathanDLee24/ThreadedBinarySearch
Threaded Binary Search Cyclic Barrier