Skip to content

Instantly share code, notes, and snippets.

View liyzcj's full-sized avatar
🏠
Working from home

Alex Li liyzcj

🏠
Working from home
View GitHub Profile
@yinguobing
yinguobing / import_savedmodel_to_tensorboard.py
Created August 6, 2019 10:17
Import TensorFlow SavedModel to TensorBoard
"""Imports a SavedModel as a graph in Tensorboard."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import argparse
import sys
from tensorflow.core.framework import graph_pb2
@syrte
syrte / markdown.tid
Last active June 29, 2022 23:26
A drop-in replacement to the official TiddlyWiki Markdown plugin. It is implemented with markdown-it and supports math through katex.
author: JeremyRuston, Syrte
core-version: >=5.0.0
dependents:
description: Markdown parser
list: readme usage howto
plugin-type: plugin
revision: 0
title: $:/plugins/tiddlywiki/markdown
type: application/json
version: 6.0.0
@ryerh
ryerh / tmux-cheatsheet.markdown
Last active September 10, 2024 02:31 — forked from MohamedAlaa/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表 & 简明教程

注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。

Tmux 快捷键 & 速查表 & 简明教程

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话: