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
| /** | |
| * CSS3 background animation | |
| */ | |
| .gcheckers { | |
| background: linear-gradient(left, rgba(0,216,204,0.3) 0%, rgba(0,216,204,0.3) 25%, transparent 25%, transparent 50%, hsla(60,100%,50%,0.3) 50%, | |
| hsla(60,100%,50%,0.3) 75%, rgba(50,50,255,0.3) 75%), linear-gradient(top, rgba(0,216,204,0.3) 0%, rgba(0,216,204,0.3) 25%, transparent 25%, | |
| transparent | |
| 50%, hsla(60,100%,50%,0.3) 50%, | |
| hsla(60,100%,50%,0.3) 75%, rgba(50,50,255,0.3) 75%); | |
| height:100%; |
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
| /** | |
| * CSS3 background animation | |
| */ | |
| .gcheckers { | |
| background: linear-gradient(left, rgba(0,216,204,0.3) 0%, rgba(0,216,204,0.3) 25%, transparent 25%, transparent 50%, hsla(60,100%,50%,0.3) 50%, | |
| hsla(60,100%,50%,0.3) 75%, rgba(50,50,255,0.3) 75%), linear-gradient(top, rgba(0,216,204,0.3) 0%, rgba(0,216,204,0.3) 25%, transparent 25%, | |
| transparent | |
| 50%, hsla(60,100%,50%,0.3) 50%, | |
| hsla(60,100%,50%,0.3) 75%, rgba(50,50,255,0.3) 75%); | |
| height:100%; |
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
| <?php | |
| class FourierTransform { | |
| public $bufferSize; | |
| public $sampleRate; | |
| public $bandwidth; | |
| public $spectrum = array(); | |
| public $real = array(); | |
| public $imag = array(); | |
| public $peakBand = 0; | |
| public $peak = 0; |
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
| /** | |
| * Just for fun: Wifi icon with pure CSS | |
| */ | |
| .wifi { | |
| padding: 20px; | |
| } | |
| .wifi, .wifi:before { | |
| display: inline-block; |
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
| /** | |
| * CSS Triangles | |
| */ | |
| body { | |
| margin: 20px; | |
| } | |
| .shape { | |
| width: 0; |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| @keyframes animation { | |
| from { | |
| transform: translateX(0px); | |
| } | |
| 60% { | |
| transform: translateX(82px); |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| @keyframes animation { | |
| from { | |
| transform: translateX(0px); | |
| } | |
| 60% { | |
| transform: translateX(82px); |
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| @keyframes animation { | |
| from { | |
| transform: translateX(0px); | |
| } | |
| 60% { | |
| transform: translateX(36px); |
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
| -- phpMyAdmin SQL Dump | |
| -- version 3.5.8.1 | |
| -- http://www.phpmyadmin.net | |
| -- | |
| -- Host: 127.0.0.1 | |
| -- Generation Time: Jun 14, 2013 at 08:39 AM | |
| -- Server version: 5.6.11-log | |
| -- PHP Version: 5.4.14 | |
| SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
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
| <div id="steamposts-widget"><div class="steamposts-loading">Loading SteamPosts...</div></div> | |
| <script>(function(e){var t=e.getElementsByTagName("head")[0];var n=e.createElement("script"); | |
| n.type="text/javascript";n.src="//store.licson.net/sp.js";n.async=true; | |
| n.onload=n.onreadystatechange=function(){if(!this.readyState||this.readyState==="complete")new SteamPosts({})}; | |
| t.appendChild(n)})(document)</script> |
OlderNewer