Skip to content

Instantly share code, notes, and snippets.

View webbyfox's full-sized avatar
🏠
/var/www

Rizwan webbyfox

🏠
/var/www
View GitHub Profile
@webbyfox
webbyfox / simple_websocket_client.html
Created June 1, 2018 14:34 — forked from geoffb/simple_websocket_client.html
Super simple websockets client/server using Python. Compatible with the draft 76 challenge/response.
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebSocket Client</title>
<style>
#output {
border: solid 1px #000;
}
</style>
</head>
@webbyfox
webbyfox / gist:3b50aa85a8eeccc86e696efbad39f318
Last active January 1, 2018 21:10 — forked from ankitnetwork18/gist:4509792
mysql: dump of indian cities and states
-- Postgres SQL Dump
-- version 2.11.6
-- http://www.phpmyadmin.net
--
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `stgwordpress`
--
@webbyfox
webbyfox / aspnet-mvc.gitignore
Created October 11, 2017 19:47 — forked from indyfromoz/aspnet-mvc.gitignore
.Gitignore for ASP.NET MVC
###################
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.pdb
*.dll.config
*.cache