Skip to content

Instantly share code, notes, and snippets.

@Saamstep
Saamstep / config.yml
Created June 4, 2019 07:11
ecksock server config for EssentialsX
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
# - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation
@Saamstep
Saamstep / expressions.txt
Last active August 3, 2019 23:33
Useful Regular Expressions
Discord Username:
/[a-zA-Z\d]{1,32}#\d\d\d\d/g
Take in specific web address
(https:\/\/|www\.|https:\/\/www\.)(DOMAIN\.TLD\d{1,7})
@Saamstep
Saamstep / timer.js
Created May 10, 2020 00:16
After Effects Countdown timer script (by: tutvid)
rateofSpeed = 1;
clockStartTime = thisComp.layer("Timer Duration").effect("Duration")("Slider")*60;
function addZero(n) {
if(n<10) { return "0" + n } else { return n; }
}
function noZero(n) {
if(n > 0) { return n+":" } else { return "";}
}
@Saamstep
Saamstep / rules.md
Last active September 7, 2020 06:12

header_img

Death Exercise Game

By: Jack, Aneal, Max, Sam (Rayan and Paul were there too)

Steps

  1. Spin the wheel and you must do that exercise.
  2. Determine the amount you have to do that exercise by multiplying your deaths by the number shown in your wheel.
  3. Then apply the special conditions as shown in the chart below