Skip to content

Instantly share code, notes, and snippets.

View sanbor's full-sized avatar
💭
I may be slow to respond.

Santiago Borrazás sanbor

💭
I may be slow to respond.
View GitHub Profile
@sanbor
sanbor / gist:2227012
Created March 28, 2012 15:10
less makes hard to understand something simple like css
ul {
margin:0;
padding:0;
li {
list-style:none;
text-align: left;
position: relative;
a,
@sanbor
sanbor / unix_cheatsheet.markdown
Last active October 6, 2015 00:28
Unix cheatsheet
if ( "visible" ) {
top += parseFloat( computedStyle.borderTopWidth ) || 0;
}
@sanbor
sanbor / gist:3085612
Created July 10, 2012 19:17
Hacker tools - Useful Shortcuts

Tmux – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top.

Window management

Ctrl+b + c Create a new window
Ctrl+b + n Change to next window
Ctrl+b + p Change to previous window
@sanbor
sanbor / ux-alias
Created August 13, 2012 17:45
Linux commands, rewritted
alias please=sudo
alias go=cd
alias help=man
alias show=cat
alias copy=cp
alias move=mv
alias edit=vim
alias endof=tail
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
# Background definitions
@sanbor
sanbor / gist:3774192
Created September 24, 2012 04:31
Linux capsule
@sanbor
sanbor / dabblet.html
Created October 22, 2012 19:13
Untitled
<table>
<thead>
<tr>
<td>nothinge</td>
</tr>
</thead>
</table>
@sanbor
sanbor / reglas-espanol.md
Last active December 12, 2015 04:48
Reglas ortográficas del Español

Diptongos

  1. Las vocales a, e, o se denominan abiertas (o fuertes).

  2. Las vocales i, u se denominan cerradas (o débiles).

  • Dos vocales abiertas pertenecen a dos sílabas distintas: lí-ne-a, ve-o.

  • Una vocal abierta y una cerrada forman una sóla sílaba, y la vocal abierta es la que se pronuncia con más fuerza y se acentúa si hay que hacerlo según las reglas generales: pen-sáis, hia-to.

@sanbor
sanbor / gist:5247714
Last active December 15, 2015 10:39
Pro/cons Emacs
Pro Emacs
- lightweight
- extremily versatile/customizable
- multiplatform
- works in text mode
- free/open source
- well documented
- +36 years of development