Skip to content

Instantly share code, notes, and snippets.

View mkalpana's full-sized avatar

Kalpana M mkalpana

  • Sydney, Australia
View GitHub Profile
@yurifedoseev
yurifedoseev / sites.cleanup
Last active November 20, 2018 09:20
Delete all sites from IIS express configuration
appcmd.exe list site /xml | appcmd delete site /in
@staltz
staltz / introrx.md
Last active October 26, 2025 03:06
The introduction to Reactive Programming you've been missing
@mikaelbr
mikaelbr / destructuring.js
Last active September 5, 2025 11:19
Complete collection of JavaScript destructuring. Runnable demos and slides about the same topic: http://git.mikaelb.net/presentations/bartjs/destructuring
// === Arrays
var [a, b] = [1, 2];
console.log(a, b);
//=> 1 2
// Use from functions, only select from pattern
var foo = () => [1, 2, 3];
@deanrather
deanrather / .workstation.sh
Last active June 25, 2022 06:28
Configure Work Environment
#!/bin/bash
# Workstation Configurator
# To setup this script, run:
#
# wget -O ~/.workstation git.io/workstation && . ~/.workstation setup
#
# This achieves a few things:
# - Installation & Setup of Programs (Interactive)
# - Provides ~/.workstation file which automatically loads function library