Skip to content

Instantly share code, notes, and snippets.

View lotreal's full-sized avatar
♥️
Focusing

Luo Tao lotreal

♥️
Focusing
  • chongqing, china
View GitHub Profile
;;; pbcopy.el --- Emacs Interface to pbcopy
;; Copyright (C) 2011 Daniel Nelson, based on xclip.el, by Leo Shidai Liu
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This file is distributed in the hope that it will be useful,
@lotreal
lotreal / route.sh
Last active August 29, 2015 14:12 — forked from kevinzhow/route.sh
route = 8.0.0.0/255.0.0.0
route = 58.0.0.0/255.0.0.0
route = 23.0.0.0/255.0.0.0
route = 117.0.0.0/255.0.0.0
route = 199.0.0.0/255.0.0.0
route = 190.0.0.0/255.0.0.0
route = 198.0.0.0/255.0.0.0
route = 173.0.0.0/255.0.0.0
route = 174.0.0.0/255.0.0.0
route = 168.0.0.0/255.0.0.0
// Apply the scala plugin to add support for Scala
apply plugin: 'scala'
apply plugin: 'application'
version = '0.1'
configurations {
fatJar
}