Issue in JDK Bug System: JDK-8203870
Expected output:
listProp: [elementA, elementB]
Problem did not appear
| <? | |
| /** | |
| * Generates a offline-mode player UUID. | |
| * | |
| * @param $username string | |
| * @return string | |
| */ | |
| public static function constructOfflinePlayerUuid($username) { | |
| //extracted from the java code: | |
| //new GameProfile(UUID.nameUUIDFromBytes(("OfflinePlayer:" + name).getBytes(Charsets.UTF_8)), name)); |
Issue in JDK Bug System: JDK-8203870
Expected output:
listProp: [elementA, elementB]
Problem did not appear
Keybase has been acquired by Zoom, therefore you should NEVER blindly trust the information it provides!
I hereby claim:
| FROM ubuntu | |
| RUN apt-get update -y \ | |
| && apt-get install -y wget \ | |
| && wget -O netselect.deb http://http.us.debian.org/debian/pool/main/n/netselect/netselect_0.3.ds1-28+b1_`dpkg --print-architecture`.deb \ | |
| && dpkg -i netselect.deb \ | |
| && rm netselect.deb \ | |
| && sed -r -i -e "s#http://(archive|security)\.ubuntu\.com/ubuntu/?#$(netselect -v -s1 -t20 `wget -q -O- https://launchpad.net/ubuntu/+archivemirrors | grep -P -B8 "statusUP|statusSIX" | grep -o -P "http://[^\"]*"`|grep -P -o 'http://.+$')#g" /etc/apt/sources.list |
| package org.to2mbn.jmccc.mcdownloader.gui; | |
| import java.awt.event.ActionEvent; | |
| import java.awt.event.ActionListener; | |
| import java.net.URI; | |
| import java.util.Vector; | |
| import java.util.concurrent.atomic.AtomicInteger; | |
| import java.util.concurrent.atomic.AtomicLong; | |
| import javax.swing.JTable; | |
| import javax.swing.SwingUtilities; |
| package pulutalauncher.util.server; | |
| import java.awt.image.BufferedImage; | |
| import java.io.IOException; | |
| import java.io.ObjectInputStream; | |
| import java.io.ObjectOutputStream; | |
| import java.io.Serializable; | |
| import javax.imageio.ImageIO; | |
| public class ServerStatus implements Serializable { |