Skip to content

Instantly share code, notes, and snippets.

@K4zuki
K4zuki / note.md
Last active August 23, 2016 06:14
USB4x3HUB enclosure
@K4zuki
K4zuki / note.md
Last active August 29, 2016 04:27
git-svn-clone from local (and windows network drive) repos

hint from HERE

  • windows7 and git for windows
  • tortoisesvn 1.8 and given svn environment

start svn server using svnserve.exe

  • on PowerShell run svnserve.exe -d --root <P:\\path\to\local\svn\repository\dir>
    • it makes No prompt

clone svn repo as git repo

  • on your git workspace (if any) run git svn clone svn://relative/path/to/repo
@K4zuki
K4zuki / note.md
Last active August 28, 2018 15:51
python and Make to generate a scatter plot from csv file
@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
Created September 18, 2016 10:03
link to git-submodule note
@K4zuki
K4zuki / note.md
Last active September 18, 2016 12:11
WaveDrom timing diagram editor
@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 / WMF5.0packageList.md
Last active October 25, 2016 07:57
Windows Management Framework 5.0 package List
@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