Skip to content

Instantly share code, notes, and snippets.

View sustainablepace's full-sized avatar

Christoph Baudson sustainablepace

View GitHub Profile
name ring quadrant isNew description
OWASP Dependency-Check adopt tools FALSE
Gradle Kotlin DSL adopt tools FALSE
Android SDK adopt tools FALSE
Jenkins adopt tools FALSE
Gradle adopt tools FALSE
Newman adopt tools FALSE
Postman adopt tools FALSE
Turtlez Gradle Plugin hold tools TRUE Soll durch eine Jenkins Library (Vikings?) ersetzt werden.
Scan Proxy adopt tools TRUE Wird weiterhin verwendet.
@sustainablepace
sustainablepace / xdate_changing_locale.js
Created November 16, 2011 07:54 — forked from arshaw/xdate_changing_locale.js
XDate: Changing the Locale
// You can add new locales by adding a new object to the `XDate.locales` hash.
// You can change the default locale by changing `XDate.defaultLocale`.
XDate.locales['fr'] = {
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
monthNamesShort: ['Janv.','Févr.','Mars','Avril','Mai','Juin','Juil.','Août','Sept.','Oct.','Nov.','Déc.'],
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
dayNamesShort: ['Dim.','Lun.','Mar.','Mer.','Jeu.','Ven.','Sam.']
};