Skip to content

Instantly share code, notes, and snippets.

View harveyphan's full-sized avatar

Thang Phan harveyphan

  • http://creationcoding.co.uk
  • Hanoi, Vietnam
View GitHub Profile
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
@harveyphan
harveyphan / config.yml
Created July 26, 2020 07:11 — forked from fredrikln/config.yml
Flexget config
templates:
# Transmission config
transmission:
transmission:
host: 'localhost'
port: 9091
username: [censored]
password: [censored]
ratio: -1.0
addpaused: No
@harveyphan
harveyphan / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console