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:
{ | |
"$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; |
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
- -----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBFs43ngBEACl044yTvK/viRpHaNPm+IB+CUeFleGCBSrj00GM49wR8mifRhp | |
dfrsU5Xhl3AuFuE2MqiLUDuxYwspKIwQLO/YKAADXis/XRt+rY+m80YJVt1iGegB | |
vxm7um5z+uaBusZnaj9SKl0yv8CycCBNVjFOPbQLOJKnTp/I6OiRtJL+0z6aTNWP |
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] |
""" | |
The MIT License (MIT) | |
Copyright 2018-Present Youngbin Han<[email protected]> | |
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: |
version: "3" | |
services: | |
influx: | |
image: influxdb | |
volumes: | |
- influx:/var/lib/influxdb | |
environment: | |
INFLUXDB_DB: cadvisor | |
INFLUXDB_USER: cadvisor |
<!doctype html> | |
<html> | |
<head> | |
<title>Air Quality Display</title> | |
<style> | |
.aqiview, #keyword{ | |
align-content: center; | |
text-align: center; | |
} |