Skip to content

Instantly share code, notes, and snippets.

@K4zuki
K4zuki / README.md
Created July 12, 2017 08:39
fix Git for windows shortcut

run Git-Bash from $HOME

  1. run git bash
  2. apply Pin this program to task bar
  3. right ckick icon -> right click Git Bash -> Properties
  4. type following into Start in: %HOMEDRIVE%%HOMEPATH%
@K4zuki
K4zuki / README.md
Last active June 3, 2017 01:19
markdown-preview-enhanced front matter sample to use pandoc

for HTML output:

output:
  custom_document:
    path: output.html    
    pandoc_args: [    
    "--self-contained",
    # "--number-sections", # if you like it numbered
    # "--reference-docx=/Full/Path/To/Reference.docx",
 "-M","css=/Full/Path/To/github.css",    
@K4zuki
K4zuki / note.md
Created May 24, 2017 08:42
install docxtpl on your local [WINDOWS]
$ conda skeleton pypi docxtpl
$ conda build docxtpl
$ conda install --use-local docxtpl
@K4zuki
K4zuki / WMF5.0packageList.md
Last active October 25, 2016 07:57
Windows Management Framework 5.0 package List
@K4zuki
K4zuki / SSCI_SPI_LCD.brd
Last active October 12, 2016 17:02
SsciSpiLcd
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.5.0">
<drawing>
<settings>
<setting alwaysvectorfont="yes"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="mm" unit="mm" style="dots" multiple="1" display="yes" altdistance="0.1" altunitdist="mm" altunit="mm"/>
<layers>
@K4zuki
K4zuki / note.md
Created September 18, 2016 10:03
link to git-submodule note
@K4zuki
K4zuki / github.css
Last active September 22, 2018 14:08
a fork of Super Famous github.css
body {
font-family: Source Han Sans L, Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {
@K4zuki
K4zuki / note.md
Last active August 28, 2018 15:51
python and Make to generate a scatter plot from csv file