Skip to content

Instantly share code, notes, and snippets.

View coramuirgen's full-sized avatar

Cora Muirgen coramuirgen

View GitHub Profile
@coramuirgen
coramuirgen / 0_reuse_code.js
Created May 8, 2016 15:03
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
@coramuirgen
coramuirgen / args syntax.vb
Last active April 29, 2016 15:42
Args Syntax
'| file dialog's file filter data
' mask , name, index
' *.* , All , 1
' *.txt, Text, 2
' etc...
' method 1: row-based
' named columns: