The best iPhone 6 feature is the round shape: finally we can draw it with css! :D
--
Please vote it for the AWWWARDS conference competition: http://conference.awwwards.com/code/fabrizio-bianchi
--
{ | |
"kenyan_universities": { | |
"public_universities": [ | |
{ | |
"name": "University of Nairobi", | |
"year_chartered": 1970, | |
"year_established": 1956, | |
"location": "Nairobi", | |
"original_name": "Royal Technical College, Royal College Nairobi", | |
"campuses": [ |
<!-- templates/email/email.html --> | |
<h2 style="color: gray;">Hello {{fname}} {{lname}},</h2> | |
<h3 style="color:darkorchid;">We Have ...</h3> | |
<p>Thank you for ... with us.</p> | |
<p>Regards</p> | |
<p>me...</p> | |
<p>© com</p> |
# Upload and share files for free from anywhere | |
curl -X POST -H "filename: myfile.txt" -F "[email protected];filename=myfile.txt" https://filebin.net/ |
using UnityEngine; | |
using System.Collections; | |
using System.Collections.Generic; | |
/// <summary> | |
/// Mono singleton Class. Extend this class to make singleton component. | |
/// Example: | |
/// <code> | |
/// public class Foo : MonoSingleton<Foo> | |
/// </code>. To get the instance of Foo class, use <code>Foo.instance</code> |
The best iPhone 6 feature is the round shape: finally we can draw it with css! :D
--
Please vote it for the AWWWARDS conference competition: http://conference.awwwards.com/code/fabrizio-bianchi
--