Pinned Repositories
ajitvpai.com
array2xml
Convert PHP array to XML with support for attributes and CDATA
birp-downloader
Chrome Extension to download playlists from BIRP!
BittorrentClient
A simple Java Bittorrent client
ChatGPT-4-Message-Limit-Tracker
Chrome extension to track the message limits while using ChatGPT-4
CritIt
Project - Crit It - a website for art students to upload their work and get feedback
reliable-ride
Plan your trips with Uber ahead of time
SolitaireEncryption
Class project - Simplified version of Schneier's Solitaire Encryption Algorithm implemented in Java
ShaneOH's Repositories
ShaneOH/ChatGPT-4-Message-Limit-Tracker
Chrome extension to track the message limits while using ChatGPT-4
ShaneOH/reliable-ride
Plan your trips with Uber ahead of time
ShaneOH/SolitaireEncryption
Class project - Simplified version of Schneier's Solitaire Encryption Algorithm implemented in Java
ShaneOH/ajitvpai.com
ShaneOH/array2xml
Convert PHP array to XML with support for attributes and CDATA
ShaneOH/birp-downloader
Chrome Extension to download playlists from BIRP!
ShaneOH/BittorrentClient
A simple Java Bittorrent client
ShaneOH/CritIt
Project - Crit It - a website for art students to upload their work and get feedback
ShaneOH/devdocs
Magento Developer Documentation
ShaneOH/ebay-api-sdk-php
ShaneOH/ebay-sdk-php
An eBay SDK for PHP. Use the eBay API in your PHP projects.
ShaneOH/event-notification-nodejs-sdk
NodeJS SDK designed to simplify processing of eBay notifications.
ShaneOH/Facebook-Message-Analyzer
Analyze your Facebook messages!
ShaneOH/Indexer
Class project - C program which parses a set of files and creates an inverted index, mapping each term found in the files to the subset of files that contain that term. also maintains frequency list
ShaneOH/JavaSearch
small search function in Java
ShaneOH/mysteryFunction
CS211 project - implement a C program with the same functionality as a mystery program in Assembly language
ShaneOH/ParallelizedSpellChecker
Class project - Implementing a parallelized spell checker based on hash functions in C
ShaneOH/Pastejacking
A demo of overriding what's in a person's clipboard
ShaneOH/PhpSpreadsheet
A pure PHP library for reading and writing spreadsheet files
ShaneOH/phpstorm-stubs
PHP runtime & extensions header files for PhpStorm
ShaneOH/phpunit
The PHP Unit Testing framework.
ShaneOH/prefixStat
CS211 project - small C program for word/line output and count and prefix matching
ShaneOH/redis-doc
Redis documentation source code for markdown and metadata files, conversion scripts, and so forth
ShaneOH/Search
Class project - implement a search tool in C
ShaneOH/ShaneOH
Config files for my GitHub profile.
ShaneOH/SpellCheck
Class project - A spell checker generator using bloom filters - Written in Scheme