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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: Creates an https website | |
Metadata: {} | |
Parameters: | |
HostedZoneName: | |
Description: The HostedZoneName of the zone that you want to host the website on. This has to be in the same account, and has to be active (i.e. used as the DNS server for this domain). | |
Type: String | |
HostedZoneId: | |
Description: The ID for the HostedZoneName |
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
{ | |
"coord": { | |
"lon": -0.13, | |
"lat": 51.51 | |
}, | |
"weather": [ | |
{ | |
"id": 300, | |
"main": "Drizzle", | |
"description": "light intensity drizzle", |
This file has been truncated, but you can view the full file.
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
[ | |
"Egg Fruit Breadfruit Marionberry Lemon Açaí Apricot", | |
"Kiwifruit Guava Melon Fig Mangosteen Huckleberry", | |
"Elderberry Sloe or Hawthorn Berry Tangerine Crab apple Blackcurrant Cherry Finger Lime (or Caviar Lime)", | |
"Pineberry Breadfruit Passionfruit Raspberry Canistel Yuzu Grewia asiatica (phalsa or falsa) Huckleberry Tamarind", | |
"Juniper berry Tamarillo Jujube Tamarind", | |
"Peach Breadfruit Finger Lime (or Caviar Lime) Mouse melon Raisin Tamarillo White currant Canistel", | |
"Blueberry Canistel Galia melon Mamey Apple Sloe or Hawthorn Berry", | |
"Cempedak Plantain Pomegranate Yuzu Papaya Cherry Cantaloupe Strawberry Cloudberry", | |
"Grape Cactus pear Melon Tayberry", |
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
<x3d width='500px' height='400px'> | |
<scene> | |
<transform DEF="ball"> | |
<shape> | |
<appearance> | |
<material diffuseColor='1 0 0'></material> | |
</appearance> | |
<box onclick="alert('click')"></box> | |
</shape> | |
</transform> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd"> | |
<X3D version="3.0" width="200" height="150" profile="Immersive" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd"> | |
<head> | |
<meta name="filename" content="Deer.x3d" /> | |
<meta name="generator" content="Blender 2.70 (sub 0)" /> | |
</head> | |
<Scene> | |
<NavigationInfo headlight="false" | |
visibilityLimit="0.0" |
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
<x3d width='500px' height='400px'> | |
<scene> | |
<shape> | |
<appearance> | |
<material diffuseColor='1 0 0'></material> | |
</appearance> | |
<box></box> | |
</shape> | |
</scene> | |
</x3d> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<x3d width='500px' height='400px'> | |
<scene> | |
<shape> | |
<appearance> | |
<material diffuseColor='1 0 0'></material> | |
</appearance> | |
<box></box> | |
</shape> | |
</scene> | |
</x3d> |