Skip to content

Instantly share code, notes, and snippets.

@ache
ache / ocp.php
Created July 31, 2014 03:41 — forked from kabel/ocp.php
<?php
/*
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)
Author: _ck_ (with contributions by GK, stasilok, n1xim, pennedav, kabel)
Version: 0.2.0
Free for any kind of use or modification, I am not responsible for anything, please share your improvements
* revision history
0.2.0 0000-00-00 Updated page layout/styles and restructure code to be more MVC-like (kabel)
implemented HTTP Basic authentication (pennedav)
@ache
ache / gist:3336306
Created August 13, 2012 01:38 — forked from remy/gist:2484402
jquery.marquee.js
/**
* author Remy Sharp
* url http://remysharp.com/tag/marquee
* changes Ache
* 1) Use .prop('loop') instead of .attr('loop') FF console produce warning otherwise.
* 2) Minor tweaks to make its speed equal to the browsers ones and still smooth.
*/
(function ($) {
$.fn.marquee = function (klass) {