Skip to content

Instantly share code, notes, and snippets.

View hungtrungthinh's full-sized avatar
🤒
Out sick

Thinh Nguyen hungtrungthinh

🤒
Out sick
View GitHub Profile
@hungtrungthinh
hungtrungthinh / mail-test.php
Created March 10, 2016 18:14 — forked from Dreyer/mail-test.php
Quick & Dirty PHP Mail Test Script
<?php
/*
DONT FORGET TO DELETE THIS SCRIPT WHEN FINISHED!
*/
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );
$from = 'webmaster@example.com';
@hungtrungthinh
hungtrungthinh / designer.html
Last active August 29, 2015 14:19
designer
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
#core_menu {
font-size: 16px;
left: 390px;
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;