Pinned Repositories
baby_sleep_analysis
desktop_maps
This project shows how to use Python to create map-based desktop backgrounds.
godot_demo_3d_gdnative_cpp_project
A demo Godot project showing how to code basic 3D gameplay using GDNative and C++
media_geotag_mapper
A Python tool for retrieving, storing, and viewing image and video geotags
pfn
Python For Nonprofits, currently a work in progress, will demonstrate how to use Python to retrieve, analyze, visualize, and share nonprofit data.
python_database_utilities
A set of Python scripts for creating a SQLite database; uploading data from a SQLite database into various online database services; and timing query operations on online databases.
rope
Welcome to ROPE (Remembering Outlines in Plover more Easily), my system for learning and remembering Plover outlines. This page includes download links to the four components of ROPE: the spreadsheet, the Anki decks, the corresponding dictionary, and the readme. Also, for videos I’ve made about Plover, along with videos about typing in general, visit my YouTube playlist at https://www.youtube.com/playlist?list=PLYtyZPMUWeI_4i4pc0peBPGMfSV7C5Nxw . —Kenneth Burchfiel
route_maps_builder
This repository shows how to generate airline route maps using publicly available route and airport data.
Type_The_Bible
This program allows you to build your typing speed by writing passages from The Bible.
us_diocese_mapper
This project shows how to use Python to create a map of Latin Rite Catholic dioceses, provinces, and cathedrals within the United States.
kburchfiel's Repositories
kburchfiel/rope
Welcome to ROPE (Remembering Outlines in Plover more Easily), my system for learning and remembering Plover outlines. This page includes download links to the four components of ROPE: the spreadsheet, the Anki decks, the corresponding dictionary, and the readme. Also, for videos I’ve made about Plover, along with videos about typing in general, visit my YouTube playlist at https://www.youtube.com/playlist?list=PLYtyZPMUWeI_4i4pc0peBPGMfSV7C5Nxw . —Kenneth Burchfiel
kburchfiel/ConsoleWorldClock
A simple world clock that displays in a console terminal. Times update every 60 seconds. Please check the readme for important installation instructions.
kburchfiel/WPMTest
A very simple typing test coded in C++
kburchfiel/Approximating-e-x-With-a-Taylor-Series-in-Python
Plotting the first five Taylor approximations for e^x at x = 1 with Python code
kburchfiel/Bdayproblem
A simple C++ program that shows the odds that no members of a group have a matching birthday
kburchfiel/bondpvcalc
A Python program for calculating bond present values based on 5 different parameters
kburchfiel/Bulls-and-Cows-CPP
A simple guessing game coded in CPP. Coded as part of my independent study of Programming: Principles and Practice by Bjarne Stroustrup
kburchfiel/cbs_course_review_analysis
A program that gathers CBS course ratings information from a website, stores that data into a csv file, and performs various analyses of the data
kburchfiel/cdfcurve
A Python program that displays a graph of the normal distribution and its cumulative density function
kburchfiel/Creating-Persistent-Objects-Using-Pointers-in-Cpp
An example program for beginning C++ students (like myself) that demonstrates how pointers can be used within functions to create new instances of objects.
kburchfiel/dataset_generator
A tool for creating fictional data in Python for data analytics practice
kburchfiel/deriving_random_digits_from_time
kburchfiel/Example-Program-Showing-How-unique_ptr-Avoids-Memory-Leaks
An example C++ program demonstrating how C++'s unique_ptr helps prevent memory leaks. It includes a comparison to regular pointers. Note that this program will (intentionally) leak memory if the newcharsusingptr function is selected within int main().
kburchfiel/flight_data_analysis
This is a Python program contained within a Jupyter notebook that performs data analysis on a large CSV file. As someone relatively new to Python, Jupyter notebooks, and Pandas, I found this to be a great learning exercise.
kburchfiel/iv_subset_comparison
A Python program that identifies all possible subsets of a list of 7 independent variables; performs a regression on each; and then identifies the regression with the highest adjusted R^2
kburchfiel/Library-Program-Learning-Exercise
A C++ program that I wrote in resopnse to a question in a textbook that I am using for self-study.
kburchfiel/MemeProgram1
(Epilepsy warning) A simple "animated background" in C++
kburchfiel/memeprogram2
2nd meme program--now with "music"!
kburchfiel/number-character_table_builder
Python's chr() function converts a number into its corresponding Unicode value. This program creates a table of i, chr(i) pairs for all instances of chr(i) that could be successfully encoded. It's fun to look through the output (which I needed to open in Libre Calc, as most characters did not render correctly in Excel using its default settings) and see all the different types of characters that exist in Unicode, from the Latin alphabet to Chinese characters and beyond.
kburchfiel/OffsetClock
A simple C++ program that displays the time in each UTC offset at the time the program is launched
kburchfiel/oldversionofRope
ROPE – Remembering Outlines in Plover more Easily
kburchfiel/RockPaperScissors-Cpp
This is the first game that I have ever coded using C++. Nothing fancy but load times are minimal ;)
kburchfiel/SmallerCWC
Test
kburchfiel/stdev_effect_on_returns
A simple Python program that simulates the effect of different standard deviations of returns on an investment's median long-term returns. Note: this program is absolutely NOT recommended for investing advice or research!
kburchfiel/UTWinLose
My first C++ program!
kburchfiel/zip-code-boundaries
A Node.js script that will generate a GeoJSON file containing zip codes and their boundary data