Skip to content

Instantly share code, notes, and snippets.

View sundevilyang's full-sized avatar
😃

Yang Wen sundevilyang

😃
  • ByteDance
  • Beijing
View GitHub Profile
// ==UserScript==
// @name Roam YouTube timestamp controls
// @namespace learnstream.org
// @version 0.1
// @description Add timestamp controls to YouTube videos embedded in Roam
// @author Ryan Muller <ryanmuller@google.com>
// @match https://*.roamresearch.com
// @grant none
// ==/UserScript==
// Copyright 2020 Google LLC.
@alexliao
alexliao / ruby_monk_dictionary_cn
Last active December 15, 2015 00:49
Ruby Monk 中文翻译字典和规范,把常用术语的译文统一起来,以便保持全部译文的一致性。各位译者参考此字典进行翻译,并且随时添加新的术语。 请按照字母顺序排列。
规范:
1、标点符号使用全角
2、保留原文中一切标记如<span>,只翻译文字部分
3、必要时在括号中引用原文术语,如"方法(methods)"
字典:
calling: 调用
introduction: 介绍
object, objects: 对象
primer: 初学者
@zernel
zernel / Gemfile
Created August 24, 2012 01:45
Devise authentication with multiple provider
gem 'devise'
gem 'omniauth'
gem 'omniauth-github'
gem "omniauth-twitter"
gem "omniauth-facebook"
gem "omniauth-google-oauth2"

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: