Skip to content

Instantly share code, notes, and snippets.

View sTinGe's full-sized avatar
🐶
howl~

Wei-Long Su sTinGe

🐶
howl~
View GitHub Profile
@ccuhospital
ccuhospital / Line_pretest.md
Created December 12, 2017 05:58
about line pretest

Q1 Where n is a positive integer, the function $ f(n)$ satisfies the following.

#

(1) Please create a program to find $ f(n)$ .(You can write in any language that you are good at.)

Here can using recursive to sloving this problem:

@chairco
chairco / pretest.md
Last active May 9, 2020 16:25
Line pretest

Because Line through TOP CAREER connect me to ask not show this test information online, for the respect and generous I decide to close those message.

@sTinGe
sTinGe / index.js
Last active August 29, 2015 14:12 — forked from edokeh/index.js
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@edokeh
edokeh / index.js
Last active May 12, 2024 05:54
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 11, 2024 07:10
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname