Skip to content

Instantly share code, notes, and snippets.

@rmeekers
rmeekers / difference between straight and curly quotes.md
Created March 13, 2020 11:13
What's the difference between straight and curly quotes?

Straight quotes are the generic vertical quotation marks which are inserted via the quotes button on a keyboard. There are two variants:

  1. the straight single quote (') and 2 .the straight double quote (").

Curly quotes are the quotation marks used in good typography. There are two sets of curly quote characters:

  1. Single quotes: the opening single quote (‘) and the closing single quote (’)
  2. Double quotes: the opening double quote (“) and the closing double quote (”).

How to use these quotes in a text editor?

@rmeekers
rmeekers / vlookup_in_multiple_columns.md
Last active April 24, 2020 07:13
Google Sheet formula to do a vlookup in multiple columns

Assumptions:

  • value to look for is in cell C2
  • array to search in: 'email domains'!A:Y
  • value to retrieve is in column no 26 (Z)
=ArrayFormula(if(countif('email domains'!A:Y;C2)=0;"";index('email domains'!A:Z;sum(if('email domains'!A:Y=C2;row('email domains'!A:Y))); sum(if('email domains'!A:Y=C2;26)))))
^(\w[\s\w\-\'.]+?)\s?((?:\d+(?:\s?-\s?\d+)?)\s?[a-zA-Z]?)(?:\s?-?\s?)?((?:\/|bus|Bus)\s?.+)?$
@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": []
},
{
@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",