Pinned Repositories
.emacs.d
My emacs configuration
2048_Machine_Learning
ACA_Project
add_quotes
very simple golang program to add quotes around a data file
adventOfCode2021
https://adventofcode.com/2021
CompareExcelWorksheets
Simple Scala Apache.Poi implementation to compare two Excel Worksheets
DBMS_Closures
Python program to compute closures for different database functional dependencies
ExcelWrapperCpp-CLI
Better Wrapper for Excel using C++/CLI. Uses managed classes. Made to feel like C#/VBA's Excel.
SafariHighlightsToTwitter
Post my safari highlights to twitter automagically
training-planner
Creates Training Plans based on TrainingPeaks TTS
cpluspluscrowe's Repositories
cpluspluscrowe/adventOfCode2021
https://adventofcode.com/2021
cpluspluscrowe/.emacs.d
My emacs configuration
cpluspluscrowe/adding-subsequent-sequences
elisp program for advent of code, day 9.
cpluspluscrowe/adventOfCode2020
Advent of Code for 2020, in Golang
cpluspluscrowe/adventOfCode2022
Advent of Code - 2022
cpluspluscrowe/AnagramFinder
Delete characters until two strings are anagrams of one another. Hackerrank: https://www.hackerrank.com/challenges/ctci-making-anagrams/problem?isFullScreen=true&h_l=interview&playlist_slugs%5B%5D=interview-preparation-kit&playlist_slugs%5B%5D=strings
cpluspluscrowe/camel-case-to-snake-case
two elisp implementations for converting camel case to snake case
cpluspluscrowe/comsi_resubmission
github for the resubmission comsi paper
cpluspluscrowe/cycle_lengths
graph out my distance plots over different cycle lengths, e.g., 7-day, ten-day, and even look at 2 and 3-day loads using csv downloaded from Garmin Connect
cpluspluscrowe/elisp_list_comparison
getting some elisp experience for simple work tasks, comparing columns in two spark datasets.
cpluspluscrowe/field_to_description_matcher
Match strings in two files based on similar content, write output to the message buffer in a csv format
cpluspluscrowe/filled_seats
Advent of code, day 11. Iterative algorithm on a vector in elisp.
cpluspluscrowe/find_best_theme_emacs
Find the best emacs theme! Filter through themes until only one is left. Type 'y' if you like the theme and 'n' if you don't. This library will continue looping through 'y' themes until only one is left. The result is a convenient and fast way to filter down to the bes themes and compare them until one is left.
cpluspluscrowe/get_twitter_favorite_counts
Code to extract username ids that favorite twitter posts
cpluspluscrowe/go_server2
Mini projects related to a go server
cpluspluscrowe/hackerrank_scala
Place for doing hackerrank with Scala. Goal is a proper warmup for advent of code in December.
cpluspluscrowe/insertAtTailOfLinkedList
Quick hackerrank solution for inserting data at the end of a linked list. #superEasy #dailyWarmup
cpluspluscrowe/instruction_jumping
Advent of Code, 2020, day 8 in elisp
cpluspluscrowe/interleave-strings
elisp implementation to interleave strings
cpluspluscrowe/JavaInterviewPractice
Repository of Java Programs to Prepare me for Programming Interviews
cpluspluscrowe/lowercase-region
Emacs function to lowercase a region
cpluspluscrowe/match-terms
Take two sets of data and match on terms, sort by match frequency, and iteratively show them, allowing me to select the right one from the sublist.
cpluspluscrowe/minimum_swaps
Algorithm to determine minimum swaps to a sorted array of swap size 1 or 2.
cpluspluscrowe/Multimodal-Prediction---User-Engagement-on-Social-Media
Data Retrieval, Preprocessing, and Ensemble ML using Keras. We use Django for an ORM and Python for data processing.
cpluspluscrowe/Pascal-s-Triangle
Implementation of Pascal's Triangle in elisp
cpluspluscrowe/Project-for-Data-to-Decisions
cpluspluscrowe/replace-colorthemes
Replace color-theme with Emacs theme framework
cpluspluscrowe/rotateNTimes
Elisp script to rotate an array's elements. Handles negative numbers and rotations larger than the array's length
cpluspluscrowe/sum-list-differences-recursively
Functional implementation in elisp for summing consecutive differences in a list, very clean
cpluspluscrowe/tensorflow_practice
Playground for learning tensorflow