Skip to content

Instantly share code, notes, and snippets.

View hateum's full-sized avatar

Hatem Noureddine hateum

View GitHub Profile
@hateum
hateum / Material Slider Dots.markdown
Created March 28, 2016 05:53
Material Slider Dots
@hateum
hateum / Flip Cards.markdown
Last active March 30, 2016 15:51
Flip Cards
@hateum
hateum / Daily UI #014: Countdown Timer.markdown
Last active March 30, 2016 15:51
Daily UI #014: Countdown Timer
@hateum
hateum / Login Form - #dailyUI 001.markdown
Last active March 30, 2016 15:51
Login Form - #dailyUI 001
@hateum
hateum / gradle.properties
Created March 1, 2016 14:57 — forked from danielgomezrico/gradle.properties
Android / Gradle - global gradle.properties for fast gradle builds on local machines (NOT in CI).
org.gradle.daemon = true
org.gradle.jvmargs = -Xmx8g -Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxPermSize=4g -Dsun.io.useCanonCaches=false -XX:+DoEscapeAnalysis -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+CMSClassUnloadingEnabled -noverify -Xverify:none -XX:+TieredCompilation -da
org.gradle.parallel = true
org.gradle.parallel.threads = 5
org.gradle.configureondemand = true
@hateum
hateum / MKNaxd.markdown
Created February 26, 2016 08:46
MKNaxd
@hateum
hateum / Curvature.markdown
Created February 22, 2016 16:41
Curvature
/*
* Copyright (C) 2011 Micah Hainline
* Copyright (C) 2012 Triposo
* Copyright (C) 2013 Paul Imhoff
* Copyright (C) 2014 Shahin Yousefi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@hateum
hateum / designer.html
Created July 16, 2014 12:41
designer
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;