Skip to content

Instantly share code, notes, and snippets.

View louis70109's full-sized avatar
📈

NiJia Lin louis70109

📈
View GitHub Profile
@Yukaii
Yukaii / README.md
Last active August 22, 2022 13:45
Export shopee orders to JSON file
@jirawatee
jirawatee / richmenu.js
Last active May 28, 2021 02:24
Display Rich Menu to match the user's device language
const functions = require("firebase-functions");
const request = require("request-promise");
const LINE_MESSAGING_API = "https://api.line.me/v2/bot";
const LINE_HEADER = {
"Content-Type": "application/json",
Authorization: "Bearer YOUR-CHANNEL-ACCESS-TOKEN"
};
exports.LineBot = functions.https.onRequest(async (req, res) => {
@louis70109
louis70109 / History|-257644a|AIF1.json
Last active November 18, 2022 10:27
Visual Studio Code Settings Sync Gist
{
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.forceDownload": false,
"editor.fontSize": 15,
"editor.tabSize": 2,
"window.zoomLevel": 1,
"editor.fontFamily": "Fira Code",
@chrissimpkins
chrissimpkins / gist:5bf5686bae86b8129bee
Last active March 6, 2023 00:10
Atom Editor Cheat Sheet: macOS

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
@jpillora
jpillora / smtp-gmail-send.go
Last active March 5, 2024 21:26
Send email using Go (Golang) via GMail with net/smtp
package main
import (
"log"
"net/smtp"
)
func main() {
send("hello there")
}
@edokeh
edokeh / index.js
Last active May 12, 2024 05:54
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \