Skip to content

Instantly share code, notes, and snippets.

@lysender
lysender / export-import-gpg-keys.md
Created July 1, 2020 03:35
Export and import GPG Keys

Export public key

gpg --export your_address@example.net > my_key.pub 

The file can then be shared to other people.

Export public key in armor ascii format

((document, limit) => {
const data = Array.from(document.querySelectorAll('*'))
.map((el) => ({zIndex: Number(getComputedStyle(el).zIndex), element: el }))
.filter(({ zIndex }) => !isNaN(zIndex))
.sort((r1, r2) => r2.zIndex - r1.zIndex)
.slice(0, limit);
console.table(data);
})(document, 50);
@tanish-kr
tanish-kr / intellij_remove_cache.md
Created February 7, 2018 07:31
sbtのキャッシュ削除

IntelliJ IDEAとconsoleでやったこと

Console

1. localのpluginsを消す

$ ls -la ~/.sbt/0.13/plugins
total 8
drwxr-xr-x 5 tatsunorinishikori staff 160 2 7 16:12 ./
@hashrock
hashrock / vuejs.md
Last active October 5, 2023 23:42
Vue.js資料まとめ(古いので注意)

#まず見るべき

以下のURLは、常に更新されているコンテンツです。