Skip to content

Instantly share code, notes, and snippets.

View imjcw's full-sized avatar

marvin imjcw

View GitHub Profile
@imjcw
imjcw / .Cloud.md
Created November 21, 2023 01:33 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

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

其他人的集合

##Gist List

https://api.github.com/users/imjcw/gists

##Gist Detail

https://api.github.com/gists/:gistId
<snippet>
<content><![CDATA[
echo "<pre>";
var_dump(\$${1:this});
echo "</pre>";
die;
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>vardump</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<snippet>
<content><![CDATA[
console.log(${1:this});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>consolelog</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>