geocachecs
Aspiring programmer and hacker who firmly believes that the NP in NP-Hard stands for No Problem
Pinned Repositories
AccessControlPython
Small project meant to simulate object-oriented access control in Python. Uses a mutex-lock-like system to ensure that private variables cannot be accessed outside of their own class.
Chess-Game
Written in C++
Depth
Create a depth-map using stereoscopic images
PacketSniffer
Linux-based packet sniffer using raw sockets in Python
photosphere
Project 2 in CST 205 at CSUMB
RollingSieve
A sieve data structure that functions in a way similar to the Sieve of Eratosthenes. This could be used to find prime numbers or for any purpose in which you must exclude certain factors. Whenever the gen() method produces a factor you wish the exclude, use the banLast() method to exclude any number it is a factor of. Internally this data structure creates a list which represents the pattern of numbers that should be skipped. The interal list currently does not have a limit to its size so its size will become exponentially larger as more exclusions are added; the size is related to the lowest common multiple of all exclusions, although a fraction of that. There are some tweaks that could improve the efficiency of the code, but I am likely moving on to other projects.
SimpleEdgeDetector
This is a simple edge detector script in Python that will detect edges in an image. The edge_refine method ensures that a specific number of pixels should be detected as edges in predefined sectors of the image.
TerminalLogger
Program that reads terminal window and writes it to a log tile
VoiceCode
A program which hopefully will allow for coding-by-voice
geocachecs's Repositories
geocachecs/Depth
Create a depth-map using stereoscopic images
geocachecs/Chess-Game
Written in C++
geocachecs/TerminalLogger
Program that reads terminal window and writes it to a log tile
geocachecs/AccessControlPython
Small project meant to simulate object-oriented access control in Python. Uses a mutex-lock-like system to ensure that private variables cannot be accessed outside of their own class.
geocachecs/PacketSniffer
Linux-based packet sniffer using raw sockets in Python
geocachecs/photosphere
Project 2 in CST 205 at CSUMB
geocachecs/RollingSieve
A sieve data structure that functions in a way similar to the Sieve of Eratosthenes. This could be used to find prime numbers or for any purpose in which you must exclude certain factors. Whenever the gen() method produces a factor you wish the exclude, use the banLast() method to exclude any number it is a factor of. Internally this data structure creates a list which represents the pattern of numbers that should be skipped. The interal list currently does not have a limit to its size so its size will become exponentially larger as more exclusions are added; the size is related to the lowest common multiple of all exclusions, although a fraction of that. There are some tweaks that could improve the efficiency of the code, but I am likely moving on to other projects.
geocachecs/SimpleEdgeDetector
This is a simple edge detector script in Python that will detect edges in an image. The edge_refine method ensures that a specific number of pixels should be detected as edges in predefined sectors of the image.
geocachecs/VoiceCode
A program which hopefully will allow for coding-by-voice
geocachecs/anime-database
This is a website that I made for Internet Programming class
geocachecs/Backer
A Bash backup script just for good practice
geocachecs/ImageSplice
geocachecs/JSON_Interpreter
A simple JSON interpreter I wrote as an exercise
geocachecs/MalwareDetector
Machine Learning Malware Detector
geocachecs/NetworkedGame
TCP server hosts simple game for multiple clients
geocachecs/NeuralNetExperiment
Experimental neural network implementation in python
geocachecs/TextAnalyzer
Analyzes text
geocachecs/TwitterScraper
Simple selenium Twitter scraper