This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Het grote 'zet-de-tv-goed-beunscript' | |
# Copyrighties belong to me :) | |
# TO DO BEFORE USAGE | |
# Hide Unity Launcher | |
# Install Firefox | |
# Setup exception for wrong certificates of CH | |
# Set enabled=0 in /etc/default/apport to prevent error messages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
import re | |
# Splitting the lines | |
lines = [] | |
format_string = "%d.%m.%Y"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: ACF Tab Merge | |
Plugin URI: https://enshrined.co.uk/2017/06/14/merging-acf-field-group-tabs/ | |
Description: Merges tabs across field groups in ACF | |
Version: 1.0.0 | |
Author: enshrined | |
Author URI: https://enshrined.co.uk | |
*/ |