Skip to content

Instantly share code, notes, and snippets.

View renatocarvalho's full-sized avatar
💭
🤘✨

Renato Carvalho renatocarvalho

💭
🤘✨
View GitHub Profile

I'm planning on either writing this up in detail or maybe doing a screencast about screencasting, but I'll give a short version here.

On sound quality:

This matters a lot. In decreasing order of importance:

  1. Remove echo. You have to hear this to understand. Set up a mic in front of your mouth and record a sentence. Then, put a thick comforter over you and the mic and say it again at the same distance. Listen to
@renatocarvalho
renatocarvalho / Side Bar.sublime-settings
Created December 23, 2013 03:52
Side Bar.sublime-settings
{
"statusbar_modified_time" : false,
"statusbar_modified_time_format" : "%A %b %d %H:%M:%S %Y",
"statusbar_file_size" : false,
"close_affected_buffers_when_deleting_even_if_dirty" : false,
"hide_open_with_entries_when_there_are_no_applicable" : false,
@renatocarvalho
renatocarvalho / Preferences.sublime-settings
Last active August 11, 2016 17:07
My current Preferences.sublime-settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.gz",
"*.jar",
"*.sassc",
@renatocarvalho
renatocarvalho / SassMeister-input.scss
Created January 13, 2014 02:41 — forked from lunelson/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/*
A slightly more automated approach to BEM modifier classes:
using '&' parent selector interpolation, modifiers extend their bases,
so that HTML markup requires only the modifier class not the base *and* modifier
*/
@renatocarvalho
renatocarvalho / SassMeister-input-HTML.html
Created March 17, 2014 20:40
Generated by SassMeister.com.
<div class="box-cupon-home">
<p>
opa
</p>
</div><div class="box-cupon-home">
<p>
opa
</p>
</div><div class="box-cupon-home">
<p>
@renatocarvalho
renatocarvalho / SassMeister-input-HTML.html
Created March 17, 2014 20:55
Generated by SassMeister.com.
<div class="box-cupon-home">
<p>
opa
</p>
</div><div class="box-cupon-home">
<p>
opa
</p>
</div><div class="box-cupon-home">
<p>
@renatocarvalho
renatocarvalho / SassMeister-input-HTML.html
Created March 20, 2014 15:20
Generated by SassMeister.com.
<div class="home-grid">
<div class="moduletable">
<p>Hi there!</p>
</div>
<div class="moduletable">
<p>Hi there!</p>
</div>
<div class="moduletable">
<p>Hi there!</p>
</div>
@renatocarvalho
renatocarvalho / passo-01
Last active May 18, 2018 23:22
Install Node with Homebrew on OS X, also NPM and Bower
brew doctor
@renatocarvalho
renatocarvalho / instalacao-middleman-windows.markdown
Last active June 21, 2016 14:59
Instalação do Middleman no Windows

Instalação do Middleman no Windows

Passo 1: Checando se o Ruby já está instalado no seu Windows

Vamos seguir os passoas abaixo somente para verificar se o Ruby está instalado em seu sistema:

  1. Abra o Command Prompt do seu Windows
  2. Entre com o comando ruby -v e tecle enter.

Caso você receba uma mensagem dizendo que o ruby não foi reconhecido, é porque você não tem o ruby instalado. Siga para o Passo 2 para instalarmos o ruby.

Passo 2: Instalando o Ruby para Windows

@renatocarvalho
renatocarvalho / instalacao-middleman-mac.md
Last active August 29, 2015 14:02
Instalando o Middleman no Mac

1. Instale Xcode ou Command Line Tools

Faça o download do Command Line Tools ou instale o Xcode

2. Instale o RVM

Copie a seguinte linha e cole no terminal:

\curl -sSL https://get.rvm.io | bash -s stable

Agora instale a última versão do ruby com o RVM:

rvm install ruby-2.1.1