Skip to content

Instantly share code, notes, and snippets.

@Mark-Han
Mark-Han / testPDF.plt
Last active December 10, 2016 06:29
Graphically tests and presents the pdfcario terminal in gnuplot 5.0.3
# running it by "gnuplot testPDF.plt"
# the defualt termimal type for gnuplot is qt on my Ubuntu
# a `test` command will graphically gives the configuration info in a separatee window
# but for other terminals, e.g., pdf, the `test` command will bring a bunch of characotors
# (including mess code) in Terminal
# the right way is that we should output the configure info to a pdf file
# this gist will help us to do this
# you will see there exist great difference between the pdf and defaut qt terminal
# the line styles, font sizes, symbols, etc.
@Mark-Han
Mark-Han / Makefile
Created December 15, 2016 01:13 — forked from isaacs/Makefile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.
@Mark-Han
Mark-Han / default.custom.yaml
Last active December 22, 2016 01:03
ibus-rime configuration on my Ubuntu (~/.config/ibus/rime)
# Rime default settings
# encoding: utf-8
# customed by Mark Han
# 27 Nov., 2016
config_version: "0.35"
#patch begin
patch:
schema_list:
{
"createdBy": "Redirector v3.1.0",
"createdAt": "2017-03-13T13:23:14.103Z",
"redirects": [
{
"description": "Google_Scholar",
"exampleUrl": "http://scholar.google.com.hk/scholar_url?url=https://www.researchgate.net/profile/Leonard_Dobrzynski/publication/12044060_Experimental_and_Theoretical_Evidence_for_the_Existence_of_Absolute_Acoustic_Band_Gaps_in_Two-Dimensional_Solid_Phononic_Crystals/links/0deec52d6566fe41aa000000.pdf&hl=zh-CN&sa=X&scisig=AAGBfm182tpfFeHK4Ch0NkYkOonWOtksCg&nossl=1&oi=scholarr&ved=0ahUKEwj2ntTpyNPSAhULP48KHWoqCQ0QgAMIGSgAMAA",
"exampleResult": "http://scholar.google.com//scholar_url?url=https://www.researchgate.net/profile/Leonard_Dobrzynski/publication/12044060_Experimental_and_Theoretical_Evidence_for_the_Existence_of_Absolute_Acoustic_Band_Gaps_in_Two-Dimensional_Solid_Phononic_Crystals/links/0deec52d6566fe41aa000000.pdf&hl=zh-CN&sa=X&scisig=AAGBfm182tpfFeHK4Ch0NkYkOonWOtksCg&nossl=1&oi=scholarr&ved=0ahUKEwj2ntTpyNPSAhULP48KHWoq
@Mark-Han
Mark-Han / SumatraPDF-settings.txt
Last active December 19, 2023 01:20
my user setting file for Sumatra, the PDF viewer on Windows
# For documentation, see http://www.sumatrapdfreader.org/settings3.2.html
MainWindowBackground = #000000
EscToExit = true
ReuseInstance = false
UseSysColors = true
RestoreSession = true
FixedPageUI [
TextColor = #000000