Skip to content

Instantly share code, notes, and snippets.

View kennethgillen's full-sized avatar

Kenny Gillen kennethgillen

View GitHub Profile
@7MinSec
7MinSec / WindowsCommandLineShortcutsAndTips.md
Created April 25, 2019 00:09
Windows command line shortcuts and tips

As heard on 7MS #357

Windows command line shortcuts and tips:

Creative ways to play with cmd

Basically, you can do Windows Key + R then type cmd and Enter for quick access to command line.

But lets do some more fun stuff. Wanna open a command window from the desktop and launch a command in one swoop? Try this:

#! /usr/bin/env python
# Script to update Bio-Formats server-side
import urllib2
import os
import shutil
DONWLOADS_URL = "http://downloads.openmicroscopy.org/bio-formats"
RELEASE = "5.1.4"
JARS = [
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 28, 2024 02:47
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites