Skip to content

Instantly share code, notes, and snippets.

[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = ["Kevin Velghe <kevin.velghe@senso2.me>"]
[tool.poetry.dependencies]
python = "^3.5"
alembic = "==0.9.1"
Flask = "==0.12.2"
@paretje
paretje / build.xml
Last active October 17, 2016 11:53
Basic ant build file
<project default="jar">
<property file="project.properties" prefix="project" />
<target name="clean">
<delete dir="build" />
</target>
<target name="compile">
<mkdir dir="build/classes" />
@paretje
paretje / https-minerva.user.js
Last active August 29, 2015 14:22
Force HTTPS, in combination with HTTPS Everywhere, on UGent Minerva
// ==UserScript==
// @name HTTPS Minerva
// @version 0.1.3
// @namespace http://www.online-urbanus.be
// @downloadURL https://gist.github.com/paretje/a4186175756f72e8e5e0/raw/https-minerva.user.js
// @updateURL https://gist.github.com/paretje/a4186175756f72e8e5e0/raw/https-minerva.user.js
// @include https://minerva.ugent.be/*
// @grant none
// ==/UserScript==
@paretje
paretje / noflashonvrt.user.js
Last active August 29, 2015 14:06
Use a video object instead of flash on the website of één
// ==UserScript==
// @name No Flash on VRT
// @version 0.3
// @author Paretje
// @description Use a video object instead of flash on the website of één
// @namespace http://www.online-urbanus.be
// @downloadURL https://gist.githubusercontent.com/paretje/97bcdc7e14ee05f46ad3/raw/noflashonvrt.user.js
// @updateURL https://gist.githubusercontent.com/paretje/97bcdc7e14ee05f46ad3/raw/noflashonvrt.user.js
// @include http://www.een.be/*
// @include http://een.be/*
@paretje
paretje / force-ssl-url-scheme.php
Last active August 29, 2015 14:00 — forked from webaware/force-ssl-url-scheme.php
Force WordPress to use https
<?php
/*
Plugin Name: Force SSL URL Scheme
Plugin URI: https://gist.github.com/webaware/4688802
Description: Force the protocol scheme to be HTTPS when is_ssl() doesn't work
Version: 1.0.0-paretje3
Author: WebAware
Author URI: http://www.webaware.com.au/
Changed by: Paretje
Change: no need of javascript