Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am myabiku on github.
  • I am myabiku (https://keybase.io/myabiku) on keybase.
  • I have a public key ASAH6MlW8m53Y1ScpltCkuP00Vyyi7jfQQx02BQnFhDwSAo

To claim this, I am signing this object:

mkdir tvsenado
cd tvsenado
# faz download das legendas geradas automaticamente do youtube [não é perfeito, mas ainda vou achar os closed captions oficiais]
youtube-dl "https://www.youtube.com/playlist?list=PLLLnytnGoqiYTJ7yDXiq8bMtU8tKUmop6" -v --skip-download --sub-lang pt --write-auto-sub
# substitui os espaços por _
OIFS="$IFS"; IFS=$'\n'; for file in `find . -type f -name "*.vtt"` ; do cp $file srt/$(echo $file | sed 's/ /_/g'); done
mkdir srt
import processing.serial.*;
Serial myPort;
int current;
float inByte;
int[] yValues;
int w;
void setup()
{
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!