Skip to content

Instantly share code, notes, and snippets.

View NEONKID's full-sized avatar
💥
Let's Coding !

Kwang Soo Jeong NEONKID

💥
Let's Coding !
View GitHub Profile
@NEONKID
NEONKID / jwk_pyjwt_example.ipynb
Created December 19, 2021 01:17
JWK_pyjwt_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
🌞Morning 18 commits ████████▍░░░░░░░░░░░░ 40.0%
🌆Daytime 8 commits ███▋░░░░░░░░░░░░░░░░░ 17.8%
🌃Evening 4 commits █▊░░░░░░░░░░░░░░░░░░░ 8.9%
🌙Night 15 commits ██████▉░░░░░░░░░░░░░░ 33.3%
@NEONKID
NEONKID / Mat_Practice.cpp
Last active March 25, 2019 07:08
Mat 클래스 연습
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
int main()
{
Mat srcImage;
srcImage.create(10, 10, CV_8UC3);