Skip to content

Instantly share code, notes, and snippets.

View fallrising's full-sized avatar

Cheng Kung Chiang fallrising

  • Singapore
View GitHub Profile
@fallrising
fallrising / .Cloud.md
Created September 21, 2023 05:55 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合

@fallrising
fallrising / vim-cheat-sheet.md
Created February 6, 2022 04:14 — forked from ajaxray/vim-cheat-sheet.md
Vim Cheat Sheet

Vim Cheat Sheet

My collection of vim tips to make the best editor even better. This is by no means complete or a tutorial on how to use vim, but a set of commands I don't want to forget and need to write them down before they burn into memory.

See the resources section below for a more complete introduction and a set of in-depth tutorials.

Navigation

:nn " Jump to line nn

@fallrising
fallrising / 0_reuse_code.js
Created April 16, 2017 11:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console