I hereby claim:
- I am equivalentideas on github.
- I am equivalentideas (https://keybase.io/equivalentideas) on keybase.
- I have a public key ASCRtEsTIc-fZIAknASnMfiXEtN623R8LzctenDt90zoTQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
find . -name '*.mp3' | sed s/.mp3// | sed 's/.*/&.mp3 &.aiff/' | xargs -n 2 ffmpeg -i |
# Run these commands on the production Rails console | |
# This creates a markdown file with the comments in the format: | |
# | |
# From: Luke Bacon | |
# Date of Submission: 6 April 2017 | |
# | |
# Comment text bla bla bla | |
# | |
# * * * | |
# |
line_count=$(cat emails.txt | wc -l) | |
file_count=0 | |
while [ $file_count -lt $line_count ] | |
do | |
echo "creating file emails_$file_count.csv" | |
tail -n+$file_count emails.txt | head -n2000 >> emails_$file_count.csv | |
file_count=$[$file_count+2000] | |
done |
reboot
there
# Put this script in the root directory of a Slack data export | |
# Run `bundle install` and then `bundle exec ruby slack_reactions_from_export.rb` | |
# This will create a file called `reactions.txt` with rows like this: | |
# | |
# 2017-04-09 9:56 in #general: 😀 | |
# 2017-04-10 9:45 in #tech-discussions: ⚽️ | |
# 2017-04-19 15:45 in #general: 💖 | |
# 2017-04-20 11:59 in #general: :hugging_face: | |
# 2017-04-20 22:35 in #general: 🤕 | |
# 2017-04-30 21:38 in #most17: ❤️❤️ |