Skip to content

Instantly share code, notes, and snippets.

View kaosmos's full-sized avatar

Matteo Nicoletti kaosmos

View GitHub Profile
@kaosmos
kaosmos / openpgp.txt
Created March 7, 2018 15:26
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:2097fca22d9610ff28f3d45232da1dc8bff12bc7]
@kaosmos
kaosmos / openpgp.txt
Created March 7, 2018 15:26
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:2097fca22d9610ff28f3d45232da1dc8bff12bc7]

Keybase proof

I hereby claim:

  • I am kaosmos on github.
  • I am kaosmos (https://keybase.io/kaosmos) on keybase.
  • I have a public key ASCTkWsY-89bSWnMy6ae4c0PQ-N_fROBTWe83J35dEVgNAo

To claim this, I am signing this object:

@kaosmos
kaosmos / svgxuse.min.js
Last active October 14, 2016 13:20
IcoMoon test
/*!
* @copyright Copyright (c) 2016 IcoMoon.io
* @license Licensed under MIT license
* See https://github.com/Keyamoon/svgxuse
* @version 1.1.22
*/
(function(){if(window&&window.addEventListener){var c=Object.create(null),m,q,d=function(){clearTimeout(q);q=setTimeout(m,100)},n=function(){},t=function(){var e;window.addEventListener("resize",d,!1);window.addEventListener("orientationchange",d,!1);window.MutationObserver?(e=new MutationObserver(d),e.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0}),n=function(){try{e.disconnect(),window.removeEventListener("resize",d,!1),window.removeEventListener("orientationchange",d,
!1)}catch(c){}}):(document.documentElement.addEventListener("DOMSubtreeModified",d,!1),n=function(){document.documentElement.removeEventListener("DOMSubtreeModified",d,!1);window.removeEventListener("resize",d,!1);window.removeEventListener("orientationchange",d,!1)})},u=function(e){var c,d=location.protocol+location.hostname;if(window.XMLHttpRequest){
@kaosmos
kaosmos / apm_stars.md
Last active April 8, 2016 19:29
APM Stars

####APM stars

Maybe you have two machines you work from and you’d like to keep your editors somewhat in sync with each other. From your account on Atom.io you can star your favorite packages. Then through Atom’s shell commands (atom & apm) you can install your favorite packages. Maybe it’s not the best solution to keeping your machines in sync, but I think it helps.

Run the apm stars --install command. It’ll prompt you for an API token from your account and you paste that back in the command line and it will install all the packages & themes you’ve starred on Atom.io. If you want a list of all your favorites in the command line apm starred.

I just found out about this system and I think it’s amazing.

####Stars