I hereby claim:
- I am danielim on github.
- I am danielim (https://keybase.io/danielim) on keybase.
- I have a public key whose fingerprint is 83C9 9782 0FC4 164F 7067 57DE 07FF E4FD 7694 4B31
To claim this, I am signing this object:
| FROM nginx:alpine AS builder | |
| # nginx:alpine contains NGINX_VERSION environment variable, like so: | |
| # ENV NGINX_VERSION 1.15.0 | |
| # Our NCHAN version | |
| ENV NCHAN_VERSION 1.1.15 | |
| # Download sources | |
| RUN wget "http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" -O nginx.tar.gz && \ |
| (crontab -l 2>/dev/null; echo "@reboot vulkaninfo") | crontab - |
| #!usr/bin/env python3 | |
| """ | |
| Ghost to Gatsby-netlify-cms converter | |
| Will take exported JSON from ghost blog v0.11.x and generate blog and pages | |
| directory with markdown files for use in gatsby-netlify-cms | |
| """ | |
| import os | |
| import json | |
| import argparse |
| #!usr/bin/env python3 | |
| ''' | |
| Ghost to Gatsby-netlify-cms converter | |
| Will generate blog and pages directory with markdown files | |
| ''' | |
| import os | |
| import json | |
| import argparse | |
| parser = argparse.ArgumentParser() |
I hereby claim:
To claim this, I am signing this object:
SLACK_API_TOKEN.SLACK_API_INVITE_URL.EMAIL_FIELD_NAME corresponds to the header text of your Google Spreadsheet's email column.onFormSubmit, From spreadsheet, On form submit. Click Save and accept the authorization request to use the script.| section: screens | |
| U-EuroM4: | |
| halfDuplexCapsLock = false | |
| halfDuplexNumLock = false | |
| halfDuplexScrollLock = false | |
| xtestIsXineramaUnaware = false | |
| switchCorners = none | |
| switchCornerSize = 0 | |
| rpi3: | |
| halfDuplexCapsLock = false |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Daniel Chen's Resume</title> | |
| </head> | |
| <body> | |
| <h1>Daniel Chen</h1> | |
| <article id="resume"> | |
| <hgroup> |
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| <link href="test.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <ul id="ul"> | |
| <div id="selected" /> |
| #! /usr/bin/zsh | |
| # prints out all the colors supported by the terminal | |
| for COLOR in {0..255} | |
| do | |
| for STYLE in "38;5" | |
| do | |
| TAG="\033[${STYLE};${COLOR}m" | |
| STR="${STYLE};${COLOR}" | |
| echo -ne "${TAG}${STR}${NONE} " | |
| done |