Skip to content

Instantly share code, notes, and snippets.

View timothystone's full-sized avatar

Timothy Stone timothystone

View GitHub Profile
@timothystone
timothystone / jhipster_upgrade.mermaid
Created December 17, 2023 19:32
JHipster 8 Upgrade Graph
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timothystone
timothystone / module-3.patch
Created July 13, 2021 13:10
Pluralsight Getting Started Unit Testing with JUnit5 Initialization
This file has been truncated, but you can view the full file.
From 7394304bb0c3d6cf7569bf20485d1f4e271efdea Mon Sep 17 00:00:00 2001
From: Timothy Stone <tim.stone@kinsaleins.com>
Date: Mon, 12 Jul 2021 14:39:22 -0400
Subject: [PATCH 1/2] Refactor the project to align with Maven
The project, while valid, diverges from the module lessons and then
Maven as presented. With the junit5-jars provided, IDEs (like IntelliJ)
attempts to add them as a module within the project.
IntelliJ is intelligent enough to determine the source and test
@timothystone
timothystone / git-loglive
Created December 16, 2019 01:18 — forked from tlberglund/git-loglive
Log Live Git Command
#!/bin/bash
while :
do
clear
git --no-pager log --graph --pretty=oneline --abbrev-commit --decorate --all $*
sleep 1
done
#!/bin/bash
#Ensure we have the quantity specified on the CLI
if [ -z "$3" ]; then ARG_ERR=ERR; fi
if [ -z "$2" ]; then ARG_ERR=ERR; fi
if [ -z "$1" ]; then ARG_ERR=ERR; fi
if [ -n "$ARG_ERR" ];
then
echo "Usage: <filecount> <filenamebase> <filenameextension>"
exit
@timothystone
timothystone / zprofile-proxy.txt
Created November 23, 2017 00:39
How I set my proxy in ZSH
#in ZSH, add to ~/.zprofile
set_http_proxy() {
if [ -e $HOME/.proxyrc ]; then
. $HOME/.proxyrc
fi
if [ -z $http_proxy ]; then
echo "No proxy config, environment found, connection attempt failed."
echo "Let's setup a config or update your password."
@timothystone
timothystone / gitflow-breakdown.md
Last active May 14, 2017 18:35 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
  git commit --allow-empty -m "Initial commit"
  git checkout -b develop master

Connect to the remote repository

@timothystone
timothystone / google-webfonts.ttf.css
Last active July 10, 2022 07:23 — forked from dotJoel/google-webfonts.ttf.css
CSS for all of Google's TTF web fonts
@font-face {
font-family: 'ABeeZee';
font-style: normal;
font-weight: 400;
src: local('ABeeZee'), local('ABeeZee-Regular'), url(//themes.googleusercontent.com/static/fonts/abeezee/v1/JYPhMn-3Xw-JGuyB-fEdNA.ttf) format('truetype');
}
@font-face {
font-family: 'Abel';
font-style: normal;
font-weight: 400;
@timothystone
timothystone / Akamai Headers
Created April 21, 2015 18:48
Akamai Headers
akamai-x-get-request-id,akamai-x-cache-on,akamai-x-cache-remote-on,akamai-x-check-cacheable,akamai-x-get-cache-key,akamai-x-get-extracted-values, akamai-x-get-nonces,akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key,akamai-x-serial-no