Skip to content

Instantly share code, notes, and snippets.

View johnny-vikrant's full-sized avatar
💭
I may be slow to respond.

Vikrant Negi johnny-vikrant

💭
I may be slow to respond.
View GitHub Profile
@johnny-vikrant
johnny-vikrant / 0_reuse_code.js
Created December 21, 2016 07:45
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
@johnny-vikrant
johnny-vikrant / readme.md
Last active November 9, 2016 12:24
Vhosts Commands (mac os)
sudo nano /etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
    ServerName example.dev
    ServerAlias www.example.dev