Skip to content

Instantly share code, notes, and snippets.

@alfongj
alfongj / datgui-build.js
Last active August 15, 2021 08:02 — forked from heaversm/datgui-build.js
Automatically build a dat gui from a javascript object
const config = { //SAMPLE OBJECT - replace this with your data object
fastMode: true,
backgColor: "#a42e27",
foregColor: "#dcafad",
sun: {
x: 140,
y: 155,
radius: 240,
color: "#e3d5c4",
},
@alfongj
alfongj / db_daemon.sh
Last active December 12, 2015 09:49 — forked from aarvay/db_daemon.sh
#!/bin/bash
#
# Bash hack to install Dropbox Daemon
# @author : Vignesh Rajagopalan
#
###
cat <<EOF | sed -e "s,%,$,g" >/etc/init.d/dropbox
### BEGIN INIT INFO
# Provides: dropbox