- Mumu emoji picker https://getmumu.com/
- Karabiner https://karabiner-elements.pqrs.org/
Setup
#!/bin/bash | |
# Dependency: requires macOCR | |
# Download: https://github.com/schappim/macOCR | |
# @raycast.schemaVersion 1 | |
# @raycast.title macOCR | |
# @raycast.mode silent | |
# @raycast.author Lim Chee Aun | |
# @raycast.authorURL https://github.com/cheeaun |
Setup
•_•) | |
( •_•)>⌐■-■ | |
(⌐■_■) |
; Shift + Wheel for horizontal scrolling | |
+WheelDown::WheelRight | |
+WheelUp::WheelLeft |
import MapboxLayer from '@deck.gl/mapbox/dist/esm/mapbox-layer'; | |
import { Tiles3DLoader } from '@loaders.gl/3d-tiles'; | |
import { Tile3DLayer } from '@deck.gl/geo-layers'; | |
const buildingsLayer = new MapboxLayer({ | |
id: 'buildings', | |
type: Tile3DLayer, | |
data: 'URL TO tileset.json', | |
loader: Tiles3DLoader, | |
loadOptions: { |
domain | count | |
---|---|---|
pixey.org | 22671 | |
landofkittens.social | 15322 | |
metapixl.com | 13859 | |
lea.pet | 13344 | |
fedi.absturztau.be | 12684 | |
moth.zone | 12665 | |
mastodon.sergal.org | 11789 | |
shota.house | 11212 | |
shitposter.world | 9858 |
npm i http-server -g
- global install the static file serveropenssl genrsa -des3 -out key.pem 1024
openssl req -new -key key.pem -out csr.pem
cp key.pem key.pem.org
openssl rsa -in key.pem.org -out key.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
http-server . --S
in the root directory