Skip to content

Instantly share code, notes, and snippets.

View albertmeronyo's full-sized avatar

Albert Meroño-Peñuela albertmeronyo

View GitHub Profile
@mommi84
mommi84 / awesome-kge.md
Last active April 14, 2025 11:27
Awesome Knowledge Graph Embedding Approaches
@cmarat
cmarat / etc_init_virtuoso.conf
Created April 14, 2014 17:46
virtuoso upstart config
description "Virtuoso Opensource 7"
author "cmarat@github"
# When to start the service
start on runlevel [2345]
# When to stop the service
stop on runlevel [016]
# Automatically restart process if crashed

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@mowen
mowen / org-style.css
Created March 9, 2010 12:19
A stylesheet for the Emacs Org Mode HTML export
/**
* This stylesheet will work pretty well with a regular Org Mode HTML export.
* However, you do have to turn off all of the defaults:
*
* (setq org-export-html-style-include-scripts nil
* org-export-html-style-include-default nil)
*
* and insert a call to the stylesheet:
*
* (setq org-export-html-style