Skip to content

Instantly share code, notes, and snippets.

@unqueued
unqueued / submodulewiki.md
Last active December 3, 2017 17:44 — forked from iracooke/submodulewiki.md
Wiki as a submodule

From within the parent repo do

        git submodule add git@bitbucket.org:iracooke/transcriptomes.git/wiki wiki
        git commit -m "Adding wiki as submodule"
        git push

Making changes to the wiki and to the parent require separate git commit commands.

@unqueued
unqueued / Makefile
Created December 2, 2017 01:04 — forked from tsunghanlin/Makefile
Pandoc Latex PDF HOWTO
PANDOC = pandoc
PANDOC_MD = doc.md
TEX_TEMPLATE = mincho.tex
PDF_FILE = em.pdf
PANDOC_OPTS += --highlight-style tango -N --toc
PANDOC_OPTS += --latex-engine=xelatex -H $(TEX_TEMPLATE)
PANDOC_OPTS += --filter pandoc-citeproc --csl ieee.csl --bibliography=ref.bib
# make citation number in article linkable
PANDOC_OPTS += --metadata link-citations=true
FONTS_OPTS += --variable mainfont="Noto Sans CJK JP"
08:12:50.564 debugger-ui:83 Console was cleared
08:12:53.629 RCTLog.js:38 Running application NeedDoneApp ({
initialProps = {
};
rootTag = 1;
})
08:12:53.633 infoLog.js:17 Running application "NeedDoneApp" with appParams: {"rootTag":1,"initialProps":{}}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF
08:12:53.732 AppNavigator.js:176 AppNavigator componentDidMount
08:12:53.829 profile.js:236 SESSION_GET_SUCCESS null 742 evergreen terrace
08:12:53.975 SQLiteManager.js:59 Opening database ...

My list

  • Book 1
  • Book 2
  • Book 3