Turn this cute YouTube cat video into a briefer-but-still-cute GIF:
- youtube-dl is a command-line tool for quickly downloading video files from a given YouTube URL
| // async function connect() { | |
| // window.museClient = new MuseClient(); | |
| // setStatus(generalTranslations.connecting); | |
| // try { | |
| // await window.museClient.connect(); | |
| // await window.museClient.start(); | |
| // setStatus(generalTranslations.connected); | |
| // if (window.museClient && window.museClient.eegReadings) { |
| function [current_error] = average_data_distance_error(n_groups, memberships, distances) | |
| % Calculate average distance between data in clusters. | |
| sum_error = 0; | |
| for i_group = 1:n_groups | |
| % indices of datapoints belonging to group i_group | |
| i = find(memberships == i_group); | |
| % cell array with N vectors to combine | |
| elements = {i, i}; |
Turn this cute YouTube cat video into a briefer-but-still-cute GIF:
| # Safari Reader Night Theme | |
| # by @LogicaEns | |
| # background = 39 40 34 (#272822) | |
| defaults write TeXShop background_R 0.05 | |
| defaults write TeXShop background_G 0.06 | |
| defaults write TeXShop background_B 0.03 | |
| # commands = 102 217 239 (#66D9EF) | |
| defaults write TeXShop commandred 0.3 |
| import random | |
| import itertools | |
| import numpy as np | |
| from tqdm import tqdm | |
| # 0) define the starting set | |
| num_students = 20 | |
| student_ids = np.arange(num_students) | |
| all_combinations = list(itertools.combinations(student_ids, 2)) |
| #!/bin/bash | |
| # Exit on error # | |
| set -e | |
| # Clean up # | |
| rm -rf ~/programs/libevent | |
| rm -rf ~/programs/ncurses | |
| rm -rf ~/programs/tmux | |
| # Variable version # |
| python train.py --data_dir data/TAL --rnn_size 1024 --num_layers=3 --batch_size=128 --seq_length=256 --input_keep_prob 0.8 --output_keep_prob 0.5 |
| # The people who are crazy enough to think they can change the world are the ones who do |
| https://krb-sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?PageType=JobDetails&jobid=74414&partnerid=26059&siteid=5016&type=mail |