This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/thephpleague/color-extractor | |
http://stackoverflow.com/questions/3468500/detect-overall-average-color-of-the-picture?lq=1 | |
http://stackoverflow.com/questions/7727843/detecting-colors-for-an-image-using-php?lq=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://embed.plnkr.co/Vp7MXg/preview | |
http://plnkr.co/edit/ZuSrSh?p=preview |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html class=''> | |
<head><meta charset='UTF-8'> | |
<meta name="robots" content="noindex"> | |
<style>/** | |
* Document defaults | |
*/ | |
body { | |
text-align: center; | |
background-color: #eee; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Angular filter hide instead clear. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://fiddle.jshell.net/TahmidTanzim/N9Vqk/show/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>AngularJS: Simple Custom Filter - jsFiddle demo by TahmidTanzim</title> | |
<script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.4/angular.min.js'></script> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/7727843/detecting-colors-for-an-image-using-php?lq=1 | |
https://github.com/thephpleague/color-extractor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xspaz | |
ceptivo | |
percettivo | |
lodsy | |
loudsee | |
fringeup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var raf = window.mozRequestAnimationFrame || | |
window.webkitRequestAnimationFrame || | |
window.msRequestAnimationFrame || | |
window.oRequestAnimationFrame; | |
Bridge.animLoop = function( render, element ) { | |
var running, lastFrame = +new Date; | |
function loop( now ) { | |
if ( running !== false ) { | |
raf ? | |
raf( loop, element ) : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://imron02.wordpress.com/2014/06/08/laravel-4-create-pdf-use-dompdf/ |