Skip to content

Instantly share code, notes, and snippets.

View Simon-Tang's full-sized avatar

Simon Tang Simon-Tang

View GitHub Profile
@Simon-Tang
Simon-Tang / nordvpn_genmon.py
Last active March 20, 2024 19:24
NordVPN GUI when used with xfce4-genmon-plugin
#!/usr/bin/env python3
'''
# Usage
This script provides a basic (but tweakable) XFCE panel item for NordVPN, when
used in conjunction with xfce4-genmon-plugin
(https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin).
The plugin also acts as a toggle button for connecting/disconnecting.
@Simon-Tang
Simon-Tang / advent-of-code-2017-q1.html
Last active December 2, 2017 13:06
My attempt at an HTML + CSS solution for Day 1, Q1 of http://adventofcode.com/2017/
<!DOCTYPE html>
<html>
<head>
<title>Advent of Code 2017 - Q1 (HTML + CSS)</title>
<meta name="author" content="Simon Tang">
<!-- I think this works except for the case where 1st = (2nd last) = last. -->
<style media="screen">
body {