Skip to content

Instantly share code, notes, and snippets.

^(\w[\s\w\-\'.]+?)\s?((?:\d+(?:\s?-\s?\d+)?)\s?[a-zA-Z]?)(?:\s?-?\s?)?((?:\/|bus|Bus)\s?.+)?$
@rmeekers
rmeekers / osx_install.sh
Last active November 23, 2021 12:19
Mac Install most of my Apps with homebrew & cask after a clean install
#!/bin/bash
#run this first: chmod +x osx_install.sh
####
echo Install AppStore Apps first as we cannot do this automatically!
read -p "Press any key to continue... " -n1 -s
echo '\n'
####
echo Install Homebrew, wget cask and a few other apps
@rmeekers
rmeekers / code.gs
Created December 11, 2017 08:46
Bulk Convert XLSX Files in Google Drive To Google Sheet
/*
* Setttings
*/
// Google Drive Folder ID which contains the Excel files you want to convert
var driveFolderId = '';
// Folder name in which we should place the original files after conversion
var sourceFilesFolderName = 'Source Files';
@rmeekers
rmeekers / paletteSet.json
Last active July 26, 2023 12:49
Enter Digital Color Palette
{
"author": "Enter Digital – www.enterdigital.coop",
"description": "The official brand colours of Enter Digital.",
"palette": [
{
"name": "Base Brand Colours",
"description": "",
"colors": [
"#E0F378",
"#F5F5F5",
@rmeekers
rmeekers / node_red.json
Last active February 5, 2024 11:14
Node Red flow to monitor Eeve / Toadi to Home Assistant via MQTT (including auto discovery) - https://community.home-assistant.io/t/eeve-toadi-willow/405097
[
{
"id": "76106b40e1ce3c2f",
"type": "tab",
"label": "Toadi to MQTT",
"disabled": false,
"info": "",
"env": []
},
{