Skip to content

Instantly share code, notes, and snippets.

View lavaldi's full-sized avatar
💛
Diving into JavaScript

Claudia Valdivieso lavaldi

💛
Diving into JavaScript
View GitHub Profile
@lavaldi
lavaldi / tweaks-sublime-italic-operator-mono.md
Created March 16, 2017 02:02
Operator Mono & Sublime Text 3 themes
  1. Install Package Resource Viewer.
  2. In package control window select ‘Package Resource Viewer: Open Resource’.
  3. Scroll down until you find the option: ‘Color Scheme — Default’ (or your theme with color scheme .tmTheme) and select it.
  4. Add the following
<!-- Operator Tweaks -->
  <dict>
    <key>name</key>
 Italic HTML attribute names
@lavaldi
lavaldi / download_images.md
Created April 14, 2017 22:35
Descargar imágenes de una web

wget -nd -H -p -A jpg,jpeg,png,gif -e robots=off http://web.com

For Mac

brew install youtube-dl
brew install ffmpeg
youtube-dl https://egghead.io/courses/course_name
@lavaldi
lavaldi / download-udemy-courses.md
Last active November 26, 2021 21:00
Downloading Udemy courses with youtube-dl
@lavaldi
lavaldi / showTerminalColors.sh
Last active October 19, 2021 17:37
Script to display all terminal colors
#!/bin/bash
#
# Source https://askubuntu.com/a/1171740/460859
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
# line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#