Skip to content

Instantly share code, notes, and snippets.

View jwfwessels's full-sized avatar

JWF Wessels jwfwessels

  • Delft, Netherlands
View GitHub Profile
@jwfwessels
jwfwessels / html
Created May 16, 2023 12:31
Testing evaluation of same url via alias' and scopes with import maps
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Untitled</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<!--
JSPM Generator Import Map
@jwfwessels
jwfwessels / cloudSettings
Last active May 17, 2020 13:36
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-05-17T13:36:01.382Z","extensionVersion":"v3.4.3"}
@jwfwessels
jwfwessels / cloudSettings
Last active April 17, 2018 08:55
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-04-02T05:35:18.547Z","extensionVersion":"v2.9.0"}
@jwfwessels
jwfwessels / ngrok-installation.md
Created June 12, 2017 18:28 — forked from wosephjeber/ngrok-installation.md
Installing ngrok on Mac

#Installing ngrok on OSX

  1. Download ngrok
  2. Unzip it to your Applications directory
  3. Create a symlink (instructions below)

Creating a symlink to ngrok

Run the following two commands in Terminal to create the symlink.

# cd into your local bin directory
@jwfwessels
jwfwessels / test_wp_mail.php
Created September 30, 2015 17:57 — forked from butlerblog/test_wp_mail.php
File for testing the wp_mail function http://b.utler.co/9L
<?php
/**
* This file can be used to validate that the WordPress wp_mail() function is working.
* To use, change the email address in $to below, save, and upload to your WP root.
* Then browse to the file in your browser.
*
* For full discussion and instructions, see the associated post here:
* http://b.utler.co/9L
*
* Author: Chad Butler
@jwfwessels
jwfwessels / about.md
Last active August 29, 2015 13:57 — forked from jasonrudolph/about.md