Skip to content

Instantly share code, notes, and snippets.

View schaoss's full-sized avatar
🚀

Gary Chu schaoss

🚀
View GitHub Profile
@barbietunnie
barbietunnie / download-old-chrome-versions.md
Last active May 14, 2024 18:31
How to download old versions of Chrome

How to download old versions of Chrome

Click here to download old versions of Chrome for Linux, Mac and Windows.

The download_url field of the desired section houses the URL to the download.

Alternatively, for not too old versions, you can get it directly here.

@MilesChou
MilesChou / Makefile
Last active May 25, 2019 10:34
Dockerfile 懶人用
#!/usr/bin/make -f
IMAGE := $(shell basename $(shell pwd))
VERSION := latest
.PHONY: all build rebuild shell run
# ------------------------------------------------------------------------------
all: build
@yorkxin
yorkxin / rfc6749.md
Last active April 6, 2022 11:54
RFC 6749 in Markdown - Edited from http://tools.ietf.org/rfc/rfc6749.txt
Internet Engineering Task Force (IETF)                     D. Hardt, Ed.
Request for Comments: 6749                                     Microsoft
Obsoletes: 5849                                             October 2012
Category: Standards Track
ISSN: 2070-1721

The OAuth 2.0 Authorization Framework

Abstract