Pinned Repositories
2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
batch_scripts
A collection of simple batch scripts to automate work flows
Convert-Office-to-PDF
Convert Microsoft Office Word, Excel, & PowerPoint to PDF with PowerShell
dev-interview-frontend
Four objectives designed to showcase the following: 1. The developer's ability to use AngularJS to bind and display data. 2. The developer's ability to assimilate new material (D3.js) and quickly make use of it in the creation of 2 types of charts.
Gantt_Chart_MS_Excel
A Gantt Chart for Microsoft Excel. Built to emulate Microsoft Project. Relies on Visual Basic for Applications (VBA).
Java_Sample
Working with my brother through some Java examples demonstrating the following concepts: Collections and Loops, Objects, Java Built-in Classes, Inheritance, Interfaces
Polymorphism-Car
Example of Polymorphism in C#
ProjectEuler_q2
Even Fibonacci numbers Problem 2 (https://projecteuler.net/problem=2)
Python-Halloween_Fun
A simple program to demonstrate use of libraries, accessing the file system, and scaring your friends.
SwiftConverxns-v3.2.2
iOS App demonstrating the use of Apple's Swift programming language.
genericCog's Repositories
genericCog/Gantt_Chart_MS_Excel
A Gantt Chart for Microsoft Excel. Built to emulate Microsoft Project. Relies on Visual Basic for Applications (VBA).
genericCog/Convert-Office-to-PDF
Convert Microsoft Office Word, Excel, & PowerPoint to PDF with PowerShell
genericCog/2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
genericCog/batch_scripts
A collection of simple batch scripts to automate work flows
genericCog/ColdFusion_Image_Uploader
A ColdFusion image uploader
genericCog/Python-DragonAdventure
Dragon Adventure demonstrates use of functions, while loops, random numbers, and time. Based on the Choose Your Own Adventure style of books, this text based game can be modified to rival Oregon Trail.
genericCog/ColdFusion_Request_form
A request form using jQuery, AJAX, ColdFusion
genericCog/Java_Sample
Working with my brother through some Java examples demonstrating the following concepts: Collections and Loops, Objects, Java Built-in Classes, Inheritance, Interfaces
genericCog/Polymorphism-Car
Example of Polymorphism in C#
genericCog/Python-Halloween_Fun
A simple program to demonstrate use of libraries, accessing the file system, and scaring your friends.
genericCog/SwiftConverxns-v3.2.2
iOS App demonstrating the use of Apple's Swift programming language.
genericCog/508_Compliance_Validator
Perform client-side validation of 508 compliance
genericCog/accordion_example
A jQuery, CSS3, HTML5 accordion example for project management.
genericCog/adam.github.io
genericCog/bootstrap-validator
A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
genericCog/cf_image_uploader
A ColdFusion, jQuery, HTML5 image uploader
genericCog/ColdFusion_Scrum_Tool
A tool designed to help developers working inside the Scrum methodology.
genericCog/fuel_log
Main directory of fuel log data
genericCog/jQuery.inArray_Example
An example of using jQuery.inArray() to search an array for a specific item and provide the user with feedback if the item is or is not in the array.
genericCog/jQuery_button_toggle_text
An HTML div element designed to behave like a button with CSS. The jQuery on-click event will toggle text inside an input element when the button is clicked.
genericCog/jQuery_Horizontal_Nav
A horizontal navigation bar with hover effect on divs that perform as buttons. This example demonstrates the use of Flexbox, jQuery, CSS, HTML. CodePen: https://codepen.io/AdamActual/pen/ELvEBL
genericCog/JSON_Display_GitHub_Repo
Display a user's public GitHub repository using jQuery.
genericCog/jviolajones
Face Detection. Modified version of http://code.google.com/p/jviolajones/
genericCog/Mrs-SMIME
genericCog/Python-Attack
A Python program to demonstrate text-based game play.
genericCog/Python-Hangman
A Python program to play Hangman. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters or numbers, within a certain number of guesses.
genericCog/Python-RockPaperScissors
Rock, Paper, Scissors demonstrates use of Python List, generates a random number to select a list item allows human player to type move (R, P, S) demonstrates use of if/elif to compare player moves and determine a winner
genericCog/readme-template
README.md template for your open-source project
genericCog/Regex_Caps_Length_JavaScript
Use Regex in an ES6 function to verify a string contains at least one letter and the first letter is capitalized.
genericCog/Ternary_Operator_Simple
An example of a simple, conditional ternary operator in JavaScript.