Skip to content

Instantly share code, notes, and snippets.

View ajmerainfo's full-sized avatar

Keyur Ajmera ajmerainfo

  • Los Angeles, CA
View GitHub Profile
@ajmerainfo
ajmerainfo / 0_reuse_code.js
Created November 9, 2016 01:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ajmerainfo
ajmerainfo / gist:f0d5369175d56fc63e9d641726940d1e
Created May 25, 2016 04:18 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@ajmerainfo
ajmerainfo / _ide_helper.php
Created March 26, 2016 15:57 — forked from barryvdh/_ide_helper.php
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.1.31 (LTS) on 2016-03-01.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {