Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
dstyle0210 / media.json
Created September 27, 2024 00:07 — forked from deepakpk009/media.json
sample free video urls
{
"categories": [
{
"name": "Movies",
"videos": [
{
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources": [
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
],
@dstyle0210
dstyle0210 / gist:b105b613be36c04b252b
Last active August 29, 2015 14:04 — forked from ace4gi/gist:a11a55b4ae52fbd309dc
모바일 즐겨찾기 아이콘 적용 : shortcut icon
<!--
icon 만들기 : http://iconverticons.com/online/
아이폰 : apple-touch-icon
안드로이드 : shortcut icon
-->
<link rel="shortcut icon" href="${cp}/images/common/app_icon1.icon" /><!-- size:48x48 -->
<link rel="apple-touch-icon" href="${cp}/images/common/app_icon2.png" /><!-- size:114x114 -->
@dstyle0210
dstyle0210 / gist:93da06b4ca70b23e0f12
Last active August 29, 2015 14:04 — forked from ace4gi/gist:e17606372925af0510b7
나눔고딕 로딩 크로스브라우징 스크립트
/*
구글API로 로딩이 되면,
font-family에 대해서 한글이 아닌 Nanum Gothic 으로 적용해야 함.
그렇게 하지 않으면, 나눔고딕이 미리 깔린 PC에서는 PC용 나눔고딕을 우선시하여 로딩하게 됨.
본코드의 장점 : 나눔고딕의 중국어가 호환되지 않는 현상 해결.
CSS는 미리 선언