Richard Monfort (rmonfort)

rmonfort

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

Richard Monfort's repositories

Decode_Numbers

A program that when given an encoded message, counts the number of ways it can be decoded.

Language:C++Stargazers:2Issues:0Issues:0

CreditCardValidator

A web app that validates Amex, Discover, Mastercard, and Visa card numbers.

Language:JavaScriptStargazers:1Issues:0Issues:0

Binary_to_Decimal_and_Back_Converter

A program that asks the user for a decimal or binary number, and outputs the equivalent binary or decimal value respectively.

Language:C#Stargazers:0Issues:0Issues:0

Calculator

A simple calculator application which can add, subtract, multiply, and divide integer or floating point values.

Language:C++Stargazers:0Issues:0Issues:0

Cost_to_Tile

A program that asks the user to enter a width and length of the floor, along with the cost per 1 unit of flooring. Then it calculates how much it would cost to cover the area.

Language:C#Stargazers:0Issues:0Issues:0

DailyProgrammer

Daily Programmer challenges (https://www.reddit.com/r/dailyprogrammer)

Language:C#Stargazers:0Issues:0Issues:0

EmployeeApp

A simple Employee class to gain a better understanding of class structure in C# along with .NET properties.

Language:C#Stargazers:0Issues:0Issues:0

Find_Digits

A program that when given an integer, finds the digits in this number that exactly divide said integer, and displays their count.

Language:C#Stargazers:0Issues:0Issues:0

FlooringCalculator

An MVC project calculates the cost of flooring for a rectangular room

Language:JavaScriptStargazers:0Issues:0Issues:0

Guestbook

A simple guestbook web app made in order to gain a better understanding of EF code first development.

Language:JavaScriptStargazers:0Issues:0Issues:0

Hangman

A hangman game.

Language:C++Stargazers:0Issues:0Issues:0

High-Low_Number_Guessing

A hi/low number guessing game

Language:C#Stargazers:0Issues:0Issues:0

LinkedListCSharp

Simple linked list implementation written in C#

Language:C#Stargazers:0Issues:0Issues:0

Minimum_Coins

A program that finds the minimum number of coins to arrive at a total given by the input. The value of the coins are 1, 3, and 5.

Language:C++Stargazers:0Issues:0Issues:0

Mth_to_last_element

A program that determines the Mth to last element of a list.

Language:C++Stargazers:0Issues:0Issues:0

PI_to_the_Nth_Digit

A program that asks the user to enter a nonnegative number of digits to calculate PI to. The program then prints PI up to that many digits.

Language:C++Stargazers:0Issues:0Issues:0

Pig_Latin

A program that converts the user input into pig latin.

Language:C++Stargazers:0Issues:0Issues:0

Prime_Palindrome

A program to determine the biggest prime palindrome under 1000.

Language:C#Stargazers:0Issues:0Issues:0

ProcessList

A console app that display the process list using LINQ with var and anonymous types

Language:C#Stargazers:0Issues:0Issues:0

Query_Board

A query board program with four functions that allow you to manipulate and summate values on a 256x256 board.

Language:C++Stargazers:0Issues:0Issues:0

Reverse_a_String

A simple program that reverses a string.

Language:C#Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

Shunting_yard

A C++ implementation of the Shunting-yard algorithm

Language:C++Stargazers:0Issues:0Issues:0

Swap_Elements

A program that swaps numbers in list based on supplied values.

Language:C++Stargazers:0Issues:0Issues:0

Tax_Calculator

A simple program that asks the user to enter a dollar value along with the current tax percentage, and then prints out the subtotal along with the total plus tax.

Language:C#Stargazers:0Issues:0Issues:0

Tax_Calculator_CPP

A simple program that asks the user to enter a dollar value along with the current tax percentage, and then prints out the subtotal along with the total plus tax.

Language:C++Stargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:0Issues:0

Trailing_String

A program that when given two strings 'A' and 'B', will print out a 1 if string 'B' occurs at the end of string 'A'. Otherwise, it will print zero.

Language:C++Stargazers:0Issues:0Issues:0

Weather

A weather app that uses the Wunderground api. http://api.wunderground.com/

Language:JavaScriptStargazers:0Issues:0Issues:0

Write_Out_Number

A program that asks the user for an integer and then writes out the number in plain English.

Language:C#Stargazers:0Issues:0Issues:0