flowchart TD
subgraph 보유 및 파기 절차
A[소비자 불만/분쟁처리 기록] -->|보유 근거| B["전자상거래 등에서의 소비자 보호에 관한 법률"]
A -->|보유 기간| C["3년"]
C -->|경과 시| D["「개인정보 보호법」 및 자사 개인정보 처리방침에 따라 지체 없이 파기"]
D -->|법령에 따라 보존 필요 시| E["별도 DB로 분리 보관"]
E -->|보존기간 종료 시| F["즉시 파기"]
G[공개 및 안내] -->|근거| H["자사 개인정보 처리방침 및 이용약관"]
H --> I["이용자에게 공개"]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ARG1=$1 | |
META_ONLY=false | |
NL=$'\n' | |
if [ "$ARG1" = "-m" ]; then | |
META_ONLY=true | |
elif [ "$ARG1" = "-h" ]; then | |
echo "Usage: $0 -hm" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export LC_ALL=en_US.UTF-8 | |
noteId=$(osascript -e 'tell application "Notes" | |
set noteID to «class seld» of (selection as record) | |
get noteID | |
end tell' | cut -d/ -f5 | cut -c2-) | |
echo "SELECT '['||note.ztitle1||'](applenotes:note/'||note.zidentifier||')' FROM ziccloudsyncingobject AS note WHERE note.z_pk = $noteId;" | | |
sqlite3 ~/Library/Group\ Containers/group.com.apple.notes/NoteStore.sqlite | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1, h2 { | |
text-align: center; | |
} | |
/* ① 항, 1.호 */ | |
ol > li:nth-child(1)::marker { content: '① '; } | |
ol > li:nth-child(2)::marker { content: '② '; } | |
ol > li:nth-child(3)::marker { content: '③ '; } | |
ol > li:nth-child(4)::marker { content: '④ '; } | |
ol > li:nth-child(5)::marker { content: '⑤ '; } | |
ol > li:nth-child(6)::marker { content: '⑥ '; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script will browse a Slack export folder and download all files in a new /export folder | |
# | |
# HOW TO: | |
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export) | |
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/) | |
# 3. Place this file at the root of your Slack export folder, next to channels.json | |
# 4. Run `bash slack-files-downloader.sh` in your terminal | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* PrismJS 1.17.1 | |
https://prismjs.com/download.html#themes=prism-dark&languages=markup+css+clike+javascript+markdown */ | |
/** | |
* prism.js Dark theme for JavaScript, CSS and HTML | |
* Based on the slides of the talk “/Reg(exp){2}lained/” | |
* @author Lea Verou | |
*/ | |
code[class*="language-"], | |
pre[class*="language-"] { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://coderwall.com/p/fasnya/add-git-branch-name-to-bash-prompt | |
# Terminal colours (after installing GNU coreutils) | |
NM="\[\033[0;38m\]" # means no background and white lines | |
GR="\[\033[0;90m\]" # dark grey | |
HI="\[\033[0;37m\]" # change this for letter colors | |
HII="\[\033[0;31m\]" # change this for letter colors | |
SI="\[\033[0;33m\]" # this is for the current directory | |
IN="\[\033[0m\]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.bash-git-prompt/gitprompt.sh ]; then | |
GIT_PROMPT_ONLY_IN_REPO=1 | |
GIT_PROMPT_THEME=Custom # use custom theme specified in file GIT_PROMPT_THEME_FILE (default ~/.git-prompt-colors.sh) | |
source ~/.bash-git-prompt/gitprompt.sh | |
fi |
Gitple is a cloud application available online at https://gitple.io With Giple Chat, your visitors can talk with you directly at your homepage or mobile app. Many productivity features are ready for you to handle multple conversations at the same time.
After a few clicks, you can add Gitple chat widget to your homepage. Diverse settings are available at Gitple Workspace application. You can change the widget's looks, allowing from either logined user or not etc.
NewerOlder