Install command line tools:
then run this:
git config --global diff.tool bc3
git config --global difftool.bc3 trustExitCode true
git config --global merge.tool bc3
| First Name | Last Name | Gender | Title | Login Email | Manager Email | Department | Team | Location | Employee ID | Hiring Date | Alternative Email | Secondary Reviewer | Preferred name | Leaving Date | Termination Type | Employment Type | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
| "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
| <module name="Checker"> | |
| <module name="TreeWalker"> | |
| <!-- Checks for redundant import statements. --> |
| { | |
| "title": "Exchange numbers and symbols", | |
| "rules": [ | |
| { | |
| "description": "Switch @ and double quote symbols", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "2", |
| pgbadger -j 4 -p '%t:%r:%u@%d:[%p]:' pg.log |
| #!/bin/bash | |
| appname=$1 | |
| envname=$2 | |
| versionid=$3 | |
| #if version id is not set, get the latest | |
| if [ -z "$versionlabel" ]; then | |
| #get the latest application version, piping to sed to remove quotes from string | |
| versionid="$(aws elasticbeanstalk describe-application-versions --application-name $appname | jq '.ApplicationVersions[0].VersionLabel' | sed -e 's/^"//' -e 's/"$//')" | |
| fi |
| #!/bin/bash | |
| #Before running this script, add the following to your ~/.bashrc | |
| #export AWS_ACCESS_KEY=your_access_key | |
| #export AWS_SECRET_KEY=your_secret_key | |
| #export AWS_REGION=eu-west-1 | |
| # initialize the EC2 environment | |
| [ -e /etc/profile.d/aws-apitools-common.sh ] && source /etc/profile.d/aws-apitools-common.sh | |
| # load the access keys |
| #!/bin/bash | |
| # initialize the EC2 environment | |
| [ -e /etc/profile.d/aws-apitools-common.sh ] && source /etc/profile.d/aws-apitools-common.sh | |
| # load the access keys | |
| source ~/.bashrc | |
| # locate the instance ID of this VM |
| import java.io.IOException; | |
| import java.io.Serializable; | |
| import java.sql.PreparedStatement; | |
| import java.sql.ResultSet; | |
| import java.sql.SQLException; | |
| import java.sql.Types; | |
| import java.util.Properties; | |
| import org.hibernate.HibernateException; | |
| import org.hibernate.engine.spi.SessionImplementor; |
| <com.google.android.gms.maps.mapview xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/mapView"> | |
| </com.google.android.gms.maps.mapview> |