This file contains hidden or 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
| Windows PowerShell | |
| Copyright (C) 2009 Microsoft Corporation. All rights reserved. | |
| C:\Users\psgs\Downloads\lanyon-master> jekyll serve --trace | |
| Configuration file: C:/Users/psgs/Downloads/lanyon-master/_config.yml | |
| Source: C:/Users/psgs/Downloads/lanyon-master | |
| Destination: C:/Users/psgs/Downloads/lanyon-master/_site | |
| Generating... C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/posix-s | |
| pawn-0.3.8/lib/posix/spawn.rb:162: warning: cannot close fd before spawn | |
| 'which' is not recognized as an internal or external command, |
This file contains hidden or 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
| package io.github.psgs.issuesdownload; | |
| import io.github.psgs.issuesdownload.gui.GUI; | |
| import org.eclipse.egit.github.core.Issue; | |
| import org.eclipse.egit.github.core.client.GitHubClient; | |
| import org.eclipse.egit.github.core.service.IssueService; | |
| import java.io.FileWriter; | |
| import java.io.IOException; |
This file contains hidden or 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
| package com.oresomecraft.findregion; | |
| import com.sk89q.minecraft.util.commands.Command; | |
| import com.sk89q.minecraft.util.commands.CommandContext; | |
| import com.sk89q.minecraft.util.commands.CommandException; | |
| import com.sk89q.minecraft.util.commands.CommandPermissions; | |
| import com.sk89q.worldedit.bukkit.WorldEditPlugin; | |
| import com.sk89q.worldedit.bukkit.selections.Selection; | |
| import com.sk89q.worldguard.bukkit.WGBukkit; | |
| import com.sk89q.worldguard.bukkit.WorldGuardPlugin; |
This file contains hidden or 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
| package com.oresomecraft.maps.arcade.maps; | |
| import com.oresomecraft.OresomeBattles.api.BattlePlayer; | |
| import com.oresomecraft.OresomeBattles.api.Gamemode; | |
| import com.oresomecraft.maps.MapConfig; | |
| import com.oresomecraft.maps.arcade.ArcadeMap; | |
| import org.bukkit.ChatColor; | |
| import org.bukkit.Location; | |
| import org.bukkit.Material; | |
| import org.bukkit.event.EventHandler; |
This file contains hidden or 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
| package com.oresomecraft.BattleMaps.maps; | |
| import com.oresomecraft.BattleMaps.BattleMap; | |
| import com.oresomecraft.BattleMaps.IBattleMap; | |
| import com.oresomecraft.OresomeBattles.api.BattlePlayer; | |
| import com.oresomecraft.OresomeBattles.api.Gamemode; | |
| import com.oresomecraft.OresomeBattles.api.InvUtils; | |
| import org.bukkit.Location; | |
| import org.bukkit.Material; | |
| import org.bukkit.entity.Player; |
This file contains hidden or 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
| package com.huskehhh.code.commands; | |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.io.InputStreamReader; | |
| import java.net.URL; | |
| import java.nio.charset.Charset; | |
| import org.json.JSONException; |
This file contains hidden or 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/sh | |
| BUCKET="au.files.md-5.net" | |
| FILE_DIR="$HOME/Pictures/Screenshots" | |
| ############################################################################### | |
| ############################################################################### | |
| ############################################################################### | |
| FILE_NAME="$(cat /dev/urandom | tr -c -d '[:alnum:]' | head -c 5).png" | |
| FILE_PATH="$FILE_DIR/$FILE_NAME" |
This file contains hidden or 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
| package com.oresomecraft.BattleMaps; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import com.oresomecraft.OresomeBattles.api.*; | |
| import com.oresomecraft.OresomeBattles.api.events.*; | |
| import org.bukkit.*; | |
| import org.bukkit.entity.Player; | |
| import org.bukkit.event.*; |
This file contains hidden or 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
| package com.oresomecraft.BattleMaps.maps; | |
| import com.oresomecraft.BattleMaps.IBattleMap; | |
| import com.oresomecraft.OresomeBattles.BattlePlayer; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.block.Block; | |
| import org.bukkit.event.block.Action; | |
| import org.bukkit.event.EventHandler; | |
| import org.bukkit.event.EventPriority; | |
| import org.bukkit.event.Listener; |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' /> | |
| <style> | |
| body { margin:0; padding:0; } | |
| #map { position:absolute; top:0; bottom:0; width:100%; } | |
| .marker-properties { | |
| border-collapse:collapse; | |
| font-size:11px; |