Skip to content

Instantly share code, notes, and snippets.

@blanboom
blanboom / image-shadow
Last active March 4, 2020 11:16 — forked from twlz0ne/image-shadow
Add shadow to image
#!/bin/bash
##
# Add shadow to image
# @author gongqijian@gmail.com
# @date 2014-11-22
##
usage() {
app=$(basename $0)
cat <<EOF
@blanboom
blanboom / StockWidget.js
Last active December 9, 2020 20:45 — forked from saiteja09/StockWidget.js
用于 Scriptable 的股票 widget,能够密集显示更多的股票信息
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-gray; icon-glyph: magic;
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: book; share-sheet-inputs: plain-text;
// Stock Ticker Widget
let stocksInfo = await getStockData()
let widget = await createWidget()
if (config.runsInWidget) {