🏳️⚧️
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
import React from 'react'; | |
import Grid from 'react-mdc-web/lib/Grid/Grid'; | |
import Cell from 'react-mdc-web/lib/Grid/Cell'; | |
import Textfield from 'react-mdc-web/lib/Textfield/Textfield'; | |
export default function ComingSoon() { | |
return ( | |
<div> | |
<h1 style={{ textAlign: 'center' }}>{'Coming soon'}</h1> | |
<Grid> |
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
<html> | |
<head> | |
<title>XSS Protector!</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<form method="post" action="result"> | |
<label for="input">Input : </label> | |
<input type="text" name="input"></input> | |
</form> |
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
import java.io.*; | |
import java.nio.file.Files; | |
import java.security.MessageDigest; | |
import java.security.NoSuchAlgorithmException; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.Iterator; | |
public class MainClass { | |
NewerOlder