Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"uniqueSolutionPrefix": {
"type": "string",
"metadata": {
"description": "Prefix used for resource names. Should be unique as this will also be used for domain names."
}
},
@crh
crh / z.md
Created January 24, 2016 20:06 — forked from mischah/z.md
Installing und initializing z (https://github.com/rupa/z) with help of Homebrew.

#The power of z

Do you spend lots of time doing things like this?

cd this/is/the/path/that/i/want/so/i/type/it/all/out/to/get/whereiwant

With z, you could just do this:

VERSION=0.20.6
sudo apt-get update
sudo apt-get install openjdk-6-jdk
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$VERSION.deb
sudo dpkg -i elasticsearch-$VERSION.deb
# be sure you add "action.disable_delete_all_indices" : true to the config!!
@crh
crh / index.html
Created January 21, 2013 19:28
DDB index.html
<!DOCTYPE html>
<!--[if lte IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
<head>
<title>
Home Page
-
Deutsche Digitale Bibliothek
Foo Bar
Baz
Foo
Bar
@crh
crh / uri.md
Created October 25, 2012 10:40
Discussion Material for desigining URI in DDB Front End

On URI Design for DDB Help Desk

Github Search URI

what the user wants:

she wants to search for *repositories* using *keyword* mustache that use JavaScript as *language*

Le URI:

https://github.com/search?q=mustache&repo=&langOverride=&start_value=1&type=Repositories&language=JavaScript
@crh
crh / README.md
Created October 23, 2012 08:09
DDB Help Desk Readme

[DDB Help Desk]![Build Status]

description

ddb help desk is a web application for managing ddb institutions and its users.

getting started

download

Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk, or download the latest release.

build

@crh
crh / md*.md
Created October 10, 2012 10:41
MV* Reading List