This is Greasemonkey user script and Stylish user style for my personal usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uploaded by request from https://www.youtube.com/watch?v=Uoa6eyi_nXI&lc=z13yg5jy1oijhdtwl04cetbgbuubvhvydy00k | |
for i in {1..120}; do echo 6000 1 $((100*i)) | wave >> sweep-100-12kHz.raw; done | |
# Float 32 bit Little Endian, Rate 48000 Hz, Mono | |
cat sweep-100-12kHz.raw | aplay -f FLOAT_LE -r 48000 -c 1 -q; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GitHub Hide Some Repos | |
// @namespace http://localhost/github-hide-some-repos | |
// @include https://github.com/search?* | |
// @include https://github.com/*?tab=* | |
// @include /https:\/\/github\.com\/[-_a-z0-9]+$/ | |
// @version 0.1.2 | |
// @grant none | |
// ==/UserScript== | |
// License Public Domain, or via UNLICENSE, if not applicable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# Xmas Terminal | |
# Copyright (C) 2012, 2015 Yu-Jie Lin | |
# | |
# Modified from urwid's code by Yu-Jie Lin | |
# | |
# Blog: http://blog.yjl.im/2012/12/christmas-terminal.html | |
# Gist: https://gist.github.com/livibetter/127287ca94164e38cb09 | |
# Video: https://www.youtube.com/watch?v=jiBcaV0FqTg | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ring |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Written by Yu-Jie Lin | |
# Placed in Public Domain | |
# Blog: http://blog.yjl.im/2015/08/speedparser-vs-feedparser-in-performance.html | |
from timeit import timeit | |
import feedparser as fp | |
import speedparser as sp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script was written by Yu-Jie Lin in Public Domain, for 2014 April Fools' | |
# Day for making a YouTube video, 100% not real. | |
# | |
# Even one day, Microsoft does release Windows XP source code, which I believe | |
# it would, but not in near future, I don't think it's possible to release | |
# under the GPL. | |
# | |
# YouTube: https://www.youtube.com/watch?v=-awZX1CWgxU |