Skip to content

Instantly share code, notes, and snippets.

View sam-hansen's full-sized avatar
🦁
Slaying it

Sam Hansen sam-hansen

🦁
Slaying it
View GitHub Profile
@sam-hansen
sam-hansen / resume.json
Created February 25, 2022 06:56
jsonresume
{
"basics": {
"name": "Samuel Hansen",
"label": "Customer Service Rep - Chat",
"picture": "",
"email": "samuel_hansen@icloud.com",
"phone": "801-915-8730",
"website": "",
"summary": "",
"location": {
@sam-hansen
sam-hansen / Work Email.txt
Created October 16, 2021 17:21
Quick code for email address|-|{"files":{"Work Email.txt":{"env":"plain","abbr":";hdem"}},"tag":"Contact"}
SAMUEL_HANSEN@homdedepot.com
@sam-hansen
sam-hansen / Yahoo! Email.txt
Last active October 16, 2021 17:14
Quick code for email address|-|{"files":{"Yahoo! Email.txt":{"env":"plain","abbr":";ym"}},"tag":"Contact"}
sam.hans24@yahoo.com
@sam-hansen
sam-hansen / Gmail.txt
Last active February 19, 2022 20:25
Quick code for email address
smhansen07@gmail.com
@sam-hansen
sam-hansen / drafts_light.json
Last active October 13, 2021 21:04
Gist from Drafts|-|{"files":{"drafts_light.json":{"env":"plain"}},"tag":"Configs"}
{
"name": "Light",
"author": "Agile Tortoise, Inc.",
"description": "Default light theme",
"isDark": false,
"scopes": {
"text.normal": {
"name": "Normal Text",
"settings": {
"foreground": "foreground",
@sam-hansen
sam-hansen / 3box
Created December 28, 2020 23:11
3box-validation
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreif57gvaaazamyezfeu5n6ntkft42ulg3dxhdwppvhg35eib6bypo4 ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@sam-hansen
sam-hansen / lastpass2pass.rb
Created November 3, 2020 05:15
Lastpass 2 Pass
#!/usr/bin/env ruby
# Copyright (C) 2012 Alex Sayers <alex.sayers@gmail.com>. All Rights Reserved.
# This file is licensed under the GPLv2+. Please see COPYING for more information.
# LastPass Importer
#
# Reads CSV files exported from LastPass and imports them into pass.
# Usage:
@sam-hansen
sam-hansen / tmux-cheatsheet.markdown
Created October 23, 2020 07:04 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@sam-hansen
sam-hansen / Keybase.md
Last active March 17, 2023 03:05
my keybase.io proof

Keybase proof

I hereby claim:

  • I am sam-hansen on github.
  • I am samhansen (https://keybase.io/samhansen) on keybase.
  • I have a public key ASBfAK4FT2jMesVchD_EbenUg4ZRKxZjJ6BQhRvVpAR02go

To claim this, I am signing this object:

@sam-hansen
sam-hansen / EditorialPreviewTheme.html
Last active May 19, 2020 01:44
Light Preview Theme for the Editorial App
<!DOCTYPE html>
<html>
<!-- You can change the look of the Markdown preview by editing the CSS below, for example to match your blog/website or just your personal preferences. Things between double curly braces are template variables that are replaced automatically depending on your editor settings. -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Preview-MyTheme</title>
<link href="https://unpkg.com/browse/prismjs@1.20.0/themes/prism.css" rel="stylesheet">
<style type="text/css">
body {
margin: 0;