Pure CSS glitched, noisy, analog-y text.
A Pen by Lucas Bebber on CodePen.
| /* Reset | |
| ------------------------------------------------------------ */ | |
| body#ttrssMain, | |
| body#ttrssPrefs, | |
| body#ttrssLogin, | |
| body { | |
| color: #000; | |
| font-family: "Arial", sans-serif; | |
| font-size: 100%; /* Set to default browser size, 16px */ | |
| line-height: 1.5; | 
| <?php | |
| define('OAUTH2_CLIENT_ID', ''); | |
| define('OAUTH2_CLIENT_SECRET', ''); | |
| $authorizeURL = 'https://github.com/login/oauth/authorize'; | |
| $tokenURL = 'https://github.com/login/oauth/access_token'; | |
| $apiURLBase = 'https://api.github.com/'; | |
| session_start(); | 
| #!/opt/local/bin/php | |
| <?php | |
| /* | |
| 1) replace the shebang (first line) with the path to your php binary | |
| (probably something like /usr/bin/php) | |
| 2) move the file to /usr/local/bin/datauri.php | |
| (this should be in your PATH) | |
| 3) chmod ugo+rx /usr/local/bin/datauri.php | |
| (make the script executable for everyone) | 
| jQuery(function($) { | |
| $('form[data-async]').live('submit', function(event) { | |
| var $form = $(this); | |
| var $target = $($form.attr('data-target')); | |
| $.ajax({ | |
| type: $form.attr('method'), | |
| url: $form.attr('action'), | |
| data: $form.serialize(), | 
| echo Uninstalling KB3075249 (telemetry for Win7/8.1) | |
| start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart | |
| echo Uninstalling KB3080149 (telemetry for Win7/8.1) | |
| start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart | |
| echo Uninstalling KB3021917 (telemetry for Win7) | |
| start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart | |
| echo Uninstalling KB3022345 (telemetry) | |
| start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart | |
| echo Uninstalling KB3068708 (telemetry) | |
| start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart | 
Pure CSS glitched, noisy, analog-y text.
A Pen by Lucas Bebber on CodePen.
Pen for the awesome tutorial on http://www.labnol.org/internet/light-youtube-embeds/27941/
A Pen by Saijo George on CodePen.
I saw some JS filter setups, so naturally I had to see if I could make a CSS one. Pretty simple.
A Pen by Sam Gordon on CodePen.
A Pen by Nick Ciliak on CodePen.
Colorful text animation
Fluid and configurable colorful text animation module made with scss. Use it wherever you want but please give credit ;)
In use http://hendrysadrak.com
A Pen by Hendry Sadrak on CodePen.