Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rishabhnambiar on github.
  • I am rishabhn (https://keybase.io/rishabhn) on keybase.
  • I have a public key whose fingerprint is 9163 D234 1E65 3972 76D8 137B 9CF6 3B69 B8D5 AA7D

To claim this, I am signing this object:

# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
@rishabhnambiar
rishabhnambiar / aspx.py
Created June 22, 2017 11:54 — forked from npalko/aspx.py
Authenticate with ASP using Python
import BeautifulSoup
import cookielib
import urllib
import urllib2
username,password = 'SomeUser','$ecret'
controller = 'http://example.com/SomeLameLoginPage.aspx'
post = {
'__EVENTVALIDATION' : None, # These "__" will be present for every *.aspx page
@rishabhnambiar
rishabhnambiar / install-docker-elementary-loki.sh
Created June 14, 2017 09:19 — forked from ChrisTimperley/install-docker-elementary-loki.sh
Installs Docker on Elementary OS 0.4 (Loki)
#!/bin/bash
sudo apt-get install apt-transport-https ca-certificates -y
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
sudo rm -f /etc/apt/sources.list.d/docker.list
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | tee /etc/apt/sources.list.d/docker.list
sudo apt-get update
sudo apt-get purge lxc-docker
sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual
sudo apt-get install docker-engine
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->