Skip to content

Instantly share code, notes, and snippets.

View socialmedialabs's full-sized avatar

Bernhard Pfeifer socialmedialabs

View GitHub Profile
@socialmedialabs
socialmedialabs / Export Layers To Files.jsx
Created August 21, 2018 14:32 — forked from davestewart/Export Layers To Files.jsx
Updated Photoshop "Export Layers To Files.jsx" with optional numeric prefixing and improved file name formatting
// Copy to: "C:\Program Files (x86)\Creative\Adobe Photoshop CS6\Presets\Scripts" or equivilent on a Mac
// Tested with Photoshop CS6, but should work with older versions. Backup existing files before copying over them!
// Copyright 2007. Adobe Systems, Incorporated. All rights reserved.
// This script will export each layer in the document to a separate file.
// Written by Naoki Hada
// ZStrings and auto layout by Tom Ruark
/*
@@@BUILDINFO@@@ Export Layers To Files.jsx 1.0.0.16
@socialmedialabs
socialmedialabs / MongoDB_macOS_Sierra.md
Created June 23, 2018 15:29 — forked from nrollr/MongoDB_macOS_Sierra.md
Install MongoDB on Sierra using Homebrew

Install MongoDB on macOS Sierra

This procedure explains how to install MongoDB using Homebrew on macOS Sierra 10.12.
Official MongoDB install documentation: here

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@socialmedialabs
socialmedialabs / .gitignore
Created October 16, 2016 09:48 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #