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 July 4, 2024 09:07
Awesome Knowledge Graph Embedding Approaches

Awesome Knowledge Graph Embedding Approaches

Awesome

This list contains repositories of libraries and approaches for knowledge graph embeddings, which are vector representations of entities and relations in a multi-relational directed labelled graph. Licensed under CC0.

Libraries

@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