Skip to content

Instantly share code, notes, and snippets.

View HugoSilvaF's full-sized avatar
🎯
Focusing

Hugo Leonardo da Silva Filho HugoSilvaF

🎯
Focusing
View GitHub Profile
@HugoSilvaF
HugoSilvaF / UUIDApi.java
Created December 3, 2015 12:04 — forked from FarisR99/UUIDApi.java
UUIDApi - Mineskin
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.UUID;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
public class UUIDApi {
private static final String API_LINK_PLAYER = "http://mineskin.ca/name/?uuid=";
public class ScoreboardScroller implements Runnable {
private final Plugin plugin;
private final Thread thread;
private final Scoreboard scoreboard;
private String title;
private boolean usetTitleScoreboard;
/*
Copyright © 2016 CrazyDev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@HugoSilvaF
HugoSilvaF / database.php
Last active February 24, 2016 20:19
PHP Database connection
/*
Copyright © 2016 CrazyDev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@HugoSilvaF
HugoSilvaF / FileCopy.java
Last active October 25, 2018 15:30
Adicionado licença
/*
* Copyright (C) 2018 Hugo Silva <hugosilvaf2@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@HugoSilvaF
HugoSilvaF / TimerFormatter.java
Created October 25, 2018 19:38
Formatar o tempo em milisegundos para String
/*
* Copyright (C) 2018 Hugo Silva <hugosilvaf2@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of