Skip to content

Instantly share code, notes, and snippets.

@noorxbyte
noorxbyte / index.html
Last active November 27, 2015 12:40
JS Minesweeper
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Minesweeper</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="script.js"></script>
<!-- Latest compiled and minified CSS -->
@noorxbyte
noorxbyte / index.php
Last active June 12, 2023 04:48
PHP Vigenere Cipher
<?php
// initialize variables
$pswd = "";
$code = "";
$error = "";
$valid = true;
$color = "#FF0000";
// if form was submit