Skip to content

Instantly share code, notes, and snippets.

View iamlucamilan's full-sized avatar
🌐

Luca Milan iamlucamilan

🌐
View GitHub Profile
@iamlucamilan
iamlucamilan / keybase.md
Last active May 12, 2017 13:04
Keybase

Keybase proof

I hereby claim:

  • I am iamlucamilan on github.
  • I am lucamilan (https://keybase.io/lucamilan) on keybase.
  • I have a public key ASAy44BhPwWo6UlIt1h8Z_C73p70UFhhcANQN5DWQ6jqBAo

To claim this, I am signing this object:

@iamlucamilan
iamlucamilan / breakpoints.css
Created July 1, 2016 11:07
Most common responsive breakpoints
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}
@iamlucamilan
iamlucamilan / province.txt
Created October 13, 2015 12:52
Lista province italiane
Agrigento
Alessandria
Ancona
Aosta
Arezzo
Ascoli Piceno
Asti
Avellino
Bari
Barletta-Andria-Trani
@iamlucamilan
iamlucamilan / gmailthis.js
Last active January 31, 2022 09:17
Gmail This Bookmarklet
javascript:(function(){
m='http://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su='+encodeURIComponent(document.title)+
'&body='+encodeURIComponent(document.location);
w=window.open(m,'addwindow','status=no,toolbar=no,width=575,height=545,resizable=yes');
setTimeout(function(){w.focus();}, 250);})();
#3366CC
#DC3912
#FF9900
#109618
#990099
#3B3EAC
#0099C6
#DD4477
#66AA00
#B82E2E
@iamlucamilan
iamlucamilan / gist:6088954
Created July 26, 2013 13:44
My sublime configuration
{
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.tmLanguage.cache",
"*.tmPreferences.cache",
"*.psd",
"*.psb",

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname