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
@harveyphan
harveyphan / input.scss
Created November 20, 2020 06:51
Generated by SassMeister.com.
@font-face {
font-family: "GT-Walsheim-Pro";
src: url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.eot");
src: url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.woff")
format("woff"),
url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.ttf")
format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
@harveyphan
harveyphan / input.scss
Created November 19, 2020 11:10
Generated by SassMeister.com.
@font-face {
font-family: "GT-Walsheim-Pro";
src: url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.eot");
src: url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.woff")
format("woff"),
url("https://gt-se.github.io/ResourcesVI/fonts/GT-Walsheim-Pro-Regular/GT-Walsheim-Pro-Regular.ttf")
format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
<?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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="http://app-lon07.marketo.com/js/forms2/js/forms2.min.js"></script>
@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