Skip to content

Instantly share code, notes, and snippets.

View timching's full-sized avatar
:shipit:
凡夫

timching timching

:shipit:
凡夫
  • Hong Kong
  • 19:34 (UTC +08:00)
View GitHub Profile
@timching
timching / OLKB_Planck.json
Last active January 6, 2022 06:17
My QMK Keymaps
{
"version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "planck/rev6_drop",
"keymap": "planck_rev6_drop_layout_ortho_4x12_mine",
"layout": "LAYOUT_ortho_4x12",
"layers": [
[
"KC_TAB",
@timching
timching / .gitignore
Created July 29, 2019 08:58 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@timching
timching / free_email_provider_domains.txt
Created April 19, 2019 13:26 — forked from tbrianjones/free_email_provider_domains.txt
A list of free email provider domains. Some of these are probably not around anymore. I've combined a dozen lists from around the web. Current "major providers" should all be in here as of the date this is created.
1033edge.com
11mail.com
123.com
123box.net
123india.com
123mail.cl
123qwe.co.uk
126.com
150ml.com
15meg4free.com
@timching
timching / object-watch.js
Created May 10, 2018 19:22 — forked from eligrey/object-watch.js
object.watch polyfill in ES5
/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*/