Skip to content

Instantly share code, notes, and snippets.

#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",HieuHien.vn update 31/8/2019
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8
#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",Fanpage: facebook.com/HieuHien.vn
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8
#EXTINF:-1 tvg-logo="https://www.hieuhien.vn/wp-content/uploads/2019/01/hieu-hien-vn-logo.png",Cộng đồng HieuHien.vn: facebook.com/Groups/HieuHien.vn
http://hjyjrvmlsk.vcdn.com.vn/hls/elgfjdh/index.m3u8
#EXTINF:-1 group-title="ĐỊA PHƯƠNG" tvg-logo="http://gardenmedia.vn/kcfinder/upload/images/Quang-Cao-Truyen-Hinh-Vinh-Long-1(1).jpg",Vĩnh Long 1 HD
http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/THVL1-HD-1080p/chunks.m3u8
@phanvanlan
phanvanlan / .block
Created June 30, 2019 04:45 — forked from d3indepth/.block
Selection .append()
license: gpl-3.0
height: 170
border: no
@phanvanlan
phanvanlan / .block
Created June 30, 2019 04:38 — forked from d3indepth/.block
Modifying a selection
license: gpl-3.0
height: 180
border: no
@phanvanlan
phanvanlan / index.html
Created April 6, 2019 03:53
Vue.js Shopping Cart
<div class="main-wrapper">
<div class="header"><h1>Vue Shopping Cart</h1></div>
<div id="vue">
<cart :cart="cart" :cart-sub-total="cartSubTotal" :tax="tax" :cart-total="cartTotal" :checkout-bool="checkoutBool"></cart>
<products :cart="cart" :cart-sub-total="cartSubTotal" :tax="tax" :cart-total="cartTotal" :products-data="productsData"></products>
<checkout-area v-if="checkoutBool" :cart="cart" :tax="tax" :cart-sub-total="cartSubTotal" :cart-total="cartTotal" :products-data="productsData" :total-with-tax="totalWithTax"></checkout-area>
</div>
</div>
@phanvanlan
phanvanlan / index.html
Created March 22, 2019 08:01
SCSS Layout Example
<header id="masthead" class="masthead">
<div id="masthead__content" class="masthead__content">
<span class="masthead__logo">Lorem Ipsum</span>
<div class="masthead__buttons">
<a class="masthead__search" href="/search">Search</a>
<div class="masthead__menu"></div>
</div>
</div>
</header>
<main id="article">