Skip to content

Instantly share code, notes, and snippets.

View arjankuijpers's full-sized avatar

Arjan Kuijpers arjankuijpers

View GitHub Profile
@arjankuijpers
arjankuijpers / Output iOS Icons.jsx
Last active September 4, 2016 13:13 — forked from tlinkner/Output iOS Icons.jsx
Photoshop script to output iOS icons, now with iOS 9 sizes
// Output iOS Icons.jsx
// 2014 Todd Linkner
// License: none (public domain)
// v1.2
//
// This script is for Photoshop CS6. It outputs iOS icons of the following
// sizes from a source 1024px x 1024px PSD
//
// [name]-29.png
// [name]-29@2x.png
@arjankuijpers
arjankuijpers / NerderyVPN.bat
Created July 30, 2016 16:48 — forked from adrienne/NerderyVPN.bat
A batch file to connect to the VPN and mount the network storage as a drive
@echo off
if exist n:\home goto DISCONNECTME else goto CONNECTME
:CONNECTME
REM NOTE: in all of the below variables EXCEPT for mydrivename , double-quote the values!
REM This is the name of the VPN you've got set up
set myvpnname="Name of your VPN connection"