Skip to content

Instantly share code, notes, and snippets.

View nyhxiaoning's full-sized avatar
💭
I may be slow to respond.

Henry nyhxiaoning

💭
I may be slow to respond.
View GitHub Profile
@nyhxiaoning
nyhxiaoning / .Cloud.md
Created May 7, 2024 06:20 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

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

其他人的集合

# After installing Node (https://nodejs.org/en)
npm i -g typescript
# Check tsc is installed
tsc --version
# Create an index.ts file
echo "console.log('hello world')" > index.ts
# Can't run ts files directly by themselves - have to compile as .js