Skip to content

Instantly share code, notes, and snippets.

View sukso96100's full-sized avatar
🌏
Hello

Youngbin Han sukso96100

🌏
Hello
View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "diamond",
package com.youngbin.assistscreen.cardservices.missedcallcard;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.database.Cursor;
package com.youngbin.assistscreen.util;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.provider.ContactsContract;

Keybase proof

I hereby claim:

  • I am sukso96100 on github.
  • I am youngbin (https://keybase.io/youngbin) on keybase.
  • I have a public key ASC9Z0Q-dCKY7txgDPkMHTQaVzxoWyc2HoNXZcRgpWvEWQo

To claim this, I am signing this object:

@sukso96100
sukso96100 / gist:ec99cec47b3364d6b29bcfb7f85f0261
Created August 13, 2018 00:00
GPG Keysigning Party public key submit example
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
- -----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBFs43ngBEACl044yTvK/viRpHaNPm+IB+CUeFleGCBSrj00GM49wR8mifRhp
dfrsU5Xhl3AuFuE2MqiLUDuxYwspKIwQLO/YKAADXis/XRt+rY+m80YJVt1iGegB
vxm7um5z+uaBusZnaj9SKl0yv8CycCBNVjFOPbQLOJKnTp/I6OiRtJL+0z6aTNWP
@sukso96100
sukso96100 / openpgp.txt
Created July 24, 2018 15:07
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:d8c8103b16c56e34b56f9a4230b729f712138599]
@sukso96100
sukso96100 / importer.py
Last active July 24, 2018 05:23
GPG 공개키 임포터 스크립트. - CSV 파일에서 서명된 공개키 블록 로드하여 검증 후 임포트 처리
"""
The MIT License (MIT)
Copyright 2018-Present Youngbin Han<sukso96100@gmail.com>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@sukso96100
sukso96100 / docker-compose.yml
Created July 23, 2018 10:08
Monitoring Docker performance using cAdvisor, InfluxDB, Grafana
version: "3"
services:
influx:
image: influxdb
volumes:
- influx:/var/lib/influxdb
environment:
INFLUXDB_DB: cadvisor
INFLUXDB_USER: cadvisor

성공회대학교 사회복지연구소 설문조사앱 앱 권한 관련 안내 및 개인정보처리방침

Android 앱 권한 안내

  • android.permission.READ_PHONE_STATE
    • 기기 에서 설문지 파일을 정상적으로 불러와서 표시하기 위해 필요합니다.
    • 본 앱은, 본 권한을 사용하여 개인정보를 수집하거나, 수집된 개인정보를 개발 또는 관리 주체에 전송하지 않습니다.

개인정보처리방침

  • 앱에서 설문지에 응답하면서 입력한 개인정보는, 해당 설문지 파일에 기제된 이메일 주소의 소유주가 수집합니다.
  • 각 설문지 파일을 열어 응답한 데이터는 마지막에 이메일을 전송 하셔야만, 설문지 파일에 기제된 이메일 주소의 소유주가 수집하는 것입니다.
@sukso96100
sukso96100 / index.html
Last active March 28, 2018 01:30
Simple AQI Display Webpage
<!doctype html>
<html>
<head>
<title>Air Quality Display</title>
<style>
.aqiview, #keyword{
align-content: center;
text-align: center;
}