Skip to content

Instantly share code, notes, and snippets.

View jdevera's full-sized avatar

Jacobo de Vera jdevera

View GitHub Profile
@jdevera
jdevera / keybase.md
Created May 13, 2022 13:31
keybase.md

Keybase proof

I hereby claim:

  • I am jdevera on github.
  • I am jdevera (https://keybase.io/jdevera) on keybase.
  • I have a public key ASCyvaYAE57aihgMMYT4xo2vB9mKyY-AbG3OrWhW4xeazgo

To claim this, I am signing this object:

@jdevera
jdevera / namespaces-catalog.cljs
Created February 20, 2023 09:52
Namespaces Catalog for Roam Research (v.1.0)
(ns namespaces-catalog-v1.0
(:require [roam.datascript :as rd]
[roam.util :refer [parse]]))
(def SEP "/")
(defn namespaced-pages
" Get all pages in the graph that have a namespace (they contain / in the title)"
[]
(map first
@jdevera
jdevera / vm-clean-up.sh
Last active May 18, 2024 18:39 — forked from mortn/vm-clean-up.sh
VM Clean Up (cleaning up Debian based system for use as template)
#!/bin/bash
# Clean up Apt
apt-get autoremove
apt-get autoclean
apt-get clean
# Generate new SSH host keys
for T in dsa rsa ecdsa; do