#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
static Vector2 L = new Vector2(); | |
static Vector2 N = new Vector2(); | |
static Vector2 tmp = new Vector2(); | |
static Vector2[] points = new Vector2[] { | |
new Vector2(), new Vector2(), new Vector2(), new Vector2() | |
}; | |
static Vector2[] tmpBoundary = new Vector2[] { | |
new Vector2(), new Vector2() | |
}; |
package net.minecraft.launcher.authentication; | |
import net.minecraft.launcher.Http; | |
import java.io.IOException; | |
import java.net.Proxy; | |
import java.net.URL; | |
import java.util.HashMap; | |
import java.util.Map; |
package mdesl.line2dx.test; | |
/******************************************************************************* | |
* Copyright 2011 See AUTHORS file. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 |
# laravel new-app | |
alias laravel="git clone -o laravel -b develop https://github.com/laravel/laravel.git" | |
alias artisan="php artisan" | |
alias migrate="php artisan migrate" | |
alias serve="php artisan serve" | |
alias dump="php artisan dump" | |
alias t="phpunit" | |
# Generators Package |
{ | |
"color": "yellow", | |
"translate": "multiplayer.player.joined", | |
"using": [ | |
"Dinnerbone" | |
] | |
} | |
{ | |
"color": "gray", |
{ | |
"//comment": "All metainfo files will be ORIGINAL_FILE.mcmeta. For example, textures/blocks/portal.png.mcmeta. The format is, of course, JSON.", | |
"animation": { | |
"//comment": "This block will be required for animated textures. It can be an empty block, but it will be needed to detect an animation.", | |
"frames": [ | |
1, | |
{"index": 2, "time": 4}, | |
3, | |
4 | |
], |
package com.comphenix.example; | |
import java.util.UUID; | |
import org.bukkit.inventory.ItemStack; | |
import com.comphenix.example.Attributes.Attribute; | |
import com.comphenix.example.Attributes.AttributeType; | |
import com.comphenix.example.Attributes.Operation; | |
import com.google.common.base.Objects; | |
import com.google.common.base.Preconditions; |
{ | |
"version": { | |
"name": "13w41a", | |
"protocol": 0 | |
}, | |
"players": { | |
"max": 100, | |
"online": 5, | |
"sample":[ | |
{"name":"Thinkofdeath", "id":""} |
<?xml version="1.0" encoding="UTF-8"?> | |
<Configuration> | |
<Appenders> | |
<File name="legacy_server_log" fileName="server.log"> | |
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%level] %msg%n" /> | |
</File> | |
<Console name="console" target="SYSTEM_OUT"> | |
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%level] %msg%n" /> | |
</Console> |