Skip to content

Instantly share code, notes, and snippets.

View tianrking's full-sized avatar
🌴
On vacation

tianrking

🌴
On vacation
View GitHub Profile
@imba-tjd
imba-tjd / .Cloud.md
Last active July 22, 2024 07:05
☁️ 一些免费的云资源

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

其他人的集合

@abrasumente233
abrasumente233 / nesign.py
Last active June 26, 2022 01:46
网易云音乐签到(pc android)
# -*- coding: utf-8 -*-
"""网易云自动签到"""
import requests
__author__ = 'abrasumente'