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> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]--> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
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
function check() { | |
var answear = value(numBox) | |
var result = ""; | |
if (answear == number) { | |
result = "That is the correct answear"; | |
} | |
else if (answear < number) { | |
result = "To low"; | |
} |
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<title>Castle Quest</title> | |
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="//projects.codewizardshq.com/assets/m11-base-styles.css"> | |
<script src="//projects.codewizardshq.com/assets/m11-error-handling.js"></script> |
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
word1 = "hippopotamus"; | |
word2 = "doggy"; | |
word3 = "bear"; | |
word4 = "elephant"; | |
word5 = "cat"; | |
word6 = "human"; | |
word7 = "bird"; | |
word8 = "tiger"; | |
word9 = "lions"; | |
word10 = "foxs"; |
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
def update(post): | |
connection = get_db() | |
sql = connection.cursor() | |
query = """ | |
UPDATE | |
BlogPosts | |
SET | |
Title = ?, | |
Content = ?, | |
Author = ? |
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><script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script><script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script><script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script><script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script><script src="https://rawgit.com/protyze/aframe-asset-on-demand-component/master/dist/aframe-asset-on-demand-component.min.js"></script> | |
<script src="https://rawgit.com/Utopiah/aframe-persist-component/master/aframe-persist-component.js"></script><script src="https://unpkg.com/@editvr/[email protected]/dist/aframe-dialog-popup-component.min.js"></script></head> | |
<body><div class="canvas"></div><script src="//projects.codewizardshq.com/wizardlib/vr.js"></script><script> | |
start(); | |
var totalBlocks = loadNumber('block-count', 100) |
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><script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script><script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script><script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script><script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script><script src="https://rawgit.com/protyze/aframe-asset-on-demand-component/master/dist/aframe-asset-on-demand-component.min.js"></script> | |
<script src="https://rawgit.com/Utopiah/aframe-persist-component/master/aframe-persist-component.js"></script><script src="https://unpkg.com/@editvr/[email protected]/dist/aframe-dialog-popup-component.min.js"></script></head> | |
<body><div class="canvas"></div><script src="//projects.codewizardshq.com/wizardlib/vr.js"></script><script> | |
start(); | |
var totalBlocks = loadNumber('block-count', 100) || 1 |
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><script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="crossorigin="anonymous"></script> | |
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script><script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script><script src="https://rawgit.com/protyze/aframe-asset-on-demand-component/master/dist/aframe-asset-on-demand-component.min.js"></script><script src="https://rawgit.com/Utopiah/aframe-persist-component/master/aframe-persist-component.js"></script></head> | |
<body><div class="canvas"></div><script src="//projects.codewizardshq.com/wizardlib/vr.js"></script><script> | |
start(); | |
var totalBlocks = loadNumber('block-count', 100) || 100; | |
var health = loadNumber('health-count', 100) || 100; |
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><script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="crossorigin="anonymous"></script> | |
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script><script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script><script src="https://rawgit.com/protyze/aframe-asset-on-demand-component/master/dist/aframe-asset-on-demand-component.min.js"></script><script src="https://rawgit.com/Utopiah/aframe-persist-component/master/aframe-persist-component.js"></script></head> | |
<body><div class="canvas"></div><script src="//projects.codewizardshq.com/wizardlib/vr.js"></script><script> | |
start(); | |
var totalBlocks = loadNumber('block-count', 100) || 100; | |
var health = loadNumber('health-count', 100) || 100; | |
var pos = randomPosition(); |
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><script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" | |
crossorigin="anonymous"></script><script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script><script src="https://unpkg.com/[email protected]/dist/aframe-environment-component.min.js"></script><script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.min.js"></script> | |
<script src="https://rawgit.com/protyze/aframe-asset-on-demand-component/master/dist/aframe-asset-on-demand-component.min.js"></script><script src="https://rawgit.com/Utopiah/aframe-persist-component/master/aframe-persist-component.js"></script> | |
</head><body><div class="canvas"></div><script src="//projects.codewizardshq.com/wizardlib/vr.js"></script><script> | |
start(); | |
var totalBlocks = loadNumber('block-count', 100) || 100; | |
var pos = randomPosition(10); | |
var health = loadNumber('health-count', 100) || 100; |