most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| #!/bin/bash | |
| while : | |
| do | |
| clear | |
| git --no-pager log --graph --pretty=oneline --abbrev-commit --decorate --all $* | |
| sleep 1 | |
| done |
| #! /bin/sh | |
| # ================================================================== | |
| # ______ __ _____ | |
| # /_ __/___ ____ ___ _________ _/ /_ /__ / | |
| # / / / __ \/ __ `__ \/ ___/ __ `/ __/ / / | |
| # / / / /_/ / / / / / / /__/ /_/ / /_ / / | |
| #/_/ \____/_/ /_/ /_/\___/\__,_/\__/ /_/ | |
| # Multi-instance Apache Tomcat installation with a focus | |
| # on best-practices as defined by Apache, SpringSource, and MuleSoft |
| @Typed package org.mbte.akkatest | |
| import se.scalablesolutions.akka.actor.* | |
| import java.util.concurrent.TimeUnit | |
| import java.util.concurrent.CountDownLatch | |
| import se.scalablesolutions.akka.config.JavaConfig.AllForOne | |
| import se.scalablesolutions.akka.config.JavaConfig.RestartStrategy | |
| import se.scalablesolutions.akka.config.ScalaConfig.Server | |
| class Akka { |
| org.guanxi.xal.saml_2_0.protocol.ResponseDocument responseDoc; | |
| responseDoc = ResponseDocument.Factory.parse(pod.getBag().getSamlResponse()); | |
| To access the attributes in a SAML2 Response, see: | |
| org.guanxi.sp.guard.AttributeConsumer::processSAML2Response |