Skip to content

Instantly share code, notes, and snippets.

View pmourelle's full-sized avatar

Pedro Mourelle pmourelle

View GitHub Profile
@pmourelle
pmourelle / SassMeister-input.scss
Created April 24, 2014 17:08
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
$header_wrapper: ".identity_bar";
.ngs-header {
border: none;
float: right;
@pmourelle
pmourelle / error trace
Created February 28, 2015 00:58
Trace of paramiko 1.15.2 error
[<irrelevant host>] run: ln -fs <some source> <some target>
!!! Parallel execution exception under host '<irrelevant host>':
Process <irrelevant host>:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/Users/pmourelle/.envs/viifabric/lib/python2.7/site-packages/fabric/tasks.py", line 239, in inner
submit(task.run(*args, **kwargs))
@pmourelle
pmourelle / admin
Created April 8, 2015 20:21
ideas sobre globalnav.json customizado para region
admin
REGIONS
-------
1. default/none
2. US
3. IN
4. AUS
5. UK
...
@pmourelle
pmourelle / bigfiles.sh
Created February 25, 2017 03:28
Big Files in a git repo
#!/bin/bash
#set -x
# Shows you the largest objects in your repo's pack file.
# Written for osx.
#
# @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/
# @author Antony Stubbs
# set the internal field spereator to line break, so that we can iterate easily over the verify-pack output