Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
gmodecorp / 20130819_2
Created August 26, 2014 08:09
幅の無い(あるいは通常より幅の狭い)文字
'0x0000' // NULL
'0x0009' // CHARACTER TABULATION
'0x000A' // LINE FEED
'0x000B' // LINE TABULATION
'0x000C' // FORM FEED
'0x000D' // CARRIAGE RETURN
'0x007F' // DELETE
'0x0085' // NEXT LINE
'0x0323' // COMBINING DOT BELOW
'0x034F' // COMBINING GRAPHEME JOINER
@vdel26
vdel26 / nginx
Last active March 16, 2023 20:31
Openresty init.d script
#!/bin/sh
#
# chkconfig: 2345 55 25
# Description: Nginx init.d script, put in /etc/init.d, chmod +x /etc/init.d/nginx
# For Debian, run: update-rc.d -f nginx defaults
# For CentOS, run: chkconfig --add nginx
#
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all