This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.InputStreamReader; | |
import java.io.Reader; | |
import java.net.URL; | |
import java.net.URLConnection; | |
import java.security.InvalidKeyException; | |
import java.security.KeyManagementException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<definitions name="HelloService" | |
targetNamespace="http://www.examplesite.com/wsdl/HelloService.wsdl" | |
xmlns="http://schemas.xmlsoap.org/wsdl/" | |
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
xmlns:tns="http://www.examplesite.com/wsdl/HelloService.wsdl" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<message name="SayHelloRequest"> | |
<part name="firstName" type="xsd:string" /> | |
</message> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Replace symlinks for Steam to local version | |
# | |
LINKPATH="${HOME}/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu" | |
LIBPATH="/usr/lib/i386-linux-gnu" | |
for LIB in libva{,-{x11,glx}}.so.1; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script writes emails piped from postfix into separate files. It also removes | |
# new line delimiters which causes issues when viewing in Outlook. | |
# | |
# Setup: | |
# | |
# It requires lines in master.cf that looks something like this: | |
# | |
# to_filesystem unix - n n - - pipe |