This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
workout = [ "leg", "chest", "arm", "back", "shoulder", "core", "cardio", "rest" ].sample | |
sets = (2..5).to_a.sample | |
reps = (5..12).to_a.sample | |
case workout | |
when "leg" | |
exercises = [ 'Squats', 'Lunges', 'Calf Raises', 'Dead Lift', 'Rear Lunge', 'Dumbell Step-ups' ] | |
url = 'https://www.bodybuilding.com/content/5-leg-workouts-for-mass-a-beginners-guide.html' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
633 export HAB_AUTH_TOKEN=<redacted> | |
636 vi ~/.bashrc # Add auth token export to bashrc | |
642 hab origin key download darkstar | |
644 export HAB_ORIGIN=darkstar | |
645 git clone [email protected]:learn-chef/lcr-effortless-audit-getting-started_app.git ./effortless-audit-profile_app | |
646 cd effortless-audit-profile_app/ | |
647 cd sample_profile/ | |
649 vi habitat/plan.sh | |
653 cp ~/Downloads/darkstar-20191016133749.sig.key ~/.hab/cache/keys/ | |
654 hab origin key export --type secret darkstar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import math | |
price_pro_bar = .7 | |
price_mag = 2.5 | |
tax = .0625 | |
multiplier_pro_bar = 3 | |
budget = 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
altgraph==0.16.1 | |
appdirs==1.4.3 | |
asn1crypto==0.24.0 | |
beautifulsoup4==4.8.0 | |
certifi==2019.6.16 | |
cffi==1.12.3 | |
chardet==3.0.4 | |
configparser==3.8.1 | |
cryptography==2.7 | |
cycler==0.10.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e 'C=`stty size`.scan(/\d+/)[1].to_i;S=["2743".to_i(16)].pack("U*");a={};loop{a[rand(C)]=0;a.each{|x,o|;a[x]+=1;print "\ 💩 😜 💩"};$stdout.flush;sleep 0.1}' |
OlderNewer