bhighley
CX Release Team Leader @ Cisco. Digital Transformations, DevOps, Inner Source , ChatOps 🤖, Docker 🐳
CiscoAustin, Texas
bhighley's Stars
swinton/pdfify
Generates Octocat-friendly PDFs from Markdown
chatbottest-com/guide
Complete guide of instructions and questions for chatbot testing.
VictoriaBrown/hello_app
First app for the Ruby on Rails Tutorial
VictoriaBrown/Customer
Customer program for Ruby, see README for more information.
VictoriaBrown/GlobalVariableTest
Playing around with global variables in Ruby. This program shows that 2 different objects of a class share the same global variable value.
VictoriaBrown/CodingBat
This is a collection of Java questions I've answered for fun from CodingBat.com
VictoriaBrown/Program2
My second assignment for Visual Basic. See ReadMe for the instructions.
VictoriaBrown/RubyProgram3
My third assignment for Ruby class. See README for more information.
VictoriaBrown/Employee
VictoriaBrown/BreakTest
Test program that plays around with the break statement. In this program it is used to break out of a for loop early.
VictoriaBrown/ContinueTest
ContinueTest plays around with the continue statement. Causes for loop to skip printing 5.
VictoriaBrown/Pi
Calculates the value fo pi from the infite series: pi = 4 - 4/3 + 4/5 - 4/7 + 4/9 - 4/11 + ... Prints the value of pi approximated by computing the first 200,000 terms of this series. Also, prints the answer of when the variable pi reaches 3.14159...
VictoriaBrown/MaximumFinder
This program inputs 3 doubles from the user and returns the maximum value
VictoriaBrown/Programming-Lab-8
A lot of different code for a set of questions.
VictoriaBrown/ThisTest
Messing around with "this" keyword. "this" is used implicitly and explicitly to refer to members of an object.
VictoriaBrown/Time2
Playing around with overloaded constructors. Consists of two classes: Time2 and Time2Test.
VictoriaBrown/Time
Contains the java classes Time1 and Time1Test
VictoriaBrown/AutoPolicyTest
Goes along with AutoPolicy class, creates 2 instance of AutoPolicy class and tests the program.
VictoriaBrown/AutoPolicy
Class that represents an auto insurance policy. Stores state, account number, make and model of vehicle, and whether the state is a 'no-fault' auto-insurance state.
VictoriaBrown/Largest
This program inputs 10 integers from the user and returns the largest integer. Written in Java.
VictoriaBrown/Wages
Takes the input of 3 employees and finds out gross salary, incorporating the over time.
VictoriaBrown/BigAndSmall
githubteacher/everyone-2015-09-15
Sample Repository for GitHub for Everyone (September 16, 2015)