Skip to content

Instantly share code, notes, and snippets.

View o-jasper's full-sized avatar
💭
Just maybe i'll respond.

Jasper den Ouden (leave Github) o-jasper

💭
Just maybe i'll respond.
View GitHub Profile
@o-jasper
o-jasper / arxiv-title.user.js
Created April 5, 2016 00:34
Userscript for making it show titles on Arxiv pdfs.
// ==UserScript==
// @name Arxiv titlatorizer
// @namespace Titlatorizer
// @description Replaces the arxiv title with the ... title.
// @include http://arxiv.org/*
// @include https://arxiv.org/*
// @version 0.0
// @grant GM_xmlhttpRequest
// ==/UserScript==
//
@o-jasper
o-jasper / do to dot bin echo.sh
Created May 16, 2018 15:46
ln -s trick you can do with firejail, but with everything. In Python.
ln -s ~/.bin/lnstrick.py ~/.bin/echo
@o-jasper
o-jasper / ln_s_trick.py
Created May 24, 2018 21:35
Ln -s trick which am using. Could possibly use some features like supporting quotes, perhaps "patterns"
#!/bin/python
import sys
import subprocess
import os
import sys
from pathlib import Path
def figure_path_list():
got = os.getenv('LNS_TRICK_PATH')