Skip to content

Instantly share code, notes, and snippets.

View kocheck's full-sized avatar
📱

Kyle Kochanek kocheck

📱
View GitHub Profile
{
"project": [{
"default": [{
"🏡 Index",
"🎨 In Design ↧",
" 📝 Feature Name",
"------",
"🥇 Documentation & Handoff",
"-----",
"❖ Styles & Components"
@kocheck
kocheck / moonrise-character-data.json
Last active August 13, 2021 02:16
moonrise-character-data
[
{
"characterID":0,
"character":{
"name":"Template Entry",
"image":"https://source.unsplash.com/featured/?cosplay",
"details":{
"alignment":"alignment",
"age":"age",
"classType":"classType",
@kocheck
kocheck / Roadtrippers-Page-Automator-Settings
Created July 16, 2021 12:34
Template settings for [page automator](https://www.figma.com/community/plugin/841201477778898873/Page-Automator) to build out new Figma Documents
🏡 Index
🎨 In Design ↧
📝 Feature Name
------
🥇 Documentation & Handoff: Notes
🥇 Documentation & Handoff: Feature
-----
❖ Styles & Components
📈 Flows
if(prop("Completed") / prop("Goal") == 0, "░░░░░░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.1), "▓░░░░░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.2), "▓▓░░░░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.3), "▓▓▓░░░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.4), "▓▓▓▓░░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.5), "▓▓▓▓▓░░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.6), "▓▓▓▓▓▓░░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.7), "▓▓▓▓▓▓▓░░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.8), "▓▓▓▓▓▓▓▓░░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.9), "▓▓▓▓▓▓▓▓▓░ ", if(smallerEq(prop("Completed") / prop("Goal"), 0.99), "▓▓▓▓▓▓▓▓▓▓ ", if(prop("Completed") / prop("Goal") == 1, " 🏁", "")))))))))))) + format(round(prop("Completed") / prop("Goal") * 100)) + "%"
9:36:36 PM: Build ready to start
9:36:39 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
9:36:39 PM: build-image tag: v3.3.2
9:36:39 PM: buildbot version: c78d626072f493c5e920f1da6e930a88f3a7d230
9:36:39 PM: Fetching cached dependencies
9:36:39 PM: Starting to download cache of 136.0MB
9:36:40 PM: Finished downloading cache in 753.554656ms
9:36:40 PM: Starting to extract cache
9:36:45 PM: Finished extracting cache in 5.394029563s
9:36:45 PM: Finished fetching cache in 6.220631622s
10:08:09 PM: Waiting to build. Currently running 1 concurrent builds on your account
10:08:09 PM: Build ready to start
10:08:11 PM: build-image version: 9e0f207a27642d0115b1ca97cd5e8cebbe492f63
10:08:11 PM: build-image tag: v3.3.2
10:08:11 PM: buildbot version: c78d626072f493c5e920f1da6e930a88f3a7d230
10:08:11 PM: Fetching cached dependencies
10:08:11 PM: Starting to download cache of 255.0KB
10:08:11 PM: Finished downloading cache in 528.108314ms
10:08:11 PM: Starting to extract cache
10:08:11 PM: Failed to fetch cache, continuing with build
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/kylekochanek/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@kocheck
kocheck / terminalSnipit.md
Created April 27, 2019 13:08
Adding Spaced to my Mac Doc for Organization

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock

@kocheck
kocheck / shapes.html
Created October 3, 2018 01:26
Simple SVG shapes
<!-- Rectangle -->
<svg width="237" height="237" viewBox="0 0 237 237" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H237V237H0V0Z" fill="#C4C4C4"/>
</svg>
<!-- Circle -->
<svg width="186" height="186" viewBox="0 0 186 186" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M186 93C186 144.362 144.362 186 93 186C41.6375 186 0 144.362 0 93C0 41.6375 41.6375 0 93 0C144.362 0 186 41.6375 186 93Z" fill="#C4C4C4"/>
</svg>
@kocheck
kocheck / Procfile
Created December 24, 2017 13:15 — forked from woeldiche/Procfile
Share your Framer.js prototypes
web: NODE_ENV=production node server.js