Skip to content

Instantly share code, notes, and snippets.

View WrathOfZombies's full-sized avatar
✌️

Bhargav Krishna WrathOfZombies

✌️
View GitHub Profile
@WrathOfZombies
WrathOfZombies / Forced sheet creation.yaml
Created March 24, 2017 01:23
Sample to delete and recreate a sheet if it exists. - Shared with Project Bornholm
id: cj0n4pyc100004571nss0xbyg
gist: ''
host: EXCEL
api_set: {}
platform: PC
created_at: 1489524765275
modified_at: 1490318573115
origin: 'https://bornholm-insiders.azurewebsites.net'
author: WrathOfZombies
name: Forced sheet creation
@WrathOfZombies
WrathOfZombies / Blank snippet.yaml
Created April 6, 2017 20:00
Create a new snippet from a blank template. - Shared with Script Lab
name: Blank snippet
description: Create a new snippet from a blank template.
author: WrathOfZombies
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
@WrathOfZombies
WrathOfZombies / Blank snippet.yaml
Created April 6, 2017 20:01
Create a new snippet from a blank template. - Shared with Script Lab
name: Blank snippet
description: Create a new snippet from a blank template.
author: WrathOfZombies
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
@WrathOfZombies
WrathOfZombies / Blank snippet.yaml
Created April 6, 2017 20:09
Create a new snippet from a blank template. - Shared with Script Lab
name: Blank snippet
description: Create a new snippet from a blank template.
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
console.log("Your code goes here");
@WrathOfZombies
WrathOfZombies / Blank snippet.yaml
Created April 16, 2017 01:33
Shared with Script Lab
name: Blank snippet
description: ''
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
console.log("Your code goes here");
@WrathOfZombies
WrathOfZombies / Blank snippet.yaml
Created April 19, 2017 23:55
Shared with Script Lab
name: Blank snippet
description: ''
host: WEB
api_set: {}
script:
content: |
$("#run").click(run);
function run() {
console.log("Your code goes here");
@WrathOfZombies
WrathOfZombies / Working with dates.yaml
Created May 9, 2017 01:21
Setting and getting date values in a range and manipulating them using the Moment JavaScript library with the Moment-MSDate plug-in - Shared with Script Lab
name: Working with dates
description: Setting and getting date values in a range and manipulating them using the Moment JavaScript library with the Moment-MSDate plug-in
author: WrathOfZombies
host: EXCEL
api_set: {}
script:
content: |
declare var moment: any;
$("#setup").click(setup);
@WrathOfZombies
WrathOfZombies / Range coloring.yaml
Created May 9, 2017 02:01
Shared with Script Lab
name: Range coloring
description: ''
author: WrathOfZombies
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@WrathOfZombies
WrathOfZombies / Blank snippet - 3.yaml
Created May 10, 2017 22:07
Shared with Script Lab
name: Blank snippet - 3
description: ''
author: WrathOfZombies
host: WEB
api_set: {}
script:
content: |-
$("#run").click(run);
function run() {
name: Dropdown - NG1 - FabricJS
description: ''
author: WrathOfZombies
host: WEB
api_set: {}
script:
content: |-
declare var fabric: any;
(() => {