Johnathan Asbee's repositories

clock-angle

Function that takes in an hour and a minute input and finds the angle between the two hands of a clock. (Written in python 3)

Language:PythonStargazers:1Issues:0Issues:0

recurring-task-calculator

This function accepts a starting date, an interval to repeat, a list of weekdays to repeat on, and a number of times to repeat. Then it returns the dates when it should recur.

Language:PythonStargazers:1Issues:0Issues:0

data-set-calculations

This program accepts a list of integers and outputs a sorted list, the sum, mean, median, mode, variance, and standard deviation for the data points entered. (Written in python 3)

Language:PythonStargazers:0Issues:1Issues:0

distance-calculation-in-3D-space

This program accepts two coordinates from the user and finds the distance between them in 3D space. (Written in python 3)

Language:PythonStargazers:0Issues:0Issues:0

ISBN-13-checksum-generator

This program uses the ISBN-13 algorithm to calculate a check digit for ISBN-13 number entered by the user. (Written in python 3)

Language:PythonStargazers:0Issues:0Issues:0

luhn-checksum-generator

This program uses the Luhn algorithm to calculate a check digit for the series of numbers entered by the user. (Written in python 3)

Language:PythonStargazers:0Issues:1Issues:0

vimrc

vimrc so that I can track changes to and download from anywhere

Language:Vim ScriptStargazers:0Issues:0Issues:0