Skip to content

Instantly share code, notes, and snippets.

@AgrimPrasad
AgrimPrasad / temp-swagger.json
Created April 13, 2017 18:06
temp generated swagger json
{
"swagger": "2.0",
"info": {
"title": "Example API",
"version": "2.0"
},
"host": null,
"schemes": [
"http"
],
@AgrimPrasad
AgrimPrasad / webrupee.js
Created August 30, 2014 11:21
Webrupee JS to convert Rs./Rs to ₹
/*
* Copyright 2010-2011 WebRupee (/web/20130808084012/http://webrupee.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* /web/20130808084012/http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@AgrimPrasad
AgrimPrasad / index.html
Created January 27, 2014 06:18 — forked from benjchristensen/index.html
Live Timeline Graph using D3.js
<!--
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.