Skip to content

Instantly share code, notes, and snippets.

View pppdns's full-sized avatar

Denes Papp pppdns

View GitHub Profile
@pppdns
pppdns / cmder_split.md
Created February 27, 2019 03:24 — forked from jtferns/cmder_split.md
Create simple 4-way split of Cmder for windows cmd prompting...

Setup

  1. Launch Cmder
  • step1
  1. Right-click on the console tab
  2. Select New Console... to launch the ConEmu console create dialog
  • step2
  1. In the New Console Split section, select the To right radio option click the Start button
  • step3
  1. Congrats, you now have a half-n-half or 50-50 horizontal split!
@pppdns
pppdns / clouddown.py
Created November 7, 2018 12:47 — forked from dotzero/clouddown.py
Download all files from CloudApp
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import time
import json
import urllib
import urllib2
from dateutil.parser import parse