Skip to content

Instantly share code, notes, and snippets.

View henryvoorburg's full-sized avatar

henryvoorburg

View GitHub Profile
@henryvoorburg
henryvoorburg / apple-meta-insanity.html
Created April 4, 2021 20:40 — forked from eyecatchup/apple-meta-insanity.html
Insanity of Apple-specific meta tags..
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Apple Meta Insanity</title>
<!--
APPLE WEB APP META TAGS
-->
@henryvoorburg
henryvoorburg / _verify-repair-permissions-disk.md
Created March 22, 2021 16:28 — forked from bzerangue/_verify-repair-permissions-disk.md
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)

Verify and Repair Disk Permissions via Terminal (Mac OS X)

Verify Permissions

diskutil verifyPermissions /

Repair Permissions

diskutil repairPermissions /

@henryvoorburg
henryvoorburg / README.md
Created September 13, 2020 08:52
Using Enmap for per-server configurations

Enmap Example

COMPATIBLE WITH VERSION 4 ONLY: Please note that the below has been updated to Enmap 4 and will not work in previous versions! Make sure to update Enmap if it's already installed!

This example uses a very, very simple bot made in discord.js to demonstrate how easily Enmap can be used to create a per-server configuration system.

Installation

This code requires the following installation on Windows:

@henryvoorburg
henryvoorburg / gist:9311241796b20e2c507a28a49a82b24d
Created July 22, 2020 06:01 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@henryvoorburg
henryvoorburg / meta-tags.md
Created July 13, 2020 09:03 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@henryvoorburg
henryvoorburg / meta-tags.md
Created July 13, 2020 09:03 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags
@henryvoorburg
henryvoorburg / footer.html
Created July 13, 2020 08:59 — forked from lukas-h/footer.html
Footer for jekyll sites, that iterates all pages (here with css classes for materializecss)
@henryvoorburg
henryvoorburg / head.html
Created July 13, 2020 08:54 — forked from lukas-h/head.html
AMP jekyll include head
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
@henryvoorburg
henryvoorburg / license-badges.md
Created July 13, 2020 08:51 — forked from lukas-h/license-badges.md
Lizenz-Buttons für dein Projekt

Markdown Lizenz-Buttons

Sammlung von Lizenz-Schildern (Badges) für die README-Datei deines Projekts. Diese Liste enthält die meist verbreiteten Open Source und Open Data Lizenzen. Kopieren und fügen Sie den Code unter den Badges einfach in Ihre Markdown-Dateien ein.

Notes

@henryvoorburg
henryvoorburg / getip.c
Created July 13, 2020 08:49 — forked from lukas-h/getip.c
Resolve IP as hostname (unix console tool)
/*
* `getip.c'
*
* Copyright (C) 2015, 2016 Lukas Himsel <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,