wget -qO- https://gist.githubusercontent.com/estevanmaito/c9fcdd38aa8b7b0037759ab36f46d910/raw/861282d52e79cae6d2b146713d62f837ec5ef6ab/softwares.sh | sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// EN: Add a new bookmark with a link with the following code: | |
// To use, just click on the bookmark in the video page. | |
// BR: Adicione um novo favorito e coloque o código abaixo no link. | |
// Para usar, basta clicar nesse favorito quando estiver na página do vídeo desejado. | |
javascript:document.getElementsByTagName('video')[0].setAttribute('loop',true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'); | |
var browserSync = require('browser-sync'); | |
var reload = browserSync.reload; | |
var prefixer = require('gulp-autoprefixer'); | |
var changed = require('gulp-changed'); | |
var imagemin = require('gulp-imagemin'); | |
var jshint = require('gulp-jshint'); | |
var stylish = require('jshint-stylish'); | |
var minifycss = require('gulp-minify-css'); | |
var minifyhtml = require('gulp-minify-html'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bold_folder_labels": true, | |
"font_face": "Roboto Mono", | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" |
NewerOlder