Skip to content

Instantly share code, notes, and snippets.

View YunKK's full-sized avatar
🎯
Focusing

kk YunKK

🎯
Focusing
View GitHub Profile
@YunKK
YunKK / Python note
Last active May 5, 2020 18:17
Python note
Level Up For-Loops in Python With 4 Simple Functions
https://link.medium.com/tiQTYEblf6
Learn How to Quickly Create UIs in Python
https://link.medium.com/PrbGD2vlf6
@YunKK
YunKK / Embed Gists in Web Pages
Last active April 29, 2020 09:58
Things about web
Embed Gists in Web Pages
You can embed any Gist in your web pages with a line of JavaScript code.
The embedded Gists maintain all the formatting and syntax highlighting and visitors to your website can easily clone (or fork) your Gist into their own Github accounts.
There’s also a plugin and shortcode for embedding Gists in WordPress blogs.
<script src="https://gist.github.com/username/gist-id.js"></script>
More: https://www.labnol.org/internet/github-gist-tutorial/28499/