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
package net.risenphoenix.jnk.ipcheck; | |
import java.io.BufferedReader; | |
import java.io.DataInputStream; | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.FilenameFilter; | |
import java.io.InputStreamReader; | |
import java.net.InetAddress; | |
import java.util.ArrayList; |
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
package net.risenphoenix.jnk.ipcheck; | |
import java.io.BufferedReader; | |
import java.io.DataInputStream; | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.FileWriter; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.ArrayList; |
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
package net.risenphoenix.jnk.ipcheck; | |
import java.io.BufferedReader; | |
import java.io.DataInputStream; | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.FileWriter; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.ArrayList; |
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
package net.risenphoenix.jnk.ipcheck; | |
import java.util.ArrayList; | |
/*** | |
* Main Interface for backend management. Contains all method declarations required by any and all Backend Managers for IP-Check. | |
*/ | |
public interface Backend { | |
/*** |
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
//META{"name":"Clear_Matter","description":"Clear Theme with some Anime (based on Hammock's Dark Matter)","author":"Jnk1296","version":"1.3.1"}*//{} | |
@import url(https://fonts.googleapis.com/css?family=Karla); | |
/* | |
██████╗██╗ ███████╗ █████╗ ██████╗ ███╗ ███╗ █████╗ ████████╗████████╗███████╗██████╗ | |
██╔════╝██║ ██╔════╝██╔══██╗██╔══██╗ ████╗ ████║██╔══██╗╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗ | |
██║ ██║ █████╗ ███████║██████╔╝ ██╔████╔██║███████║ ██║ ██║ █████╗ ██████╔╝ | |
██║ ██║ ██╔══╝ ██╔══██║██╔══██╗ ██║╚██╔╝██║██╔══██║ ██║ ██║ ██╔══╝ ██╔══██╗ | |
╚██████╗███████╗███████╗██║ ██║██║ ██║ ██║ ╚═╝ ██║██║ ██║ ██║ ██║ ███████╗██║ ██║ |