Skip to content

Instantly share code, notes, and snippets.

View MattHeffNT's full-sized avatar
🏠
Reticulating splines

Matt Heffernan MattHeffNT

🏠
Reticulating splines
  • Melbourne (Naarm), Victoria
View GitHub Profile
@umanghome
umanghome / publish.yml
Last active June 20, 2025 13:27
GitHub Action: Generate a build and push to another branch
# .github/workflows/publish.yml
name: Generate a build and push to another branch
on:
push:
branches:
- master # Remove this line if your primary branch is "main"
- main # Remove this line if your primary branch is "master"
jobs:
@fworks
fworks / install-zsh-windows-git-bash.md
Last active August 12, 2025 14:25
Zsh / Oh-my-zsh on Windows Git Bash
@ssaurel
ssaurel / 8ball.htm
Last active August 19, 2021 04:55
Magic 8 Ball in HTML5 with JavaScript for a tutorial on the SSaurel's Channel
<html>
<head>
<title>Magic 8 Ball</title>
<script type="text/javascript">
// we define answers
var answers = ["It is certain",
"It is decidedly so",
"Without a doubt",
"Yes - definitely",
@mrmccormack
mrmccormack / mdbootstrap-template-cdn.html
Last active August 28, 2023 14:47
MDBootsrap CDN Starter Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UNTITLED</title>
<!-- Font Awesome -->
<!-- Bootstrap core CSS -->
@joepie91
joepie91 / vpn.md
Last active December 8, 2025 03:34
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.