Skip to content

Instantly share code, notes, and snippets.

View barraponto's full-sized avatar

Capi Etheriel barraponto

View GitHub Profile
uninstall-gems(){
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
return
}
@barraponto
barraponto / _drupal-zen.scss
Created October 7, 2010 06:15 — forked from bangpound/_layout.scss
Drupal Zen layout mixins
$zen-width: 960px !default;
$zen-content-position: middle !default; //possible values are first, middle, last
$zen-first-sidebar-width: 200px !default;
$zen-second-sidebar-width: 200px !default;
$zen-navigation-width: 100% !default;
$zen-navigation-height: 2.3em !default;
@mixin zen-layout($direction: "ltr") {
$first: "left";
@barraponto
barraponto / compass: haml erb processing fail
Created November 18, 2010 11:55
this is the trace output
$ compass create -r drupal --using drupal/zen teste --trace
directory teste/
exists teste/.
directory teste/src/
directory teste/stylesheets/
create teste/config.rb
create teste/src/teste.scss
create teste/src/teste-rtl.scss
create teste/src/_skin.scss
NameError on line 4 of /home/capi/.rvm/gems/ruby-1.8.7-p302/gems/compass-drupal-plugin-0.1.5/lib/../templates/zen/test.html.haml: undefined local variable or method `options' for #<Object:0xb742c090>
@barraponto
barraponto / exemplo.html
Created July 20, 2011 17:50
Exemplo de HTML
<h1>Texto legal que eu peguei do veganipsum.com</h1>
<blockquote>Golden samphire, garden rocket - sea kale eggplant; tinda spring onion welsh onion canna urad bean, aubergine. Chinese cabbage lagos bologi velvet bean, carrot scorzonera yardlong bean celery burdock prussian asparagus ginger, ahipa dolichos bean mooli. Corn salad, taro sea kale celeriac water chestnut golden samphire, chickpea leaves summer purslane sea kale. Komatsuna, salsify taro, ginger napa cabbage burdock tinda chickweed. Wild leek american groundnut watercress. Kuka drumstick prussian asparagus.</blockquote>
<p>Komatsuna soybean elephant garlic ginger; onion miner's lettuce elephant foot yam squash. Brinjal, squash pea sprouts catsear yarrow garden rocket cauliflower shallot welsh onion. Water spinach lizard's tail broccoli rabe, chickweed swede broadleaf arrowhead; chicory sorrel polk; canna. Sweet corn aka corn; aka maize bamboo shoot cress turnip dolichos bean spinach epazote earthnut pea. Canna, lentil pignut. Guar squash, sea kale
@barraponto
barraponto / exemplo.css
Created July 20, 2011 21:56
CSS de Exemplo
a { color: red; }
.title { color: green; }
#footer { background-color: pink; }
#footer a { color: blue; font-size: 2em; }
@barraponto
barraponto / drupal-on-git.textile
Created October 19, 2011 16:40
Drupal & Git: Latinoware 2011

Drupal & git: Best Friends Forever

git init

  • descentralizado: cada um quebra o seu
  • rápido: se você está usando linux :)
  • simples: se você ñ trouxer vicios…

Drupal & git: primeiros passos

@barraponto
barraponto / obscuros.html
Created November 1, 2011 21:55
Republique – Lista de funcionários do Senado que estão processando o Congresso em Foco por publicar salários recebidos acima do teto
<p>Abaixo segue a lista dos 43 servidores do Senado que ganharam acima do teto em Agosto de 2009 &ndash; e que, por orientação do Sindilegis, estão <a href="http://congressoemfoco.uol.com.br/noticias/manchetes-anteriores/acoes-judiciais-em-massa-ameacam-congresso-em-foco/">processando o Congresso em Foco por publicizar esses dados</a>, em 43 ações públicas idênticas, somando um pedido de mais de R$1 milhão em indenizações.</p>
<p>Se você também acredita que a transparência das questões públicas é importante, mostre isso pro Judiciário (que vai julgar as ações em 2012). Apoie a decisão do <a href="http://congressoemfoco.uol.com.br/">Congresso em Foco</a>, e republique a lista no seu site.</p>
<table>
<tbody>
<tr>
<td><strong>Processo</strong></td>
<td><strong>Dia e hora da audiência (1)</strong></td>
<td><strong>Nome</strong></td>
<td><strong>Salário acima do teto (2)</strong></td>
</tr>
@barraponto
barraponto / bartiky.info
Created November 10, 2011 20:54
Bartiky Drupal theme
name = bartiky
core = 7.x
engine = phptemplate
base theme = bartik
stylesheets[all][] = bartiky.css
regions[header] = Header
regions[help] = Help
regions[page_top] = Page top
@barraponto
barraponto / bartiky.css
Created November 10, 2011 22:27
Bartiky Drupal theme
code {
padding: 0;
}
@barraponto
barraponto / drush_bash.sh
Created January 25, 2012 11:09
Drush Bash Tricks
# Drush-Bash tricks 0.2
# Copyright Nuvole 2010, Capi Etheriel 2012.
# License: GPL 3, see http://www.gnu.org/licenses/gpl.html
# For a quick start: copy this entire file to the end of the .bashrc
# file in your home directory and it will be enabled at your next
# login. See http://nuvole.org/node/26 for more details and options.
# Drupal and Drush aliases.
# To be added at the end of .bashrc.