Skip to content

Instantly share code, notes, and snippets.

View igorrmotta's full-sized avatar
💭
I may be slow to respond.

igorrmotta igorrmotta

💭
I may be slow to respond.
View GitHub Profile
@igorrmotta
igorrmotta / download_egghead_videos.sh
Last active May 6, 2019 04:36 — forked from mnsami/download_egghead_videos.sh
this script is to download egghead videos using youtube-dl
#!/bin/bash
COURSENAME=$1
TYPE=$2
youtube-dl --download-archive "$COURSENAME/archive.txt" -o "$COURSENAME/%(playlist_index)s_%(title)s" "https://egghead.io/$TYPE/$COURSENAME"
@igorrmotta
igorrmotta / 0_reuse_code.js
Created August 29, 2017 10:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@igorrmotta
igorrmotta / .gitignore
Created July 2, 2016 09:40 — forked from salcode/.gitignore
.gitignore file for WordPress - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore