container | ordered members? | unique members? | immutable type? | used for keys in |
---|---|---|---|---|
No |
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> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Test</title> | |
<style type="text/css"> | |
.box { | |
width: 5em; | |
height: 5em; | |
border: 1px solid black; |
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
OPENSSL_VER | OPENSSL_HASH | OPENSSL_DATE | SEMVER | SEMHASH | ISO_DATE | SEMVER2 | SEMHASH2 | |
---|---|---|---|---|---|---|---|---|
0.9.0b | 9.0.2 | 0x0090002f | ||||||
0.9.1 | 9.1.0 | 0x0090100f | ||||||
0.9.1b | 9.1.2 | 0x0090102f | ||||||
0.9.1c | 9.1.3 | 0x0090103f | 1998-12-23 | |||||
0.9.2b | 9.2.2 | 0x0090202f | 1999-03-22 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>BBEditDocumentType</key> | |
<string>CodelessLanguageModule</string> | |
<key>BBLMLanguageCode</key> | |
<string>OCml</string> |
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
# Copyright 2011 Gordon P. Hemsley | |
# Released under CC-BY-SA license | |
# Load data from Google Docs spreadsheet | |
usubs_video_data <- read.csv("http://spreadsheets.google.com/pub?key=0Agx1-YanlF2jdGdhbHdSTDdWcmphNXZEOWlrRENmY1E&single=true&gid=1&output=csv") | |
# Add data to variable space | |
attach(usubs_video_data) | |
# Print summary of our data table |