<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
[["RUSTED" - The Animation School (TAS) |http://www.youtube.com/watch?v=wdYYGcuBT5Q&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/wdYYGcuBT5Q?list=UUjZ9zWvBOBEOl31Z37qv33w" frameborder="0" allowfullscreen></iframe>
</html>
[["WING IT" - The Animation School | http://youtu.be/ARHVR9BkOWU]] - ''[[The Animation School | http://www.youtube.com/watch?v=i97SD0w7k5E&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]] in South Africa'' - [[Air France | http://www.airfrance.us/cgi-bin/AF/US/en/local/process/standardbooking/ValidateSearchAction.do]] - [[Nook]]
<html>
<iframe width="640" height="360" src="http://www.youtube.com/embed/ARHVR9BkOWU" frameborder="0" allowfullscreen></iframe>
</html>
 [[Zoetrope]] - [[Zoótropo y Praxinoscopio]] - [[Praxinoscope]] - [[Moving picture]] - ''[[Diamond Foxx]]''
[[The Animation School - Uploaded Videos]] - [[Mass Effect - Liara Sex Scene - Alien Sex FTW]]
[[Dental Implants| http://golpa-dentalimplantcenter.com/all-on-4-dental-implants/]] - [[Dental Impression-Materials | http://www.ebay.com/sch/Impression-Materials-/106368/i.html]] - [[Jaw Relation Records Complete Dentures  | https://www.youtube.com/watch?v=Q1xoWm0Ts_A&list=PLD05203DACD6A789C]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/GvTEsSkT9s8" frameborder="0" allowfullscreen></iframe>
</html>
[[Can't pay the dentist? | http://youtu.be/5e8DpK59rz4 ]] - [[Wax Try-in clip | http://youtu.be/kjU_nWQxFrA]] - [[Before and After Dentures | http://youtu.be/_vEb6xuoJ8g]] - [[Temporary vs. Permanent | http://youtu.be/l25w461iUqI]]
[[$5 DIY Ecig - Puck Mod|http://youtu.be/GKY8Wu9U4Eg]]
[[Easiest Variable Voltage Mod - Elmo !!]]
[[DIY E-juice--E-liquid done cheap and easy!!!]] - http://www.ecblendflavors.com/ - http://www.wizardlabs.us/
[[DIY Ego Genesis Tank Ecig Mod]]
[[$5 DIY Ecig - Puck Mod]]
[[Ecigadvanced Vape-pocalypse: Wal-Mart DIY E-liquid |http://youtu.be/eJRYE10WWYQ]]
[[Homesteading]]
[[Archimedes-Lab]]
<html>
<div align="center">
<iframe width="100%" height="640" src="//www.youtube.com/embed/GKY8Wu9U4Eg" frameborder="0" allowfullscreen></iframe>
</div>
</html>
[['Mask of Love' by Gianni A. Sarcone | http://youtu.be/2h1F3HeZJ_0]] - ''[[ Diamond Foxx | http://www.diamondfoxxx.com/]]''
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/2h1F3HeZJ_0" frameborder="0" allowfullscreen></iframe>
</html>
[[.arpa | Wikipedia |http://en.wikipedia.org/wiki/.arpa]]
[[DNSSEC]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/.arpa" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[1918 flu pandemic | http://en.wikipedia.org/wiki/1918_flu_pandemic]] - [[Camp Funston]]
[[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/1918_flu_pandemic" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[1984 George Orwell |http://gutenberg.net.au/ebooks01/0100021.txt ]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://gutenberg.net.au/ebooks01/0100021.txt" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikisource |http://en.wikisource.org/wiki/Main_Page]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/20,000_Leagues_Under_the_Seas" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[2001 anthrax attacks |http://en.wikipedia.org/wiki/Anthrax_attacks]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
 Collecting anthrax in bottles for analysis.
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Anthrax_attacks" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[2012 Aurora shooting | http://en.wikipedia.org/wiki/2012_Aurora_shooting]]
[[John Hickenlooper]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/2012_Aurora_shooting" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
1> [[winarchiver.3.2.final.incl.serial.scenedl]] can mount iso files and zip files.  Here is a torrent with serial see [[WinArchiver]] for information
2> [[storyboard - AesopsFables |./tw.html#boygirl.jpg%20AesopsFables%20PermaView]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/vbvex7maHL8" frameborder="0" allowfullscreen></iframe>
</html>
4 teeth extracted today with [[Dental Art International]]
First visit, cost $260.00 plus $20.00 for amoxillan persctiption.
Estimated cost for full dentures (upper and lower) and extracts was $1700.00.
I will do a little bit each month until it is completed.
[[8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information | http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html]]

<html>
<div align="center">
<iframe src=" http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[A Clockwork Orange |http://en.wikipedia.org/wiki/A_Clockwork_Orange]] 
[[Watch A Clockwork Orange]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/A_Clockwork_Orange" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys |http://youtu.be/0jVshYzZipc]]
[[Leeuwenhoek microscope]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/0jVshYzZipc" frameborder="0" allowfullscreen></iframe>
</div>
</html>
[[Ad-hoc_networking | https://wiki.archlinux.org/index.php/Ad-hoc_networking]]
<html>
<div align="center">
<iframe src="https://wiki.archlinux.org/index.php/Ad-hoc_networking" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[Additive Manufacturing - Ceramic 3D Printing Breakthrough|http://blenderorganizer.tiddlyspot.com/#%5B%5BAdditive%20Manufacturing%20-%20Ceramic%203D%20Printing%20Breakthrough%5D%5D]] Youtube - [[Math Channels|http://scienceport.tiddlyspot.com/#%5B%5BMath%20Channels%5D%5D]]''
''[[To Farm Out Work or Not To Farm Out Work?|http://psychology.tiddlyspot.com/#%5B%5BTo%20Farm%20Out%20Work%20or%20Not%20To%20Farm%20Out%20Work%3F%5D%5D]] - [[Virtual Reality Glasses|http://mediaport.tiddlyspot.com/#%5B%5BWorlds%20First%204K%20VR%20-%20HALF%20PRICE%20of%20a%20HTC%20VIVE%5D%5D]] - [[Barbi (Klein) Benton|https://youtu.be/A1o-gLIh10w]] ([[2|http://www.hgtv.com/videos/barbis-copper-dream-palace-0217813]])''
''[[DIY Low Cost Tiny Home made of Air crete|https://youtu.be/b9Gmor0I3mw]] - [[Creation of a Medieval Village in Blender 2.79|https://youtu.be/GlyhFyfVGbE]]''
''What if you could startup a [[Pony Express Ebike Battery Exchange, Charging Station and Database|http://inventoryport.tiddlyspot.com/#%5B%5BPony%20Express%20Ebike%20Battery%20Exchange%2C%20Charging%20Station%20and%20Database%5D%5D]]
in any bicycle shop, hostile, or apartment building that features an exercise room, nation wide on [[Google Docs|https://docs.google.com/]]? - [[Tesla Inc.|http://scienceport.tiddlyspot.com/#%5B%5BTesla%20Inc.%5D%5D]]''
''When you are traveling, carrying a large lithium battery for an Ebike on an airplane is not allowed. Exchange it with Bitcoin.''
# ''What production would be the bees knees for the King of Thailand? - [[CMS Bali 250cc Water Cooled Moped|http://countyimports.com/inc/sdetail/cms-bali-250cc-water-cooled-touring-edition-motor-scooter-moped-for-sale---free-shipping--mp-5018--/25503/22831]] - $2,099.96
Gasoline Vehicles do not need Transmissions, they need electric wheels for Serial Power assist. (Reducing emissions).
A [[Cyclamatic Power Plus eBike|https://www.amazon.com/dp/B002AQHM3U/_encoding=UTF8?coliid=I4NFDTMNXZ0LE&colid=27Y18XJ9539G3]] with a connection for a [[Savannamama 26" 2-Stroke 66CC/80CC gBike|https://www.amazon.com/dp/B01I3NL5S6/_encoding=UTF8?coliid=I38B6Q7EW7CHLG&colid=27Y18XJ9539G3]] as a sidecar
(autonomous and Covered) to pull a Rickshaw Carriage (no range limitations). [[TL;DR - What Was the Mouse Utopia?|https://youtu.be/HfNKFvHtA3g]]''
# '' [[DongFang (150CC :: 3 Wheel reverse trike|http://countyimports.com/inc/sdetail/dongfang--150cc----3-wheel-reverse-trike---motor-scooter---free-shipping---df-12567--/19235/40309]] - $1,959.95 - with front electric wheels - http://dmvnv.com/newresident.htm''
''[[How to Make a Google Home on Raspberry Pi without MagPi 57 Kit|http://n6xre.tiddlyspot.com/#%5B%5BHow%20to%20Make%20a%20Google%20Home%20on%20Raspberry%20Pi%20without%20MagPi%2057%20Kit%5D%5D]]''
''[[Aluminum shell prototyping|Aluminum shell prototyping parts|http://n6xre.tiddlyspot.com/#%5B%5BAluminum%20shell%20prototyping%20parts%5D%5D]] - [[Sculpteo|https://www.sculpteo.com/en/]] - [[Baofeng Radio TNC Packet Radio|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]]''
''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[Consciousness is similar to the Astronomy of time and space|http://n6xre.tiddlyspot.com/#%5B%5BConsciousness%20is%20similar%20to%20the%20Astronomy%20of%20time%20and%20space%5D%5D]]''
''[[Water Memory (Documentary of 2014 about Nobel Prize laureate Luc Montagnier)|https://youtu.be/R8VyUsVOic0]]''
''[[Making Gears|http://blenderorganizer.tiddlyspot.com/#%5B%5BMaking%20Gears%5D%5D]] - [[Danielle Fong|https://youtu.be/MaebOLfdSd8]] - [[Elon Musk tells all, strange events.|https://youtu.be/RPOLlAqBe1g]] - [[Red Skelton Albert Hall|https://youtu.be/3Pf5DIkd0xo]]''
I was adopted by [[Robert Rust in Yuba City, California, 95991|https://www.instantcheckmate.com/people/robert-rust/?state=California&city=Yuba+City&zip=95991]] the second husband of Elizabeth Ann Turner. 
My natural name is Gary Allen Snow ([[PDQ|http://www.thesaurus.com/browse/pdq]] - [[The Virtual King of Speed|https://youtu.be/Hg2zx95CgdA]] + 71) - [[To This Day Project|https://youtu.be/ltun92DfnPY]]
''[[Author Brian Shul on piloting the SR-71|https://youtu.be/wigZsFypdyI]]'' - [[The flight that rocked the Soviet Union|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[Rrustdon (ficticious)|https://youtu.be/eenZZL_bf6o]]<br> <html><iframe width="560" height="315" src="https://www.youtube.com/embed/wigZsFypdyI" frameborder="0" allowfullscreen></iframe></html>
[[Photorealistic Facial Texture Inference Using Deep Neural Networks|http://scienceport.tiddlyspot.com/#%5B%5BPhotorealistic%20Facial%20Texture%20Inference%20Using%20Deep%20Neural%20Networks%5D%5D]]


[[Admiral Hyman George Rickover Willingness to "sink them all" |http://en.wikipedia.org/wiki/Hyman_Rickover#Willingness_to_.22sink_them_all.22]] 
[[Operation Northwoods]] - [[False flag]]
[[Cotard delusion]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Hyman_Rickover#Willingness_to_.22sink_them_all.22" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Adrenal gland | http://en.wikipedia.org/wiki/Adrenal_gland]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Adrenal_gland" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Free ebooks at [[Project Gutenberg | http://www.gutenberg.org/ebooks/search/?query=aesop]] - [[Aesop's Fables Rocky and Bullwinkle | http://www.youtube.com/results?search_query=aesop%27s+fables+rocky+and+bullwinkle+&oq=Aesops+Fables&gs_l=youtube.1.2.0i10l10.31640.36681.0.50638.2.2.0.0.0.0.242.475.2-2.2.0...0.0...1ac.2.11.youtube.62SW8KVrqb8]] - [[Local textfile - aesop11.txt | ../txt/aesop11.txt]]
[[http://www.sandiegozoo.org/videos/ | http://www.sandiegozoo.org/videos/]]
[[How to Chroma Key (Green Screen) Blender (free software)]]
[[How to do Camera Mapping in Blender]]
[[3D mesh capture from video using all free programs]]
[[Airport '77 |http://en.wikipedia.org/wiki/Airport_%2777]] - [[torrent | http://thepiratebay.sx/torrent/6343539/Airport__77_[1977_PAL_DVD][En.De.Fr.It.Ru.Es_Multisubs[14]_-Lin]]
[[Montoneros]]
[[Ariel Weinmann]]
[[Copperhead (politics)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Airport_%2777" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Albert Whitlock]]
[[Frank Brendel]] - [[Special Achievement Academy Award]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Albert_Whitlock" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Alien hand syndrome |http://en.wikipedia.org/wiki/Doctor_Strangelove_syndrome]] 
[[Dr. Strangelove]] - or, How I Learned to Stop Worrying and Love the Bomb
[[Stargate Project]]
[[Cotard delusion]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Doctor_Strangelove_syndrome" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Altered state of consciousness | http://en.wikipedia.org/wiki/Altered_state_of_consciousness]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Altered_state_of_consciousness" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Alyssa Peterson |http://en.wikipedia.org/wiki/Alyssa_Peterson]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Alyssa_Peterson" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Amazon Web Services|https://help.ubuntu.com/community/EC2StartersGuide]]
<html>
<iframe src="https://help.ubuntu.com/community/EC2StartersGuide" frameborder="0" width="100%" height="640"></iframe>
</html>
''[[Universal Licensing System|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[A Protocol for Offline Bitcoin Over Radio Transactions|http://n6xre.tiddlyspot.com/#%5B%5BA%20Protocol%20for%20Offline%20Bitcoin%20Over%20Radio%20Transactions%5D%5D]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]]''
See ''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Lilium VTOL ElectroJet|https://lilium.com/]] - [[Tesla, Inc.|https://www.tesla.com/]] - [[BCI|https://en.wikipedia.org/wiki/Brain%E2%80%93computer_interface]] - [[Railgun|https://en.wikipedia.org/wiki/Railgun]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
''[[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[Prophecy 80 Pound Pistol Crossbow|https://www.amazon.com/dp/B00SI8TZCK/_encoding=UTF8?coliid=I3VMAYCT3G1GQG&colid=27Y18XJ9539G3]] - [[3D Printed Theo Jansen Crossbow Tank|http://blenderorganizer.tiddlyspot.com/#%5B%5B3D%20Printed%20Theo%20Jansen%20Crossbow%20Tank%5D%5D]]''
[[Internet Radio|https://www.internet-radio.com]] - [[PhuketLiveRadio|http://www.thephuketnews.com/radio/listen.php#5KdBJpbAL5yeyc3v.97]] - https://time.is/Phuket - [[Ambient Art Foundation on RadioForest|http://www.radioforest.net/radio/ambient-art-foundation/700272]] - ''[[Thingiverse|https://www.thingiverse.com/]]''
[[Shoutcast]] - [[Psychillosis.pls|https://yp.shoutcast.com/sbin/tunein-station.pls?id=543496]] (for an external player) - http://websdr.suws.org.uk/ @ 196.00 kHz AM
<<miniBrowser http://www.shoutcast.com/Search?query=Psy>>
''[[Democratizing Bio-Sensing Tools With OpenBCI|https://youtu.be/c7v5urh06kM]] - [[UCMJ|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[THE BORG|https://en.wikipedia.org/wiki/Borg_(Star_Trek)]] - [[Rendering Photorealistic CGI|http://blenderorganizer.tiddlyspot.com/#%5B%5BThe%20Science%20of%20Rendering%20Photorealistic%20CGI%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/c7v5urh06kM" frameborder="0" allowfullscreen></iframe></html>
''[[A Helicopter pad on an airplane.|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] The helicopter controls a submarine. The submarine is a drone sub''
''with no personnel. The submarine has a helicopter pad for inspection and repair. After a mission''
''the helicopter would be able to land back on the airplane pad. Also, remote control the helicopter.''
''[[Solar powered submarine|https://www.google.com/search?client=ubuntu&channel=fs&q=Borg&ie=utf-8&oe=utf-8#channel=fs&q=solar+powered+submarine]] - [[Submarine Robots Powered by Renewable Energy|https://youtu.be/Iu7_UkhFyn0]] - [[Circumnavigation|https://en.wikipedia.org/wiki/Circumnavigation]]''
''[[Fusion power|https://en.wikipedia.org/wiki/Fusion_power]] - [[Tesla, Inc.|https://www.tesla.com/]] should also make [[eBikes|https://www.amazon.com/gp/product/B002AQHM3U/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1]] and [[Lilium VTOL ElectroJet|https://lilium.com/]]s - [[SpaceX|https://en.wikipedia.org/wiki/SpaceX]]''
''[[Koenigsegg|https://youtu.be/H2mTriy9oQM]] [[Flexible-fuel|https://en.wikipedia.org/wiki/Flexible-fuel_vehicle]] (Propane?)  [[Turbo-Electric|https://en.wikipedia.org/wiki/Gas_turbine_locomotive]] Charging Station Trailer for Tesla Products.''
[[America First Committee | http://en.wikipedia.org/wiki/America_First_Committee]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/America_First_Committee" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Amnesty International |http://en.wikipedia.org/wiki/Amnesty_International]]
[[Edward Snowden]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Amnesty_International" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Anonine VPN|https://anonine.com/en/guides/openvpn-ubuntu-14.04-64bit]]
<<miniBrowser https://anonine.com/en/guides/openvpn-ubuntu-14.04-64bit>>
<<miniBrowser https://www.ivpn.net/>>
[[Anxiogenic Drugs |http://en.wikipedia.org/wiki/Anxiogenic]] - [[Depressogenic Drugs]] - [[Laws of war]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Anxiogenic" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Learn Thai Online|http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D]]
[[How to Dual Boot and Virtualize the Same Partition on Your Computer]]
[[Convert virtualbox vdi to kvm qcow]]
[[Anonine VPN]]
[[Amazon Web Services]] - [[How do I upload a file to MediaFire?|http://knowledgebase.mediafire.com/article.php?id=340]] - [[Dropbox Tour|https://www.dropbox.com/tour]]
[[start (clear)|http://fishcode.tiddlyspot.com/]] - [[Google Hangout|https://plus.google.com/hangouts]] - [[Gdrive Storage Plans|https://support.google.com/drive/answer/2375123?hl=en&ref_topic=2375005]]
[[start local for github|http://localhost/H8QuadMod/tiddlyspace/fishcode.html]] - [[CyberGhost Proxy|http://www.cyberghostvpn.com/en_us/free-proxy]]
''[[FREE PROXY LIST|http://www.samair.ru/proxy/]]'' - [[KeySweeper - SPY]] - [[Soundlink Audio JavaScript]]
[[Internet Crime Schemes]] - [[How To Install And Run A Chroot JailKit Shell|http://glassparrot.tiddlyspot.com/#%5B%5BHow%20To%20Install%20And%20Run%20A%20Chroot%20JailKit%20Shell%5D%5D]]
http://h8quadmod.tiddlyspot.com/ - http://javascript.crockford.com/

<html>
<iframe id="twitter-widget-36" allowtransparency="true"
src="https://platform.twitter.com/widgets/tweet_button.1384994725.html#_=1386491268326&amp;count=horizontal&amp;id=twitter-widget-36&amp;lang=en&amp;original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons%23tweet&amp;size=l&amp;text=Share%20A%20Link&amp;url=http%3A%2F%2Ffishcode.tiddlyspot.com;via=glassparrot"
class="twitter-share-button twitter-tweet-button twitter-count-horizontal"
title="Twitter Tweet Button" data-twttr-rendered="true"
style="border: 0px none ; color: rgb(51, 51, 51); font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255); width: 139px; height: 28px;"
frameborder="0" scrolling="no"></iframe><br>
</html>
''[[Twitter glassparrot|https://twitter.com/glassparrot]]''
----
[[Archimedes-Lab|http://www.archimedes-lab.org/]] - Puzzles and Mental Activities - must click on this one or this page will divert.
[[WikiPedia]] -  ''[[Google|https://www.google.com/webhp?hl=en&tab=ww#hl=en&q=google]]'' -  [[BitletOrgBittorrent]] - [[ http://www.411.com/|San Diego White Pages]]  - [[SipBroker]] - [[CurrencyConverter]] - ''[[TinyURL|http://tinyurl.com/]]'' - [[Glassparrot|http://glassparrot.tiddlyspot.com/]] - [[Fishcode|http://fishcode.tiddlyspot.com/]]
[[Blender Organizer]] - here
|![[Archimedes-Lab|http://www.archimedes-lab.org/]]|!Puzzles and Mental Activities|! must click on this one or this page will divert|
|[[WikiPedia]]<br>[[Kiwix]]<br>[[WikiSource]]<br>[[WikiBooks]]<br>''[[Musilosophy|http://www.musilosophy.com/]]''<br>''[[Piano Improvization Technique PDF|http://corcoranhighschoolmusic.weebly.com/uploads/2/9/2/8/29287141/improvisation_technique_for_piano.pdf]]''<br>''[[Chord-scale system|https://en.wikipedia.org/wiki/Chord-scale_system]]''<br>''[[Project Gutenberg |http://www.gutenberg.org/]]''<br>[[Encylopedia of Earth]]<br>[[Wolfram Mathworld]]<br>[[Blender Wiki]]<br>[[Wikileaks]]<br>[[Solipsism]]<br>[[Homesteading]] - ''[[International|https://www.google.com/#q=International+Homesteading&start=10]]''<br>[[Hydrogen: Nature’s Fuel]]<br>''[[Submarine|http://fishcode.tiddlyspace.com/#Submarine]]''<br>[[Origami]] - [[Paper Models of Polyhedra]]<br>[[Card Games]]<br>[[Virgin Radio]]<br>''[[Internet Radio|http://www.internet-radio.com/]]''<br>[[Shoutcast]]<br>[[Jamendo]]<br>''[[The Pirate Bay | http://thepiratebay.se/]]<br>[[Torrents.to | http://torrents.to/sites/general]]''<br>''[[I2P-SNARK|https://goo.gl/5IVtqt]]''<br>''[[Le Monde's 100 Books of the Century|http://en.wikipedia.org/wiki/Le_Monde%27s_100_Books_of_the_Century]]''<br>''[[DIY E-juice--E-liquid done cheap and easy!!!]]''<br>''[[Eco Dome, Building a Small Home]]''<br>[[MorpHex]] - The transforming robot<br>[[IOIO Doc|IOIO Documentation]] - Arduino Android IO Shield<br>[[Kernel-o-Matic]] - for Raspberry Pi<br>''[[YouTube|https://www.youtube.com/]]''<br>''[[Silent Movies|https://archive.org/details/silent_films]]''|Click for facebook<br>[img[http://i.imgur.com/QdbhRVI.jpg][http://tinyurl.com/njtafkt]]<br>Click for Youtube - [[Microscope & USB microscope]]<br>[img[http://i.imgur.com/pIkf5m5.jpg][https://www.youtube.com/channel/UCuUz804mPvvBuSXlL2OXjOg/featured]]<br>[[How to Install Ubuntu on Android!|https://youtu.be/YbunTRzEQCI]] - [[How to Install Ubuntu on Android! blog|http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/]]|<br>''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''<br>[[Icom IC 706MKIIG ham radio]]<br>''[[My Webpages]]''<br>[[Git Tutorials]]<br>''[[Migrate Windows7 to Virtualbox|http://goo.gl/Euk8mv]]''<br>''[[Slide Show]]''<br>[[Portable-VirtualBox]]<br>[[InstallGrub]]<br>[[UNetbootin]]<br>''[[Fender Amp Repair|http://www2.fender.com/dealers/service-centers/]]''<br>''[[DIY eBike|http://epowermybike.com/]]''<br>[[Ridekick Power Trailer]]<br>[[Eachine H8 Mini RC Quadcopter]]<br>[[CineTank MK2-L Quadcopter]]<br>[[Twitter Page]]<br>[[Online Messageing]]<br>''[[Contacts|http://tinyurl.com/p2ccjsf]]''<br>[[Broadcastify]]<br>[[Navigation by Sextant]]<br>[[Build your own sextant]]<br>[[Skymap Online]]<br>[[Mask of Love|'Mask of Love' by Gianni A. Sarcone]]<br>[[Diamond Foxx]]<br>[[Grays Anatomy]]''<br>[[Synthetic virology|Synthetic virology | Andrew Hessel | TEDxDanubia]]<br>''[[Political abuse of psychiatry|http://en.wikipedia.org/wiki/Political_abuse_of_psychiatry#United_States]]''<br>''[[Medical torture|http://en.wikipedia.org/wiki/Medical_torture]]''<br>''[[VirtualToxLab.pdf|http://www.biograf.ch/downloads/VirtualToxLab.pdf]]''<br>''[[Forensic Toxicology|http://home.lightspeed.net/~abarbour/vlibft.html]]<br>''[[The C.I.A. Doctors|http://books.google.com/books?id=g19YFuKqKeUC&printsec=frontcover&dq=isbn:0976550806&hl=en&sa=X&ei=Q20JU4nvL9HyoASo94GIAg&ved=0CCsQ6AEwAA#v=onepage&q&f=false]]''<br>''[[Art of memory|http://en.wikipedia.org/wiki/Art_of_memory]]''<br>[[Why We Are at War|Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]<br>''[[Index Librorum Prohibitorum|http://en.wikipedia.org/wiki/Index_Librorum_Prohibitorum]]''<br>''[[The Collapse of The American Dream|http://youtu.be/mII9NZ8MMVM]]''<br>''[[Evidence Of Revision (1 to 10)]]''<br>[[CurrencyConverter]]<br>''[[DEFCON 20|https://goo.gl/QvYZxd]]''<br>[[Solve Autocad Starting Problem]]<br>[[Animate MakeHuman|How To Animate MakeHuman Characters In Blender 2.74]]<br>[[Rick Steves Full Shows]] (travel)<br>|
|[[GaryRust]] - ''[[N6XRE|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[MeBlueScreen1]]| ''[[Star of India]]'' - ''[[Musha Cay and the Islands of Copperfield Bay]]'' - ''[[Discovery of diamonds|Kimberley, Northern Cape]]'' |[[How to play piano]]|
<<attach inline>>
[[Ariel Weinmann | http://en.wikipedia.org/wiki/Ariel_Weinmann]]
[[USS Albuquerque (SSN-706)]]
[[USS Hyman G. Rickover (SSN-709)]] - [[Admiral Hyman George Rickover Willingness to "sink them all"]] - [[Bonapartism]]
[[Article 32 hearing]] - why has it not been released?
[[There are three ways you can die]]
[[Dr. Strangelove]] - [[Cult suicide]]
[[Spectral evidence]] - [[False flag]] operation?
[[Terrorism in the United States]]
[[Arnold Schwarzenegger]]
[[Richard Helms MkUltra]]
''[[MkUltra |https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8]]'' 
[[Stargate Project]] - [[Cotard delusion]]
[[Military satellite]]
[[Spy satellite]]
[[Nook]] - [[Paperless office]]
[[The Spy Who Came in from the Cold]]
[[The Count of Monte Cristo by Alexandre Dumas]]
[[Copperhead (politics)]]
[[WikiPedia]]
[[Kiwix]] - [[Kiwix-serve]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[KNOPPIX]] on pendrive - [[Unitarios]]
[[Samsung Galaxy Tab 2 (10.1-Inch, Wi-Fi)]]
[[Submarine communications cable]]
In an isolated environment covert and clandestine activities might occur.  CIA director [[Richard Helms]] was drummed out of the CIA for covert activity (which is illegal). 
It appears there was no [[Article 32 hearing]] for Ariel Weinmann, which infers that members of the [[USS Albuquerque (SSN-706)]] had engaged in illegal activity that was 
objectionable to Ariel Weinmann or he was engaged in disarming critical intelligence about strategies of war.  How would he know that much to be a threat? .
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ariel_Weinmann" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Arnold Schwarzenegger |http://en.wikipedia.org/wiki/Arnold_Schwarzenegger]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Arnold_Schwarzenegger" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Aromaticity | http://en.wikipedia.org/wiki/Aromatic]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src= "http://en.wikipedia.org/wiki/Aromatic" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Terpene]]
[[Article 32 hearing | http://en.wikipedia.org/wiki/Article_32]]
[[Ariel Weinmann]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Article_32" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Gary Rust was assaulted in July 1986 by Randy Scot and Karen Scot in Cartago, Ca. with intent to commit manslaughter.  Gary Rust was beaten and held at knife point by both Randy Scot and Karen Scot, and received severe medical injuries, including broken ribs, dislocated jaw, back injuries, trauma, and other medical injuries.  Apprehension of Randy Scot was by two police officers of the Olancha Police Department at gunpoint.  
Randy Scot and Karen Scot were arraigned at Independence, Ca. in July 1986.  Randy Scot was sentenced to 3 and 1/2 years in prison, Karen Scot was sentence to 3 years in prison.
===lspci | grep -net > network.txt===

1:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
2:00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
3:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
4:00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
5:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
6:00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)
7:00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)
8:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
9:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
10:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
11:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
12:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
13:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
14:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)
15:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
16:01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
17:03:00.0 Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet Adapter (rev a0)
[[Atomic battery |http://en.wikipedia.org/wiki/Atomic_battery]]
''Pumped'' [[Ununoctium]] [[CMOS]] array - [[Transuranium element]]
[[Ionizing radiation]] - [[Radiation chemistry]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Atomic_battery" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
text/plain
.txt .text .js .vbs .asp .cgi .pl
----
text/html
.htm .html .hta .htx .mht
----
text/comma-separated-values
.csv
----
text/javascript
.js
----
text/css
.css
----
text/xml
.xml .xsl .xslt
----
image/gif
.gif
----
image/jpeg
.jpg .jpe .jpeg
----
image/png
.png
----
image/bmp
.bmp
----
image/tiff
.tif .tiff
----
audio/basic
.au .snd
----
audio/wav
.wav
----
audio/x-pn-realaudio
.ra .rm .ram
----
audio/x-midi
.mid .midi
----
audio/mp3
.mp3
----
audio/m3u
.m3u
----
video/x-ms-asf
.asf
----
video/avi
.avi
----
video/mpeg
.mpg .mpeg
----
video/quicktime
.qt .mov .qtvr
----
application/pdf
.pdf
----
application/rtf
.rtf
----
application/postscript
.ai .eps .ps
----
application/wordperfect
.wpd
----
application/mswrite
.wri
----
application/msexcel
.xls .xls3 .xls4 .xls5 .xlw
----
application/msword
.doc
----
application/mspowerpoint
.ppt .pps
----
application/x-director
.swa
----
application/x-shockwave-flash
.swf
----
application/x-zip-compressed
.zip
----
application/x-gzip
.gz
----
application/x-rar-compressed
.rar
----
application/octet-stream
.com .exe .dll .ocx
----
application/java-archive
.jar
[[AttachFilePlugin]] reads binary data from locally-stored files (e.g., images, PDFs, mp3's, etc.) and converts it to base64-encoded text that is stored in tiddlers tagged with<<tag attachment>>. [[AttachFilePluginFormatters]] allows you to use those tiddlers in place of the external path/file references that are normally part of the image and external links wiki syntax.

[[FileDropPlugin]] and [[FileDropPluginConfig]] allow you to quickly create attachment tiddlers simply by dragging files directly from your system's desktop folder display and dropping it onto an open TiddlyWiki document.  Text files are automatically created as simple tiddlers, while binary files are automatically encoded and attached.
/***
|Name|AttachFilePlugin|
|Source|http://www.TiddlyTools.com/#AttachFilePlugin|
|Documentation|http://www.TiddlyTools.com/#AttachFilePluginInfo|
|Version|4.0.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Requires|AttachFilePluginFormatters, AttachFileMIMETypes|
|Description|Store binary files as base64-encoded tiddlers with fallback links for separate local and/or remote file storage|
Store or link binary files (such as jpg, gif, pdf or even mp3) within your TiddlyWiki document and then use them as images or links from within your tiddler content.
> Important note: As of version 3.6.0, in order to //render// images and other binary attachments created with this plugin, you must also install [[AttachFilePluginFormatters]], which extends the behavior of the TiddlyWiki core formatters for embedded images ({{{[img[tooltip|image]]}}}), linked embedded images ({{{[img[tooltip|image][link]]}}}), and external/"pretty" links ({{{[[label|link]]}}}), so that these formatter will process references to attachment tiddlers as if a normal file reference had been provided. |
!!!!!Documentation
>see [[AttachFilePluginInfo]]
!!!!!Inline interface (live)
>see [[AttachFile]] (shadow tiddler)
><<tiddler AttachFile>>
!!!!!Revisions
<<<
2011.02.14 4.0.1 fix OSX error: use picker.file.path
2009.06.04 4.0.0 changed attachment storage format to use //sections// instead of embedded substring markers.
|please see [[AttachFilePluginInfo]] for additional revision details|
2005.07.20 1.0.0 Initial Release
<<<
!!!!!Code
***/
// // version
//{{{
version.extensions.AttachFilePlugin= {major: 4, minor: 0, revision: 1, date: new Date(2011,2,14)};

// shadow tiddler
config.shadowTiddlers.AttachFile="<<attach inline>>";

// add 'attach' backstage task (insert before built-in 'importTask')
if (config.tasks) { // for TW2.2b or above
	config.tasks.attachTask = {
		text: "attach",
		tooltip: "Attach a binary file as a tiddler",
		content: "<<attach inline>>"
	}
	config.backstageTasks.splice(config.backstageTasks.indexOf("importTask"),0,"attachTask");
}

config.macros.attach = {
// // lingo
//{{{
	label: "attach file",
	tooltip: "Attach a file to this document",
	linkTooltip: "Attachment: ",

	typeList: "AttachFileMIMETypes",

	titlePrompt: " enter tiddler title...",
	MIMEPrompt: "<option value=''>select MIME type...</option><option value='editlist'>[edit list...]</option>",
	localPrompt: " enter local path/filename...",
	URLPrompt: " enter remote URL...",

	tiddlerErr: "Please enter a tiddler title",
	sourceErr: "Please enter a source path/filename",
	storageErr: "Please select a storage method: embedded, local or remote",
	MIMEErr: "Unrecognized file format.  Please select a MIME type",
	localErr: "Please enter a local path/filename",
	URLErr: "Please enter a remote URL",
	fileErr: "Invalid path/file or file not found",

	tiddlerFormat: '!usage\n{{{%0}}}\n%0\n!notes\n%1\n!type\n%2\n!file\n%3\n!url\n%4\n!data\n%5\n',

//}}}
// // macro definition
//{{{
	handler:
	function(place,macroName,params) {
		if (params && !params[0])
			{ createTiddlyButton(place,this.label,this.tooltip,this.toggleAttachPanel); return; }
		var id=params.shift();
		this.createAttachPanel(place,id+"_attachPanel",params);
		document.getElementById(id+"_attachPanel").style.position="static";
		document.getElementById(id+"_attachPanel").style.display="block";
	},
//}}}
//{{{
	createAttachPanel:
	function(place,panel_id,params) {
		if (!panel_id || !panel_id.length) var panel_id="_attachPanel";
		// remove existing panel (if any)
		var panel=document.getElementById(panel_id); if (panel) panel.parentNode.removeChild(panel);
		// set styles for this panel
		setStylesheet(this.css,"attachPanel");
		// create new panel
		var title=""; if (params && params[0]) title=params.shift();
		var types=this.MIMEPrompt+this.formatListOptions(store.getTiddlerText(this.typeList)); // get MIME types
		panel=createTiddlyElement(place,"span",panel_id,"attachPanel",null);
		var html=this.html.replace(/%id%/g,panel_id);
		html=html.replace(/%title%/g,title);
		html=html.replace(/%disabled%/g,title.length?"disabled":"");
		html=html.replace(/%IEdisabled%/g,config.browser.isIE?"disabled":"");
		html=html.replace(/%types%/g,types);
		panel.innerHTML=html;
		if (config.browser.isGecko) { // FF3 FIXUP
			document.getElementById("attachSource").style.display="none";
			document.getElementById("attachFixPanel").style.display="block";
		}
		return panel;
	},
//}}}
//{{{
	toggleAttachPanel:
	function (e) {
		if (!e) var e = window.event;
		var parent=resolveTarget(e).parentNode;
		var panel = document.getElementById("_attachPanel");
		if (panel==undefined || panel.parentNode!=parent)
			panel=config.macros.attach.createAttachPanel(parent,"_attachPanel");
		var isOpen = panel.style.display=="block";
		if(config.options.chkAnimate)
			anim.startAnimating(new Slider(panel,!isOpen,e.shiftKey || e.altKey,"none"));
		else
			panel.style.display = isOpen ? "none" : "block" ;
		e.cancelBubble = true;
		if (e.stopPropagation) e.stopPropagation();
		return(false);
	},
//}}}
//{{{
	formatListOptions:
	function(text) {
		if (!text || !text.trim().length) return "";
		// get MIME list content from text
		var parts=text.split("\n----\n");
		var out="";
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split("\n");
			var label=lines.shift(); // 1st line=display text
			var value=lines.shift(); // 2nd line=item value
			out +='<option value="%1">%0</option>'.format([label,value]);
		}
		return out;
	},
//}}}
// // interface definition
//{{{
	css:
	".attachPanel { display: none; position:absolute; z-index:10; width:35em; right:105%; top:0em;\
		background-color: #eee; color:#000; font-size: 8pt; line-height:110%;\
		border:1px solid black; border-bottom-width: 3px; border-right-width: 3px;\
		padding: 0.5em; margin:0em; -moz-border-radius:1em;-webkit-border-radius:1em; text-align:left }\
	.attachPanel form { display:inline;border:0;padding:0;margin:0; }\
	.attachPanel select { width:99%;margin:0px;font-size:8pt;line-height:110%;}\
	.attachPanel input  { width:98%;padding:0px;margin:0px;font-size:8pt;line-height:110%}\
	.attachPanel textarea { width:98%;margin:0px;height:2em;font-size:8pt;line-height:110%}\
	.attachPanel table { width:100%;border:0;margin:0;padding:0;color:inherit; }\
	.attachPanel tbody, .attachPanel tr, .attachPanel td { border:0;margin:0;padding:0;color:#000; }\
	.attachPanel .box { border:1px solid black; padding:.3em; margin:.3em 0px; background:#f8f8f8; \
		-moz-border-radius:5px;-webkit-border-radius:5px; }\
	.attachPanel .chk { width:auto;border:0; }\
	.attachPanel .btn { width:auto; }\
	.attachPanel .btn2 { width:49%; }\
	",
//}}}
//{{{
	html:
	'<form>\
		attach from source file\
		<input type="file" id="attachSource" name="source" size="56"\
			onChange="config.macros.attach.onChangeSource(this)">\
		<div id="attachFixPanel" style="display:none"><!-- FF3 FIXUP -->\
			<input type="text" id="attachFixSource" style="width:90%"\
				title="Enter a path/file to attach"\
				onChange="config.macros.attach.onChangeSource(this);">\
			<input type="button" style="width:7%" value="..."\
				title="Enter a path/file to attach"\
				onClick="config.macros.attach.askForFilename(document.getElementById(\'attachFixSource\'));">\
		</div><!--end FF3 FIXUP-->\
		<div class="box">\
		<table style="border:0"><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			embed data <input type=checkbox class=chk name="useData" %IEdisabled% \
				onclick="if (!this.form.MIMEType.value.length)\
					this.form.MIMEType.selectedIndex=this.checked?1:0; ">&nbsp;\
		</td><td style="border:0">\
			<select size=1 name="MIMEType" \
				onchange="this.title=this.value; if (this.value==\'editlist\')\
					{ this.selectedIndex=this.form.useData.checked?1:0; story.displayTiddler(null,config.macros.attach.typeList,2); return; }">\
				<option value=""></option>\
				%types%\
			</select>\
		</td></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			local link <input type=checkbox class=chk name="useLocal"\
				onclick="this.form.local.value=this.form.local.defaultValue=this.checked?config.macros.attach.localPrompt:\'\';">&nbsp;\
		</td><td style="border:0">\
			<input type=text name="local" size=15 autocomplete=off value=""\
				onchange="this.form.useLocal.checked=this.value.length" \
				onkeyup="this.form.useLocal.checked=this.value.length" \
				onfocus="if (!this.value.length) this.value=config.macros.attach.localPrompt; this.select()">\
		</td></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			remote link <input type=checkbox class=chk name="useURL"\
				onclick="this.form.URL.value=this.form.URL.defaultValue=this.checked?config.macros.attach.URLPrompt:\'\';\">&nbsp;\
		</td><td style="border:0">\
			<input type=text name="URL" size=15 autocomplete=off value=""\
				onfocus="if (!this.value.length) this.value=config.macros.attach.URLPrompt; this.select()"\
				onchange="this.form.useURL.checked=this.value.length;"\
				onkeyup="this.form.useURL.checked=this.value.length;">\
		</td></tr></table>\
		</div>\
		<table style="border:0"><tr style="border:0"><td style="border:0;text-align:right;vertical-align:top;width:1%;white-space:nowrap">\
			notes&nbsp;\
		</td><td style="border:0" colspan=2>\
			<textarea name="notes" style="width:98%;height:3.5em;margin-bottom:2px"></textarea>\
		</td><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			attach as&nbsp;\
		</td><td style="border:0" colspan=2>\
			<input type=text name="tiddlertitle" size=15 autocomplete=off value="%title%"\
				onkeyup="if (!this.value.length) { this.value=config.macros.attach.titlePrompt; this.select(); }"\
				onfocus="if (!this.value.length) this.value=config.macros.attach.titlePrompt; this.select()" %disabled%>\
		</td></tr></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			add tags&nbsp;\
		</td><td style="border:0">\
			<input type=text name="tags" size=15 autocomplete=off value="" onfocus="this.select()">\
		</td><td style="width:40%;text-align:right;border:0">\
			<input type=button class=btn2 value="attach"\
				onclick="config.macros.attach.onClickAttach(this)"><!--\
			--><input type=button class=btn2 value="close"\
				onclick="var panel=document.getElementById(\'%id%\'); if (panel) panel.parentNode.removeChild(panel);">\
		</td></tr></table>\
	</form>',
//}}}
// // control processing
//{{{
	onChangeSource:
	function(here) {
		var form=here.form;
		var list=form.MIMEType;
		var theFilename  = here.value;
		var theExtension = theFilename.substr(theFilename.lastIndexOf('.')).toLowerCase();
		// if theFilename is in current document folder, remove path prefix and use relative reference
		var h=document.location.href; folder=getLocalPath(decodeURIComponent(h.substr(0,h.lastIndexOf("/")+1)));
		if (theFilename.substr(0,folder.length)==folder) theFilename='./'+theFilename.substr(folder.length);
		else theFilename='file:///'+theFilename; // otherwise, use absolute reference
		theFilename=theFilename.replace(/\\/g,"/"); // fixup: change \ to /
		form.useLocal.checked = true;
		form.local.value = theFilename;
		form.useData.checked = !form.useData.disabled;
		list.selectedIndex=1;
		for (var i=0; i<list.options.length; i++) // find matching MIME type
			if (list.options[i].value.indexOf(theExtension)!=-1) { list.selectedIndex = i; break; }
		if (!form.tiddlertitle.disabled)
			form.tiddlertitle.value=theFilename.substr(theFilename.lastIndexOf('/')+1); // get tiddlername from filename
	},
//}}}
//{{{
	onClickAttach:
	function (here) {
		clearMessage();
		// get input values
		var form=here.form;
		var src=form.source; if (config.browser.isGecko) src=document.getElementById("attachFixSource");
		src=src.value!=src.defaultValue?src.value:"";
		var when=(new Date()).formatString(config.macros.timeline.dateFormat);
		var title=form.tiddlertitle.value;
		var local = form.local.value!=form.local.defaultValue?form.local.value:"";
		var url = form.URL.value!=form.URL.defaultValue?form.URL.value:"";
		var notes = form.notes.value;
		var tags = "attachment excludeMissing "+form.tags.value;
		var useData=form.useData.checked;
		var useLocal=form.useLocal.checked;
		var useURL=form.useURL.checked;
		var mimetype = form.MIMEType.value.length?form.MIMEType.options[form.MIMEType.selectedIndex].text:"";
		// validate checkboxes and get filename
		if (useData) {
			if (src.length) { if (!theLocation) var theLocation=src; }
			else { alert(this.sourceErr); src.focus(); return false; }
		}
		if (useLocal) {
			if (local.length) { if (!theLocation) var theLocation = local; }
			else { alert(this.localErr); form.local.focus(); return false; }
		}
		if (useURL) {
			if (url.length) { if (!theLocation) var theLocation = url; }
			else { alert(this.URLErr); form.URL.focus(); return false; }
		}
		if (!(useData||useLocal||useURL))
			{ form.useData.focus(); alert(this.storageErr); return false; }
		if (!theLocation)
			{ src.focus(); alert(this.sourceErr); return false; }
		if (!title || !title.trim().length || title==this.titlePrompt)
			{ form.tiddlertitle.focus(); alert(this.tiddlerErr); return false; }
		// if not already selected, determine MIME type based on filename extension (if any)
		if (useData && !mimetype.length && theLocation.lastIndexOf('.')!=-1) {
			var theExt = theLocation.substr(theLocation.lastIndexOf('.')).toLowerCase();
			var theList=form.MIMEType;
			for (var i=0; i<theList.options.length; i++)
				if (theList.options[i].value.indexOf(theExt)!=-1)
					{ var mimetype=theList.options[i].text; theList.selectedIndex=i; break; }
		}
		// attach the file
		return this.createAttachmentTiddler(src, when, notes, tags, title,
			useData, useLocal, useURL, local, url, mimetype);
	},
	getMIMEType:
	function(src,def) {
		var ext = src.substr(src.lastIndexOf('.')).toLowerCase();
		var list=store.getTiddlerText(this.typeList);
		if (!list || !list.trim().length) return def;
		// get MIME list content from tiddler
		var parts=list.split("\n----\n");
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split("\n");
			var mime=lines.shift(); // 1st line=MIME type
			var match=lines.shift(); // 2nd line=matching extensions
			if (match.indexOf(ext)!=-1) return mime;
		}
		return def;
	},
	createAttachmentTiddler:
	function (src, when, notes, tags, title, useData, useLocal, useURL, local, url, mimetype, noshow) {
		if (useData) { // encode the data
			if (!mimetype.length) {
				alert(this.MIMEErr);
				form.MIMEType.selectedIndex=1; form.MIMEType.focus();
				return false;
			}
			var d = this.readFile(src); if (!d) { return false; }
			displayMessage('encoding '+src);
			var encoded = this.encodeBase64(d);
			displayMessage('file size='+d.length+' bytes, encoded size='+encoded.length+' bytes');
		}
		var usage=(mimetype.substr(0,5)=="image"?'[img[%0]]':'[[%0|%0]]').format([title]);
		var theText=this.tiddlerFormat.format([
			usage, notes.length?notes:'//none//', mimetype,
			useLocal?local.replace(/\\/g,'/'):'', useURL?url:'',
			useData?('data:'+mimetype+';base64,'+encoded):'' ]);
		store.saveTiddler(title,title,theText,config.options.txtUserName,new Date(),tags);
		var panel=document.getElementById("attachPanel"); if (panel) panel.style.display="none";
		if (!noshow) { story.displayTiddler(null,title); story.refreshTiddler(title,null,true); }
		displayMessage('attached "'+title+'"');
		return true;
	},
//}}}
// // base64 conversion
//{{{
	encodeBase64:
	function (d) {
		if (!d) return null;
		// encode as base64
		var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
		var out="";
		var chr1,chr2,chr3="";
		var enc1,enc2,enc3,enc4="";
		for (var count=0,i=0; i<d.length; ) {
			chr1=d.charCodeAt(i++);
			chr2=d.charCodeAt(i++);
			chr3=d.charCodeAt(i++);
			enc1=chr1 >> 2;
			enc2=((chr1 & 3) << 4) | (chr2 >> 4);
			enc3=((chr2 & 15) << 2) | (chr3 >> 6);
			enc4=chr3 & 63;
			if (isNaN(chr2)) enc3=enc4=64;
			else if (isNaN(chr3)) enc4=64;
			out+=keyStr.charAt(enc1)+keyStr.charAt(enc2)+keyStr.charAt(enc3)+keyStr.charAt(enc4);
			chr1=chr2=chr3=enc1=enc2=enc3=enc4="";
		}
		return out;
	},
	decodeBase64: function(input) {
		var out="";
		var chr1,chr2,chr3;
		var enc1,enc2,enc3,enc4;
		var i = 0;
		// remove all characters that are not A-Z, a-z, 0-9, +, /, or =
		input=input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
		do {
			enc1=keyStr.indexOf(input.charAt(i++));
			enc2=keyStr.indexOf(input.charAt(i++));
			enc3=keyStr.indexOf(input.charAt(i++));
			enc4=keyStr.indexOf(input.charAt(i++));
			chr1=(enc1 << 2) | (enc2 >> 4);
			chr2=((enc2 & 15) << 4) | (enc3 >> 2);
			chr3=((enc3 & 3) << 6) | enc4;
			out=out+String.fromCharCode(chr1);
			if (enc3!=64) out=out+String.fromCharCode(chr2);
			if (enc4!=64) out=out+String.fromCharCode(chr3);
		} while (i<input.length);
		return out;
	},
//}}}
// // I/O functions
//{{{
	readFile: // read local BINARY file data
	function(filePath) {
		if(!window.Components) { return null; }
		try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }
		catch(e) { alert("access denied: "+filePath); return null; }
		var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
		try { file.initWithPath(filePath); } catch(e) { alert("cannot read file - invalid path: "+filePath); return null; }
		if (!file.exists()) { alert("cannot read file - not found: "+filePath); return null; }
		var inputStream = Components.classes["@mozilla.org/network/file-input-stream;1"].createInstance(Components.interfaces.nsIFileInputStream);
		inputStream.init(file, 0x01, 00004, null);
		var bInputStream = Components.classes["@mozilla.org/binaryinputstream;1"].createInstance(Components.interfaces.nsIBinaryInputStream);
		bInputStream.setInputStream(inputStream);
		return(bInputStream.readBytes(inputStream.available()));
	},
//}}}
//{{{
	writeFile:
	function(filepath,data) {
		// TBD: decode base64 and write BINARY data to specified local path/filename
		return(false);
	},
//}}}
//{{{
	askForFilename: // for FF3 fixup
	function(target) {
		var msg=config.messages.selectFile;
		if (target && target.title) msg=target.title; // use target field tooltip (if any) as dialog prompt text
		// get local path for current document
		var path=getLocalPath(document.location.href);
		var p=path.lastIndexOf("/"); if (p==-1) p=path.lastIndexOf("\\"); // Unix or Windows
		if (p!=-1) path=path.substr(0,p+1); // remove filename, leave trailing slash
		var file=""
		var result=window.mozAskForFilename(msg,path,file,true); // FF3 FIXUP ONLY
		if (target && result.length) // set target field and trigger handling
			{ target.value=result; target.onchange(); }
		return result; 
	}
};
//}}}
//{{{
if (window.mozAskForFilename===undefined) { // also defined by CoreTweaks (for ticket #604)
	window.mozAskForFilename=function(msg,path,file,mustExist) {
		if(!window.Components) return false;
		try {
			netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
			var nsIFilePicker = window.Components.interfaces.nsIFilePicker;
			var picker = Components.classes['@mozilla.org/filepicker;1'].createInstance(nsIFilePicker);
			picker.init(window, msg, mustExist?nsIFilePicker.modeOpen:nsIFilePicker.modeSave);
			var thispath = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
			thispath.initWithPath(path);
			picker.displayDirectory=thispath;
			picker.defaultExtension='';
			picker.defaultString=file;
			picker.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterText|nsIFilePicker.filterHTML);
			if (picker.show()!=nsIFilePicker.returnCancel)
				var result=picker.file.path;
		}
		catch(ex) { displayMessage(ex.toString()); }
		return result;
	}
}
//}}}
/***
|Name|AttachFilePluginFormatters|
|Source|http://www.TiddlyTools.com/#AttachFilePluginFormatters|
|Version|4.0.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1.3|
|Type|plugin|
|Description|run-time library for displaying attachment tiddlers|
Runtime processing for //rendering// attachment tiddlers created by [[AttachFilePlugin]].   Attachment tiddlers are tagged with<<tag attachment>>and contain binary file content (e.g., jpg, gif, pdf, mp3, etc.) that has been stored directly as base64 text-encoded data or can be loaded from external files stored on a local filesystem or remote web server.  Note: after creating new attachment tiddlers, you can remove [[AttachFilePlugin]], as long as you retain //this// tiddler (so that images can be rendered later on).
!!!!!Formatters
<<<
This plugin extends the behavior of the following TiddlyWiki core "wikify()" formatters:
* embedded images: {{{[img[tooltip|image]]}}}
* linked embedded images: {{{[img[tooltip|image][link]]}}}
* external/"pretty" links: {{{[[label|link]]}}}
''Please refer to AttachFilePlugin (source: http://www.TiddlyTools.com/#AttachFilePlugin) for additional information.''
<<<
!!!!!Revisions
<<<
2009.10.10 [4.0.1] in fileExists(), check for IE to avoid hanging Chrome during startup
2009.06.04 [4.0.0] changed attachment storage format to use //sections// instead of embedded substring markers.
2008.01.08 [*.*.*] plugin size reduction: documentation moved to ...Info
2007.12.04 [*.*.*] update for TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.10.29 [3.7.0] more code reduction: removed upload handling from AttachFilePlugin (saves ~7K!)
2007.10.28 [3.6.0] removed duplicate formatter code from AttachFilePlugin (saves ~10K!) and updated documentation accordingly.  This plugin ([[AttachFilePluginFormatters]]) is now //''required''// in order to display attached images/binary files within tiddler content.
2006.05.20 [3.4.0] through 2007.03.01 [3.5.3] sync with AttachFilePlugin
2006.05.13 [3.2.0] created from AttachFilePlugin v3.2.0
<<<
!!!!!Code
***/
// // version
//{{{
version.extensions.AttachFilePluginFormatters= {major: 4, minor: 0, revision: 1, date: new Date(2009,10,10)};
//}}}

//{{{
if (config.macros.attach==undefined) config.macros.attach= { };
//}}}
//{{{
if (config.macros.attach.isAttachment==undefined) config.macros.attach.isAttachment=function (title) {
	var tiddler = store.getTiddler(title);
	if (tiddler==undefined || tiddler.tags==undefined) return false;
	return (tiddler.tags.indexOf("attachment")!=-1);
}
//}}}

//{{{
// test for local file existence - returns true/false without visible error display
if (config.macros.attach.fileExists==undefined) config.macros.attach.fileExists=function(f) {
	if(window.Components) { // MOZ
		try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }
		catch(e) { return false; } // security access denied
		var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
		try { file.initWithPath(f); }
		catch(e) { return false; } // invalid directory
		return file.exists();
	}
	else if (config.browser.isIE) { // IE
		var fso = new ActiveXObject("Scripting.FileSystemObject");
		return fso.FileExists(f);
	}
	else return true; // other browsers: assume file exists
}
//}}}

//{{{
if (config.macros.attach.getAttachment==undefined) config.macros.attach.getAttachment=function(title) {

	// extract embedded data, local and remote links (if any)
	var text=store.getTiddlerText(title,'');
	var embedded=store.getTiddlerText(title+'##data','').trim();
	var locallink=store.getTiddlerText(title+'##file','').trim();
	var remotelink=store.getTiddlerText(title+'##url','').trim();

	// backward-compatibility for older attachments (pre 4.0.0)
	var startmarker="---BEGIN_DATA---\n";
	var endmarker="\n---END_DATA---";
	var pos=0; var endpos=0;
	if ((pos=text.indexOf(startmarker))!=-1 && (endpos=text.indexOf(endmarker))!=-1)
		embedded="data:"+(text.substring(pos+startmarker.length,endpos)).replace(/\n/g,'');
	if ((pos=text.indexOf("/%LOCAL_LINK%/"))!=-1)
		locallink=text.substring(text.indexOf("|",pos)+1,text.indexOf("]]",pos));
	if ((pos=text.indexOf("/%REMOTE_LINK%/"))!=-1)
		remotelink=text.substring(text.indexOf("|",pos)+1,text.indexOf("]]",pos));

	// if there is a data: URI defined (not supported by IE)
	if (embedded.length && !config.browser.isIE) return embedded;

	// document is being served remotely... use remote URL (if any)  (avoids security alert)
	if (remotelink.length && document.location.protocol!="file:")
		return remotelink;  

	// local link only... return link without checking file existence (avoids security alert)
	if (locallink.length && !remotelink.length) 
		return locallink; 

	// local link, check for file exist... use local link if found
	if (locallink.length) { 
		locallink=locallink.replace(/^\.[\/\\]/,''); // strip leading './' or '.\' (if any)
		if (this.fileExists(getLocalPath(locallink))) return locallink;
		// maybe local link is relative... add path from current document and try again
		var pathPrefix=document.location.href;  // get current document path and trim off filename
		var slashpos=pathPrefix.lastIndexOf("/"); if (slashpos==-1) slashpos=pathPrefix.lastIndexOf("\\"); 
		if (slashpos!=-1 && slashpos!=pathPrefix.length-1) pathPrefix=pathPrefix.substr(0,slashpos+1);
		if (this.fileExists(getLocalPath(pathPrefix+locallink))) return locallink;
	}

	// no embedded data, no local (or not found), fallback to remote URL (if any)
	if (remotelink.length) return remotelink;

	// attachment URL doesn't resolve, just return input as is
	return title;
}
//}}}
//{{{
if (config.macros.attach.init_formatters==undefined) config.macros.attach.init_formatters=function() {
	if (this.initialized) return;

	// find the formatter for "image" and replace the handler
	for (var i=0; i<config.formatters.length && config.formatters[i].name!="image"; i++);
	if (i<config.formatters.length)	config.formatters[i].handler=function(w) {
		this.lookaheadRegExp.lastIndex = w.matchStart;
		var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
		if(lookaheadMatch && lookaheadMatch.index == w.matchStart) // Simple bracketted link
			{
			var e = w.output;
			if(lookaheadMatch[5])
				{
				var link = lookaheadMatch[5];
				// ELS -------------
				var external=config.formatterHelpers.isExternalLink(link);
				if (external)
					{
					if (config.macros.attach.isAttachment(link))
						{
						e = createExternalLink(w.output,link);
						e.href=config.macros.attach.getAttachment(link);
						e.title = config.macros.attach.linkTooltip + link;
						}
					else
						e = createExternalLink(w.output,link);
					}
				else 
					e = createTiddlyLink(w.output,link,false,null,w.isStatic);
				// ELS -------------
				addClass(e,"imageLink");
				}
			var img = createTiddlyElement(e,"img");
			if(lookaheadMatch[1])
				img.align = "left";
			else if(lookaheadMatch[2])
				img.align = "right";
			if(lookaheadMatch[3])
				img.title = lookaheadMatch[3];
			img.src = lookaheadMatch[4];
			// ELS -------------
			if (config.macros.attach.isAttachment(lookaheadMatch[4]))
				img.src=config.macros.attach.getAttachment(lookaheadMatch[4]);
			// ELS -------------
			w.nextMatch = this.lookaheadRegExp.lastIndex;
		}
	}
//}}}
//{{{
	// find the formatter for "prettyLink" and replace the handler
	for (var i=0; i<config.formatters.length && config.formatters[i].name!="prettyLink"; i++);
	if (i<config.formatters.length)	{
		config.formatters[i].handler=function(w) {
			this.lookaheadRegExp.lastIndex = w.matchStart;
			var lookaheadMatch = this.lookaheadRegExp.exec(w.source);
			if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
				var e;
				var text = lookaheadMatch[1];
				if(lookaheadMatch[3]) {
					// Pretty bracketted link
					var link = lookaheadMatch[3];
					if (config.macros.attach.isAttachment(link)) {
						e = createExternalLink(w.output,link);
						e.href=config.macros.attach.getAttachment(link);
						e.title=config.macros.attach.linkTooltip+link;
					}
					else e = (!lookaheadMatch[2] && config.formatterHelpers.isExternalLink(link))
						? createExternalLink(w.output,link)
						: createTiddlyLink(w.output,link,false,null,w.isStatic);
				} else {
					e = createTiddlyLink(w.output,text,false,null,w.isStatic);
				}
				createTiddlyText(e,text);
				w.nextMatch = this.lookaheadRegExp.lastIndex;
			}
		}
	} // if "prettyLink" formatter found
	this.initialized=true;
}
//}}}
//{{{
config.macros.attach.init_formatters(); // load time init
//}}}
//{{{
if (TiddlyWiki.prototype.coreGetRecursiveTiddlerText==undefined) {
	TiddlyWiki.prototype.coreGetRecursiveTiddlerText = TiddlyWiki.prototype.getRecursiveTiddlerText;
	TiddlyWiki.prototype.getRecursiveTiddlerText = function(title,defaultText,depth) {
		return config.macros.attach.isAttachment(title)?
			config.macros.attach.getAttachment(title):this.coreGetRecursiveTiddlerText.apply(this,arguments);
	}
}
//}}}
/***
|Name|AttachFilePluginInfo|
|Source|http://www.TiddlyTools.com/#AttachFilePlugin|
|Documentation|http://www.TiddlyTools.com/#AttachFilePluginInfo|
|Version|4.0.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Documentation for AttachFilePlugin|
Store or link binary files (such as jpg, gif, pdf or even mp3) within your TiddlyWiki document and then use them as images or links from within your tiddler content.
!!!!!Inline interface (live)
>see [[AttachFile]] (shadow tiddler)
><<tiddler AttachFile>>
!!!!!Syntax
<<<
''To display the attach file control panel, simply view the [[AttachFile]] shadow tiddler that is automatically created by the plugin, and contains an instance of the inline control panel.''.  Or, you can write:
{{{
<<attach inline>>
}}}
in any tiddler to display the control panel embedded within that tiddler.  Note: you can actually use any unique identifier in place of the "inline" keyword.  Each unique id creates a separate instance of the controls.  If the same ID is used in more than one tiddler, then the control panel is automatically moved to the most recently rendered location.  Or, you can write:
{{{
<<attach>>
}}}
(with no ID parameter) in SidebarOptions.  This adds a command link that opens the controls as a floating panel, positioned directly to the left of the sidebar.
<<<
!!!!!Usage
<<<
Binary file content can be stored in three different locations:
#embedded in the attachment tiddler (encoded as base64)
#on your filesystem (a 'local link' path/filename)
#on a web server (a 'remote link' URL)
The plugin creates an "attachment tiddler" for each file you attach.  Regardless of where you store the binary content, your document can refer to the attachment tiddler rather than using a direct file or URL reference in your embedded image or external links, so that changing document locations will not require updating numerous tiddlers or copying files from one system to another.
> Important note: As of version 3.6.0, in order to //render// images and other binary attachments created with this plugin, you must also install [[AttachFilePluginFormatters]], which extends the behavior of the TiddlyWiki core formatters for embedded images ({{{[img[tooltip|image]]}}}), linked embedded images ({{{[img[tooltip|image][link]]}}}), and external/"pretty" links ({{{[[label|link]]}}}), so that these formatter will process references to attachment tiddlers as if a normal file reference had been provided. |
When you attach a file, a tiddler (tagged with<<tag attachment>>) is generated (using the source filename as the tiddler's title).  The tiddler contains //''base64 text-encoded binary data''//, surrounded by {{{/%...%/}}} comment markers (so they are not visible when viewing the tiddler).  The tiddler also includes summary details about the file: when it was attached, by whom, etc. and, if the attachment is an image file (jpg, gif, or png), the image is automatically displayed below the summary information.
>Note: although you can edit an attachment tiddler, ''don't change any of the encoded content below the attachment header'', as it has been prepared for use in the rest of your document, and even changing a single character can make the attachment unusable.  //If needed, you ''can'' edit the header information or even the MIME type declaration in the attachment data, but be very careful not to change any of the base64-encoded binary data.//
Unfortunately, embedding just a few moderately-sized binary files using base64 text-encoding can dramatically increase the size of your document.   To avoid this problem, you can create attachment tiddlers that define external local filesystem (file://) and/or remote web server (http://) 'reference' links, without embedding the binary data directly in the tiddler (i.e., uncheck "embed data" in the 'control panel').

These links provide an alternative source for the binary data: if embedded data is not found (or you are running on Internet Explorer, which does not currently support using embedded data), then the plugin tries the local filesystem reference.  If a local file is not found, then the remote reference (if any) is used.  This "fallback" approach also lets you 'virtualize' the external links in your document, so that you can access very large binary content such as PDFs, MP3's, and even *video* files, by using just a 'remote reference link' without embedding any data or downloading huge files to your hard disk.

Of course, when you //do// download an attached file, the local copy will be used instead of accessing a remote server each time, thereby saving bandwidth and allowing you to 'go mobile' without having to edit any tiddlers to alter the link locations...
<<<
!!!!!Syntax / Examples
<<<
To embed attached files as images or link to them from other tiddlers, use the standard ~TiddlyWiki image syntax ({{{[img[tooltip|filename]]}}}), linked image syntax ({{{[img[tooltip|filename][tiddlername]]}}}) , or "external link" syntax ({{{[[text|URL]]}}}), replacing the filename or URL that is normally entered with the title of an attachment tiddler.

embedded image data:
>{{{[img[Meow|AttachFileSample]]}}}
>[img[Meow|AttachFileSample]]
embedded image data with link to larger remote image:
>{{{[img[click for larger view|AttachFileSample][AttachFileSample2]]}}}
>[img[click for larger view|AttachFileSample][AttachFileSample2]]
'external' link to embedded image data:
>{{{[[click to view attachment|AttachFileSample]]}}}
>[[click to view attachment|AttachFileSample]]
'external' link to remote image:
>{{{[[click to view attachment|AttachFileSample2]]}}}
>[[click to view attachment|AttachFileSample2]]
regular ~TiddlyWiki links to attachment tiddlers:
>{{{[[AttachFileSample]]}}} [[AttachFileSample]]
>{{{[[AttachFileSample2]]}}} [[AttachFileSample2]]
<<<
!!!!!Defining MIME types
<<<
When you select a source file, a ''[[MIME|http://en.wikipedia.org/wiki/MIME]]'' file type is automatically suggested, based on filename extension.  The AttachFileMIMETypes tiddler defines the list of MIME types that will be recognized by the plugin.  Each MIME type definition consists of exactly two lines of text: the official MIME type designator (e.g., "text/plain", "image/gif", etc.), and a space-separated list of file extensions associated with that type.  List entries are separated by "----" (horizontal rules).
<<<
!!!!!Known Limitations
<<<
Internet Explorer does not support the data: URI scheme, and cannot use the //embedded// data to render images or links.  However, you can still use the local/remote link definitions to create file attachments that are stored externally.  In addition, while it is relatively easy to read local //text// files, reading binary files is not directly supported by IE's FileSystemObject (FSO) methods, and other file I/O techniques are subject to security barriers or require additional MS proprietary technologies (like ASP or VB) that make implementation more difficult.  As a result, you cannot //create// new attachment tiddlers using IE.
<<<
!!!!!Installation
<<<
Import (or copy/paste) the following tiddlers into your document:
* [[AttachFilePlugin]] (tagged with <<tag systemConfig>>)
* [[AttachFilePluginFormatters]] ("runtime distribution library") (tagged with <<tag systemConfig>>)
* [[AttachFileSample]] and [[AttachFileSample2]] //(tagged with <<tag attachment>>)//
* [[AttachFileMIMETypes]] //(defines binary file types)//
> Important note: As of version 3.6.0, in order to //render// images and other binary attachments created with this plugin, you must also install [[AttachFilePluginFormatters]], which extends the behavior of the TiddlyWiki core formatters for embedded images ({{{[img[tooltip|image]]}}}), linked embedded images ({{{[img[tooltip|image][link]]}}}), and external/"pretty" links ({{{[[label|link]]}}}), so that these formatter will process references to attachment tiddlers as if a normal file reference had been provided. |
<<<
!!!!!Revisions
<<<
2009.06.04 4.0.0 changed attachment storage format to use //sections// instead of embedded substring markers.
2008.07.21 3.9.0 Fixup for FireFox 3: use HTML with separate text+button control instead of type='file' control
2008.05.12 3.8.1 automatically add 'attach' task to backstage (moved from BackstageTweaks)
2008.04.09 3.8.0 in onChangeSource(), if source matches current document folder, use relative reference for local link.  Also, disable 'embed' when using IE (which //still// doesn't support data: URI)
2008.04.07 3.7.3 fixed typo in HTML for 'local file link' so that clicking in input field doesn't erase current path/file (if any)
2008.04.07 3.7.2 auto-create AttachFile shadow tiddler for inline interface
2008.01.08 [*.*.*] plugin size reduction: documentation moved to ...Info
2007.12.04 [*.*.*] update for TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.12.03 3.7.1 in createAttachmentTiddler(), added optional "noshow" flag to suppress display of newly created tiddlers.
2007.10.29 3.7.0 code reduction: removed support for built-in upload to server... on-line hosting of binary attachments is left to the document author, who can upload/host files using 3rd-party web-based services (e.g. www.flickr.com, ) or stand-alone applications (e.g., FTP).
2007.10.28 3.6.0 code reduction: removed duplicate definition of image and prettyLink formatters.  Rendering of attachment tiddlers now //requires// installation of AttachFilePluginFormatters
2007.03.01 3.5.3 use apply() to invoke hijacked function
2007.02.25 3.5.2 in hijack of "prettyLink", fix version check for TW2.2 compatibility (prevent incorrect use of fallback handler)
2007.01.09 3.5.1 onClickAttach() refactored to create separate createAttachmentTiddler() API for use with FileDropPluginHandlers
2006.11.30 3.5.0 in getAttachment(), for local references, add check for file existence and fallback to remote URL if local file not found.  Added fileExists() to encapsulate FF vs. IE local file test function (IE FSO object code is TBD).
2006.11.29 3.4.8 in hijack for PrettyLink, 'simple bracketed link' opens tiddler instead of external link to attachment
2006.11.29 3.4.7 in readFile(), added try..catch around initWithPath() to handle invalid/non-existent paths better.
2006.11.09 3.4.6 REAL FIX for TWv2.1.3: incorporate new TW2.1.3 core "prettyLink" formatter regexp handling logic and check for version < 2.1.3 with fallback to old plugin code.  Also, cleanup table layout in HTML (added "border:0" directly to table elements to override stylesheet)
2006.11.08 3.4.5 TEMPORARY FIX for TWv2.1.3: disable hijack of wikiLink formatter due to changes in core wikiLink regexp definition.  //Links to attachments are broken, but you can still use {{{[img[TiddlerName]]}}} to render attachments as images, as well as {{{background:url('[[TiddlerName]]')}}} in CSS declarations for background images.//
2006.09.10 3.4.4 update formatters for 2.1 compatibility (use this.lookaheadRegExp instead of temp variable)
2006.07.24 3.4.3 in prettyLink formatter, added check for isShadowTiddler() to fix problem where shadow links became external links.
2006.07.13 3.4.2 in getAttachment(), fixed stripping of newlines so data: used in CSS will work
2006.05.21 3.4.1 in getAttachment(), fixed substring() to extract data: URI (was losing last character, which broken rendering of SOME images)
2006.05.20 3.4.0 hijack core getRecursiveTiddlerText() to support rendering attachments in stylesheets (e.g. {{{url([[AttachFileSample]])}}})
2006.05.20 3.3.6 add "description" feature to easily include notes in attachment tiddler (you can always edit to add them later... but...)
2006.05.19 3.3.5 add "attach as" feature to change default name for attachment tiddlers.  Also, new optional param to specify tiddler name (disables editing)
2006.05.16 3.3.0 completed XMLHttpRequest handling for GET or POST to configurable server scripts
2006.05.13 3.2.0 added interface for upload feature.  Major rewrite of code for clean object definitions.  Major improvements in UI interaction and validation.
2006.05.09 3.1.1 add wikifer support for using attachments in links from "linked image" syntax: {{{[img[tip|attachment1][attachment2]]}}}
2006.05.09 3.1.0 lots of code changes: new options for attachments that use embedded data and/or links to external files (local or remote)
2006.05.03 3.0.2 added {{{/%...%/}}} comments around attachment data to hide it when viewing attachment tiddler.
2006.02.05 3.0.1 wrapped wikifier hijacks in initAttachmentFormatters() function to eliminate globals and avoid FireFox 1.5.0.1 crash bug when referencing globals
2005.12.27 3.0.0 Update for TW2.0.  Automatically add 'excludeMissing' tag to attachments
2005.12.16 2.2.0 Dynamically create/remove attachPanel as needed to ensure only one instance of interface elements exists, even if there are multiple instances of macro embedding.
2005.11.20 2.1.0 added wikifier handler extensions for "image" and "prettyLink" to render tiddler attachments
2005.11.09 2.0.0 begin port from old ELS Design adaptation based on ~TW1.2.33
2005.07.20 1.0.0 Initial release (as adaptation)
<<<
!usage
{{{[img[AttachFileSample]]}}}
[img[AttachFileSample]]
!notes
example of encoded data attachment
!type
image/gif
!file
./images/meow.gif
!url
http://www.TiddlyTools.com/images/meow.gif
!data
data:image/gif;base64,R0lGODlhOABQAPcAAAAACAAAEAAICAgICAgLDBAQCAQQGRAIEBgICBAQEBAQGBAYFBoOEhwUFCEYEBgYGA4cIBkgGyEcHCEhISkYGCkcHCEpHCklIRAgMRkmNSElKSEpNikeKykpKSExQiE5QjEhJTEpITEpKSkpMSkxISk1KTExITExKSktNTEpMTEpOTExMSk5MSkxOSkxQik5PTkrKTkxMTE8KTFCMTExOTExQjE5PTFCPTk3MzlCMTkxQjk5QkI0MzlGPUg9M01JNi88TTlEUkI8REJCSkZDRFBDQkY/UFA/TjNMUkNOS1JKSkpWRj1KWEpKWj9OXEVZZlhMRlVLVVpSUlReUFdSYFVhX1JSa1VfbmBbU11ia2dcV3FjXVpldWVkb2tnb3tnbGZ1ZHV6aWVwe3d5c2N4iXN3gntzgHeBiYd2dYWHeoh/jIKLkJWEfZmUh5CNlJ+VkICPn46XpZiSo5WfoJycnKaemaGcqKWlpZWnraWtqa2qoq2lrZavvKW4xK2lta2ws/8A/7WcjLWllLWlpbWlrb2tnMatnLWtpbWtrb2trbWttb2ttbWtvbW1pca1pbW1ra21va21xrW1tbW1vbW1xrW9tb21rb21tb21vb21xr29rb29tca9sca1vc69rda9ra29wa3GxrW9vbW9xq29zrHGyrPB0rXG1r29vb29xr29zr3Gvb3Gxr3Gzr3G1sa9vcbGtc7GtdbGtcbGvc7GvdbGvd7Gvca9xsa9zsbGxsbGzsbG1s7DyNbGxtbGzs7G1rjQ2MbO0sbO3sbW1s7Owc7OzsbW3sbe3s7O1s7W0tbQx+HUzNDQ29bW1tvb1ufa1sPW6dDW4dbW3trY4sni7dbk797e3tbx9N7n3ufe3t7e597n597i7+fe597s9N73++fn3ufn5+fn7+fv5+fv7+/e5+/r4vfr4ufn9+fv9+fv/+/n7+/v8/Pz7/fv9+/v/+f3++f//+/39+/3/+//9+////f37/f39/f3//f/9/f////37//39//3////9////yH5BAEAAIAALAAAAAA4AFAAQAj+AAEJHEiwoMGDCBMqXIiwiA8tXbxIgXHhgY+FICSIiCFFihIeXRgm9OKlDJMqYs506UIDRIUKD7w8kLCiAw0q0ao8WCFhwgQqDx7E+EJHm0gpUaI0ibKDBo0dXeakazEkxYUOGjRMSQOmQw874eR9IHNPXrFba5Y8CLNDyYULGlZQRVjtzJCmTnew2AGp2j19gAGTC6ctnLvDZfWR07AjCJAd4fTduxctFapbiDKTQ7gjSZcsT6PQqLmCxhA78v4GnuxOHuGzeei8kVLkh5I1b9y80XPp0q1s+lK7E3eQjSIvbqJAEiPGjR0/c9REqyavtTx9rVtn09asmJsvbMb+uLlcrFn3YsqsiRM33M3CDlkUsWMnT978cM206Y/WjH+187cEGOArqKCiCCJ00DEHHXXkIdJBEgQVlEsS1iThAwlg+EAXcNgBySiQQILKJWOM8YYy2Tyo4oqA5HELMtxxVwyLNA5UxAUxxPBWjTjGIIIWNSKUhhddUFFFU0O89BZjQ9DQwYUPVKABCEJg8cYZK5aRxRNM0JDCCimkQMUONXUAwlVOKbGDGHhAMEczgemjTV2jXeCTBqZFoZASVDDRxGildTbHX3zUgJeTZ0Cimj5kBLHDEEM0IU59cd6TDmHm7WFQNHDAwcVoT5m2Qg2tAJPYau6wY01/2ohTjDb+Z91hhiK3FMiILnkcWIw1iLlz0BuPquHEFaDWtEMVclyXWpz1pUNONdKkkkoWyEGSqyKXvYJeNtmEo6pRCEkyaX3ykMPOYOWSw41+2rDTGjndNoMMMsXoUkw05SFzXnlnFaiIikpOIIEUbrzaSit+RPFWByK4ocoordzC74iKKHLGFmm4kQciQSIkgQQIIEAAAQ+Q/IDIIieQAAFROPcHI9heUodh2ujT8c0CzcEdt8Ph7DONGgwxxs+A7BADEUT4SOMEMWyBBRYiEA2ID16oYYYZDsXwQGNOMHGFFUz4ucMFND2qRBdmeDEE0Uq0IccWSuDQwdwXXrBCkxVFKOH+VVB8UceMNHohxhVNipDCEBqkoIGUTu70AA4P3PUEYG6cEQXiM0lwwRBryKNiF1dcwYQQDK+wQxZijGYmnk+tsEIVGrgTZ6VniMHUCHZ3EAWQCWlRxe+X47BCy8UEc08GcmfVwVUxLDHFECPoE01TTWhjTRQimBBDEW64QUYTZczBhBcJCTFEFKODSkMUZcAJWDWMjDJHGW4089df3DiRBRDgwzE7YPLgji5uIQmEzIMaeHgU+nbwqCaEaFEAXI82rqOav8gDLgOzjj5c9YpbXEIR2bjHLQ5yBjdw4QxjGs0OOvA6MQSjGrNLjX2akQ1U0KEMXlACDYh0uS3M4Q3+CeoAHbKBmHuE4yBJ6EEXUveomiBuCKhwA3AqOJmypIMb+ILEH1ChhTXoIUEbqwMiXsELZThjOOEgB8cO4gYqKOEMDNxhFKjQBFmFw4IAZM25uJOKMWyhi35gxFk6WAxnqOcw5wKcQdAgJz84shrVcIMfRpEOSMqjGtGoTnVSJY78dIcRf2ADFPwgsbM0Q2LmaRVmGNKGYmzSPvYxFzsqOZ12dSsbACrlq85Sq1sQ6EBrfBAReHI1baTjUuGIhjZ0UZkC3cI89CqPeQrkBzq4IQ1nWMOCCsijoPhgBUKoQstokJUJQOkBSlADJVqRimKgghEwe4MW0KCxZvisIif+QwCUMnShkD2ABmaQAyQoMYoCXYINdCgGcKRmEAkRQAErI4DKgiIHP/wBEoy4hDvN0wxfMXRFo7CXNYh4j492TBG7VJVJV1oQKDBUCzi6WZQuUAai+UAEPvDRBWikEaTxIGo/EwIP/igFH0hARZoTwRC+8AUtFEFqPlCCFryghZtSRE8H6cIOHnABH0iBWl4wwxGgupIiKUEIPqjAqKhihSY4igYjMGcHUrCDKIS1hFKTAlVFAwIq1W19NMCnhCRQgRBAAQ28SIPP1nCGNBTDaXfZQQoq8LGgYAVSILjQBC6wAyEQAQ11SFGNuvC7P+2ACXO4i+kipNYHdIBMppn+hxteRyYqCEwCOJDCHDyqIixoQQxuleyXojA3rFxgBK57ixcmcNozAOYeeAjCGWZiN7hM4AmjUFEVmpCFJrjuSxEhE1ZAYLq7KQFS0RjU/+5xhjI0YQcauEBesKoQM2QBUp113dzm4CjFZaVM8RWCGwA4u3sAowmq1cAE8GQF+iJECXNkwg6E11kmuCEdGSATCLISlyqAwXkQSI0TuACHdBTjDh0Agwmw0EAyiWElCilCEvDrlKfsoAzC0Ecc9uI6DXDVxxPwwgjuAQc8NSEa3UiDMnghu3v8oXZ3QIYX/KCQIdCxKYGiQhei8dw5tHEIXqjCHGAImHR8QAhAuEL+FsrwP8E0QxdwVogC71JjIXShFdcJDH6sUQxFQJAccHCvE87Qh0WVJRrhCJCBFEKNK0yYgZ3NwgrcAIl0zK414qAPAPPsXQvBSR7TrNiBJKGPNyAkGsbgA1NcxwLXuQEPwrA0s9wRDms8N1XuOOYQJLCF/ESDPwOsVR7glCoSliEOZWCgapNwJDm0AoKSqc49FEGFMtyhVqhIWArWoAgF5WEPLmqDfGTXM4M8oQxXSF2kxpSFHbTADX/wS6XIBatmSKILQzAcpMIkhTSo4Q1pGGM2NqmYg1xhd2sYTQqcdAEqJMENmSywJtnBnVsoopomagMQGVSHQVziFc1AETn+qmNPg1CBCkFwQxC+RKa71bUMsnvuZDRZrmog45138HKu6FCxzGhrVdkQRzhEexAiZRMFe2nSClB3B21AsIrycNav34lDN9wiDwW6TBmdEQ720NoaCTmDGqgghnbvQA7ppt8twnKq+rwLktHIgxbaAIU1+AEVxSgGL3hRSF5tkFt3QEgsdOyGO1zUDWVgxK/1lQ53jbwsnNzOKf2giDdAgQ54zzu/aLgePi9kMqZIRzBGMYpfV6PxlaxGu7BjH3FkwxqrwvYYftDO7jxTl2dBRBsYcongkKtcs4w63AszmGaIA1ZnyTtHzaN5iQVIEXpwj0iw4Abr1OdcFKcPu/T+I/lc8rJftapYbOrAItNhQRHyyLS5CMOffb0qGvqqV949WDE63MEN2qRDbGgUg+WtQARbdnr/cUq6wAg5NwfK1H7TdAl+kAd54AYYswYJ8gpBQllcNTdj4AWMEAxyAAE+JiFKIB6jcAvBUC8jAjNugAUmQgfBVCNBAVsLVwVZwAQPYE5Q8hZ/MAqM0AonqAiDoAXioQdEFyTnVIRBoTIJoAAg0AVyYAeRACIjgghh8AaoMFI+gyEhgwAJoE9QQgBaqAAvWAaBdBmXcQd1ACdl8VE6kk8ZsoVJCFEJMGl2MAdzADOv8AYdpQ+8wFIDUTIj44VBAQgeQlC1ogvNgAouykAHFMiHCkEJqtAK0rQqjKgipWcNvyE7k6gip8QOXTeEmcgQbAAI3VByNBIQAAA7
!usage
{{{[img[AttachFileSample2]]}}}
[img[AttachFileSample2]]
!notes
example of external attachment (no embedded data)
!type
image/jpg
!file
./images/meow2.jpg
!url
http://www.TiddlyTools.com/images/meow2.jpg
!data
[[Ben Turpin | http://en.wikipedia.org/wiki/Ben_Turpin]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Ben_Turpin" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Berlin: Symphony of a Great City | http://archive.org/details/BerlinSymphonyofaGreatCity]]
<html>
<iframe src="http://archive.org/embed/BerlinSymphonyofaGreatCity" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
</html>
<html>
<div style="text-align:center;"><object width="200" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="left"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"><param name="movie" value="http://widgets.jamendo.com/en/album/?album_id=37177&amp;playertype=2008&amp;refuid=1011928"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><embed src="http://widgets.jamendo.com/en/album/?album_id=37177&amp;playertype=2008&amp;refuid=1011928" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="200" height="300" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">&nbsp;&nbsp;</object><a href="https://pro.jamendo.com/" style="display:block;font-size:8px !important;">Royalty-free music for professional licensing</a></div>
</html>
[[Bilocation |http://en.wikipedia.org/wiki/Bilocation]]
[[Zeno's paradoxes]]
[[Superposition property]]
[[Diamond Foxx]]
[[Spectral evidence]]
[[Haywire (film)]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Bilocation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Top [[Archimedes-Lab]]
[[The Fall of the Dollar The Death of a Fiat Currency part 1|https://youtu.be/1viv7yu7IVY]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1viv7yu7IVY" frameborder="0" allowfullscreen></iframe>
</html>

[[The Fall of the Dollar The Death of a Fiat Currency part 2|https://youtu.be/6hqJ0slfVIA]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6hqJ0slfVIA" frameborder="0" allowfullscreen></iframe>
</html>

[[Bitcoin vs. The Federal Reserve|https://youtu.be/wzwWIDIVSTo]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wzwWIDIVSTo" frameborder="0" allowfullscreen></iframe>
</html>

Go to [[Youtube|https://youtu.be/wzwWIDIVSTo]] page for links. These are incomplete.
Published on Feb 26, 2014
Stefan Molyneux and Andreas Antonopoulos discuss the fall of Mt. Gox, the greatly exaggerated death of Bitcoin, the joy of failure 
within the Bitcoin economy, the incredible opportunity Bitcoin provides those without access to the modern banking system, and the 
difference between Bitcoin and the Federal Reserve System and fiat currencies worldwide. 

Andreas Antonopoulos is the Chief Security Officer of Blockchain.info, a host on Let's Talk Bitcoin and an expert on Information 
Security and Cryptography.

Want to Buy Bitcoins?
United States: http://www.fdrurl.com/coinbase
Canada: http://www.fdrurl.com/cavirtex

Freedomain Radio is 100% funded by viewers like you. Please support the show by signing up for a monthly subscription or making 
a one time donation at: http://www.fdrurl.com/donate

Bitcoin Address: 1Fd8RuZqJNG4v56rPD1v6rgYptwnHeJRWs
Litecoin Address: LL76SbNek3dT8bv2APZNhWgNv3nHEzAgKT

Texas Bitcoin Conference - March 5-6th -- http:www.texasbitcoinconference.com
The Toronto Bitcoin Expo - April 11th-13th - http://www.bitcoinexpo.ca

Get more from Stefan Molyneux and Freedomain Radio including books, podcasts and other info at: http://www.freedomainradio.com

Amazon US Affiliate Link: www.fdrurl.com/AmazonUS
Amazon Canada Affiliate Link: www.fdrurl.com/AmazonCanada
Amazon UK Affiliate Link: www.fdrurl.com/AmazonUK

Stefan Molyneux's Social Media
Facebook: https://www.facebook.com/stefan.molyneux
Twitter: https://twitter.com/stefanmolyneux
Google+: https://www.google.com/+StefanMolyneu...
Linked In: http://www.linkedin.com/pub/stefan-mo...

Freedomain Radio Social Media
Facebook: https://www.facebook.com/Official.Fre...
Twitter: https://twitter.com/freedomainradio
Google+: https://www.google.com/+Freedomainrad...
LinkedIn: http://www.linkedin.com/company/freed...

Message Board: http://board.freedomainradio.com
Meet-Up Groups: http://www.meetup.com/Freedomain-Radio/
Blogspot: http://freedomain.blogspot.com/
iTunes Podcasts: https://itunes.apple.com/us/podcast/f...
Category
News & Politics
License
Standard YouTube License
*[[Archimedes-Lab]]
* http://www.bitlet.org/
* http://torrents.to/
<html><div align="center"><iframe src="http://www.bitlet.org/" frameborder="0" width="100%" height="400"></iframe></div></html>
[[Blender 2.57 DOA Hitomi rig demo 1 | http://youtu.be/MMHereecM6k]] - [[Blender 2.57 DOA Hitomi rig demo 4]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/MMHereecM6k" frameborder="0" allowfullscreen></iframe>
</html>
[[Blender 2.57 DOA Hitomi rig demo 4 | http://youtu.be/WUuDW9ziUrg]] - [[Blender 2.57 DOA Hitomi rig demo 1]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/WUuDW9ziUrg" frameborder="0" allowfullscreen></iframe>
</html>
[[Blender 3D Make Human Tutorial: Blender 2.6 Facial Animation Basics |  http://youtu.be/IczhdEDg-ok ]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/IczhdEDg-ok" frameborder="0" allowfullscreen></iframe>
</html>
http://blenderorganizer.tiddlyspot.com/
<html>
<div align="center">
<iframe src="http://blenderorganizer.tiddlyspot.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Blender Rigging Tutorial (1) Bone Groups & Bone Colors Basics | http://www.youtube.com/watch?v=uOYnmZbwMKw&feature=share&list=PLbfnFPz5DWBQ2-OsI1InJ8_Eukiej3X1b]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/uOYnmZbwMKw?list=PLbfnFPz5DWBQ2-OsI1InJ8_Eukiej3X1b" frameborder="0" allowfullscreen></iframe>
<iframe width="420" height="315" src="http://www.youtube.com/embed/Po9ZGU2r_WQ" frameborder="0" allowfullscreen></iframe>

</html>
[[Blender Wiki |http://wiki.blender.org/]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://wiki.blender.org/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

[[Blender Wiki]]
http://blender.org
[[WikiBooks]]
* [[Blender 3D: Noob to Pro |http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro]]
* https://docs.google.com/file/d/0B0XwG15s3jNqblZ1Z01NV2NIZ2c/
* https://ia801900.us.archive.org/28/items/BlenderWikiPDFManual/blender_wiki_pdf_manual_EN_20141007.pdf - NEW
<html>
<div align="center">
<iframe src="http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

[[Blender Wiki]]
http://blender.org
https://www.youtube.com/user/BlenderFoundation
245 videos
- click -
[img[http://i.imgur.com/TLpnECn.jpg][https://www.youtube.com/user/BlenderFoundation/]]
[[Bob Filner | http://en.wikipedia.org/wiki/Bob_Filner]]
[[San Diego mayor out of rehab, but locked out of office]]
[[Did San Diego mayor target victims of military sexual assault?]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Bob_Filner" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Bobby Fischer |http://en.wikipedia.org/wiki/Bobby_Fischer]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Bobby_Fischer" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Bobby Fischer’s Estate Dispute causes his exhumation | http://bionicbong.com/sports/bobby-fischers-estate-dispute-exhumation/]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://bionicbong.com/sports/bobby-fischers-estate-dispute-exhumation/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Bonapartism |http://en.wikipedia.org/wiki/Bonapartism]]
[[The Count of Monte Cristo by Alexandre Dumas]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Bonapartism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Title BookMarks
B - Folder: Blender
Title: File:BlenderDocumentation.pdf - Wikimedia Commons
Location: http://commons.wikimedia.org/wiki/File:BlenderDocumentation.pdf
Tags
Y - Folder: YouTube
TitleAndrew Price - YouTube
Location:https://www.youtube.com/user/AndrewPPrice?feature=watch
Tags:
Y - Folder: YouTube
Title:Introduction to Camera Tracking in Blender - YouTube
Location:https://www.youtube.com/watch?v=CVPcT0dJmoY
Tags:
[[Debian / Ubuntu Linux: Setup Wireless Access Point (WAP) with Hostapd]]
[[8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information]]
[[William M. Tweed | http://en.wikipedia.org/wiki/William_M._Tweed]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
Supported [[Second Opium War]] - ANTI [[Copperhead (politics)]] during the Civil War
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/William_M._Tweed" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Bow tie | http://en.wikipedia.org/wiki/Bowtie]]
[[WikiPedia]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Bowtie" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Bowsprit | http://en.wikipedia.org/wiki/Bowsprit]] - [[Clara Bow]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Bowsprit" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Brainstorm (1983 film) |http://en.wikipedia.org/wiki/Brainstorm_(1983_film)]]
[[Zeno's paradoxes]]
[[Parallel computing]]
[[Stargate Project]]
[[Bilocation]]
[[Superposition property]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Brainstorm_(1983_film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Broadcastify|http://www.broadcastify.com/listen/ctid/219]
<html>
<iframe width="1000" height="1000" src="http://www.broadcastify.com/listen/ctid/219" frameborder="0" allowfullscreen></iframe>
</html>
[[Buddhism and euthanasia | http://en.wikipedia.org/wiki/Buddhism_and_euthanasia]]
[[Eugenics-Binder1.pdf]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Buddhism_and_euthanasia" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Build your own sextant |http://www.tecepe.com.br/nav/CDSextantProject.htm]]
[[Navigation by Sextant]]
[[Star of India]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.tecepe.com.br/nav/CDSextantProject.htm" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Online Tutorials for Blender - [[CG_tuts+ | http://cg.tutsplus.com/tag/blender/]]
[[CMOS |http://en.wikipedia.org/wiki/CMOS]]
[[Atomic battery]]
''Pumped'' [[Ununoctium]] [[CMOS]] array - [[Transuranium element]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/CMOS" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Permaview|http://fishcode.tiddlyspot.com/#%5B%5BCal%20Pen%20Code%20%C2%A7%20422.%20Punishment%20for%20threats.%20(2011)%5D%5D]]
[[Cal Pen Code § 422. Punishment for threats. (2011) | http://www.victimsofcrime.org/our-programs/stalking-resource-center/stalking-laws/criminal-stalking-laws-by-state/california]]
[[Despotism]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Despotism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>

<html>
<div align="center">
<iframe src=" http://www.victimsofcrime.org/our-programs/stalking-resource-center/stalking-laws/criminal-stalking-laws-by-state/california" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
|<<miniBrowser http://www.calculator.net/scientific-calculator.html>>|
|<<miniBrowser http://www.unitconverters.net/>>|
[[Camp Funston | http://en.wikipedia.org/wiki/Camp_Funston]] - [[1918 flu pandemic]]
[[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Camp_Funston" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Cannabis |http://en.wikipedia.org/wiki/Canabis]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Canabis" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Capgras delusion | http://en.wikipedia.org/wiki/Capgras_delusion]]
[[Ketamine]]
[[Delusional misidentification syndrome]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Capgras_delusion" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Card Games |http://www.games.com/card-games]]
[[Online Messageing]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]] - [[Paper Models of Polyhedra]]
<html>
<div align="center">
<iframe src="http://www.games.com/card-games" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Cathy O'Brien - MkUltra | https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8#q=Cathy+O'Brien&stick=H4sIAAAAAAAAAGOovnz8BQMDAy8HsxKnfq6-QVKWYUXKhxOnvVs8Op489BS9fOnUySdnVCP8APDPOmAqAAAA&sa=X&ei=npTDUdCkI4Wa8wTthIFY&ved=0CJEBEOIjMAo&bav=on.2,or.r_cp.r_qf.&bvm=bv.48175248,d.eWU&fp=c4a91bcd4c4e13dd&biw=1366&bih=638]] - Google Search
[[Copperhead (politics)]]
[[There are three ways you can die]]
[[Sympathetic nervous system]]

"It is perfectly possible for a man to be out of prison, and yet not free - to be under no physical constraint and yet to be a psychological captive, compelled to think, feel and act as the representatives of the national state, or of some private interest within the nation, wants him to think, feel and act. 

"The nature of psychological compulsion is such that those who act under constraint remain under the impression that they are acting on their own initiative. The victim of mind-manipulation does not know that he is a victim. To him the walls of his prison are invisible, and he believes himself to be free. That he is not free is apparent only to other people. His servitude is strictly objective." 
Brave New World Revisited, Aldous Huxley, 1958

[[Cathy O'Brien: Ex-Illuminati Mind Control Victim| http://youtu.be/FvEBmEo4IA0]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/FvEBmEo4IA0" frameborder="0" allowfullscreen></iframe>
</html>
[[Charles Lindbergh | http://en.wikipedia.org/wiki/Charles_Lindbergh]] - [[Lillian Gish]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Charles_Lindbergh" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Charles Manson - Dianne Sawyer Documentary | http://youtu.be/v4qZB2ytq10]]
<html>
<iframe width="420" height="315" src="http://www.youtube.com/embed/v4qZB2ytq10" frameborder="0" allowfullscreen></iframe>
</html>
[[Chemical warfare |  http://en.wikipedia.org/wiki/Chemical_warfare]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Chemical_warfare" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Chinese inventor's home-made submarine | http://youtu.be/MfLq1e49Ewg]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/MfLq1e49Ewg" frameborder="0" allowfullscreen></iframe>
</html>
See [[Flying 3D X6]] for Medium Quad
See [[Eachine H8 Mini RC Quadcopter]] for Swarm Quadcopter Project and How To
Control your R/C transmitter from a PC using an Arduino 

[[CineTank MK2-L Quadcopter Build|http://goo.gl/iAuk8q]]
[[Use ASUS Xtion Pro Live for 3d Mapping with Pi Zero or Winbook TW700 Tablet|http://goo.gl/RqyIJk]]
[[ASUS Xtion Pro Live Color RGB Motion Sensor Support Developer|http://goo.gl/uWLgsi]] - (Items shipped: March 9, 2015)
[[Raspberry Pi OpenCV Experiment|https://youtu.be/Eux6BTQ4GSA]]
[[Pi Zero: The Computer That Costs $5|http://goo.gl/oVHi89]] - https://www.adafruit.com/products/2885
[[Hubsan H501S X4 5.8G FPV Brushless With 1080P HD Camera GPS FollowMe RC Quadcopter RTF|http://goo.gl/n7NFdU]] - US $219.99 - https://youtu.be/wkJrnYSVw9Q
<html>
<iframe width="1000" height="1000" src="http://goo.gl/iAuk8q" frameborder="0" allowfullscreen></iframe>
</html>

CineTank MK2-L Quadcopter - http://goo.gl/F0tX5K
<html>
<iframe width="1000" height="1000" src="http://goo.gl/F0tX5K" frameborder="0" allowfullscreen></iframe>
</html>

eXom - The intelligent mapping & inspection drone - Playlist - https://goo.gl/1HFVVu
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/EyrGpVkmqBs?list=PLNqEO2KyF8UmJv5_hI2byNgs_BcY9KfS8" frameborder="0" allowfullscreen></iframe>
</html>

3D mapping a property with pix4d + quadcopter - https://youtu.be/q9vRWn2pYOE
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/q9vRWn2pYOE" frameborder="0" allowfullscreen></iframe>
</html>

Eagle Y6 professional mapping drone - https://youtu.be/a3WMVokQaec
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/a3WMVokQaec" frameborder="0" allowfullscreen></iframe>
</html>

The bentwing 3D Aerial Mapping System - https://youtu.be/R7S1xXr3VMM
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/R7S1xXr3VMM" frameborder="0" allowfullscreen></iframe>
</html>

Phoenix Aerial AL3-16 UAV LiDAR Mapping System Overview - https://youtu.be/BhHro_rcgHo
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BhHro_rcgHo" frameborder="0" allowfullscreen></iframe>
</html>




Circle of fifths

 *[[Music Theory Fundamentals|https://youtu.be/5Y01jIorpeA?list=PL1302D94F247600CD]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5Y01jIorpeA?list=PL1302D94F247600CD" frameborder="0" allowfullscreen></iframe>
</html>

 *[[The Circle of Fifths - How to Actually Use It|https://youtu.be/d1aJ6HixSe0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/d1aJ6HixSe0" frameborder="0" allowfullscreen></iframe>
</html>

- click -
[img[https://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Circle_of_fifths_deluxe_4.svg/400px-Circle_of_fifths_deluxe_4.svg.png][https://en.wikipedia.org/wiki/Circle_of_fifths]]

  *https://en.wikipedia.org/wiki/Circle_of_fifths
<html>
<iframe width="1000" height="1000" src="https://en.wikipedia.org/wiki/Circle_of_fifths" frameborder="0" allowfullscreen></iframe>
</html>

- click -
[img[http://i.imgur.com/rk3R4wS.png][https://www.youtube.com/channel/UCNBiLBQrKrnvwcVRD5fS8aA]]
[[Clara Bow | http://en.wikipedia.org/wiki/Clara_Bow]] - [[Helmsman]]
[[Bowsprit]] - The most forward part of a boat 
[[Stern]] - The most aft part of a boat
[[Ship Parts]]
[[Humane Rigging]] - Making a [[Bow tie]] - [[Paperless office]] - [[Lawyer]] -  [[Kiwix]] - [[Samsung Galaxy Tab 2 (10.1-Inch, Wi-Fi)]]  -  [[Nook]] - [[KNOPPIX]] on a pendrive with home shared
[[Superposition property]] - [[Unitarios]] - [[Outline of parapsychology]] - IT
[[Mary Pickford]] is a stupid tattletale. She had adultery with [[Ben Turpin]] ([[THE SHRIEK OF ARABY 1921 ben turpin]]) more than once. All she wants is money. I'm innocent It was [[Kathryn McGuire]]. I'll sue.
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Clara_Bow" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Cold War | http://en.wikipedia.org/wiki/Nuclear_scare]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Nuclear_scare" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Comparison of online dating websites | http://en.wikipedia.org/wiki/Comparison_of_online_dating_websites]]
[[List of social networking websites]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Comparison_of_online_dating_websites" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Confederate ironclad C.S.S. Manassas | http://www.flickr.com/photos/36584779@N05/8565081047/]] -  [[Milf Hunter|Copperhead (politics)]] - Constructed at New Orleans, Louisiana, 1861-62. Based on drawings by W. E. Geoghagen.- [[MorseCode]]
[[Confederate submarine Pioneer]] - launches in and out of the front of the [[C.S.S. Manassas|Confederate ironclad C.S.S. Manassas]] on a chain. Cannon turrets elevate out of decks - [[San Diego Pilots|Confederate submarine Pioneer]]
[[The Island of Doctor Moreau, by H. G. Wells]]
* [[Houston Pilots]] - ''[[Diamond Foxx]]''  - [['Mask of Love' by Gianni A. Sarcone]] - [[Star of India]]
* [[Ultimate Optical Illusions Compilation - 2013]]
* See  ''[[Introduction to Camera Tracking in Blender]]'' - [[How to do Camera Mapping in Blender]]
* [[MusclesOfTheHead]] -  ''[[Jazz Piano Music by Hiromi Uehara | https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37]]'' - ''[[Archimedes-Lab | http://www.archimedes-lab.org]]'' - [[WikiSource]]
* [[Painting With Oils Like a Renaissance Master (Audio talking)]]
* [["WING IT" - The Animation School]]
[img[http://farm9.staticflickr.com/8532/8565081047_a3f90ef45c_b.jpg][http://archive.org/details/TheGreatestQuestiondecember281919]]
[img[http://farm9.staticflickr.com/8397/8611730149_e7229435a7_c.jpg][http://www.flickr.com/photos/36584779@N05/with/8611730149]]
[[Confederate submarine Pioneer |http://www.flickr.com/photos/36584779@N05/8587556861/in/photostream/]] -  [[Milf Hunter|Copperhead (politics)]] - built at New Orleans in 1861-62.- [[MorseCode]] - [[.arpa]] - [[DNSSEC]] - [[Laser]] - [[Superposition property]]
[[C.S.S. Manassas|Confederate ironclad C.S.S. Manassas]] - [[U-505]] - [[Garrett AiResearch]] - [[ATF3|Garrett ATF3]] - [[Ryan AQM-91 Firefly]] - [[Airport '77]] - [[Dirty War]] - [[Cold War]] - [[NCMI|National Center for Medical Intelligence]] -  [[Cotard delusion]]
* ''Your Vessel """---""" Will Be Met at the Bar and Piloted to the Port of San Diego by [[San Diego Pilots|Confederate submarine Pioneer]]'' - [[PlentyofFish (POF)]] - [[NetworkManager]] - 
* [[Houston Pilots]] - [[Passion Network]] - [[Stargate Project]] - [[Star of India]]
* See  ''[[Introduction to Camera Tracking in Blender]]'' - [[How to do Camera Mapping in Blender]]
* See [[How to Chroma Key (Green Screen) Blender (free software)]] - [[Sintel]] - [[Tears of Steel|Tears of Steel - Blender Foundation's fourth short Open Movie]]
* [[MusclesOfTheHead]] - [[The Phantom of the Opera]] - [[Diamond Foxx]] - [[Plastic surgery]]
[img[http://farm9.staticflickr.com/8251/8587556861_d873039b6f_c.jpg][http://www.flickr.com/photos/36584779@N05/with/8587556861/]]
The boat was abandoned, incomplete, when the city fell to Federal forces in April 1862 - [[Knights of the Golden Circle]]
[[Microcontroller]] - [[Transponder]] - [[Northrop Grumman RQ-4 Global Hawk]] - [[Synthetic aperture radar]] - [[Jaws|Jaws (film)]] - [[Lucky Dragon|Daigo Fukuryū Maru]]
[[Nuclear weapons testing]] - [[Operation Teapot]] - [[Underwater explosion]] - [[USS Barbel (SS-580)]] - [[Partial Nuclear Test Ban Treaty]]
[[Convention on Psychotropic Substances | http://en.wikipedia.org/wiki/Convention_on_Psychotropic_Substances]] - [[Jonathan Lucas]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Convention_on_Psychotropic_Substances" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Convert virtualbox vdi to kvm qcow|http://blog.bodhizazen.net/linux/convert-virtualbox-vdi-to-kvm-qcow/]]
qemu-img convert -f vdi oldImage.vdi -O qcow2 newImage.qcow
<html>
<iframe src="http://blog.bodhizazen.net/linux/convert-virtualbox-vdi-to-kvm-qcow/" frameborder="0" width="100%" height="640"></iframe>
</html>
[[Copperhead (politics) | http://en.wikipedia.org/wiki/Copperheads_(politics)]]
Blond first, Red second. (Makes your hair glow)
[[Knights of the Golden Circle]] 
[[Freedmen's Bureau]]
[[Despotism]] - [[Disinformation]] - [[Solipsism]] - [[Unitarios]]
[[The General (1926, Buster Keaton, & Clyde Bruckman, USA)]]
[[San Diego Pilots|Confederate submarine Pioneer]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Copperheads_(politics)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[watch?list | http://www.youtube.com/watch?list=PL775E7DEACAAF2C1D&v=6I_slQy7ixQ&feature=player_embedded]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/6I_slQy7ixQ?list=PL775E7DEACAAF2C1D" frameborder="0" allowfullscreen></iframe>
</html>
[[Cotard delusion | http://en.wikipedia.org/wiki/Cotard_delusion]]
[[Solipsism]] - [[Nervous system]]
[[Münchausen syndrome by proxy]]
 [[Metempsychosis]] - Illegal [[Despotism]]
[[Inherit the Wind, 1999]]
[[Things to Come 1936 - HG WELLS]]
[[Evidence Of Revision]] (1 to 6)
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Cotard_delusion" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Crack cocaine | http://en.wikipedia.org/wiki/Crack_cocaine]]
 [[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Crack_cocaine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Creating a lifelike character using MakeHuman and Blender 1 to 4 | https://www.youtube.com/playlist?list=UUsbpadEB5myydWMQ3y5Wjkw]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/m3SdEt5hDWI?list=UUsbpadEB5myydWMQ3y5Wjkw" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/3AUtRkE4jZs?list=UUsbpadEB5myydWMQ3y5Wjkw" frameborder="0" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/A85sZitor1k?list=UUsbpadEB5myydWMQ3y5Wjkw" frameborder="0" allowfullscreen></iframe><iframe width="560" height="315" src="http://www.youtube.com/embed/1wq1OX56tbY?list=UUsbpadEB5myydWMQ3y5Wjkw" frameborder="0" allowfullscreen></iframe>

</html>
[[Crimes against humanity | http://en.wikipedia.org/wiki/Crimes_against_humanity]] - see [[Nuremberg Trials]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Crimes_against_humanity" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[Crimson Tide (film) | http://en.wikipedia.org/wiki/Crimson_Tide_(film)]]
[[Daigo Fukuryū Maru]]
[[Crimson Tide (film)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Crimson_Tide_(film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Cult suicide |http://en.wikipedia.org/wiki/Cult_suicide]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Cult_suicide" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
http://fx-rate.net/getwidget_calculator/horizontal/
Use to convert American Dollar to Bitcoin
<html>
<iframe width="1200" height="400" src="http://fx-rate.net/getwidget_calculator/horizontal/" frameborder="0" allowfullscreen></iframe>
</html>

# http://coinmill.com/EUR_USD.html#USD=1
<html><div align="left"><iframe src="http://coinmill.com/EUR_USD.html#USD=1" frameborder="0" width="80%" height="500"></iframe></div></html>
[[Ecigadvanced Vape-pocalypse: Wal-Mart DIY E-liquid |http://youtu.be/eJRYE10WWYQ]]
[[Easiest Variable Voltage Mod - Elmo !!]]
[[Homesteading]]
[[Archimedes-Lab]]

[[How to make your own E-Liquid - DIY Tutorial|https://youtu.be/HVVETqD3O0E]] - New Video 
http://www.ecblendflavors.com/ - http://www.wizardlabs.us/

<html>
<div align="left">
<iframe width="560" height="315" src="https://www.youtube.com/embed/HVVETqD3O0E" frameborder="0" allowfullscreen></iframe>
</div>
</html>

Published on Feb 7, 2015
I made this tutorial for people who have been playing around with the idea of making their own e-liquid. 
It's a simple and fun process that gives you complete control over the aspects of your liquid and the 
flavor that goes into it.

Some of my personal favorite recipes : http://www.newamsterdamvape.com/#!recipes/cjo8
Here's where I got the materials in the video:
Vegetable Glycerin : http://amzn.com/B005PYSNCS
Propylene Glycol : http://amzn.com/B005PZBRUC
Nicotine (Not the same nicotine featured in the video but I have used this one before) : http://amzn.com/B00ML6QWUS
Nude Nicotine : http://www.nudenicotine.com/
Wizard Labs : http://wizardlabs.us/index.php?route=product/category&path=83_60
Liquid Barn Nicotine (Made in USA) : http://www.liquidbarn.com/collections/nicselect-unflavored-nicotine
Flavors : https://shop.perfumersapprentice.com/...
Graduated Clyinders : http://amzn.com/B006UKIABA
Glass Bottles with Dropper Caps : http://amzn.com/B0081SPX9Q
Disposable Pipettes : http://amzn.com/B005IQTSE0
Steam Engine E-Juice Calculator : http://www.steam-engine.org/juice.asp
[[DIY Ego Genesis Tank Ecig Mod]|http://youtu.be/EsgTnSaTqRI]] - [[also|http://youtu.be/jg6P5bV34L8]]
[[Easiest Variable Voltage Mod - Elmo !!]]
[[DIY E-juice--E-liquid done cheap and easy!!!]] - http://www.ecblendflavors.com/ - http://www.wizardlabs.us/
[[Ecigadvanced Vape-pocalypse: Wal-Mart DIY E-liquid |http://youtu.be/eJRYE10WWYQ]]
[[Homesteading]]
[[Archimedes-Lab]]
<html>
<div align="center">
<iframe width="100%" height="640"" src="//www.youtube.com/embed/EsgTnSaTqRI" frameborder="0" allowfullscreen></iframe>
</div>
</html>
See [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]] - ONLY$99
* Discover the family story your DNA can tell.
* Uncover your ethnic mix, discover distant relatives, and find new details about your unique family history with a simple DNA test.

I have professed to be a [[Pantheist|https://en.wikipedia.org/wiki/Pantheism]]  ([[Fear > antonyms|https://www.powerthesaurus.org/fear/antonyms]]) in the past, and have been told that my heritage has
some Native American background. However I have read articles about tracing Native American heritage 
with DNA, and there are some complications. There is no question about the [[Legality of the War on Drugs|https://www.revolvy.com/main/index.php?s=Legality%20of%20the%20War%20on%20Drugs&item_type=topic]] 
with the Native American tribes in the study and use of ''[[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]'' in their culture, of which I am an advocate.
Demonizing the study and use of ''[[Ganoderma|https://youtu.be/sh6CzNbRtks?list=RDsh6CzNbRtks]]'' in any culture, would be equivalent to making a [[mandamus|http://legal-dictionary.thefreedictionary.com/mandamus]] about
[[Darwinism|https://en.wikipedia.org/wiki/Darwinism]] or the study of [[DNA|https://en.wikipedia.org/wiki/DNA]] just to preserve [[Capitalism|https://en.wikipedia.org/wiki/Capitalism]] by promoting [[Disease mongering|https://en.wikipedia.org/wiki/Disease_mongering]]. It's not honest.

[[How to Prove Native American Ancestry|https://youtu.be/dIu-WF1LZY4]] - [[Computer Grown Ganoderma|https://youtu.be/CuOIQY5IvR4]] - [[Festivals Concierge Services|http://festivalsconcierge.com/the-mayan-jungle-experience/]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/dIu-WF1LZY4" frameborder="0" allowfullscreen></iframe></html>
Same with [[Ginseng|https://www.youtube.com/results?search_query=Ginseng]] - [[From Ginseng to Mushrooms: Goodies from your Woods|https://youtu.be/3bGECN7nZpA]] - [[Bioprospecting|https://en.wikipedia.org/wiki/Bioprospecting]]
See video by [[Kathleen Harrison, MA|http://www.plantteachers.com/videos-visionary-convergence-2015/]] (not listed on Youtube) - [[former|http://www.thefreedictionary.com/Higgs+boson]] [[maenad|http://www.thefreedictionary.com/maenad]] ([[2|http://www.thefreedictionary.com/bozon]]) of [[Terence McKenna|https://en.wikipedia.org/wiki/Terence_McKenna]]
[[DNSSEC | Wikipedia |http://en.wikipedia.org/wiki/DNSSEC]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/DNSSEC" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[DRAWN - Winner Gold World Medal - The New York Festivals 2013 | http://youtu.be/oY0DUWq3DeE]]
[["WING IT" - The Animation School]] - [[Nook]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/oY0DUWq3DeE" frameborder="0" allowfullscreen></iframe>
</html>
 [[Zoetrope]] - [[Zoótropo y Praxinoscopio]] - [[Praxinoscope]] - [[Moving picture]] - ''[[Diamond Foxx]]''
[[The Animation School - Uploaded Videos]] - [[Mass Effect - Liara Sex Scene - Alien Sex FTW]]
[[Daigo Fukuryū Maru |http://en.wikipedia.org/wiki/Lucky_dragon]] - Lucky Dragon
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Lucky_dragon" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
 * [[Danthecomposer on facebook|https://www.facebook.com/danthecomposer1]]
- click -
[img[http://i.imgur.com/68d6rHF.png][https://www.facebook.com/danthecomposer1]]

 * [[Danthecomposer on Youtube|https://www.youtube.com/user/danthecomposer/playlists]]
- click -
[img[http://i.imgur.com/iGIgpwm.png][https://www.youtube.com/user/danthecomposer/playlists]]
/***
|Name|[[DatePlugin]]|
|Source|http://www.TiddlyTools.com/#DatePlugin|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|formatted dates plus popup menu with 'journal' link, changes and (optional) reminders|
This plugin provides a general approach to displaying formatted dates and/or links and popups that permit easy navigation and management of tiddlers based on their creation/modification dates.
!!!!!Documentation
>see [[DatePluginInfo]]
!!!!!Configuration
<<<
<<option chkDatePopupHideCreated>> omit 'created' section from date popups
<<option chkDatePopupHideChanged>> omit 'changed' section from date popups
<<option chkDatePopupHideTagged>> omit 'tagged' section from date popups
<<option chkDatePopupHideReminders>> omit 'reminders' section from date popups
<<option chkShowJulianDate>> display Julian day number (1-365) below current date

see [[DatePluginConfig]] for additional configuration settings, for use in calendar displays, including:
*date formats
*color-coded backgrounds
*annual fixed-date holidays
*weekends
<<<
!!!!!Revisions
<<<
2011.04.23 2.7.3 added config.macros.date.tipformat for custom mouseover tooltip and config.macros.date.leadtime for custom reminder leadtime (default=90 days)
2010.12.15 2.7.2 omit date highlighting when hiding popup items (created/changed/tagged/reminders)
|please see [[DatePluginInfo]] for additional revision details|
2005.10.30 0.9.0 pre-release
<<<
!!!!!Code
***/
//{{{
version.extensions.DatePlugin= {major: 2, minor: 7, revision: 3, date: new Date(2011,4,23)};

config.macros.date = {
	format: 'YYYY.0MM.0DD', // default date display format
	linkformat: 'YYYY.0MM.0DD', // 'dated tiddler' link format
	tipformat: 'YYYY.0MM.0DD', // 'dated tiddler' link tooltip format
	leadtime: 31, // find reminders up to 31 days from now
	linkedbg: '#babb1e',
	todaybg: '#ffab1e',
	weekendbg: '#c0c0c0',
	holidaybg: '#ffaace',
	createdbg: '#bbeeff',
	modifiedsbg: '#bbeeff',
	remindersbg: '#c0ffee',
	weekend: [ 1,0,0,0,0,0,1 ], // [ day index values: sun=0, mon=1, tue=2, wed=3, thu=4, fri=5, sat=6 ],
	holidays: [ '01/01', '07/04', '07/24', '11/24' ]
		// NewYearsDay, IndependenceDay(US), Eric's Birthday (hooray!), Thanksgiving(US)
};

config.macros.date.handler = function(place,macroName,params)
{
	// default: display current date
	var now =new Date();
	var date=now;
	var mode='display';
	if (params[0]&&['display','popup','link'].contains(params[0].toLowerCase()))
		{ mode=params[0]; params.shift(); }

	if (!params[0] || params[0]=='today')
		{ params.shift(); }
	else if (params[0]=='filedate')
		{ date=new Date(document.lastModified); params.shift(); }
	else if (params[0]=='tiddler')
		{ date=store.getTiddler(story.findContainingTiddler(place).id.substr(7)).modified; params.shift(); }
	else if (params[0].substr(0,8)=='tiddler:')
		{ var t; if ((t=store.getTiddler(params[0].substr(8)))) date=t.modified; params.shift(); }
	else {
		var y = eval(params.shift().replace(/Y/ig,(now.getYear()<1900)?now.getYear()+1900:now.getYear()));
		var m = eval(params.shift().replace(/M/ig,now.getMonth()+1));
		var d = eval(params.shift().replace(/D/ig,now.getDate()+0));
		date = new Date(y,m-1,d);
	}
	// date format with optional custom override
	var format=this.format; if (params[0]) format=params.shift();
	var linkformat=this.linkformat; if (params[0]) linkformat=params.shift();
	showDate(place,date,mode,format,linkformat);
}

window.showDate=showDate;
function showDate(place,date,mode,format,linkformat,autostyle,weekend)
{
	mode	  =mode||'display';
	format	  =format||config.macros.date.format;
	linkformat=linkformat||config.macros.date.linkformat;

	// format the date output
	var title=date.formatString(format);
	var linkto=date.formatString(linkformat);
	var tip=date.formatString(config.macros.date.tipformat);

	// just show the formatted output
	if (mode=='display') { place.appendChild(document.createTextNode(title)); return; }

	// link to a 'dated tiddler'
	var link = createTiddlyLink(place, linkto, false);
	link.appendChild(document.createTextNode(title));
	link.title = tip;
	link.date = date;
	link.format = format;
	link.linkformat = linkformat;

	// if using a popup menu, replace click handler for dated tiddler link
	// with handler for popup and make link text non-italic (i.e., an 'existing link' look)
	if (mode=='popup') {
		link.onclick = onClickDatePopup;
		link.style.fontStyle='normal';
	}
	// format the popup link to show what kind of info it contains (for use with calendar generators)
	if (autostyle) setDateStyle(place,link,weekend);
}
//}}}
//{{{
// NOTE: This function provides default logic for setting the date style when displayed in a calendar
// To customize the date style logic, please see[[DatePluginConfig]]
function setDateStyle(place,link,weekend) {
	// alias variable names for code readability
	var date=link.date;
	var fmt=link.linkformat;
	var linkto=date.formatString(fmt);
	var cmd=config.macros.date;

	var co=config.options; // abbrev

	if ((weekend!==undefined?weekend:isWeekend(date))&&(cmd.weekendbg!=''))
		{ place.style.background = cmd.weekendbg; }
	if (hasModifieds(date)||hasCreateds(date)||hasTagged(date,fmt))
		{ link.style.fontStyle='normal'; link.style.fontWeight='bold'; }
	if (hasReminders(date))
		{ link.style.textDecoration='underline'; }
	if (isToday(date))
		{ link.style.border='1px solid black'; }
	if (isHoliday(date)&&(cmd.holidaybg!=''))
		{ place.style.background = cmd.holidaybg; }
	if (hasCreateds(date)&&(cmd.createdbg!=''))
		{ place.style.background = cmd.createdbg; }
	if (hasModifieds(date)&&(cmd.modifiedsbg!=''))
		{ place.style.background = cmd.modifiedsbg; }
	if ((hasTagged(date,fmt)||store.tiddlerExists(linkto))&&(cmd.linkedbg!=''))
		{ place.style.background = cmd.linkedbg; }
	if (hasReminders(date)&&(cmd.remindersbg!=''))
		{ place.style.background = cmd.remindersbg; }
	if (isToday(date)&&(cmd.todaybg!=''))
		{ place.style.background = cmd.todaybg; }
	if (config.options.chkShowJulianDate) { // optional display of Julian date numbers
		var m=[0,31,59,90,120,151,181,212,243,273,304,334];
		var d=date.getDate()+m[date.getMonth()];
		var y=date.getFullYear();
		if (date.getMonth()>1 && (y%4==0 && y%100!=0) || y%400==0)
			d++; // after February in a leap year
		wikify('@@font-size:80%;<br>'+d+'@@',place);
	}

}
//}}}
//{{{
function isToday(date) // returns true if date is today
	{ var now=new Date(); return ((now-date>=0) && (now-date<86400000)); }
function isWeekend(date) // returns true if date is a weekend
	{ return (config.macros.date.weekend[date.getDay()]); }
function isHoliday(date) // returns true if date is a holiday
{
	var longHoliday = date.formatString('0MM/0DD/YYYY');
	var shortHoliday = date.formatString('0MM/0DD');
	for(var i = 0; i < config.macros.date.holidays.length; i++) {
		var holiday=config.macros.date.holidays[i];
		if (holiday==longHoliday||holiday==shortHoliday) return true;
	}
	return false;
}
//}}}
//{{{
// Event handler for clicking on a day popup
function onClickDatePopup(e) { e=e||window.event;
	var p=Popup.create(this); if (!p) return false;
	// always show dated tiddler link (or just date, if readOnly) at the top...
	if (!readOnly || store.tiddlerExists(this.date.formatString(this.linkformat)))
		createTiddlyLink(createTiddlyElement(p,'li'),this.date.formatString(this.linkformat),true);
	else
		createTiddlyText(createTiddlyElement(p,'li'),this.date.formatString(this.linkformat));
	addCreatedsToPopup(p,this.date,this.format);
	addModifiedsToPopup(p,this.date,this.format);
	addTaggedToPopup(p,this.date,this.linkformat);
	addRemindersToPopup(p,this.date,this.linkformat);
	Popup.show(); e.cancelBubble=true; if(e.stopPropagation)e.stopPropagation(); return false;
}
//}}}
//{{{
function indexCreateds() // build list of tiddlers, hash indexed by creation date
{
	var createds= { };
	var tiddlers = store.getTiddlers('title','excludeLists');
	for (var t = 0; t < tiddlers.length; t++) {
		var date = tiddlers[t].created.formatString('YYYY0MM0DD')
		if (!createds[date])
			createds[date]=new Array();
		createds[date].push(tiddlers[t].title);
	}
	return createds;
}
function hasCreateds(date) // returns true if date has created tiddlers
{
	if (config.options.chkDatePopupHideCreated) return false;
	if (!config.macros.date.createds) config.macros.date.createds=indexCreateds();
	return (config.macros.date.createds[date.formatString('YYYY0MM0DD')]!=undefined);
}

function addCreatedsToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideCreated) return false;
	var force=(store.isDirty() && when.formatString('YYYY0MM0DD')==new Date().formatString('YYYY0MM0DD'));
	if (force || !config.macros.date.createds) config.macros.date.createds=indexCreateds();
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var createds = config.macros.date.createds[when.formatString('YYYY0MM0DD')];
	if (createds) {
		createds.sort();
		var e=createTiddlyElement(p,'div',null,null,'created ('+createds.length+')');
		for(var t=0; t<createds.length; t++) {
			var link=createTiddlyLink(createTiddlyElement(p,'li'),createds[t],false);
			link.appendChild(document.createTextNode(indent+createds[t]));
		}
	}
}
//}}}
//{{{
function indexModifieds() // build list of tiddlers, hash indexed by modification date
{
	var modifieds= { };
	var tiddlers = store.getTiddlers('title','excludeLists');
	for (var t = 0; t < tiddlers.length; t++) {
		var date = tiddlers[t].modified.formatString('YYYY0MM0DD')
		if (!modifieds[date])
			modifieds[date]=new Array();
		modifieds[date].push(tiddlers[t].title);
	}
	return modifieds;
}
function hasModifieds(date) // returns true if date has modified tiddlers
{
	if (config.options.chkDatePopupHideChanged) return false;
	if (!config.macros.date.modifieds) config.macros.date.modifieds = indexModifieds();
	return (config.macros.date.modifieds[date.formatString('YYYY0MM0DD')]!=undefined);
}

function addModifiedsToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideChanged) return false;
	var date=when.formatString('YYYY0MM0DD');
	var force=(store.isDirty() && date==new Date().formatString('YYYY0MM0DD'));
	if (force || !config.macros.date.modifieds) config.macros.date.modifieds=indexModifieds();
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var mods = config.macros.date.modifieds[date];
	if (mods) {
		// if a tiddler was created on this date, don't list it in the 'changed' section
		if (config.macros.date.createds && config.macros.date.createds[date]) {
			var temp=[];
			for(var t=0; t<mods.length; t++)
				if (!config.macros.date.createds[date].contains(mods[t]))
					temp.push(mods[t]);
			mods=temp;
		}
		mods.sort();
		var e=createTiddlyElement(p,'div',null,null,'changed ('+mods.length+')');
		for(var t=0; t<mods.length; t++) {
			var link=createTiddlyLink(createTiddlyElement(p,'li'),mods[t],false);
			link.appendChild(document.createTextNode(indent+mods[t]));
		}
	}
}
//}}}
//{{{
function hasTagged(date,format) // returns true if date is tagging other tiddlers
{
	if (config.options.chkDatePopupHideTagged) return false;
	return store.getTaggedTiddlers(date.formatString(format)).length>0;
}

function addTaggedToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideTagged) return false;
	var indent=String.fromCharCode(160)+String.fromCharCode(160);
	var tagged=store.getTaggedTiddlers(when.formatString(format));
	if (tagged.length) var e=createTiddlyElement(p,'div',null,null,'tagged ('+tagged.length+')');
	for(var t=0; t<tagged.length; t++) {
		var link=createTiddlyLink(createTiddlyElement(p,'li'),tagged[t].title,false);
		link.appendChild(document.createTextNode(indent+tagged[t].title));
	}
}
//}}}
//{{{
function indexReminders(date,leadtime) // build list of tiddlers with reminders, hash indexed by reminder date
{
	var reminders = { };
	if(window.findTiddlersWithReminders!=undefined) { // reminder plugin is installed
		var t = findTiddlersWithReminders(date, [0,leadtime], null, null, 1);
		for(var i=0; i<t.length; i++) reminders[t[i].matchedDate]=true;
	}
	return reminders;
}

function hasReminders(date) // returns true if date has reminders
{
	if (config.options.chkDatePopupHideReminders) return false;
	if (window.reminderCacheForCalendar)
		return window.reminderCacheForCalendar[date]; // use calendar cache
	if (!config.macros.date.reminders)
		config.macros.date.reminders = indexReminders(date,config.macros.date.leadtime); // create a reminder cache
	return (config.macros.date.reminders[date]);
}

function addRemindersToPopup(p,when,format)
{
	if (config.options.chkDatePopupHideReminders) return false;
	if(window.findTiddlersWithReminders==undefined) return; // reminder plugin not installed

	var indent = String.fromCharCode(160)+String.fromCharCode(160);
	var reminders=findTiddlersWithReminders(when, [0,config.macros.date.leadtime],null,null,1);
	createTiddlyElement(p,'div',null,null,'reminders ('+(reminders.length||'none')+')');
	for(var t=0; t<reminders.length; t++) {
		link = createTiddlyLink(createTiddlyElement(p,'li'),reminders[t].tiddler,false);
		var diff=reminders[t].diff;
		diff=(diff<1)?'Today':((diff==1)?'Tomorrow':diff+' days');
		var txt=(reminders[t].params['title'])?reminders[t].params['title']:reminders[t].tiddler;
		link.appendChild(document.createTextNode(indent+diff+' - '+txt));
	}
	if (readOnly) return;	// readonly... omit 'new reminder...' command
	var rem='\\<\\<reminder day:%0 month:%1 year:%2 title:"Enter a reminder title here"\\>\\>';
	rem=rem.format([when.getDate(),when.getMonth()+1,when.getYear()+1900]);
	var cmd="<<newTiddler label:[["+indent+"new reminder...]] prompt:[[add a reminder to '%0']]"
		+" title:[[%0]] text:{{var t=store.getTiddlerText('%0','');t+(t.length?'\\n':'')+'%1'}} tag:%2>>";
	wikify(cmd.format([when.formatString(format),rem,config.options.txtCalendarReminderTags||'']),
		createTiddlyElement(p,'li'));
}
//}}}
/***
|Name|DatePluginConfig|
|Source|http://www.TiddlyTools.com/#DatePluginConfig|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|formats, background colors and other optional settings for DatePlugin|
***/
// // Default popup content display options (can be overridden by cookies)
//{{{
if (config.options.chkDatePopupHideCreated===undefined)
	config.options.chkDatePopupHideCreated=false;
if (config.options.chkDatePopupHideChanged===undefined)
	config.options.chkDatePopupHideChanged=false;
if (config.options.chkDatePopupHideTagged===undefined)
	config.options.chkDatePopupHideTagged=false;
if (config.options.chkDatePopupHideReminders===undefined)
	config.options.chkDatePopupHideReminders=false;
//}}}

// // show Julian date number below regular date
//{{{
if (config.options.chkShowJulianDate===undefined)
	config.options.chkShowJulianDate=false;
//}}}

// // fixed-date annual holidays
//{{{
config.macros.date.holidays=[
	"01/01", // NewYearsDay, 
	"07/04", // US Independence Day
	"07/24"  // Eric's Birthday (hooray!)
];
//}}}

// // weekend map (1=weekend, 0=weekday)
//{{{
config.macros.date.weekend=[ 1,0,0,0,0,0,1 ]; // day index values: sun=0, mon=1, tue=2, wed=3, thu=4, fri=5, sat=6
//}}}

// // date display/link formats
//{{{
config.macros.date.format="YYYY.0MM.0DD"; // default date display format
config.macros.date.linkformat="YYYY.0MM.0DD"; // 'dated tiddler' link format
config.macros.date.tipformat="YYYY.0MM.0DD"; // 'dated tiddler' tooltip format
//}}}

// // reminder lead time
//{{{
config.macros.date.leadtime=31; // find reminders up to 31 days from now
//}}}

// // When displaying a calendar (see [[CalendarPlugin]]), you can customize the colors/styles that are applied to the calendar dates by modifying the values and/or functions below:
//{{{
// default calendar colors
config.macros.date.weekendbg="#c0c0c0";
config.macros.date.holidaybg="#ffaace";
config.macros.date.createdbg="#bbeeff";
config.macros.date.modifiedsbg="#bbeeff";
config.macros.date.linkedbg="#babb1e";
config.macros.date.remindersbg="#c0ffee";

// apply calendar styles
function setDateStyle(place,link,weekend) {
	// alias variable names for code readability
	var date=link.date;
	var fmt=link.linkformat;
	var linkto=date.formatString(fmt);
	var cmd=config.macros.date;

	if ((weekend!==undefined?weekend:isWeekend(date))&&(cmd.weekendbg!=""))
		{ place.style.background = cmd.weekendbg; }
	if (hasModifieds(date)||hasCreateds(date)||hasTagged(date,fmt))
		{ link.style.fontStyle="normal"; link.style.fontWeight="bold"; }
	if (hasReminders(date))
		{ link.style.textDecoration="underline"; }
	if (isToday(date))
		{ link.style.border="1px solid black"; }
	if (isHoliday(date)&&(cmd.holidaybg!=""))
		{ place.style.background = cmd.holidaybg; }
	if (hasCreateds(date)&&(cmd.createdbg!=""))
		{ place.style.background = cmd.createdbg; }
	if (hasModifieds(date)&&(cmd.modifiedsbg!=""))
		{ place.style.background = cmd.modifiedsbg; }
	if ((hasTagged(date,fmt)||store.tiddlerExists(linkto))&&(cmd.linkedbg!=""))
		{ place.style.background = cmd.linkedbg; }
	if (hasReminders(date)&&(cmd.remindersbg!=""))
		{ place.style.background = cmd.remindersbg; }
	if (isToday(date)&&(cmd.todaybg!=""))
		{ place.style.background = cmd.todaybg; }
	if (config.options.chkShowJulianDate) {
		var m=[0,31,59,90,120,151,181,212,243,273,304,334];
		var d=date.getDate()+m[date.getMonth()];
		var y=date.getFullYear();
		if (date.getMonth()>1 && (y%4==0 && y%100!=0) || y%400==0) d++; // after February in a leap year
		wikify("@@font-size:80%;<br>"+d+"@@",place);
	}
	var t=store.getTiddlerText(linkto,'')
	if (config.options.chkInlineCalendarJournals && t.length) wikify('<br>'+t,place);
}
//}}}
|Name|DatePluginInfo|
|Source|http://www.TiddlyTools.com/#DatePlugin|
|Documentation|http://www.TiddlyTools.com/#DatePluginInfo|
|Version|2.7.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|documentation for DatePlugin|
This plugin provides a general approach to displaying formatted dates and/or links and popups that permit easy navigation and management of tiddlers based on their creation/modification dates.
!!!!!Usage
<<<
This plugin displays formatted dates, for the specified year, month, day using number values or mathematical expressions such as (Y+1) or (D+30).  Optionally, you can create a link to a 'dated tiddler' for quick blogging or create a popup menu that includes the dated tiddler link plus links to tiddlers that were created/changed on that date, or are tagged with that date and, if the [[ReminderMacros|http://remindermacros.tiddlyspot.com/]] plugin is installed, any pending reminders for next month.  There is also a public API, so other plugins can embed a variety of formatted date output, links, and/or popup menus.
{{{
<<date mode date format linkformat>>
}}}
//all parameters are optional//
*''mode''<br>is one of:
**''display'' (default)<br>shows a formatted date
**''link''<br>creates a link to a specific 'date titled' tiddler
**''popup''<br>creates a popup command containing a dated tiddler link, plus links to changes and reminders.
*''date'' (or ''tiddler'' or ''tiddler:title'' or ''today'' or ''filedate'')<br>enter ANY date (not just today) as space-separated year, month, and day parameters (e.g., 2011 4 23).  You can use pre-defined variables, Y, M, and D for the current year, month and day, repectively.  These variables can be combined with simple mathematical expressions to calculate ''relative dates'' (e.g., D+1 = tomorrow, M-1 = last month, Y+1= next year, etc.)  Alternatively, you can use special keywords in place of the year/month/day parameters to access tiddler and file dates:
**''tiddler'' displays the modification date of the current tiddler.
**''tiddler://name-of-tiddler//'' displays the modification date of a specific tiddler.
**''today'' shows the current date.
**''filedate'' shows the modification date of the entire document.  
*{{block{
''format'' (and ''linkformat'') (default: YYYY.0MM.0DD)<br>uses standard ~TiddlyWiki date formatting syntax to specify the title of the target tiddler.
>''DDD'' - day of week in full (eg, "Monday"), ''DD'' - day of month, ''0DD'' - adds leading zero
>''MMM'' - month in full (eg, "July"), ''MM'' - month number, ''0MM'' - adds leading zero
>''YYYY'' - full year, ''YY'' - two digit year, ''hh'' - hours, ''mm'' - minutes, ''ss'' - seconds
>//note: use of hh, mm or ss format codes is only supported with ''tiddler'', ''today'' or ''filedate'' values//
}}}
*{{block{
''linkformat''<br>specify an alternative date format so that the title of a 'dated tiddler' link can have a format that differs from the date's displayed format.  The default tooltip is same as the title of the linked tiddler.  You can customize the tooltip by modifying the definition in [[DatePluginConfig]]:
{{{
config.macros.date.tipformat="YYYY.0MM.0DD"; // 'dated tiddler' tooltip format
}}}
}}}
You can adjust the 'lead time' for display of [[reminders|http://remindermacros.tiddlyspot.com/]] by modifying the definition in [[DatePluginConfig]]:
{{{
config.macros.date.leadtime=30; // find reminders up to 30 days from now
}}}
In addition to the macro syntax, DatePlugin also provides a public javascript API so that other plugins that work with dates (such as calendar generators, etc.) can quickly incorporate date formatted links or popups into their output:
{{{
showDate(place, date, mode, format, linkformat, autostyle, weekend);
}}}
Note that the javascript API supports two //optional// true/false parameters, in addition those provided by the macro interface:
*''autostyle''<br>font/background styles of formatted dates are automatically adjusted to show the date's status:  'today' is boxed, 'changes' are bold, 'reminders' are underlined, weekends, holidays, changes, and reminders each have a different background color to make them more visibly distinct from one another.
*''weekend''<br>true=day is a weekend, false=day is a weekday, default=automatically determine if a given date falls on a weekend.
<<<
!!!!!Examples
<<<
{{{The current date: <<date>>}}}
>The current date: <<date>>
{{{The current time: <<date today "0hh:0mm:0ss">>}}}
>The current time: <<date today "0hh:0mm:0ss">>
{{{Today's blog: <<date link today "DDD, MMM DDth, YYYY">>}}}
>Today's blog: <<date link today "DDD, MMM DDth, YYYY">>
{{{Recent blogs/changes/reminders: <<date popup Y M D-1 "yesterday">> <<date popup today "today">> <<date popup Y M D+1 "tomorrow">>}}}
>Recent blogs/changes/reminders: <<date popup Y M D-1 "yesterday">> <<date popup today "today">> <<date popup Y M D+1 "tomorrow">>
{{{The first day of next month will be a <<date Y M+1 1 "DDD">>}}}
>The first day of next month will be a <<date Y M+1 1 "DDD">>
{{{This tiddler (DatePlugin) was last updated on: <<date tiddler "DDD, MMM DDth, YYYY">>}}}
>This tiddler (DatePlugin) was last updated on: <<date tiddler "DDD, MMM DDth, YYYY">>
{{{The SiteUrl was last updated on: <<date tiddler:SiteUrl "DDD, MMM DDth, YYYY">>}}}
>The SiteUrl was last updated on: <<date tiddler:SiteUrl "DDD, MMM DDth, YYYY">>
{{{This document was last saved on <<date filedate "DDD, MMM DDth, YYYY at 0hh:0mm:0ss">>}}}
>This document was last saved on <<date filedate "DDD, MMM DDth, YYYY at 0hh:0mm:0ss">>
{{{<<date Y 07 24 "MMM DDth, YYYY">> will be a <<date Y 07 24 "DDD">>}}}
><<date Y 07 24 "MMM DDth, YYYY">> will be a <<date Y 07 24 "DDD">>
<<<
!!!!!Revisions
<<<
2011.04.23 2.7.3 added config.macros.date.tipformat for custom mouseover tooltip
2010.12.15 2.7.2 omit date highlighting when hiding popup items (created/changed/tagged/reminders)
2009.05.31 2.7.1 in addRemindersToPopup(), 'new reminder....' command now uses {{{<<newTiddler>>}}} macro.  Also, general code reduction/cleanup.
2008.03.08 2.7.0 in addModifiedsToPopup(), if a tiddler was created on the specified date, don't list it in the 'changed' section of the popup.  Based on a request from Kashgarinn
2008.01.31 2.6.0 refactored date style logic into separate setDateStyle() function so it can be overridden by a custom definition.  See [[DatePluginConfig]].
2008.01.11 2.5.0 added options to selectively suppress created/changes/tagged/reminders popup content 
2008.01.08 [*.*.*] plugin size reduction: documentation moved to DatePluginInfo
2007.11.21 2.4.0 added hasTagged() and addTaggedToPopup() to list any tiddlers that has been tagged using the title of the dated journal tiddler asa tag value (i.e., the tiddlers that will be listed in the standard "tagging" display when viewing the journal tiddler itself).  Based on a request from Coby.
2007.06.20 2.3.1 in onClickDatePopup(), use Popup.show() instead of deprecated ScrollToTiddlerPopup().  Fixes fatal error that prevents popups from being properly displayed
2007.05.31 2.3.0 list "created" tiddlers in date popup.  Also, force re-cache of created/modified indices when displaying current date and store.isDirty(), so that popup is kept in sync with tiddler changes.
2006.05.09 2.2.1 added "todaybg" handling to set background color of current date.  Also, honor excludeLists tag when getting lists of tiddlers.  Based on suggestions by Mark Hulme.
2006.05.05 2.2.0 added "linkedbg" handling to set background color when a 'dated tiddler' exists.  Based on a suggestion by Mark Hulme.
2006.03.08 2.1.2 add 'override leadtime' flag param in call to findTiddlersWithReminders(), and add "Enter a title" default text to new reminder handler.  Thanks to Jeremy Sheeley for these additional tweaks.
2006.03.06 2.1.0 hasReminders() nows uses window.reminderCacheForCalendar[] when present.  If calendar cache is not present, indexReminders() now uses findTiddlersWithReminders() with a 90-day look ahead to check for reminders.  Also, switched default background colors for autostyled dates: reminders are now greenish ("c0ffee") and holidays are now reddish ("ffaace").
2006.02.14 2.0.5 when readOnly is set (by TW core), omit "new reminders..." popup menu item and, if a "dated tiddler" does not already exist, display the date as simple text instead of a link.
2006.02.05 2.0.4 added var to variables that were unintentionally global.  Avoids FireFox 1.5.0.1 crash bug when referencing global variables
2006.01.18 2.0.3 In 1.2.x the tiddler editor's text area control was given an element ID=("tiddlerBody"+title), so that it was easy to locate this field and programmatically modify its content.  With the addition of configuration templates in 2.x, the textarea no longer has an ID assigned.  To find this control we now look through all the child nodes of the tiddler editor to locate a "textarea" control where attribute("edit") equals "text", and then append the new reminder to the contents of that control.
2006.01.11 2.0.2 correct 'weekend' override detection logic in showDate()
2006.01.10 2.0.1 allow custom-defined weekend days (default defined in config.macros.date.weekend[] array)
added flag param to showDate() API to override internal weekend[] array
2005.12.27 2.0.0 Update for TW2.0
Added parameter handling for 'linkformat'
2005.12.21 1.2.2 FF's date.getYear() function returns 105 (for the current year, 2005).  When calculating a date value from Y M and D expressions, the plugin adds 1900 to the returned year value get the current year number.  But IE's date.getYear() already returns 2005.  As a result, plugin calculated date values on IE were incorrect (e.g., 3905 instead of 2005).  Adding +1900 is now conditional so the values will be correct on both browsers.
2005.11.07 1.2.1 added support for "tiddler" dynamic date parameter
2005.11.06 1.2.0 added support for "tiddler:title" dynamic date parameter
2005.11.03 1.1.2 when a reminder doesn't have a specified title parameter, use the title of the tiddler that contains the reminder as "fallback" text in the popup menu.  Based on a suggestion from BenjaminKudria.
2005.11.03 1.1.1 Temporarily bypass hasReminders() logic to avoid excessive overhead from generating the indexReminders() cache.  While reminders can still appear in the popup menu, they just won't be indicated by auto-styling the date number that is displayed.  This single change saves approx. 60% overhead (5 second delay reduced to under 2 seconds).
2005.11.01 1.1.0 corrected logic in hasModifieds() and hasReminders() so caching of indexed modifieds and reminders is done just once, as intended.  This should hopefully speed up calendar generators and other plugins that render multiple dates...
2005.10.31 1.0.1 documentation and code cleanup
2005.10.31 1.0.0 initial public release
2005.10.30 0.9.0 pre-release
<<<
[[David Carradine |http://en.wikipedia.org/wiki/David_Carradine]]
[[Shaolin Kung Fu]]
[[Shaolin Monastery]]
[[There are three ways you can die]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/David_Carradine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[David Copperfield |http://en.wikipedia.org/wiki/David_Copperfield_(illusionist)]] - ^^[[Euterpe_(muse)]]^^
[[Richard Branson]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]] 
*Nobody knows what happens in a museum at night unless they are there. The Star of India 
*with [[Clara Bow]] and her [[Paperless office]], [[Bobby Fischer]], [[Margaret Battye]], and [[Hyman G. Rickover]]
*and also from [[Musha Cay and the Islands of Copperfield Bay]], [[David Copperfield]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/David_Copperfield_(illusionist)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[img[http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/STARofIndia%28c%29Ted_Rufus_Ross.JPG/800px-STARofIndia%28c%29Ted_Rufus_Ross.JPG][http://en.wikipedia.org/wiki/Star_of_India_(ship)]]
[[Debian / Ubuntu Linux: Setup Wireless Access Point (WAP) with Hostapd | http://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/]]

<html>
<div align="center">
<iframe src=" http://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Declaration on Euthanasia | http://en.wikipedia.org/wiki/Declaration_on_Euthanasia]]
[[Eugenics-Binder1.pdf | https://docs.google.com/file/d/0B0XwG15s3jNqZHZ4dGdzSWZHZXc/edit?usp=sharing]] 
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Pretribulation_rapture]] - [[Great Tribulation]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]] - [[Euthanasia device]]
[[There are three ways you can die]]
[[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[Buddhism and euthanasia]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Declaration_on_Euthanasia" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[My Mediawiki]]
[[Universal Licensing System]]
[[Hey Google Phrases]]
[[Ocean Energy - Wave Power Station]]
[[Additive Manufacturing - Ceramic 3D Printing Breakthrough]]
[[DNA]]
[[Moses!]]
[[Shoutcast]]
[[Archimedes-Lab]]
[[SiteSubtitle]]
[[Git Tutorials]]
[[Glassparrot at Wordpress]]
[[Paper Models of Polyhedra]]
[[WikiPedia]]
[[BlenderDocumentation.pdf]]
[[BlenderFoundation]]
[[Eric Whitacre's Virtual Choir - Favorites]]
[[MorpHex]]
[[Raspberry Pi Zero]]
[[CurrencyConverter]]
[[Weblinks]]
[[DefaultTiddlers]]
[[WelcomeToTiddlyspot]] [[GettingStarted]]
[[Delusional misidentification syndrome | http://en.wikipedia.org/wiki/Delusional_misidentification_syndrome]]
[[Capgras delusion]]
[[Ketamine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Delusional_misidentification_syndrome" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Dental Art International
Dr., Humberto Miyano C.
Dental Surgery
619-819-9442
619-7521686 fax
http://www.mexicandentalclinic.com
http://dentalarttijuana.com
mexicandentalclinic@hotmail.com

Located in the Medic glass Building,
one block from the exit gate of
mexican customs

Via de la Juvrntud Ed. 8800 Local 2204, Tijuana. BC

[[Directions | http://www.mexicandentalclinic.com/Travel_instructions.html]]
[[Depressogenic Drugs | http://en.wikipedia.org/wiki/Depressogenic]] - [[Anxiogenic Drugs]] - [[Laws of war]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Depressogenic" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Despotism | http://en.wikipedia.org/wiki/Despotism]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Despotism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[MusclesOfTheHead]] - http://www.diamondfoxxx.com/ - Navy
[[Milfshookup]] - [[Houston Pilots]] - [[Dirty War]] - [[Alien hand syndrome]]
[[Mass Effect - Liara Sex Scene - Alien Sex FTW]] - [[Ejaculation]]
[[Superposition property]] - [[Unitarios]]
[[Diamond Foxx on  4Tube |http://www.4tube.com/find/videos/diamond-foxx]] - [[Diamond Foxx on Youporn |http://www.youporn.com/search/?query=diamond+foxxx]]
[[Holly Halson on 4Tube | http://www.4tube.com/pornstars/holly-halston]] - [[Holly Halston on Youporn | http://www.youporn.com/search/?query=holly+halston&category_id=0]]
''Blood lines are formed from mortality processes and forsakeness, but Genetic lines are formed from immortality processes and kindness''
''To be, or not to be.  That is the question. -etc- a million surrogates, a million surrogates, my kingdom for a million surrogates,- cryogenically speaking - It's only an expression of power..''., ... 
<html>
<iframe width=100% height="640" src=" http://www.diamondfoxxx.com/" frameborder="0" allowfullscreen></iframe>
</html>
[[Did San Diego mayor target victims of military sexual assault? |http://www.cnn.com/2013/08/07/us/san-diego-mayor-scandal/index.html]]
[[Alyssa Peterson]] -  [[Chemical warfare]] - [[Anxiogenic Drugs]] - [[Depressogenic Drugs]]'' - [[Aromaticity]]  - conspiracy to produce [[Cotard delusion]]
[[There are three ways you can die]] - [[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[Full Metal Jacket (Private Pyle)]] 
[[Bob Filner]]
[[San Diego mayor out of rehab, but locked out of office]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://www.cnn.com/2013/08/07/us/san-diego-mayor-scandal/index.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
|''Name''|DiffFormatter|
|''Description''|highlighting of text comparisons|
|''Author''|FND|
|''Version''|0.9.0|
|''Status''|beta|
|''Source''|http://svn.tiddlywiki.org/Trunk/contributors/FND/formatters/DiffFormatter.js|
|''CodeRepository''|http://svn.tiddlywiki.org/Trunk/contributors/FND/|
|''License''|[[BSD|http://www.opensource.org/licenses/bsd-license.php]]|
|''Keywords''|formatting|
!Description
Highlights changes in a unified [[diff|http://en.wikipedia.org/wiki/Diff#Unified_format]].
!Notes
Based on Martin Budden's [[DiffFormatterPlugin|http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/formatters/DiffFormatterPlugin.js]].
!Usage
The formatter is applied to blocks wrapped in <html><code>{{{diff{..}}}</code></html> within tiddlers tagged with "diff".
!Revision History
!!v0.9 (2010-04-07)
* initial release; fork of DiffFormatterPlugin
!StyleSheet
.diff { white-space: pre; font-family: monospace; }
.diff ins, .diff del { display: block; text-decoration: none; }
.diff ins { background-color: #dfd; }
.diff del { background-color: #fdd; }
.diff .highlight { background-color: [[ColorPalette::SecondaryPale]]; }
!Code
***/
//{{{
(function() {

config.shadowTiddlers.StyleSheetDiffFormatter = store.getTiddlerText(tiddler.title + "##StyleSheet");
store.addNotification("StyleSheetDiffFormatter", refreshStyles);

var formatters = [{
		name: "diffWrapper",
		match: "^\\{\\{diff\\{\n", // XXX: suboptimal
		termRegExp: /(.*\}\}\})$/mg,
		handler: function(w) {
			var el = createTiddlyElement(w.output, "div", null, "diff");
			w.subWikifyTerm(el, this.termRegExp);
		}
	}, {
		name: "diffRange",
		match: "^(?:@@|[+\\-]{3}) ",
		lookaheadRegExp: /^(?:@@|[+\-]{3}) .*\n/mg,
		handler: function(w) {
			createTiddlyElement(w.output, "div", null, "highlight").
				innerHTML = "&#8230;";
			this.lookaheadRegExp.lastIndex = w.matchStart;
			var lookaheadMatch = this.lookaheadRegExp.exec(w.source);
			if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
				w.nextMatch = this.lookaheadRegExp.lastIndex;
			}
		}
	}, {
		name: "diffAdded",
		match: "^\\+",
		termRegExp: /(\n)/mg,
		handler: function(w) {
			var el = createTiddlyElement(w.output, "ins", null, "added");
			w.subWikifyTerm(el, this.termRegExp);
		}
	}, {
		name: "diffRemoved",
		match: "^-",
		termRegExp: /(\n)/mg,
		handler: function(w) {
			var el = createTiddlyElement(w.output, "del", null, "removed");
			w.subWikifyTerm(el, this.termRegExp);
		}
	}
];

config.parsers.diffFormatter = new Formatter(formatters);
config.parsers.diffFormatter.format = "diff";
config.parsers.diffFormatter.formatTag = "diff";

})();
//}}}
[[Dirty War |http://en.wikipedia.org/wiki/Dirty_War]]
[[Montoneros]]
[[Ariel Weinmann]]
[[Copperhead (politics)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Dirty_War" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Disinformation |http://en.wikipedia.org/wiki/Disinformation]]
[[Superposition property]]
[[Parallel computing]]
[[Bilocation]]
[[Brainstorm (1983 film)]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Fukushima Daiichi nuclear disaster]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Disinformation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Downwinders |http://en.wikipedia.org/wiki/Downwinders]]  Nuclear Radiation
[[Meltdown At Three Mile Island ( Nothing Compared to Fukushima )]]
[[Fukushima Daiichi nuclear disaster]]
[[ENGINEERING DISASTERS 1 - Modern Marvels (full documentary)]]
[[Unethical human experimentation in the United States]]
[[Love Canal]]
[[Valley of the Drums]]
[[Superfund]]
[[Toxmap]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Neurodegeneration]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Downwinders" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Dr. Strangelove |http://en.wikipedia.org/wiki/Dr._Strangelove]] - or, How I Learned to Stop Worrying and Love the Bomb - [[torrent | http://thepiratebay.sx/torrent/4327024/Dr._Strangelove_1964_WS_40th_SE_ENG_XviD_MultiSub_-_WunSeeDee_-]]
* According to John F. Kennedy, It would be better to end civilization now than to deal with a threat for the rest of your life. There is no negotiation or communication possible.
[[Disinformation]] - [[SAIC (U.S. company)]] - [[False flag]]
[[Alien hand syndrome]]
[[Operation Northwoods]]
[[Stargate Project]]
[[Cotard delusion]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Dr._Strangelove" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[ENGINEERING DISASTERS 1 - Modern Marvels (full documentary)) |http://youtu.be/ZHNn-YSVwLA]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<iframe width="640" height="480" src="http://www.youtube.com/embed/ZHNn-YSVwLA" frameborder="0" allowfullscreen></iframe>
</html>
Eachine ER32 5.8G 32CH Wireless AV Mini Receiver - http://goo.gl/31VHky
- click -
[img[http://i.imgur.com/vbSgYQR.png][http://goo.gl/31VHky]]
https://github.com/garyrust/H8QuadMod  -  https://git-scm.com/docs - [[Git Cheatsheet|https://goo.gl/y0BR0J]]
Project - 1> [[Eachine H8 Mini RC Quadcopter]]
Project - 2> [[How to play piano]]

A Swarm would be much more fun than a Large Quad because they could act cooperatively to lift a grid.  
Many mini quads could lift as much as a Large Quad, and you could add as many as you need for a task 
- it would act as a modular Large Quad, by flying in formation, lifting a grid (or net).

See [[CineTank MK2-L Quadcopter]] for Large Quad
See [[Flying 3D X6]] for Medium Quad

Swarm Quadcopters - modify the transmitters with Raspberry Pi - Ground based photographic positioning system
[[Eachine H8 Mini Headless Mode 2.4G 4CH 6 Axis RC Quadcopter RTF - US $13.99|http://goo.gl/RYm5fo]]
[[Eachine H8C Mini With 2MP Camera 2.4G 6-Axis Headless Mode RC Quadcopter RTF - US $27.99|http://goo.gl/DR9tK3]]

[[Amazing In Motion - SWARM|https://goo.gl/y6Y2F0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uj0v1BgzUdc?list=PLBlWoBy7VSXNKmx3HY1wySZEeKVCZHwoE" frameborder="0" allowfullscreen></iframe>
</html>

[Eachine H8 Mini quadcopter review|http://goo.gl/tf0R0o]]
<html>
<iframe width="1000" height="1000" src="http://goo.gl/tf0R0o" frameborder="0" allowfullscreen></iframe>
</html>

[[DEFCON 19: Build your own Synthetic Aperture Radar|https://goo.gl/f4mvmh]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/MViVyocQhVw" frameborder="0" allowfullscreen></iframe>
</html>

[[How-To: Shrinkify Your Arduino Projects|https://goo.gl/6UNN7H]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/30rPt802n1k" frameborder="0" allowfullscreen></iframe>
</html>

[[Controlling your R/C transmitter from a PC using an Arduino|https://goo.gl/WMyNeD]]
[[Pi Zero: The Computer That Costs $5|http://goo.gl/oVHi89]] - https://www.adafruit.com/products/2885
[[Eachine H8 Mini RC Quadcopter Spare Parts Transmitter H8mini-001 - US $6.89|http://goo.gl/fN2N6b]]
[[2pcs nRF24L01+ 2.4GHz Wireless Transceiver - Arduino Compatible - $5.95|http://goo.gl/aJ8qSM]]
[[How to Install Ubuntu on Android!|https://youtu.be/YbunTRzEQCI]]
[[50 Pieces NE555N NE555 NE555P General Purpose Single Bipolar Timer DIP8 - $3.46|http://goo.gl/I5UDcH]]
<html>
<iframe width="1000" height="1000" src="https://goo.gl/WMyNeD" frameborder="0" allowfullscreen></iframe>
</html>

[[10Hz U-blox binary GPS data in 66 lines of code (arduino)|https://goo.gl/b6A1cn]]
http://wiki.paparazziuav.org/wiki/Sensors/GPS
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TwhCX0c8Xe0" frameborder="0" allowfullscreen></iframe>
</html>

Ultimate GPS - https://goo.gl/EqmFt5
<html>
<iframe width="1000" height="1000" src="https://goo.gl/EqmFt5" frameborder="0" allowfullscreen></iframe>
</html>

SIM (TING) - https://goo.gl/Qhvypy
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7Rt5xUbqDzA" frameborder="0" allowfullscreen></iframe>
</html>

Adafruit FONA 808 Cellular + GPS Breakout - https://goo.gl/kOxoyW - SIM (TING) - https://goo.gl/Qhvypy
<html>
<iframe width="1000" height="1000" src="https://goo.gl/kOxoyW" frameborder="0" allowfullscreen></iframe>
</html>

[[Raspberry Pi emulation|http://goo.gl/YC2xV8]]
[[Kernel-o-Matic]] - for Raspberry Pi
<html>
<iframe width="1000" height="1000" src="http://goo.gl/YC2xV8" frameborder="0" allowfullscreen></iframe>
</html>

- click - Banggood All in One FPV - $39.99 -
[img[http://goo.gl/c4RbGZ][http://goo.gl/Wn5U9n]]

[[Eachine H8 mini FPV modification|https://youtu.be/Xa5BCGrlBwE]] - [[Bangood|http://goo.gl/WYwZXk]] - US $13.99
- See [[Flying 3D X6]] for FPV cameras, transmitters, and receivers.
[[FPV AIO 600TVL 170 Degree mini Camera 5.8G 8CH Transmitter All in One Only 3g - US $39.99|http://goo.gl/uLd6R7]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Xa5BCGrlBwE" frameborder="0" allowfullscreen></iframe>
</html>

[[Banggood.com DIY Cabrio Drone - Quadcopter (Eachine H8 Controller)|https://goo.gl/ajZRVW]] 
Eachine H8 Controller - http://goo.gl/7pdkaE
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/HXQNwzkb1u8" frameborder="0" allowfullscreen></iframe>
</html>

[[Eachine H8 Battery Mod - Make Wild "Angry Bird" - DRONE BEAST|https://youtu.be/UG464gCYxIs]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UG464gCYxIs" frameborder="0" allowfullscreen></iframe>
</html>
[[Autonomous Quadcopter(Arduino) - 3D Mapping|https://youtu.be/vXPdUOgVKiA]] - Use Color Tracking
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vXPdUOgVKiA" frameborder="0" allowfullscreen></iframe>
</html>

[[Albert Whitlock | http://en.wikipedia.org/wiki/Albert_Whitlock]]
[[Frank Brendel]] - [[Special Achievement Academy Award]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Earthquake_(film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>

[[Easiest Variable Voltage Mod - Elmo !!|http://youtu.be/qan9MJNvvW0]] - [[DC-DC LTC1871 Converter 3.5 to 30V 100W Boost Step-up Power Supply Module+LED B|http://www.ebay.com/itm/DC-DC-LTC1871-Converter-3-5-to-30V-100W-Boost-Step-up-Power-Supply-Module-LED-B-/261231445583?pt=LH_DefaultDomain_0&hash=item3cd29b864f]]
[[DIY step-by-step how to |http://www.e-cigarette-forum.com/forum/battery-mods/246380-dena-vv-mod-denalis-lil-sis-step-step-how.html]]
[[DIY E-juice--E-liquid done cheap and easy!!!]] - http://www.ecblendflavors.com/ - http://www.wizardlabs.us/
[[DIY Ego Genesis Tank Ecig Mod]]
[[$5 DIY Ecig - Puck Mod]]
[[Ecigadvanced Vape-pocalypse: Wal-Mart DIY E-liquid |http://youtu.be/eJRYE10WWYQ]]
[[Homesteading]]
[[Archimedes-Lab]]
<html>
<div align="center">
<iframe width="100%" height="640" src="//www.youtube.com/embed/qan9MJNvvW0" frameborder="0" allowfullscreen></iframe>
</div>
</html>
* [[Tutorial | http://www.pendrivelinux.com/install-easy-peasy-to-usb-from-windows/]]
* [[EasyPeasyPersistentChanges | http://www.grmn00bs.com/2009/06/14/the-littlest-hack-station-part-2-persistent-changes-and-drivers-bt3-eee]]

[[Ebola virus disease |http://en.wikipedia.org/wiki/Ebola_virus_disease]]
[[Schistosoma mansoni]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[List of Ebola outbreaks]]
[[History of pathogens]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Vampire]]
[[Vampire lifestyle]]
[[Cotard delusion]]
[[Submarine]] - [[ARK|ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ebola_virus_disease" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Permaview|http://h8quadmod.tiddlyspot.com/#%5B%5BEco%20Dome%2C%20Building%20a%20Small%20Home%5D%5D]] - [[Weed eater Bike playlist|http://fishcode.tiddlyspot.com/#%5B%5BWeed%20eater%20Bike%20playlist%5D%5D%20%5B%5BRidekick%20Power%20Trailer%5D%5D]] - [[MiniBrowser]] 

[[Eco Dome, Building a Small Home|https://youtu.be/zcElYoMcrmo]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/zcElYoMcrmo" frameborder="0" allowfullscreen></iframe>
</html>

[[Eco Dome, Building a Small Home 2|https://youtu.be/OpBQxpGA1YI]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/OpBQxpGA1YI" frameborder="0" allowfullscreen></iframe>
</html>

[[3D Printing Buildings|https://en.wikipedia.org/wiki/Building_printing]] - [[Sausage making|https://en.wikipedia.org/wiki/Sausage_making]] - with adobe tube bags. - [[Interview With Lily|https://www.youtube.com/watch?v=r1P5-fU4H2Y]]
[[Blender_(software)|https://en.wikipedia.org/wiki/Blender_(software)]] - It's easier to build round houses. Less stress.
[[FreeCAD|https://en.wikipedia.org/wiki/FreeCAD]]
Add [[Mycelium|https://en.wikipedia.org/wiki/Mycelium]] to make it stronger. Maybe [[Amsterdam|https://en.wikipedia.org/wiki/Amsterdam_Arena]] [[Truffles|https://en.wikipedia.org/wiki/Truffle]]? (grows on wood chips or straw)
[[Mycorestoration of Abandoned Logging Roads|http://www.fungi.com/blog/items/mycorestoration-of-abandoned-logging-roads.html]] - [[Hematite|https://en.wikipedia.org/wiki/Hematite]] - [[Ceramic materials|https://en.wikipedia.org/wiki/Ceramic_materials]] - [[Glass fiber|https://en.wikipedia.org/wiki/Glass_fiber]]
[[blenderorganizer|http://blenderorganizer.tiddlyspot.com/]] - [[glassparrot|http://glassparrot.tiddlyspot.com/]]
[[Internet Crime Schemes|http://goo.gl/Stm6zF]]
[[Edward Snowden |http://en.wikipedia.org/wiki/Edward_Snowden]]
[[Amnesty International]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Edward_Snowden" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Ejaculation |http://en.wikipedia.org/wiki//Ejaculation]] - http://localhost:8080/jamwiki-1.3.2/uploads/en/2013/7/Ejaculation-27232351.pdf
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ejaculation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Encylopedia of Earth | http://www.eoearth.org/]]
<html>
<div align="center">
<iframe src="http://www.eoearth.org/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Environmental impact of pesticides | http://en.wikipedia.org/wiki/Environmental_effects_of_pesticides]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Environmental_effects_of_pesticides" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

[[The Hippies were Right|https://www.facebook.com/The-Hippies-were-Right-131351033605798/timeline/]] on facebook

[[Eric Whitacre's Virtual Choir - Favorites|https://youtu.be/D7o7BrlbaDs?list=FLdHMI-MeOAm25tL_ShkzNRA]] playlist on Youtube

<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/D7o7BrlbaDs?list=FLdHMI-MeOAm25tL_ShkzNRA" frameborder="0" allowfullscreen></iframe>
</html>
[[Erich Traub | http://en.wikipedia.org/wiki/Erich_Traub]]
[[Kurt Blome]]
[[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Erich_Traub" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Eschatology | http://en.wikipedia.org/wiki/Eschatology]]
[[Marshall Applewhite]] - [[Heaven's Gate (religious group)]] - [[Cotard delusion]]
[[Pretribulation_rapture]] - [[Great Tribulation]]
[[Buddhism and euthanasia]]
[[The Peaceful Pill Handbook]]
[[Eugenics-Binder1.pdf]].
<html>
<div align="center">
<iframe src= " http://en.wikipedia.org/wiki/Eschatology" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Eugenics and other Evils  (1917)' | http://en.wikisource.org/wiki/Eugenics_and_other_Evils]] - by by Gilbert Keith Chesterton
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
[[Eugenics-Binder1.pdf | https://docs.google.com/file/d/0B0XwG15s3jNqZHZ4dGdzSWZHZXc/edit?usp=sharing]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Pretribulation_rapture]] - [[Great Tribulation]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]] - [[Euthanasia device]]
[[There are three ways you can die]]
[[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[Buddhism and euthanasia]].
<html>
<div align="center">
<iframe src=" http://en.wikisource.org/wiki/Eugenics_and_other_Evils" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Eugenics and other Evils  (1917)' | http://en.wikisource.org/wiki/Eugenics_and_other_Evils]] - by by Gilbert Keith Chesterton
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
[[Eugenics-Binder1.pdf | https://docs.google.com/file/d/0B0XwG15s3jNqZHZ4dGdzSWZHZXc/edit?usp=sharing]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Pretribulation_rapture]] - [[Great Tribulation]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]] - [[Euthanasia device]]
[[There are three ways you can die]]
[[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[Buddhism and euthanasia]].
<html>
<div align="center">
<iframe src=" http://en.wikisource.org/wiki/Eugenics_and_other_Evils" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Eugenics-Binder1.pdf | https://docs.google.com/file/d/0B0XwG15s3jNqZHZ4dGdzSWZHZXc/edit?usp=sharing]] - [[GaryRust]]
[[Terrorism in the United States]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Pretribulation_rapture]] - [[Great Tribulation]] - [[Eschatology]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]] - [[Euthanasia device]]
[[There are three ways you can die]]
[[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[1918 flu pandemic]] WWI  - [[Kurt Blome]] and [[Erich Traub]] WWII
[[Declaration on Euthanasia]]
[[Buddhism and euthanasia]]

''This PDF document contains (alphabetical)''
[[Action T4 | http://en.wikipedia.org/wiki/Action_T4]] - Wikipedia, the free encyclopedia
[[Declaration on Euthanasia | http://en.wikipedia.org/wiki/Declaration_on_Euthanasia]] - Wikipedia, the free encyclopedia
[[Eugenics | http://en.wikipedia.org/wiki/Eugenics]] - Wikipedia, the free encyclopedia
[[Euthanasia | http://en.wikipedia.org/wiki/Euthanasia]] - Wikipedia, the free encyclopedia
[[Law for the Prevention of Hereditarily Diseased Offspring | http://en.wikipedia.org/wiki/Law_for_the_Prevention_of_Hereditarily_Diseased_Offspring]] - Wikipedia, the free encyclopedia

''Other References''
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
* After you download  the file (File/Download) Weblinks and Pages will work. [[Nook]]. This is just a preview (can't use weblinks here) - History
<html>
<div align="center">
<iframe src="https://docs.google.com/file/d/0B0XwG15s3jNqZHZ4dGdzSWZHZXc/edit?usp=sharing" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Euterpe_(muse) |http://en.wikipedia.org/wiki/Euterpe_(muse)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Euterpe_(muse)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Euthanasia device | http://en.wikipedia.org/wiki/Euthanasia_device]]
[[The Peaceful Pill Handbook]]
[[Eugenics-Binder1.pdf]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Euthanasia_device" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Evidence Of Revision|https://youtu.be/riHY9Ik-Uoo?list=PL59FAB93A1ECA20AF]] - 65 videos in playlist
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/riHY9Ik-Uoo?list=PL59FAB93A1ECA20AF" frameborder="0" allowfullscreen></iframe>
</html>
Evidence Of Revision playlists can be seen [[here|https://www.youtube.com/user/awfultin/playlists]] on Youtube
''[[FBI's New Sentinel System: Exclusive Look |http://www.informationweek.com/government/enterprise-applications/fbis-new-sentinel-system-exclusive-look/232800018]]''  - [[Portable App Directory]] - [[Paperless office]]
[[WikiPedia]] - [[GaryRust]] - [[Archimedes-Lab]]
[[Personification]] - In order to study the characteristics of a population, personification is used to identify similarities within that population to events and people of the past.
*[[Evidence Of Revision]] (1 to 6)
*[[National Center for Medical Intelligence]]
*[[Disinformation]] -  ''[[MkUltra |https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8]]'' -  [[Cotard delusion]]
*[[Project ARTICHOKE]] - 
An offensive program of mind control The project studied hypnosis, forced morphine addiction 
(and subsequent forced withdrawal), and the use of other chemicals, among other methods, to produce amnesia and 
other vulnerable states in subjects.
''Subjects were given painful physical or psychological injuries and treated with morphine until they became addicted.  
Some people injured themselves repeatedly to obtain morphine.''
*[[Münchausen syndrome by proxy]] elder abuse
*[[Bob Filner]] - [[San Diego mayor out of rehab, but locked out of office]] - [[Did San Diego mayor target victims of military sexual assault?]]
*[[Holmesburg Prison Democracy Now]] Human Experiments at Holmsburg Prison 
*[[Kurt Blome]] - diseases carried by insects - [[Alyssa Peterson]] - Bleach and water in a spray bottle and heated with a heat gun will get rid of insects. mites, and bedbugs; Rotten Eggs should be used on cars. [[There are three ways you can die]]
Golden West Hotel
720 4th Ave
San Diego, Ca. 92101
*[[James E. West (politician)]] Mayor of Spokane, Wa. -  [[Shannon Sullivan]] -
While James E. West  was being investigated by the FBI for the murder of [[Peter J. Boyce|http://m.spokesman.com/stories/2005/jun/10/old-case-new-controversy-for-west/]] 
at Lake Coeur d'Alene, ID , the political possibility exists that an unverified death certificate might have been issued to change his identity. 
*[[Frank Olson]] - 
In 1994 the government offered Eric Olson and his family an out-of-court settlement of $750,000, for the 
murder of Frank Olson during [[Project ARTICHOKE]] when his body was exhumed to be buried with his wife, which was accepted. 
*[[Sammy Gravano]]
*[[John Gotti]]
*[[Charles Manson]]
*[[Sirhan Sirhan]] - [[A Clockwork Orange]] - [[Ketamine]]?
*[[David Carradine]] - [[Shaolin Kung Fu]]
*[[Edward Snowden]] - [[Amnesty International]]
*[[John Hickenlooper]] - [[Torture and the United States]] - [[False flag]] - [[James Eagan Holmes]] - [[2012 Aurora shooting]]
The environment of this geography was covertly contaminated with [[Aromatic |Aromaticity]] chemicals to control the population. 
[[Crimes against humanity]] happen only in retaliation to torture, where the government is at fault provably in the [[creation of this crime |Philosophical zombie]].. 
*[[Ariel Weinmann]] - 
Was he engaged in disarming population control tactics or state politics or critical intelligence about 
strategies of war on a nuclear submarine? Where is the [[Article 32 hearing]]  and why is it not visible?
*[[Clara Bow]] - [[Margaret Battye]] - [[Bobby Fischer]] - [[Hyman G. Rickover]] - [[David Copperfield]] - [[Tears of Steel|Tears of Steel - Blender Foundation's fourth short Open Movie]]
*[[Submarine communications cable]] - [[Wikileaks-Secret US Embassy Cables]]
*[[Heaven's Gate (religious group)]] - [[Cult suicide]]
*[[Eugenics-Binder1.pdf]]
*[[Dirty War]] - [[Cold War]]
*[[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
*[[2001 anthrax attacks]] - [[Collecting anthrax|http://www.cdc.gov/niosh/nas/rdrp/ch6.2.htm]] in bottles for analysis.[[SAIC (U.S. company)]] - Anthrax report 28-page report in February 1999 - [[Harry D. Train II]]
*[[Love Canal]] - [[Superfund]] - [[Toxmap]] - [[Downwinders]]
*[[Unethical human experimentation in the United States]]
*[[Stalking|Cal Pen Code § 422. Punishment for threats. (2011)]] - Signal threats combined with chemistry. -  Exploitation of  [[Parasympathetic nervous system]] and [[Sympathetic nervous system]] crosstalk.
*[[Inherit the Wind, 1999]] -The original 1955 play was written as a parable which fictionalized the 1925 Scopes "Monkey" Trial as a means of discussing the 1950s [[McCarthy|McCarthyism]] trials.
<html>
<div align="center">
<iframe src="http://www.informationweek.com/government/enterprise-applications/fbis-new-sentinel-system-exclusive-look/232800018" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Face perception |http://en.wikipedia.org/wiki/Face_perception]]
[[Prosopagnosia]]
[[Neurodegeneration]]
[[Kimberley, Northern Cape]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Face_perception" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Face tutorial part 1/7 in Blender(Must Watch!!!)| http://youtu.be/TRnE43hG2DE]]
<html>
<iframe width="420" height="315" src="http://www.youtube.com/embed/TRnE43hG2DE" frameborder="0" allowfullscreen></iframe>
</html>
[[Facial recognition system |http://en.wikipedia.org/wiki/Facial_recognition_system]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[Kimberley, Northern Cape]]
[[Submarine]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Facial_recognition_system" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[False flag |http://en.wikipedia.org/wiki/False_flag]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/False_flag" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Fingerprint |http://en.wikipedia.org/wiki/Fingerprint]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Identification friend or foe]] (IFF) can positively identify friendly targets but not hostile ones
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Fingerprint" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
See [[CineTank MK2-L Quadcopter]] for Large Quad
See [[Eachine H8 Mini RC Quadcopter]] for Mini Quad
Flying 3D X6 X8 FY-X8-016 6CH Remote Control Transmitter - US $48.43 - http://goo.gl/rQBHvF - Binding

Medium Quads
Flying 3D X6 Plus GPS FPV Drone Range Return and Flight Time Testing - US $185.99 - http://goo.gl/6bIR5o
YiZhan Tarantula X6 RC Quadcopter Spare Parts 7.4V 1200mah Battery - US $11.67 - http://goo.gl/08O3MX
https://youtu.be/eWBq7bHtmSQ 
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/eWBq7bHtmSQ" frameborder="0" allowfullscreen></iframe>
</html>

JJRC H16 YiZhan Tarantula X6 WLtoys V666 V686G V222 5.8G FPV 720P Camera 
With Monitor Real Time Transmission - US $51.99 - http://goo.gl/aOZL9K
https://goo.gl/lYkPEq
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ckp6-cr4hz4" frameborder="0" allowfullscreen></iframe>
</html>

Julian's Postbag: #45 - PAL TV Camera 170° Lens FPV 5V! Banggood - https://youtu.be/wVps10OeYnw 
600TVL 1/4 1.8mm CMOS FPV 170 Degree Wide Angle Lens Camera PAL/NTSC 3.7-5V 
- US $ 9.80 - http://bit.ly/1jgEDc5
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wVps10OeYnw" frameborder="0" allowfullscreen></iframe>
</html>

Eachine 2202M 2210M and 2636C "FPV" cameras Video - https://goo.gl/MBF6dB 
JH33H-FPV-Camera - http://goo.gl/wQUwFi - JH-15A-FPV-Camera - http://goo.gl/uHckuU 
- JH-13H-FPV-Camera - http://goo.gl/i6LKYt - These Support 2GB~32GB Micro SD card
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SyYe1y7kBek" frameborder="0" allowfullscreen></iframe>
</html>

5.8GHZ FPV BUILD EACHINE TS832 (BANGGOOD) - https://goo.gl/eUrjj3
TARANTULA 5.8GHZ FPV BUILD TEST FLIGHT Video - https://goo.gl/lz9ldC
get the transmitter here - http://goo.gl/L67uBd - US $ 17.99 
- get the tarantula here - http://goo.gl/hQfAIK
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8KYxocwOCoA" frameborder="0" allowfullscreen></iframe>
</html>

Eachine ER32 Receiver Test Video - https://goo.gl/e95kxU
RC Groups Review: http://goo.gl/JV3h3T
ER32 5.8G 32CH Wireless AV Mini Receiver - US $17.89 - http://goo.gl/LxGU64
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/iXkvypq6kgU" frameborder="0" allowfullscreen></iframe>
</html>

Aomway 5.8GHz FPV 4 Leaf Clover AV Transmission RHCP Antenna 1 Pair Blue Red - US $14.99 - http://goo.gl/HPcaAu
USB 2.0 Video TV DVD VHS Audio Capture Adapter (for Laptop and Android to record) - US $6.59 - http://goo.gl/Bc9MgR Use ER32 5.8G 
Blue Sky 5 Inch HD Digital Panel Display 800x480 Snowflakes Screen - US $ 29.19 - http://goo.gl/NqeHtE Use ER32 5.8G 
Using Coupon Code WABGRC RX LCD 5802 5.8GHz LCD Diversity Receiver 7 Inch Monitor White - US $119.99 - http://goo.gl/665dYs
HD Dual Lens Car Camera H.264 Dash DVR Video Recorder Cam G-sensor - US $49.99 - http://goo.gl/aAMtxt
[[Frank Brendel]] - [[Special Achievement Academy Award]]
[[Albert Whitlock]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Earthquake_(film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Frank Olson |http://en.wikipedia.org/wiki/Frank_Olson]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Frank_Olson" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Free Dental Hygiene Clinic
For an appointment please call 
(619) 216-6665 ext. 4875
880 National City Blvd.
National City, CA 91950
[[Map | https://maps.google.com/maps?q=880+National+City+Blvd,+National+City,+CA&hl=en&sll=32.712236,-117.161529&sspn=0.009713,0.021136&oq=880+National+City+Blvd.&hnear=880+National+City+Blvd,+National+City,+California+91950&t=m&z=16]]

Free Services Include:
Dental Cleaning
Oral Screening
Dental X-rays
Fluoride Treatments

Open to the general public of all ages that meet appropriate patient criteria for student learning. 
May be they can also give you a referral here in the U.S.
* http://www.cjb.net/shell.html
[[Freedmen's Bureau |http://en.wikipedia.org/wiki/Freedmen%27s_Bureau]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Freedmen%27s_Bureau" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Fukushima Daiichi nuclear disaster|http://en.wikipedia.org/wiki/Fukushima_Daiichi_nuclear_disaster]] -  [[Operation Tidal Wave]] - [[New Wave]] - [[Why We Are at War|Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Fukushima Daiichi nuclear disaster]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Fukushima_Daiichi_nuclear_disaster" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Full Metal Jacket (Private Pyle) | http://youtu.be/PGBx1GRlOBQ]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/PGBx1GRlOBQ" frameborder="0" allowfullscreen></iframe>
</html>
[[Full-rigged ship |http://en.wikipedia.org/wiki/Full-rigged_ship]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]] - [[Paper Models of Polyhedra]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Full-rigged_ship" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Fusiform gyrus | http://en.wikipedia.org/wiki/Fusiform_gyrus]]
[[Prosopagnosia]]
[[Synesthesia]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Fusiform_gyrus" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[GEMA | http://en.wikipedia.org/wiki/History_of_radar#GEMA]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/History_of_radar#GEMA" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[GRIT |http://www.grit.com/]]
[[Homesteading]]
[[MOTHER EARTH NEWS]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[The Guide to Raising and Breeding Rabbits for Meat]]
<html>
<div align="center">
<iframe src="http://www.grit.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Galantamine |http://en.wikipedia.org/wiki/Galantamine]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Galantamine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Garrett ATF3 |http://en.wikipedia.org/wiki/Garrett_ATF3]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Garrett_ATF3" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Garrett AiResearch |http://en.wikipedia.org/wiki/Garrett_Airesearch]] - [[Military satellite]]
[[Ariel Weinmann]]
[[USS Albuquerque (SSN-706)]]
[[Copperhead (politics)]]
[[Article 32 hearing]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Garrett_Airesearch" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* ''[[Golden West Hotel |ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys]]'' - [[Map |https://maps.google.com/maps?q=720+4th+Ave,+San+Diego,+CA&hl=en&sll=37.0625,-95.677068&sspn=37.410045,86.572266&oq=720+4th+Ave&hnear=720+4th+Ave,+San+Diego,+California+92101&t=m&z=16]] - ''[[Kidnapping | http://www.youtube.com/watch?v=clFBONBEuWA&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]]! ( [[Also this | http://en.wikipedia.org/wiki/Broken_Blossoms]] - [[film footage | http://archive.org/details/Broken.Blossoms]])'' ''Then John died <br>on a [[submarine| http://archive.org/details/TheGreatestQuestiondecember281919]]'' ([[U-20 |http://en.wikipedia.org/wiki/SM_U-20_(1912)]]) when the [[Lusitania |http://archive.org/details/Sinking_of_the_Lusitania]] - ([[1|http://en.wikipedia.org/wiki/Lucitania]]) - sank.  He was locked out, for some reason.<br> The Limeys were having ''[[banking problems | http://youtu.be/ssdsftKZbcc]]'' at that time.  """IOUs""". -  [[What else|http://youtu.be/p 3malsJL0Y]] could go wrong? ([[MkUltra |https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8]])
* ''[[WITCHCRAFT | http://youtu.be/-yfT-TdtKwc]]''  -  Form a posse! Get the ''[[FBI |The Switchtpwer 0r Saved by their Son]]''.  -   ''//[[Danger|http://youtu.be/oyjw0ZLyzpE]]//'! - [[Danger | http://archive.org/details/AHtheLodger]]! - [[danger | http://www.youtube.com/watch?v=4Yixf3SqZeA&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]]''! - [[John Gotti]] - ''[[Charles Manson]] - '[[Stalking | http://www.victimsofcrime.org/our-programs/stalking-resource-center/stalking-laws/criminal-stalking-laws-by-state/california]]'' - [[Cotard delusion]]
* [[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
* [[Cal Pen Code § 422. Punishment for threats. (2011)]] - [[Sympathetic nervous system]] - [[Illegal interception]]
* [[There are three ways you can die]] - and the fourth way is to leave it to the ''[[CIA.| http://en.wikipedia.org/wiki/Jackie_Kennedy]]''  -  [[Suicide]] - [[Pesticide poisoning]] - [[Health effects of pesticides]]
* [[Münchausen syndrome by proxy]] applied to elder care. - [[Anti-Bullying ad | http://youtu.be/nWJut7KQhI4]] -  [[The Island of Doctor Moreau, by H. G. Wells]] - [[Organ Donations]]
* ''[[Saint Valentine's Day Massacre | http://en.wikipedia.org/wiki/St._Valentine%27s_Day_Massacre]]'' by proxy. Two of the shooters were dressed as uniformed police officers
* [[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]] - [[Eugenics-Binder1.pdf]] -  [[Kurt Blome]] and [[Erich Traub]]
* [[Assault of Gary Rust by Randy Scot and Karen Scot (1986)]]
* Elizibeth Ann Stewart/Turner/Snow/Rust/Moore/Brendel 10/11/1932 Fort Worth, Tx. - died 08/12/2008 age 77 ([[my mother|http://youtu.be/Z30ZP0AoAdU]])<br>Claimed to have cancer for 6 months before death.  Suspected [[Suicide]].<br> [[Frank Brendel]] (last husband) and Oscar Winner  - 1974 [[Special Achievement Academy Award]] 
* Robert Regenold Rust 02/27/1929 Long Beach, Ca. - died 02/2012 age 83 (adopted father)
* Donald Snow (natuall father of Gary Snow and Deborah Snow) - no other information
* Donald Rust 12/02/1959, Burbank, Ca (half brother of Gary and Debbie Rust)  Now (2013) lives in Watsonville, Ca..
* Deborah Cheryl Snow/Rust/Klien 12/25/1950, Glendale, Ca. - died 12/28/2001.age 50 ([[my sister |http://www.youtube.com/watch?v=9ev5ggwdn_o&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]])<br>[[Propranolol]] - [[Lithium (medication)]] - Heart Failure<br>Please, always use fingerprints for all or any legal conformations of agreement.<br>Records of the deceased are open to the public through The Hall Of Records

Gary Allen Snow/Rust - 01/21/1949, Biloxi, Ms
720 4th Ave Room 462
San Diego, Ca. 92101
720-380-5297
garyrust2003@yahoo.com
[["RUSTED" - The Animation School (TAS)]]
I love [[Lillian Gish]], and I will love no other
She is an adulterous with a pistol 
and was [[never married | http://en.wikipedia.org/wiki/Christian_eschatology#The_Marriage_of_the_Lamb]]. Same as me.
[['Mask of Love' by Gianni A. Sarcone]]

 http://www.google.com
https://drive.google.com/#all

[[Fingerprint]]
[[Identification friend or foe]] (IFF) can positively identify friendly targets but not hostile ones Password. [[Solipsism]]

[[Spike Jones]]
[[Shoutcast]]
[[Jamendo]]
[[RadioGuide]]
[[BlenderDocumentation.pdf]]
[[Humane Rigging - Blender Foundation Training DVD]]
[[Face tutorial part 1/7 in Blender(Must Watch!!!)]]
[[MusclesOfTheHead]] - [[Grays Anatomy]]
[[Kiwix]]

[[MorseCode]]
[[Asops Fables Morse Code 15wpm 700hz|file:///C:/BACKUPS/aesops_fables_morse_code/aesops_fables_morse_15wpm_700hz.wav ]] = external disk directory
[[Asops Fables Morse Code 20wpm 700hz|file:///C:/BACKUPS/aesops_fables_morse_code/aesops_fables_morse_20wpm_700hz.wav ]] = external disk  directory
[[Asops Fables Morse Code 20wpm 8000hz|file:///C:/BACKUPS/aesops_fables_morse_code/aesops_fables_morse_20wpm_8000hz.wav ]] = externall disk directory
[[Gaslighting |http://en.wikipedia.org/wiki/Gaslighting]]
[[Mental cruelty]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Gaslighting" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
https://github.com/garyrust/H8QuadMod  -  https://git-scm.com/docs - [[Git Cheatsheet|https://goo.gl/y0BR0J]]
Project - 1> [[Eachine H8 Mini RC Quadcopter]]
Project - 2> [[How to play piano]]

[[Git Tutorial|https://goo.gl/1OxvMS]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cEGIFZDyszA?list=PL6gx4Cwl9DGAKWClAD_iKpNC0bGHxGhcx" frameborder="0" allowfullscreen></iframe>
</html>

- click 
[img[http://i.imgur.com/4WlrlzL.png][https://goo.gl/3xjl02]]
<<miniBrowser http://glassparrot.wordpress.com/video/>>

* 1 [[WikiDreamhosters]] - 2 [[WordpressVideo]] - 3 [[Tantra]] @ Wikipedia - 4 [[FreeCommanderLaunchApplication]]
* 1 https://mail-us.gmx.com/ - 2 [[GMX Storage | https://storage-us.gmx.com/qxclient/?username=glassparrot@gmx.com]] - 3 http://calendar.yahoo.com/garyrust2003 - 4 http://mail.yahoo.com/
* http://www.google.com
* http://www.google.com/advanced_search?hl=en

[[Grays Anatomy | http://www.archive.org/stream/anatomydescripti1858gray#page/n5/mode/2up]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.archive.org/stream/anatomydescripti1858gray#page/n5/mode/2up" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Great Tribulation | http://en.wikipedia.org/wiki/Tribulation]] - [[Pretribulation_rapture]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]]
[[Buddhism and euthanasia]]
[[Eugenics-Binder1.pdf]].
<html>
<div align="center">
<iframe src= "http://en.wikipedia.org/wiki/Tribulation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Greek wiretapping case 2004–2005 | http://en.wikipedia.org/wiki/Greek_wiretapping_case_2004%E2%80%932005]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Greek_wiretapping_case_2004%E2%80%932005" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Greta Garbo | http://en.wikipedia.org/wiki/Greta_Garbo]]
[[Mary Pickford]] is a stupid tattletale. She had adultery with [[Ben Turpin]] ([[THE SHRIEK OF ARABY 1921 ben turpin]]) more than once. All she wants is money. I'm innocent. It was [[Lillian Gish]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Greta_Garbo" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
  * http://www.all-guitar-chords.com/tuner.php
  * http://www.howtotuneaguitar.org/lessons/the-basics/basic-technique/
  * [[Red Full Size Thinline Acoustic Electric Guitar with Free Gig Bag Case|http://tinyurl.com/pbtafd2]]
  * [[How to play piano]]

<html>
<iframe width="1000" height="1000" src="http://www.all-guitar-chords.com/tuner.php" frameborder="0" allowfullscreen></iframe>
</html>

[[Harry D. Train II | http://en.wikipedia.org/wiki/Harry_D._Train_II]]
[[Dr. Strangelove]] 
[[USS Conyngham (DDG-17)]]
[[USS Barbel (SS-580)]]
[[SAIC (U.S. company)]]
[[Copperhead (politics)]]
[[Daigo Fukuryū Maru]]
[[Cotard delusion]]
[[Crimson Tide (film)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Harry_D._Train_II" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Haywire (film) |http://en.wikipedia.org/wiki/Haywire_(film)]]
[[Zeno's paradoxes]]
[[Superposition property]]
[[Diamond Foxx]]
[[Spectral evidence]]
[[Bilocation]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Haywire_(film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Health effects of pesticides | http://en.wikipedia.org/wiki/Health_effects_of_pesticides]]
[[Environmental impact of pesticides]]
[[Health effects of pesticides]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Health_effects_of_pesticides" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Heaven's Gate (religious group) | http://en.wikipedia.org/wiki/Heaven%27s_Gate_(religious_group)]] - [[Marshall Applewhite]] - [[Eschatology]] - - [[Cotard delusion]]
[[Pretribulation_rapture]] - [[Great Tribulation]]
[[Buddhism and euthanasia]]
[[The Peaceful Pill Handbook]]
[[Eugenics-Binder1.pdf]].
<html>
<div align="center">
<iframe src= "http://en.wikipedia.org/wiki/Heaven%27s_Gate_(religious_group)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Helmsman | http://en.wikipedia.org/wiki/Helmsman]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Helmsman" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Heroin | http://en.wikipedia.org/wiki/Heroin]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Heroin" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Universal Licensing System]] - See [[unKoshered Ham Rantings!|Moses!]] - ''http://catchvideo.net/''
''[[October2017 Youtube Playlist|https://www.youtube.com/playlist?list=PLzHM9iyT6QCpsORVF008omissmzYBZTl0]] - [[My Playlists|http://inventoryport.tiddlyspot.com/#%5B%5BMy%20Playlists%5D%5D]] - [[Wish List|http://n6xre.tiddlyspot.com/#%5B%5BWish%20List%5D%5D]]''
Click to Speak with translator
# [[OK google, what time and date is it?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20time%20and%20date%20is%20it%3F]]
# [[OK Google, what is the weather?|https://translate.google.com/?hl=en&tab=wT#auto/th/OK%20google%2C%20what%20is%20the%20weather%3F]]
# [[OK google, what is on my schedule?|https://translate.google.com/?hl=en&tab=wT#auto/th/OK%20google%2C%20what%20is%20on%20my%20schedule%3F]]
# [[OK google, what can you do?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20can%20you%20do%3F]]
# [[OK google, Let’s play crystal ball.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20Let%E2%80%99s%20play%20crystal%20ball.]] - Is [[Kepler's Somnium|http://www.depauw.edu/sfs/backissues/8/christianson8art.htm]] fiction? [[OK google, I’m Bored.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20I%E2%80%99m%20Bored.]] - [[Shroomery Message Board|https://www.shroomery.org/forums/showflat.php/Number/1334481/fpart/all/vc/1]]
# [[Get your kicks on Route 66|https://youtu.be/dCYApJtsyd0]]. (or the [[Chicken Ranch|https://youtu.be/QaGNTksIfQE]] in [[Las Vegas|https://youtu.be/ypPRoomqJpY]] Videos) [[FAQ|http://www.a2zlasvegas.com/adult/lasvegas//brothels/crfaq.html]] - [[Tantra E-juice|http://moving.tiddlyspot.com/#%5B%5BTantra%20E-juice%5D%5D]]
# [[OK google, play lucky trivia?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20play%20lucky%20trivia%3F]] - https://www.nasa.gov/eclipselive 
# [[OK Google I want to talk to Crazy House|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20Google%20I%20want%20to%20talk%20to%20Crazy%20House]] - [[OK Google, Where can I buy Moclobemide|https://translate.google.com/#auto/en/OK%20Google%2C%20Where%20can%20I%20buy%20Moclobemide]] - [[2|https://www.drugs.com/international/moclobemide.html]] - [[3|https://en.wikipedia.org/wiki/Moclobemide]]
# [[OK google, what is live spelled backwards?|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20google%2C%20what%20is%20live%20spelled%20backwards%3F]]
# [[OK Google, Flip a coin.|https://translate.google.com/?hl=en&tab=TT#auto/th/OK%20Google%2C%20Flip%20a%20coin.]] - Call it - Beds or Snails? Three times.
# [[OK google, how do you say I'm a Bunny would you like a ride in my vehicle and some dinner in French?|https://translate.google.com/?hl=en&tab=TT#auto/fr/OK%20google%2C%20how%20do%20you%20say%20I%27m%20a%20Bunny%20would%20you%20like%20a%20ride%20in%20my%20vehicle%20and%20some%20dinner%20in%20French%3F]] - [[Yes or No in French?|https://translate.google.com/?hl=en&tab=TT#auto/de/OK%20google%2C%20how%20do%20you%20say%20Yes%20or%20No%20in%20French%3F]]
# [[More Hey Google Phrases|http://n6xre.tiddlyspot.com/#%5B%5BMore%20Hey%20Google%20Phrases%5D%5D]]
[[How to Make a Google Home on Raspberry Pi without MagPi 57 Kit|http://n6xre.tiddlyspot.com/#%5B%5BHow%20to%20Make%20a%20Google%20Home%20on%20Raspberry%20Pi%20without%20MagPi%2057%20Kit%5D%5D]] - [[Anet A8 Desktop 3D Printer Prusa i3 DIY Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]]
[[5 Best Buffets in Las Vegas RIGHT NOW|https://youtu.be/CZD7noSqnBg]] - [[How to Eat Cheap in Las Vegas for Under $10|https://youtu.be/VtQ0lyFXMtg]] - [[Day 5: $10 VS $42 BUFFET!|https://youtu.be/nO-QuEEaxHk]]
[[History of pathogens |http://www.eoearth.org/view/article/51cbee067896bb431f695928/]]
[[Ebola virus disease]]
[[Kimberley, Northern Cape]]
[[Submarine]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.eoearth.org/view/article/51cbee067896bb431f695928/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[History of radar |http://en.wikipedia.org/wiki/History_of_radar]] - [[Military satellite]] - [[Spy satellite]]
[[Ariel Weinmann]]
[[USS Albuquerque (SSN-706)]]
[[Copperhead (politics)]]
[[Article 32 hearing]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/History_of_radar" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* Howto Use [[Hitachi Microdrive Filter |http://www.boot-land.net/forums/index.php?s=7766bfaebf1009d800aca4bae7ab1b94&showtopic=5397&pid=77060&st=20&#entry77060]] to use usb as hard drive.
[[Holmesburg Prison|http://en.wikipedia.org/wiki/Holmesburg_Prison]]
[[Holmesburg Prison Democracy Now]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Holmesburg_Prison" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Holmesburg Prison Democracy Now |http://www.democracynow.org/2000/8/1/holmesburg_prison]]
[[Holmesburg Prison]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.democracynow.org/2000/8/1/holmesburg_prison" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Homesteading |http://www.prairiepublic.org/television/prairie-public-on-demand/homesteading/]]
[[MOTHER EARTH NEWS]] - [[GRIT]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[The Guide to Raising and Breeding Rabbits for Meat]]
[[DIY E-juice--E-liquid done cheap and easy!!!]]
<html>
<div align="center">
<iframe src="http://www.prairiepublic.org/television/prairie-public-on-demand/homesteading/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Clara Bow]] - [[Outline of parapsychology]] - [[Stargate Project]] -  [[Passion Network]] - [[Knots, Splices and Rope]] - [[Howard DGA-3]]
[img[http://farm9.staticflickr.com/8386/8633734542_5430183e95_c.jpg][http://www.flickr.com/photos/36584779@N05/8633734542/in/photostream/lightbox/]]
[[Dirty War]] - [[Altered state of consciousness]] - [[Cotard delusion]]
To do - ''Change Houston to San Diego and also Captain Names with Gimp for [[San Diego Pilots|Confederate submarine Pioneer]]''
[[Houston Pilots | http://farm9.staticflickr.com/8386/8633734542_5430183e95_c.jpg]]
[[How To Animate MakeHuman Characters In Blender 2.74|https://youtu.be/eThtuXZZ7M0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/eThtuXZZ7M0" frameborder="0" allowfullscreen></iframe>
</html>
[[How to Chroma Key (Green Screen) Blender (free software) | http://youtu.be/R_hr1odMXNs]]
[[How to do Camera Mapping in Blender]]
<html>
<iframe width="640" height="480" src="http://www.youtube.com/embed/R_hr1odMXNs" frameborder="0" allowfullscreen></iframe>
</html>
[[How to Dual Boot and Virtualize the Same Partition on Your Computer|http://lifehacker.com/how-to-dual-boot-and-virtualize-the-same-partition-on-y-493223329]]
<html>
<iframe src="http://lifehacker.com/how-to-dual-boot-and-virtualize-the-same-partition-on-y-493223329" frameborder="0" width="100%" height="640"></iframe>
</html>
[[How to Install Squid Proxy on Windows | http://www.reaper-x.com/2011/10/17/how-to-install-squid-proxy-on-windows/]]  internet page.
Captured page from the internet - html on this wiki. 
[[local How to Install Squid Proxy on Windows | ../html/How%20to%20Install%20Squid%20Proxy%20on%20Windows%20-%20Reaper-X.htm]] 
[[How to install Squid cache proxy server in Windows Server/7/8 - Tutorial  | http://youtu.be/gF0pv-_h8yU]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/gF0pv-_h8yU" frameborder="0" allowfullscreen></iframe>
</html>
[[How to Install Ubuntu on Android!|http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/]]
<html>
<iframe width="1000" height="1000" src="http://androlinux.com/android-ubuntu-development/how-to-install-ubuntu-on-android/" allowfullscreen></iframe>
</html>
[[How to Render Hair with Cycles | http://youtu.be/jEnCsvcvX8k]]
[[MusclesOfTheHead]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/jEnCsvcvX8k" frameborder="0" allowfullscreen></iframe>
</html>
[[How to Use Rigify in Blender 2.5 | http://youtu.be/Txl1X2WVX_E]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/Txl1X2WVX_E" frameborder="0" allowfullscreen></iframe>
,</html>
[[How to do Camera Mapping in Blender | http://youtu.be/B9r9tKX5olY]]
[[How to Chroma Key (Green Screen) Blender (free software)]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/B9r9tKX5olY" frameborder="0" allowfullscreen></iframe>
</html>
  * [[How to play piano]]
  * [[Guitar Techniques]]
  * [[Danthecomposer]]
  * PianoNanny
  * http://www.pianonanny.com/
  * [[Music Theory Videos|Music Theory]]
  * [[Portable Keyboard Basics]]
  * [[Sheet Music]]
  * ''[[No Sheet Music Piano Tutorials|https://www.youtube.com/playlist?list=PL6urkeK7KgD4vU4jbCTimNXdtB1gqvWsP]]''
  * ''[[Musilosophy Tutorials|http://www.musilosophy.com/]]'' - ''[[Piano Improvisation Techique PDF|http://corcoranhighschoolmusic.weebly.com/uploads/2/9/2/8/29287141/improvisation_technique_for_piano.pdf]]''
  * ''[[Download The Piano Encylopedia PDF - free|http://pianoencyclopedia.com/piano-freedom-ebook/?utm_source=musilosophy.com&utm_medium=BannerMonth&utm_content=700x160&utm_campaign=musilosophy.com]]''
  * [[Shoutcast]]
  * [[Keyboard]]
  * [[My Webpages]]
  
 *https://youtu.be/vphWgqbF-AM?list=PL253192EED47525A8
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vphWgqbF-AM?list=PL253192EED47525A8" frameborder="0" allowfullscreen></iframe>
</html>

Notes
Lesson 2 - [[Music Scales]]

- click -
[img[http://i.imgur.com/1FUS8uD.png][https://www.youtube.com/user/Lypur/playlists]]

 *[[Music Theory Fundamentals|https://youtu.be/5Y01jIorpeA?list=PL1302D94F247600CD]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5Y01jIorpeA?list=PL1302D94F247600CD" frameborder="0" allowfullscreen></iframe>
</html>

 *[[The Circle of Fifths - How to Actually Use It|https://youtu.be/d1aJ6HixSe0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/d1aJ6HixSe0" frameborder="0" allowfullscreen></iframe>
</html>

[[Circle of fifths]] to construct scales and chords

 *[[Ethan Winer - Basic Music Theory|https://youtu.be/70706wFRy2Y?list=PLc4B83q8Dd4UiXa1ADDbwcOvIhIc1EWyN]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/70706wFRy2Y?list=PLc4B83q8Dd4UiXa1ADDbwcOvIhIc1EWyN" frameborder="0" allowfullscreen></iframe>
</html>

- click - For guitar tuner -
[img[http://i.imgur.com/l2iQnLL.png][Guitar Techniques]]

Mix - Miles Davis - Kind of Blue - 1959
https://youtu.be/kbxtYqA6ypM?list=RDkbxtYqA6ypM
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kbxtYqA6ypM?list=RDkbxtYqA6ypM" frameborder="0" allowfullscreen></iframe>
</html>
[[How to rig a quadraped using rigify in Blender 2.5 |  http://youtu.be/CQ1jw7zvuCI]] with Rigify
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/CQ1jw7zvuCI" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/yVdHKaJPsfQ" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="http://www.youtube.com/embed/jO5mOF4icaU" frameborder="0" allowfullscreen></iframe>
</html>
There are a lot of interesting people using ~TiddlySpace that you might like to keep track of and interact with. There are a number of ways of doing this.

If you see a number in the speech bubble in one of your tiddlers, it means that someone is writing about the same thing as you. You can find out what they're saying by clicking on it. Likewise, if you see something interesting in someone else's space, you can respond to it and write up your own thoughts on the subject by clicking "Reply to this tiddler".

Additionally, if you find anyone interesting, or you find an interesting looking space and you'd like to know when it's changed, you can "follow" that space. To do this, simply create a tiddler with the title: {{{@space-name}}} and tag it {{{follow}}}. If you want, you can store some notes about that space in the body of the tiddler.

If you then want to know what happening, simply [[include|How do I include/exclude spaces?]]@docs the @tivity space and then visit your activity stream at [[/activity|/activity]], or just visit the @tapas space directly.

!Not sure who to follow?
Here's a few suggestions:
* @fnd
* @cdent
* @pmario
* @bengillies
* @dickon
[[Howard DGA-3 |http://en.wikipedia.org/wiki/Howard DGA-3]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Howard DGA-3" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Humane Rigging | http://www.youtube.com/watch?v=3J-XN38EnhQ&feature=share&list=PLE211C8C41F1AFBAB]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/3J-XN38EnhQ?list=PLE211C8C41F1AFBAB" frameborder="0" allowfullscreen></iframe>
</html>
[[Humane Rigging - Blender Foundation Training DVD | http://www.youtube.com/watch?v=3J-XN38EnhQ&feature=share&list=PLE211C8C41F1AFBAB]] - Click for full coarse list on Youtube
<html>
<iframe width="640" height="360" src="//www.youtube.com/embed/3J-XN38EnhQ?list=PLE211C8C41F1AFBAB" frameborder="0" allowfullscreen></iframe>
</html>
[[Hydrogen: Nature’s Fuel |http://www.prairiepublic.org/television/prairie-public-on-demand/hydrogen-natures-fuel]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.prairiepublic.org/television/prairie-public-on-demand/hydrogen-natures-fuel" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Hyman G. Rickover |http://en.wikipedia.org/wiki/Hyman_Rickover]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[USS Hyman G. Rickover (SSN-709)]]
[[Admiral Hyman George Rickover Willingness to "sink them all"]] - [[Bonapartism]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Hyman_Rickover" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
My Introduction at http://fishcode.tiddlyspot.com/ - download (good for emailing and smartphones)
Morse Code at http://morsecode.scphillips.com/jtranslator.html  
(In case you want to screw a torpedo tube)
[[PlentyofFish (POF)]] at http://www.pof.com/ and [[Milfshookup]] at  http://www.milfshookup.com
[[Passion Network]] at http://www.passionsnetwork.com]] 
[[Online Messageing]] at http://www.iwantim.com/

[[Comparison of online dating websites]] 
at http://en.wikipedia.org/wiki/Comparison_of_online_dating_websites

Books at http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro
http://en.wikisource.org/wiki/The_Count_of_Monte_Cristo
http://en.wikisource.org/wiki/Eugenics_and_other_Evils
http://en.wikisource.org/wiki/The_Pearl/Volume_1/Lady_Pokingham;_or_They_All_Do_It

Jazz by Hiromi Uehara at https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37

[[Painting With Oils Like a Renaissance Master (Audio talking)]] at http://youtu.be/XaiuHeC7caw

[[Diamond Foxx]] at http://www.diamondfoxxx.com/
[[Mass Effect - Liara Sex Scene - Alien Sex FTW]] at http://youtu.be/bt-C3D_gzDg

Would you like to do xxxx movies? Perhaps for http://youporn.com? Because I would
Even [[DRAWN - Winner Gold World Medal - The New York Festivals 2013]]
at http://youtu.be/oY0DUWq3DeE - [[Houston Pilots]] 
at http://farm9.staticflickr.com/8386/8633734542_5430183e95_c.jpg
**[[:start|start]]**
  * **IOIO Exhibition** - **[[electronics:ioio_documentation|IOIO Documentation]]**
  * https://youtu.be/bD03Vx98OL4?list=PLAE038074BEA394A3
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/bD03Vx98OL4?list=PLAE038074BEA394A3" frameborder="0" allowfullscreen></iframe>
</html>

  * **[[electronics:ioio_documentation|IOIO Documentation]]**
  * https://github.com/ytai/ioio/wiki
  * click
[[https://github.com/ytai/ioio/wiki|{{http://i.imgur.com/z67L7VE.png}}]]

  * **Building IOIO Applications With Gradle**
  * https://github.com/ytai/ioio/wiki/Building-IOIO-Applications-With-Gradle
  * click
[[https://github.com/ytai/ioio/wiki/Building-IOIO-Applications-With-Gradle|{{http://i.imgur.com/j9Hyp3Q.png}}]] 

  * **Android Studio Overview**
  * https://developer.android.com/tools/studio/index.html
<html>
<iframe width="1000" height="1000" src="https://developer.android.com/tools/studio/index.html" frameborder="0" allowfullscreen></iframe>
</html>

  * **IOIO Bridge**
  * https://github.com/ytai/ioio/wiki/IOIO-Bridge
  * click
[[https://github.com/ytai/ioio/wiki/IOIO-Bridge|{{http://i.imgur.com/HH4DvZQ.png}}]]
[[Icom IC 706MKIIG ham radio demonstration|https://youtu.be/GwZd1gB_lmQ]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GwZd1gB_lmQ" frameborder="0" allowfullscreen></iframe>
</html>
http://www.ebay.com/bhp/icom-706
[[Identification friend or foe |http://en.wikipedia.org/wiki/Identification_friend_or_foe]]
[[Fingerprint]]
[[Solipsism]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
Identification friend or foe (IFF) can positively identify friendly targets but not hostile ones
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Identification_friend_or_foe" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Illegal interception | http://en.wikipedia.org/wiki/Lawful_interception#Illegal_use]] - [[Greek wiretapping case 2004–2005]]
[[Sympathetic nervous system]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Lawful_interception#Illegal_use" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
|Name|ImageMapPlugin|
|Source|http://www.TiddlyTools.com/#ImageMapPlugin|
|Documentation|http://www.TiddlyTools.com/#ImageMapPluginInfo|
|Version|1.2.2|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|apply image maps ('hotspots') with links to tiddlers|
!!!!!Documentation
>see [[ImageMapPluginInfo]]
!!!!!Revisions
<<<
2009.05.27 [1.2.2] improved autoscroll for {{{<<mapMaker>>}}} textarea
2009.05.14 [1.2.1] added cursor changes
see [[ImageMapPluginInfo]] for additional revision details
2009.05.09 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.ImageMapPlugin= {major: 1, minor: 2, revision: 2, date: new Date(2009,5,27)};
//}}}
//{{{
config.macros.imageMap = {
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		// image element must immediately precede macro
		var img=place.lastChild; if (!img||img.nodeName!='IMG') return;
		var map=params[0]; var items=store.getTiddlerText(map,'').split('\n----\n'); if (!items) return;
		var out=['<MAP NAME="'+map+'">'];
		var fmt='<AREA SHAPE="POLY" TIDDLER="%0" COORDS="%1" TITLE="%2" ALT="%2" ONCLICK="%3" STYLE="%4">';
		var click="story.displayTiddler(story.findContainingTiddler(this),this.getAttribute('tiddler'));";
		var style='cursor:pointer';
		for (var i=0; i<items.length; i++) {
			var lines=items[i].split('\n'); var tid=lines.shift(); var coords=lines.join('');
			var tip=store.tiddlerExists(tid)?store.getTiddler(tid).getSubtitle():tid;
			out.push(fmt.format([tid,coords,tip,click,style]));
		}
		out.push('</MAP>');
		createTiddlyElement(place,'span').innerHTML=out.join('');
		img.setAttribute('isMap',true);
		img.setAttribute('useMap','#'+map);
		img.style.border=0;
	}
}
//}}}
//{{{
config.macros.mapMaker= {
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		var img=place.lastChild; // image element must immediately precede macro
		if (!img||img.nodeName!='IMG') return;
		img.onmousemove=function(ev){ ev=ev||window.event;
			var mX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var mY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			var vals=lines[last].split(','); vals.pop(); vals.pop(); lines[last]=vals.join(',');
			lines[last]+=(lines[last].length?',':'')+(mX-findPosX(this))+','+(mY-findPosY(this));
			ta.value=lines.join('\n');
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
			ta.focus();
		};
		img.onmouseout=function(ev){ ev=ev||window.event;
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			var vals=lines[last].split(','); vals.pop(); vals.pop(); lines[last]=vals.join(',');
			ta.value=lines.join('\n');
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
		};
		img.onmouseover=img.onclick=function(ev) { ev=ev||window.event;
			var mX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var mY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			ta.value+=(ta.value.length?',':'')+(mX-findPosX(this))+','+(mY-findPosY(this));
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
			ta.focus();
		}
		img.style.border='1px solid #999';
		img.style.cursor='crosshair';
		var map=params[0]||'';
		var s=createTiddlyElement(place,'div');
		s.style.height=s.style.width='1em';
		img.emW=s.offsetWidth; img.emH=s.offsetHeight; // get font metrics (for auto scrolling)
		s.style.height=s.style.width='';
		s.innerHTML+='<div class="toolbar">'
			+'<a href="javascript:;" '
			+'onclick="config.macros.mapMaker.load(this.parentNode.nextSibling)">load map</a>'
			+'<a href="javascript:;" '
			+'onclick="config.macros.mapMaker.save(this.parentNode.nextSibling)">save map</a>'
			+'</div>'
			+'<textarea rows="8" style="display:block;clear:both;width:100%;" tiddler="'+map+'">'
			+store.getTiddlerText(map,'')
			+'</textarea>';
	},
	load: function(ta) {
		var tid=prompt('Enter a tiddler title:',ta.getAttribute('tiddler')||'');
		if (!tid||!tid.length) return; // cancelled by user
		ta.value=store.getTiddlerText(tid,''); ta.setAttribute('tiddler',tid);
		return false;
	},
	save: function(ta) {
		var tid=prompt('Enter a tiddler title:',ta.getAttribute('tiddler')||'NewImageMap');
		while (tid && tid.length && store.tiddlerExists(tid)) {
			if(confirm(config.messages.overwriteWarning.format([tid]))) break;
			var tid=prompt('Enter a different tiddler title:',tid);
		}
		if (!tid||!tid.length) return; // cancelled by user
		store.saveTiddler(tid,tid,ta.value,config.options.txtUserName,new Date(),['imageMap'],{});
		story.displayTiddler(null,tid);
		displayMessage('image map saved to: '+tid);
		ta.setAttribute('tiddler',tid);
		return false;
	}
}
//}}}
/***
|Name|ImageMapPluginInfo|
|Source|http://www.TiddlyTools.com/#ImageMapPlugin|
|Documentation|http://www.TiddlyTools.com/#ImageMapPluginInfo|
|Version|1.2.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|documentation for ImageMapPlugin|
!!!Usage
<<<
{{{
[img[...]]<<imageMap MapName>>
}}}
applies an image map to the embedded image immediately preceding the macro.   ''~MapName'' is the title of a tiddler (or a tiddler section) that contains an ''~HR-separated list'' of items, where the first line of each item is the ''tiddler to link to'' and the second line is a ''list of polygon coordinates'' using standard HTML <AREA COORDS="..."> syntax (e.g., a ''comma-separated series of X,Y pairs'': "x1,y1,x2,y2,x3,y3,...", that trace out the desired shape).
{{{
[img[...]]<<mapMaker MapName>>
}}}
adds interactive point-and-click calculation of X,Y map coordinates that are automatically entered into a text input field that you can then edit and save to a tiddler to create an ~HR-separated map definition.
<<<
!!!imageMap Example
<<<
{{{
[img[images/california.gif]]<<imageMap ImageMapPluginInfo##county_map>>
}}}
~~//(click a county to open a tiddler)//~~
[img[images/california.gif]]<<imageMap ImageMapPluginInfo##county_map>>
<<<
!!!mapMaker example
<<<
{{{
[img[images/california.gif]]<<mapMaker ImageMapPluginInfo##county_map>>
}}}
~~//(click anywhere inside image to record x,y coordinates)//~~
[img[images/california.gif]]<<mapMaker ImageMapPluginInfo##county_map>>
<<<
!!!Revisions
<<<
2009.05.14 1.2.1 added cursor changes
2009.05.13 1.2.0 add MAP/AREA elements using innerHTML
2009.05.12 1.1.1 fixed mapMaker event handling for IE
2009.05.10 1.1.0 added {{{<<mapMaker>>}}}
2009.05.10 1.0.1 open tiddlers following current tiddler instead of at top of story column
2009.05.09 1.0.0 initial release
<<<
!!!Sample Map
<<<
{{{
!county_map
San Francisco
50,231,51,225,54,222,55,226,55,231,50,231,50,231
----
San Mateo
59,252,60,242,58,239,55,238,54,232,49,233,50,240,50,244,50,249,54,253,59,252,59,252
----
Santa Clara
94,242,90,244,80,243,75,242,66,243,60,243,58,251,63,255,70,258,75,270,79,268,95,268,97,260,97,254,94,254,93,252,97,250,94,248,95,246,94,242,94,242
----
Alameda
94,223,95,242,90,243,80,242,75,241,65,242,66,235,63,225,70,224,80,226,94,221,94,224,95,225,95,231,94,223,94,223
----
Contra Costa
97,213,97,221,83,226,69,224,63,224,62,220,67,214,73,217,79,214,98,214,96,214,97,213,97,213
----
Santa Cruz
53,254,59,251,63,255,70,258,75,268,73,273,68,273,67,266,53,254,53,254
----
San Benito
117,292,116,302,114,304,110,302,111,307,104,304,101,306,91,292,91,288,87,288,87,285,73,273,75,271,78,269,96,270,116,292,117,292,117,292
----
Monterey
128,325,86,325,83,319,83,313,78,309,78,305,64,286,64,283,67,282,67,273,73,273,87,284,86,288,90,287,91,292,101,305,104,303,110,306,113,303,126,318,128,325,128,325
----
Fresno
123,266,133,278,149,271,164,269,170,261,176,261,176,257,181,258,182,254,190,252,194,245,203,237,211,243,213,248,211,253,218,267,221,276,215,276,214,278,195,278,195,282,179,282,177,285,166,285,162,289,154,291,152,294,146,294,146,302,126,318,116,304,118,302,116,299,117,290,106,278,123,265,123,266,123,266
----
Merced
114,249,117,245,142,238,145,245,148,249,153,251,152,256,143,256,136,258,130,262,125,263,106,278,96,269,97,261,99,255,113,250,114,249,114,249
----
Madera
167,243,173,243,174,239,178,238,179,234,192,227,194,228,193,235,198,232,203,236,192,245,188,252,180,254,180,258,172,257,175,261,168,260,163,269,146,270,132,278,122,266,124,263,130,262,135,258,142,256,151,256,152,252,167,243,167,243
----
Kings
162,324,161,303,164,302,164,295,162,294,162,289,153,291,151,295,146,295,146,303,128,318,128,325,161,324,162,324,162,324
----
Tulare
232,324,233,316,234,314,229,310,229,303,228,299,230,296,219,276,213,276,212,279,193,278,193,282,177,282,176,286,164,285,161,289,163,295,164,303,160,304,161,325,232,324,232,324
----
Mono
183,182,183,188,185,194,181,200,181,209,185,211,185,213,191,218,191,224,196,227,194,235,198,233,203,236,211,243,243,243,183,182,183,182
----
Inyo
241,243,320,324,233,324,233,317,235,314,229,310,229,303,228,299,231,295,220,276,217,267,211,253,213,247,211,242,242,244,241,243,241,243
----
San Luis Obispo
111,348,97,340,86,325,127,325,129,332,139,341,144,343,145,346,150,348,156,354,156,358,159,360,161,368,157,371,153,364,136,358,133,354,131,360,126,362,126,366,120,363,112,364,111,356,106,353,112,348,111,348,111,348
----
Santa Barbara
121,387,117,383,111,381,111,365,121,362,127,367,125,362,132,360,135,353,137,359,154,365,157,372,161,368,164,372,163,394,143,390,126,384,121,387,121,387
----
Ventura
186,402,175,401,163,395,163,372,166,369,172,371,177,376,186,376,193,397,186,402,186,402
----
Los Angeles
205,409,184,402,193,397,186,376,234,376,236,388,238,408,232,416,222,420,217,424,211,420,205,409,205,409
----
Kern
240,325,128,325,130,334,139,342,150,348,159,359,162,370,167,368,176,377,235,375,237,374,239,343,241,341,241,325,240,325,240,325
----
San Bernardino
392,401,320,324,240,325,241,342,238,345,236,374,234,377,237,407,256,422,264,413,290,414,303,417,386,414,390,409,392,401,392,401
----
Riverside
379,441,388,429,387,412,303,417,289,414,263,413,255,421,260,424,260,428,265,428,265,436,271,438,275,443,352,444,379,442,379,441,379,441
----
Orange
258,441,221,421,232,415,237,407,255,421,259,424,260,428,266,428,265,438,258,443,258,441,258,441
----
San Diego
322,482,284,484,280,475,276,464,270,451,258,440,264,437,272,438,275,443,283,445,321,444,321,483,322,482,322,482
----
Imperial
378,480,321,482,322,445,378,443,382,451,378,461,383,468,382,475,378,480,378,480
----
Stanislaus
113,229,95,240,98,257,113,249,118,244,141,237,132,228,127,214,124,230,112,229,113,229,113,229
----
Mariposa
168,228,154,225,151,228,148,227,147,231,144,231,145,236,141,237,143,245,151,254,165,242,172,243,172,238,177,238,177,234,191,227,194,226,189,224,184,221,181,223,178,220,169,229,157,226,153,226,151,229,152,229,168,228,168,228
----
Alpine
173,172,172,176,164,180,164,192,179,201,185,194,183,181,173,173,173,172,173,172
----
Calaveras
125,203,127,214,132,223,144,220,165,195,163,191,158,194,150,194,135,203,125,203,125,203
----
San Joaquin
108,205,97,213,97,222,94,225,95,240,113,229,124,229,127,215,125,203,120,206,107,206,108,205,108,205
----
Amador
125,189,126,194,125,203,135,203,150,194,158,194,163,191,164,179,154,186,142,189,124,189,125,189,125,189
----
Sacramento
83,212,96,213,107,205,118,205,124,203,125,195,123,188,120,180,104,180,106,189,103,197,102,203,94,206,93,210,79,212,83,212,83,212
----
Yolo
102,174,98,174,97,170,92,165,68,164,74,178,79,181,81,189,91,190,93,187,97,187,99,197,104,197,106,189,104,180,102,174,102,174
----
Solano
79,197,72,204,73,209,82,211,94,210,95,205,103,203,104,196,98,196,97,186,91,187,90,190,80,189,78,193,79,197,79,197
----
Napa
58,177,59,183,65,192,65,205,71,204,79,197,77,192,80,188,78,181,73,178,67,164,64,166,64,173,58,177,58,177
----
Sonoma
24,168,48,165,56,175,57,182,64,192,64,203,45,198,43,191,32,180,31,176,23,168,24,168,24,168
----
Marin
44,210,50,212,52,216,57,218,60,217,59,212,62,210,64,203,46,199,43,209,44,210,44,210
----
Tuolumne
165,195,144,219,131,223,132,227,142,237,146,236,145,230,149,230,149,226,154,228,155,225,169,228,178,220,182,222,185,221,190,225,190,218,185,213,185,210,180,209,180,200,165,193,164,196,165,195,165,195
----
Mendocino
10,107,16,116,16,126,15,132,20,151,21,161,24,169,50,165,43,158,46,155,46,150,43,145,45,137,53,132,53,114,56,109,11,108,10,107,10,107
----
Humboldt
21,38,17,50,19,59,12,70,9,70,1,85,2,92,10,107,31,108,33,73,32,65,39,65,39,59,45,53,43,51,44,42,33,43,30,37,21,37,21,38,21,38
----
Del Norte
24,14,19,24,20,37,29,37,32,43,37,42,38,37,35,34,42,31,43,21,50,15,24,14,24,14
----
Siskiyou
130,19,51,15,44,21,43,31,36,33,39,37,38,43,43,42,42,50,45,53,54,57,55,61,59,61,59,65,64,61,69,63,67,54,71,52,76,54,80,48,90,46,90,55,131,57,132,31,129,30,130,19,130,19
----
Modoc
183,22,130,19,131,57,179,60,182,22,183,22,183,22
----
Trinity
56,98,57,102,55,105,55,109,31,108,33,72,31,65,39,65,40,58,44,52,54,57,55,61,58,61,58,65,65,61,69,63,67,53,71,52,76,55,79,47,90,46,90,55,90,59,75,70,70,84,56,98,56,98
----
Shasta
124,95,120,96,115,94,111,96,94,96,83,97,78,95,71,98,67,96,57,98,69,84,74,70,90,59,89,54,131,57,132,93,124,95,124,95
----
Tehama
130,105,125,110,109,116,104,122,93,122,93,124,53,122,53,114,57,108,55,106,56,101,56,97,65,96,71,98,77,95,84,98,94,97,112,96,116,94,120,96,123,95,126,98,126,101,130,105,130,105
----
Lake
64,150,67,162,64,167,64,173,58,178,50,164,42,159,46,154,46,149,43,145,45,137,52,133,55,131,61,132,61,141,55,141,54,143,57,149,63,151,64,151,64,150,64,150
----
Colusa
95,143,92,149,92,156,94,164,67,163,64,151,57,149,53,143,56,141,83,142,84,140,87,141,89,143,95,143,95,143
----
Glenn
99,131,97,133,97,137,101,139,96,143,89,143,86,141,82,140,82,142,60,142,61,132,55,131,53,123,92,123,99,131,99,131
----
Sutter
113,166,111,170,111,179,103,180,102,174,97,173,97,169,93,164,92,156,91,149,108,151,108,157,113,166,113,166
----
Butte
120,143,115,144,115,146,107,151,91,149,95,143,101,139,96,137,96,132,99,131,92,123,102,122,109,116,125,109,128,117,126,124,130,128,132,135,126,140,121,138,120,143,120,143
----
El Dorado
170,160,163,160,157,164,149,164,148,167,131,166,122,177,126,188,143,188,155,185,162,180,172,176,173,172,170,169,170,160,170,160
----
Placer
171,152,146,151,138,158,135,158,129,163,121,161,113,165,111,170,111,179,120,179,122,177,131,166,146,168,150,164,157,164,163,161,171,160,171,153,171,152,171,152
----
Yuba
135,145,131,145,129,148,124,150,122,159,113,166,108,157,108,151,115,146,115,143,122,143,120,139,127,140,133,135,135,134,135,145,135,145
----
Nevada
172,143,150,142,146,139,136,144,131,144,129,148,124,150,122,161,130,164,136,157,138,158,146,151,170,152,171,143,171,144,172,143,172,143
----
Sierra
172,131,145,130,139,126,134,134,134,145,145,139,150,143,172,144,173,131,172,131,172,131
----
Plumas
141,94,124,94,126,102,130,105,125,110,128,117,126,124,130,129,132,134,140,126,145,130,168,131,171,124,169,117,154,102,149,103,148,106,141,102,141,93,141,94,141,94
----
Lassen
177,93,174,130,167,131,170,124,169,115,153,101,148,104,148,106,141,103,141,93,132,93,131,59,179,60,176,94,177,93,177,93
!end county_map
}}}
<<<
***/
 

/***
|Name|ImagePathPlugin|
|Source|http://www.TiddlyTools.com/#ImagePathPlugin|
|Version|0.7.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin
|Description|Tell TiddlyWiki where to look for image files.  Permits multiple 'fallback' locations|
|Status|ALPHA - initial development/testing only - may be unstable - do not distribute|

!!!!!Usage
<<<
This plugin adds "resolvePath()" fallback processing to the {{{[img[...]]}}} formatter's handler, so that local image file references can be successfully resolved, even if the files cannot be located on the local filesystem.

The plugin tries alternative file "paths" that are listed, one per line, in an optional tiddler, [[ImagePathList]].  Each path in the list is combined with the image filename, which is then checked for existence, until the file is located.  If no alternative is found, or [[ImagePathList]] is not present, then a 'last-ditch' fallback is attempted using the remote system and path specified in [[SiteUrl]] (if present).

If no fallback attempt is successful (i.e., because no [[ImagePathList]] OR [[SiteUrl]] tiddlers have been defined), the plugin simply passes the original image file value along for default handling by the browser without any "path resolution" being applied.(i.e, the current TW core behavior occurs).

| ''Important note: This plugin may cause one or more security alert messages to appear, because it uses browser-specific functions that can require security permission in order to access the local filesystem to check for the existence of a given image file.  If you block local access, the 'last-ditch' fallback using the remote [[SiteUrl]] (if present) will be attempted.'' |

Note: the image formatter code contained here also includes support for AttachFilePlugin extensions (if installed).  AttachFilePlugin includes its own fallback mechanism for handling embedded vs. local file vs. remote URL references to the attached binary file.  Both methods may be used: ImagePathPlugin provides fallback for images contained in tiddler content, while AttachFilePlugin works well for access to non-image binary files (or images used in CSS as backgrounds, textures, etc.)
<<<
!!!!!Examples
<<<
coming soon...
<<<
!!!!!Revisions
<<<
''2007.04.13 [0.7.1]'' in testFile(), convert any file:// references to local native format before checking for existence.
''2007.03.26 [0.7.0]'' for IE, use onError handling to trigger call to resolvePath() so it will only be invoked if the original path/file is not found by the browser-native lookup.  This avoids an unneeded call to fileExists() and the accompanying ActiveX security alert message box (as well as being slightly more efficient...)
''2007.03.25 [0.6.0]'' code cleanup (moved global functions into config.formatterHelpers) plus documentation re-write
''2007.03.24 [0.5.0]'' initial implementation - ALPHA - do not distribute
<<<
!!!!!Code
***/
//{{{
version.extensions.ImagePathPlugin= {major: 0, minor: 7, revision: 1, date: new Date(2007,4,13)};
//}}}
//{{{
// name of path definition tiddler
if (config.options.txtPathTiddler==undefined) config.options.txtPathTiddler="ImagePathList";
//}}}
//{{{
// low-level wrapper for platform-specific tests for local file existence
// returns true/false without visible error display
// Uses Components for FF and ActiveX FSO object for MSIE
// NOTE: this can cause a security warning on some browsers
config.formatterHelpers.fileExists=function(theFile) {
	var found=false;
	// DEBUG: alert('testing fileExists('+theFile+')...');
	if(window.Components) {
		try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }
		catch(e) { return false; } // security access denied
		var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
		try { file.initWithPath(theFile); }
		catch(e) { return false; } // invalid directory
		found = file.exists();
	}
	else { // use ActiveX FSO object for MSIE 
		var fso = new ActiveXObject("Scripting.FileSystemObject");
		found = fso.FileExists(theFile)
	}
	// DEBUG: alert(theFile+" "+(found?"exists":"not found"));
	return found;
}
//}}}
//{{{
// higher-level logic for checking local file existence.
// with secondary check for finding relative file references
// and automatic OK of http-based references without checking local filesystem
config.formatterHelpers.testFile=function(theFile) {
	if (document.location.protocol!="file:") return true; // viewing remote document, can't test local filesystem... assume OK
	if (theFile.substr(0,5)=="http:") return true; // remote HTTP reference... assume OK
	if (theFile.substr(0,5)=="file:") theFile=getLocalPath(theFile); // convert local FILE reference to native format
	if (this.fileExists(theFile)) return true; // file exists locally... OK to use!
	// file might have been relative, add path from current document and try again
	var docPath=document.location.href;
	var slashpos=docPath.lastIndexOf("/"); if (slashpos==-1) slashpos=docPath.lastIndexOf("\\"); 
	if (slashpos!=-1 && slashpos!=docPath.length-1) docPath=docPath.substr(0,slashpos+1); // trim off filename
	if (this.fileExists(getLocalPath(docPath+theFile)))
		return true; // ah ha!... file exists relative to current document... OK to use!
	return false; // file not found on local system
}
//}}}
//{{{
// given a path/file string, check for existence and
// try alternatives (if any) defined in a tiddler
// with last-ditch using system/path from SiteUrl (if any)
config.formatterHelpers.resolvePath=function(theFile,testoriginal) {
	if (testoriginal && this.testFile(theFile)) return theFile; // FOUND FILE - use specified path/file without modification
	// get the filename portion only
	var slashpos=theFile.lastIndexOf("/"); if (slashpos==-1) slashpos=theFile.lastIndexOf("\\"); 
	var theName=(slashpos==-1)?theFile:theFile.substr(slashpos+1);
	// get list of fallbacks (if any)
	var pathText=store.getTiddlerText(config.options.txtPathTiddler);
	if (pathText && pathText.length) {
		var paths=pathText.split("\n");
		for (p=0; p<paths.length; p++) // combine path+filename until one works...
			if (this.testFile(paths[p]+theName))
				return paths[p]+theName; // FOUND FILE - use alternative path+filename
	}
	// try "last ditch" fallback using SiteURL - assumes that original path/file was relative to document location
	var siteURL=store.getTiddlerText("SiteUrl");
	if (!siteURL||!siteURL.length) return theFile; // NO FALLBACK - use original path/file and hope for the best
	// trim filename (if any) from site URL
	var slashpos=siteURL.lastIndexOf("/"); if (slashpos==-1) slashpos=siteURL.lastIndexOf("\\"); 
	if (slashpos!=-1 && slashpos!=siteURL.length-1) siteURL=siteURL.substr(0,slashpos+1);
	return siteURL+theFile; // LAST DITCH: use system/path from SiteUrl combined with original file/path
}
//}}}
//{{{
// replace standard handler for image formatter
// adds call to resolvePath() to handle fallback processing
// includes support for AttachFilePlugin as well
config.formatters[config.formatters.findByField("name","image")].handler=function(w) {
	if (!this.lookaheadRegExp)  // fixup for TW2.0.x
		this.lookaheadRegExp = new RegExp(this.lookahead,"mg");
	this.lookaheadRegExp.lastIndex = w.matchStart;
	var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
	if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
		// Simple bracketted link
		var e = w.output;
		if(lookaheadMatch[5]) {
			var link = lookaheadMatch[5];
			if (!config.formatterHelpers.isExternalLink) // fixup for TW2.0.x
				var external=!store.tiddlerExists(link)&&!store.isShadowTiddler(link);
			else
				var external=config.formatterHelpers.isExternalLink(link);
			if (external) {
				if (config.macros.attach && config.macros.attach.isAttachment(link)) { // ELS - attachments
					e = createExternalLink(w.output,link);
					e.href=config.macros.attach.getAttachment(link);
					e.title = config.macros.attach.linkTooltip + link;
				} else
					e = createExternalLink(w.output,link);
			} else 
				e = createTiddlyLink(w.output,link,false,null,w.isStatic);
			addClass(e,"imageLink");
		}
		var img = createTiddlyElement(e,"img");
		if(lookaheadMatch[1])
			img.align = "left";
		else if(lookaheadMatch[2])
			img.align = "right";
		if(lookaheadMatch[3])
			img.title = lookaheadMatch[3];
		if (config.macros.attach!=undefined && config.macros.attach.isAttachment(lookaheadMatch[4])) // ELS - attachments
			img.src=config.macros.attach.getAttachment(lookaheadMatch[4]);
		else {
			if (config.browser.isIE || config.browser.isSafari) { // ELS - path processing
				// IE and Safari use browser's onError handling to check the original file...
				// avoids extra security alert messages due to use of Components/ActiveX for filesystem access
				img.onerror=(function(){this.src=config.formatterHelpers.resolvePath(this.src,false);return false;});
				img.src=lookaheadMatch[4]; // ELS - path processing
			} else {
				// if NOT IE or Safari, always check the original path/file before rendering
				img.src=config.formatterHelpers.resolvePath(lookaheadMatch[4],true);
			}
		}
		w.nextMatch = this.lookaheadRegExp.lastIndex;
	}
}
//}}}
/***
|Name|ImageSizePlugin|
|Source|http://www.TiddlyTools.com/#ImageSizePlugin|
|Version|1.2.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|adds support for resizing images|
This plugin adds optional syntax to scale an image to a specified width and height and/or interactively resize the image with the mouse.
!!!!!Usage
<<<
The extended image syntax is:
{{{
[img(w+,h+)[...][...]]
}}}
where ''(w,h)'' indicates the desired width and height (in CSS units, e.g., px, em, cm, in, or %). Use ''auto'' (or a blank value) for either dimension to scale that dimension proportionally (i.e., maintain the aspect ratio). You can also calculate a CSS value 'on-the-fly' by using a //javascript expression// enclosed between """{{""" and """}}""". Appending a plus sign (+) to a dimension enables interactive resizing in that dimension (by dragging the mouse inside the image). Use ~SHIFT-click to show the full-sized (un-scaled) image. Use ~CTRL-click to restore the starting size (either scaled or full-sized).
<<<
!!!!!Examples
<<<
{{{
[img(100px+,75px+)[images/meow2.jpg]]
}}}
[img(100px+,75px+)[images/meow2.jpg]]
{{{
[<img(34%+,+)[images/meow.gif]]
[<img(21% ,+)[images/meow.gif]]
[<img(13%+, )[images/meow.gif]]
[<img( 8%+, )[images/meow.gif]]
[<img( 5% , )[images/meow.gif]]
[<img( 3% , )[images/meow.gif]]
[<img( 2% , )[images/meow.gif]]
[img(  1%+,+)[images/meow.gif]]
}}}
[<img(34%+,+)[images/meow.gif]]
[<img(21% ,+)[images/meow.gif]]
[<img(13%+, )[images/meow.gif]]
[<img( 8%+, )[images/meow.gif]]
[<img( 5% , )[images/meow.gif]]
[<img( 3% , )[images/meow.gif]]
[<img( 2% , )[images/meow.gif]]
[img(  1%+,+)[images/meow.gif]]
{{tagClear{
}}}
<<<
!!!!!Revisions
<<<
2011.09.03 [1.2.3] bypass addStretchHandlers() if no '+' suffix is used (i.e., not resizable)
2010.07.24 [1.2.2] moved tip/dragtip text to config.formatterHelpers.imageSize object to enable customization
2009.02.24 [1.2.1] cleanup width/height regexp, use '+' suffix for resizing
2009.02.22 [1.2.0] added stretchable images
2008.01.19 [1.1.0] added evaluated width/height values
2008.01.18 [1.0.1] regexp for "(width,height)" now passes all CSS values to browser for validation
2008.01.17 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.ImageSizePlugin= {major: 1, minor: 2, revision: 3, date: new Date(2011,9,3)};
//}}}
//{{{
var f=config.formatters[config.formatters.findByField("name","image")];
f.match="\\[[<>]?[Ii][Mm][Gg](?:\\([^,]*,[^\\)]*\\))?\\[";
f.lookaheadRegExp=/\[([<]?)(>?)[Ii][Mm][Gg](?:\(([^,]*),([^\)]*)\))?\[(?:([^\|\]]+)\|)?([^\[\]\|]+)\](?:\[([^\]]*)\])?\]/mg;
f.handler=function(w) {
	this.lookaheadRegExp.lastIndex = w.matchStart;
	var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
	if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
		var floatLeft=lookaheadMatch[1];
		var floatRight=lookaheadMatch[2];
		var width=lookaheadMatch[3];
		var height=lookaheadMatch[4];
		var tooltip=lookaheadMatch[5];
		var src=lookaheadMatch[6];
		var link=lookaheadMatch[7];

		// Simple bracketted link
		var e = w.output;
		if(link) { // LINKED IMAGE
			if (config.formatterHelpers.isExternalLink(link)) {
				if (config.macros.attach && config.macros.attach.isAttachment(link)) {
					// see [[AttachFilePluginFormatters]]
					e = createExternalLink(w.output,link);
					e.href=config.macros.attach.getAttachment(link);
					e.title = config.macros.attach.linkTooltip + link;
				} else
					e = createExternalLink(w.output,link);
			} else 
				e = createTiddlyLink(w.output,link,false,null,w.isStatic);
			addClass(e,"imageLink");
		}

		var img = createTiddlyElement(e,"img");
		if(floatLeft) img.align="left"; else if(floatRight) img.align="right";
		if(width||height) {
			var x=width.trim(); var y=height.trim();
			var stretchW=(x.substr(x.length-1,1)=='+'); if (stretchW) x=x.substr(0,x.length-1);
			var stretchH=(y.substr(y.length-1,1)=='+'); if (stretchH) y=y.substr(0,y.length-1);
			if (x.substr(0,2)=="{{")
				{ try{x=eval(x.substr(2,x.length-4))} catch(e){displayMessage(e.description||e.toString())} }
			if (y.substr(0,2)=="{{")
				{ try{y=eval(y.substr(2,y.length-4))} catch(e){displayMessage(e.description||e.toString())} }
			img.style.width=x.trim(); img.style.height=y.trim();
			if (stretchW||stretchH) config.formatterHelpers.addStretchHandlers(img,stretchW,stretchH);
		}
		if(tooltip) img.title = tooltip;

		// GET IMAGE SOURCE
		if (config.macros.attach && config.macros.attach.isAttachment(src))
			src=config.macros.attach.getAttachment(src); // see [[AttachFilePluginFormatters]]
		else if (config.formatterHelpers.resolvePath) { // see [[ImagePathPlugin]]
			if (config.browser.isIE || config.browser.isSafari) {
				img.onerror=(function(){
					this.src=config.formatterHelpers.resolvePath(this.src,false);
					return false;
				});
			} else
				src=config.formatterHelpers.resolvePath(src,true);
		}
		img.src=src;
		w.nextMatch = this.lookaheadRegExp.lastIndex;
	}
}

config.formatterHelpers.imageSize={
	tip: 'SHIFT-CLICK=show full size, CTRL-CLICK=restore initial size',
	dragtip: 'DRAG=stretch/shrink, '
}

config.formatterHelpers.addStretchHandlers=function(e,stretchW,stretchH) {
	e.title=((stretchW||stretchH)?this.imageSize.dragtip:'')+this.imageSize.tip;
	e.statusMsg='width=%0, height=%1';
	e.style.cursor='move';
	e.originalW=e.style.width;
	e.originalH=e.style.height;
	e.minW=Math.max(e.offsetWidth/20,10);
	e.minH=Math.max(e.offsetHeight/20,10);
	e.stretchW=stretchW;
	e.stretchH=stretchH;
	e.onmousedown=function(ev) { var ev=ev||window.event;
		this.sizing=true;
		this.startX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
		this.startY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
		this.startW=this.offsetWidth;
		this.startH=this.offsetHeight;
		return false;
	};
	e.onmousemove=function(ev) { var ev=ev||window.event;
		if (this.sizing) {
			var s=this.style;
			var currX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var currY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var newW=(currX-this.offsetLeft)/(this.startX-this.offsetLeft)*this.startW;
			var newH=(currY-this.offsetTop )/(this.startY-this.offsetTop )*this.startH;
			if (this.stretchW) s.width =Math.floor(Math.max(newW,this.minW))+'px';
			if (this.stretchH) s.height=Math.floor(Math.max(newH,this.minH))+'px';
			clearMessage(); displayMessage(this.statusMsg.format([s.width,s.height]));
		}
		return false;
	};
	e.onmouseup=function(ev) { var ev=ev||window.event;
		if (ev.shiftKey) { this.style.width=this.style.height=''; }
		if (ev.ctrlKey)  { this.style.width=this.originalW; this.style.height=this.originalH; }
		this.sizing=false;
		clearMessage();
		return false;
	};
	e.onmouseout=function(ev) { var ev=ev||window.event;
		this.sizing=false;
		clearMessage();
		return false;
	};
}
//}}}
[[Inherit the Wind, 1999 | http://youtu.be/-Cv9kR1njdE]]
<html>
<iframe width="420" height="315" src="http://www.youtube.com/embed/-Cv9kR1njdE" frameborder="0" allowfullscreen></iframe>
</html>
Install the GRUB boot manager. - (Knoppix)

Again, we refer to the target drive as /dev/sdX,
for which you must substitute the actual name of device on your system. 
Copy the configuration of GRUB from your install system:

# mount /dev/sdX3 /media/sdX3/
# cd /media/sdX3
# mkdir -p boot/grub
# cp /boot/grub/* boot/grub
# echo '(hd1) /dev/sdX' > boot/grub/device.map
#* echo '(hd0) /dev/hda' > boot/grub/device.map
# {{{grub-install --root-directory=/media/sdX3 --no-floppy '(hd1)'}}}
#* {{{grub-install --root-directory=/media/hda2 --no-floppy '(hd0)'}}}

Assuming that in the install system there is only one disk unit, GRUB 
names the install system's drive as hd0 and the target drive as hd1.

Edit a file /media/sdX3/boot/grub/menu.lst with the boot configuration.

vi /media/sdX3/boot/grub/menu.lst

Boot Options

Examining the options of the file isolinux.cfg from the original CD

we can see some of the available parameters. See the casper man page 
for a description of all parameters.

Note that the parameters shown below are the author's preferences 
including, for example, bootkbd=es to select a Spanish keyboard. 
Adjust these to suit your needs.

''[[Grub2/Installing|https://help.ubuntu.com/community/Grub2/Installing]]'' - (Mint)
[[International Statistical Classification of Diseases and Related Health Problems |http://en.wikipedia.org/wiki/International_Statistical_Classification_of_Diseases_and_Related_Health_Problems]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/International_Statistical_Classification_of_Diseases_and_Related_Health_Problems" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[Internet Crime Schemes|http://www.ic3.gov/crimeschemes.aspx]] - [[Submit a complaint to IC3|http://www.ic3.gov/complaint/splash.aspx?]]''
[[Permaview|http://goo.gl/Stm6zF]]
- click 
[img[https://goo.gl/U9M0K3][http://www.ic3.gov/crimeschemes.aspx]]

Also see Detekt in miniBookmarks Bar
<<miniBrowser http://www.paterva.com/web6/>>

[[Digital Storytelling - Fingerprint Analysis|https://youtu.be/Ry8920R7bxs]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/Ry8920R7bxs" frameborder="0" allowfullscreen></iframe>
</html>
[[Introduction to Camera Tracking in Blender | http://youtu.be/CVPcT0dJmoY]]
[[How to Chroma Key (Green Screen) Blender (free software)]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/CVPcT0dJmoY" frameborder="0" allowfullscreen></iframe>
</html>
[[Ionizing radiation |http://en.wikipedia.org/wiki/Ionizing_radiation]]
[[Radiation chemistry]]
[[Atomic battery]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ionizing_radiation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Isolation (health care) |http://en.wikipedia.org/wiki/Isolation_(health_care)]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Isolation_(health_care)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Isolation tank |http://en.wikipedia.org/wiki/Isolation_tank]]
[[My Floatation Tank Experience]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Isolation_tank" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[JamWiki |http://jamwiki.org/]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://jamwiki.org/]]" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
http://www.jamendo.com/en/radios
* Youtube - ''[[Jazz Piano Music by Hiromi Uehara | https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37]]'' 

Album [[A glimpse inside the bubble | http://www.jamendo.com/en/list/a2013/a-glimpse-inside-the-bubble ]]
<html>
<div style="text-align:left;"><object width="200" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"><param name="movie" value="http://widgets.jamendo.com/en/album/?album_id=2013&amp;playertype=2008&amp;refuid=1011928"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><embed src="http://widgets.jamendo.com/en/album/?album_id=2013&amp;playertype=2008&amp;refuid=1011928" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="200" height="300" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">&nbsp;&nbsp;</object><a href="https://pro.jamendo.com/" style="display:block;font-size:8px !important;">Royalty-free music for professional licensing</a></div>
</html>
Album [[Rain | http://www.jamendo.com/en/list/a4669/rain]]
<html>
<div style="text-align:left;"><object width="200" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"><param name="movie" value="http://widgets.jamendo.com/en/album/?album_id=4669&amp;playertype=2008&amp;refuid=1011928"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF"><embed src="http://widgets.jamendo.com/en/album/?album_id=4669&amp;playertype=2008&amp;refuid=1011928" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="200" height="300" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">&nbsp;&nbsp;</object><a href="https://pro.jamendo.com/" style="display:block;font-size:8px !important;">Royalty-free music for professional licensing</a></div>
</html>
[[James E. West (politician)|http://en.wikipedia.org/wiki/James_E._West_(politician)]]
[[Shannon Sullivan]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
While being investigated by the FBI for the murder of [[Peter J. Boyce|http://m.spokesman.com/stories/2005/jun/10/old-case-new-controversy-for-west/]] at Lake Coeur d'Alene, ID 
the political possibility exists that an unverified death certificate might have been issued to change his identity.
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/James_E._West_(politician)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[James Eagan Holmes |http://en.wikipedia.org/wiki/James_Eagan_Holmes]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/James_Eagan_Holmes" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Jaws (film) |http://en.wikipedia.org/wiki/Jaws (film)]]
[[Kiwix]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Jaws (film)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Johannesburg |http://en.wikipedia.org/wiki/Johannesburg]]
[[Kimberley, Northern Cape]]
[[Despotism]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Vampire]]
[[Vampire lifestyle]]
[[Submarine]]
Einsteins quantum mechanics or relativity has nothing to do with the economics of diamonds. Or does it?
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Johannesburg" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[John Gotti | http://en.wikipedia.org/wiki/John_Gotti]] - [[Sammy Gravano]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/John_Gotti" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[John Hickenlooper | http://en.wikipedia.org/wiki/John_Hickenlooper]]
[[2012 Aurora shooting]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/John_Hickenlooper" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[John Lennon |http://en.wikipedia.org/wiki/John_lennon]]
[[Mark David Chapman]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/John_lennon" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Jonathan Lucas | http://en.wikipedia.org/wiki/Jonathan_Lucas]] - [[Laws of war]] - [[Convention on Psychotropic Substances]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Jonathan_Lucas" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
see Tags for journal for other Journals 
[[31 May 2013]] for  [[WinArchiver]] link
[[5 June 2013]] started dentures
[[KNOPPIX |http://www.knopper.net/knoppix/index-en.html]] on pendrive - share knoppix-data.img
[[UNetbootin]]
[[WikiPedia]]
Virtualbox Windows and [[Portable App Directory]] programs
[[Kiwix]]
[[Kiwix-serve]]
[[Paperless office]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.knopper.net/knoppix/index-en.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[KNOPPIX_DVD.torrent |http://torrent.unix-ag.uni-kl.de/]]
[[KNOPPIX_CD.torrent |http://torrent.unix-ag.uni-kl.de/]]

"""KNOPPIX_V7.0.5""" is good for installing on a pen drive 
and also comes with Virtualbox emulator which allows the installation of
other operating systems such as a virtual PORTABLE Windows Operating System.

You can use a program like [[UNetbootin Portable | http://portableapps.com/apps/utilities/unetbootin-portable]] to install Knoppix to your Pen Drive

OR 

1> Format the pen drive with either a ext3 (linux) file system, or a fat32 windows file system (I suggest booting up with [[PartedMagic | http://partedmagic.com/doku.php?id=downloads#.UcOLTjBBnHU]])
2> Unpack the Knoppix iso file to the pen drive.
3> [[InstallGrub]] and use [[menu.lst]] (view and copy the code in the tiddler - change parameters if necessary)
[[Kathryn McGuire | http://en.wikipedia.org/wiki/Kathryn_McGuire]]
[[Mary Pickford]] is a stupid tattletale. She had adultery with [[Ben Turpin]] ([[THE SHRIEK OF ARABY 1921 ben turpin]]) more than once. All she wants is money. I'm innocent It was  [[Greta Garbo]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Kathryn_McGuire" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Arrange DefaultTiddlers and store here. Use for PermaView setups
* http://www.eeebuntu.org/wiki/index.php/Keepinstalled

Keepinstalled
From Eeebuntuwiki
Jump to: navigation, search
Keep all your programs after upgrade to 3.0

This time round there is no dist-upgrade path from Eeebuntu 2.0 to 3.0.


For you to keep all your currently installed programs and make it as easy as possible for the new install :


start up Synaptic and go:

File > Save Markings and choose a file name along with a location (like a USB drive) that you can use when you have installed your new system)

This file contains a list of all your currently installed packages, and when you have installed and booted up your new system (and configured your repositories to the best for your location ) then start up Synaptic and go


File > Read Markings and point it at your saved file ensure you tick the "Save Full State" option also, and after that has completed then select Apply to kick off the download & installation of all of those packages you had installed previously!


You will still have to do any special configuration changes that you had on the old system, but at least all of the packages are now in the new system.


Also Backup your sources

Note:- Don’t forget to backup your sources before you reinstall.

    sudo cp /etc/apt/sources.list ~/sources.list.backup 

Otherwise if you have added any PPAs or other sources, this tip won’t work.


Just save the files onto your USb and back them up. Once youve done the install of EB3 your setup should be easy! 
Kernel-o-Matic - https://goo.gl/R48aTf
https://learn.adafruit.com/downloads/pdf/raspberry-pi-kernel-o-matic.pdf - [[PDF|https://goo.gl/zAKPMc]]
<html>
<iframe width="1000" height="1000" src="https://goo.gl/zAKPMc" frameborder="0" allowfullscreen></iframe>
</html>

- click - $39.95
[img[http://i.imgur.com/Wr6tmto.jpg][https://www.adafruit.com/products/2358]]
[[Ketamine | http://en.wikipedia.org/wiki/Ketamine]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ketamine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[KeySweeper - covert Microsoft wireless keyboard sniffer using Arduino and nRF24L01+|https://goo.gl/F4YPc4]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WqkmGG0biXc" frameborder="0" allowfullscreen></iframe>
</html>

[[Photo|https://goo.gl/whLj1N]]
[[CASIO XW-P1 Youtube|https://youtu.be/Mj9IZSKx9mQ?list=RDMj9IZSKx9mQ]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mj9IZSKx9mQ?list=RDMj9IZSKx9mQ" frameborder="0" allowfullscreen></iframe>
</html>

- click - http://i.imgur.com/E2zOIIL.jpg - http://imgur.com/yo8nVnj
[img[http://i.imgur.com/E2zOIIL.jpg][http://imgur.com/yo8nVnj]]
[[Kimberley, Northern Cape |http://en.wikipedia.org/wiki/Kimberley,_Northern_Cape]]
[[Johannesburg]]
[[Despotism]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Vampire]]
[[Vampire lifestyle]]
[[Submarine]]
Einsteins quantum mechanics or relativity has nothing to do with the economics of diamonds. Or does it?.
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Kimberley,_Northern_Cape" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
http://www.kiwix.org/wiki/Main_Page
<html>
<div align="center">
<iframe src="http://www.kiwix.org/wiki/Main_Page" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Kiwix-serve |http://www.kiwix.org/wiki/Kiwix-serve/en] 
[[KNOPPIX]]
[[WikiPedia]]
[[Paperless office]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.kiwix.org/wiki/Kiwix-serve/en" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Knights of the Golden Circle | http://en.wikipedia.org/wiki/Knights_of_the_Golden_Circle]] - [[Despotism]] - [[Disinformation]] - [[Unitarios]]
American Civil War surplus fábrica in Mexico
[[Copperhead (politics)]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Knights_of_the_Golden_Circle" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* [[Project Gutenberg's Knots, Bends, Splices, by J. Netherclift Jutsum | http://www.gutenberg.org/files/30983/30983-h/30983-h.htm]] - best
* http://www.gutenberg.org/ebooks/30983
<html>
<div align="center">
<iframe src="ftp://sailor.gutenberg.lib.md.us/gutenberg/3/0/9/8/30983/30983-h/30983-h.htm" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Knots, Splices and Rope Work by A. Hyatt Verrill
* http://www.gutenberg.org/cache/epub/13510/pg13510-images.epub
[[Kurt Blome | http://en.wikipedia.org/wiki/Kurt_Blome]]
[[Erich Traub]]
[[Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Kurt_Blome" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Laser |http://en.wikipedia.org/wiki/Laser]] - [[Transponder]]
[[Kiwix]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Laser" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Laws of war | http://en.wikipedia.org/wiki/Laws_of_war]] - [[Jonathan Lucas]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Laws_of_war" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Lawyer |http://en.wikipedia.org/wiki/Lawyer]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Lawyer" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Leeuwenhoek microscope |http://www.mindspring.com/~alshinn/]]  - [[ARK|ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.mindspring.com/~alshinn/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Lillian Gish | http://en.wikipedia.org/wiki/Lillian_Gish]] - Blacklisted from [[America First Committee]] (against the American entry into World War II) for adultery with [[Charles Lindbergh]]
[[Mary Pickford]] is a stupid tattletale. She had adultery with [[Ben Turpin]] ([[THE SHRIEK OF ARABY 1921 ben turpin]]) more than once. All she wants is money. I'm innocent It was [[Clara Bow]]
[[Copperhead (politics)]]  - [[Knights of the Golden Circle]] - Copperhead - Blond first, Red second. Makes your hair glow.
She was never married.  She lived in a castle.  She passed away in her sleep at the age of 99.  Her friends would have given her two castles to keep her.
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Lillian_Gish" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[List of Ebola outbreaks |http://en.wikipedia.org/wiki/List_of_Ebola_outbreaks]]
[[Ebola virus disease]]
[[History of pathogens]]
[[Kimberley, Northern Cape]]
[[Submarine]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/List_of_Ebola_outbreaks" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[List of Superfund sites in the United States |http://en.wikipedia.org/wiki/List_of_Superfund_sites_in_the_United_States]]
[[Superfund]]
[[Toxmap]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/List_of_Superfund_sites_in_the_United_States" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[List of social networking websites | http://en.wikipedia.org/wiki/List_of_social_networking_websites]]
[[Comparison of online dating websites]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/List_of_social_networking_websites" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Lithium (medication) |https://en.wikipedia.org/wiki/Lithium_pharmacology]]
<html>
<div align="center">
<iframe src="https://en.wikipedia.org/wiki/Lithium_pharmacology" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
 major: 1, minor: 1, revision: 0, 
 date: new Date("mar 17, 2007"), 
 source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};

if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};

bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
 if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){ 
 url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
 }
 return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
[[Love Canal |http://en.wikipedia.org/wiki/Love_Canal]]
[[Valley of the Drums]]
[[Superfund]]
[[Toxmap]]
[[Downwinders]] Nuclear Radiation
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Neurodegeneration]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Love_Canal" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Lysergic acid diethylamide | http://en.wikipedia.org/wiki/Lysergic_acid_diethylamide]]
 [[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Lysergic_acid_diethylamide" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[MOTHER EARTH NEWS |http://www.motherearthnews.com/homestead-education/homesteading-education.aspx#axzz2dq6c6gYX]]
[[Homesteading]]
[[MOTHER EARTH NEWS]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.motherearthnews.com/homestead-education/homesteading-education.aspx#axzz2dq6c6gYX" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[MainMenu]]
''[[CatchVideo|http://catchvideo.net/]]''
''[[Wordpress|https://glassparrot.wordpress.com/]]''
''[[My Playlists|http://inventoryport.tiddlyspot.com/#%5B%5BMy%20Playlists%5D%5D]]''
''[[Social Security|https://secure.ssa.gov/RIL/SiView.do]]''
''[[Medicare|https://myhealthone.com/mh1/public/mh1/Login/#/login-form]] - [[VA|https://www.myhealth.va.gov/]]''
''[[VMTN Trip Request|http://www.rtcsnv.com/transit/rtc-transit-services/veteranservices/vmtn-online-trip-request-2/]]''
''[[Bookmarks|http://almanac.tiddlyspot.com/#Bookmarks]]''
''[[Google_Search|https://www.google.com/]]''
''[[Google_Mail|https://mail.google.com/]]''
''[[10MinuteMail|http://10minutemail.com/10MinuteMail/index.html]]''
''[[Google_Calendar|https://calendar.google.com/]]''
''[[Google_Hangout_Plus|https://plus.google.com/hangouts]]''
''[[Gdrive|https://drive.google.com/#all]]''
''[[Goo.gl|https://goo.gl]]''
''[[Raspberry Pi 3 MIDI|http://mediaport.tiddlyspot.com/#%5B%5BRaspberry%20Pi%203%20MIDI%5D%5D]]''
''[[Recipes|http://inventoryport.tiddlyspot.com/#Recipes]]''
''[[Turo Car Rental|https://turo.com/search?location=3040%20E%20Charleston%20Blvd%20%233087%2C%20Las%20Vegas%2C%20NV%2089104%2C%20USA&locationType=Address&startDate=10%2F25%2F2017&startTime=10%3A00&endDate=11%2F01%2F2017&endTime=10%3A00&region=NV&country=US&category=ALL&instantBook=false&customDelivery=false&maximumDistanceInMiles=30&sortType=RELEVANCE&isMapSearch=false&latitude=36.1584026&longitude=-115.1067183&defaultZoomLevel=14]]''
''[[Uber Ride|https://www.uber.com/ride/]] - [[mUber|https://m.uber.com/]]''
''Uber PBX - [[GOGO|https://gogograndparent.com/]]''
''[[Apartments|http://moving.tiddlyspot.com/#Apartments]]''
''Gary Rust'' 
''3040 E. Charleston Blvd #3087''
''Las Vegas, Nevada'' 
''89104''
''[[Blood Pressure|https://goo.gl/FvAHkr]]
[[DefaultTiddlers]]
''[[Hangouts|https://hangouts.google.com/]] on [[Gmail|https://mail.google.com/]]<br>Main (702) 900-8019''
''[[Phones|http://moving.tiddlyspot.com/#Phones]]''
''Gary Rust on<br>[[ObiTalk|https://www.obitalk.com/info/products]]<br>510 537 368<br>([[buy worldwide|http://1outlets.com/obihai-technology-inc-obi200-1-port-voip-adapter-usb-t38-fax-support-USD-ccy/sku/11l4tHt6GUSuS28Yw2QYss/]])''
''[[Obi200 Device Guide|http://www.obihai.com/OBiDeviceAdminGuide]]''
''Google [[ARC Welder|https://chrome.google.com/webstore/detail/arc-welder/emfinbmielocnlhgmfkkmkngdoccbadn]]''
''[[Dry Ice|http://www.smartandfinal.com/cmssearch/result/?q=dry+ice&store_key=352]]''
''[[Weather Las Vegas|https://www.wunderground.com/us/nv/las-vegas]]''
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Talkatone|http://www.makeuseof.com/tag/free-phone-calls-wifidata-talkatone-android-ios/]]<br>FWD from Main<br>(702) 825-5436''
''[[SipBroker|http://www.sipbroker.com/sipbroker/action/providerWhitePages]] -  [[SB PSTN|http://www.sipbroker.com/sipbroker/action/pstnNumbers]]''
''[[Callcentric|https://www.callcentric.com/support/device/android/callcentric]] - *462 - 1-631-536-7241''
''Callcentric INUM [[International iNUM|http://www.inum.net/what-is-inum-2/local-access-numbers/]] @ (213) 221-3799<br>883510001197009''
''[[Skype|https://login.skype.com/login?client_id=578134&redirect_uri=https%3A%2F%2Fweb.skype.com%2F]]<br>Name: garyrust''
''Skype To Go No.<br>(702) 425-7809''
''[[jabber.hot-chilli.net|https://jabber.hot-chilli.net/jappix/]]<br>Name: phuket''
[[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]
[[My Webpages|http://h8quadmod.tiddlyspot.com/#%5B%5BMy%20Webpages%5D%5D]]
[[Blender Crash Course|https://www.youtube.com/playlist?list=PLS24VPXMziw2bmTkMdgd0crwU2vYH5Bzu]]
''[[Blender Wiki|http://wiki.blender.org/]]''
''[[Blender Manual Localhost|http://psychology.tiddlyspot.com/#%5B%5BBlender%20Manual%20Localhost%5D%5D]]''
''[[Kiwix Localhost|http://psychology.tiddlyspot.com/#%5B%5BKiwix%20Localhost%5D%5D]]''
''[[Calculators|http://psychology.tiddlyspot.com/#Calculators]]''
''[[World Travel Thailand|http://psychology.tiddlyspot.com/#%5B%5BWorld%20Travel%20Thailand%5D%5D]]''
''[[Copy, URL to Gdrive|http://urltodrive.softgateon.net/]]''
''[[CasualSexProject|http://casualsexproject.com/]]''
[[INET-FAILURES|http://h8quadmod.tiddlyspot.com/#%5B%5BINTERNET%20FAILURES%20AT%20THE%20SANDFORD%20HOTEL%20IN%20SAN%20DIEGO%5D%5D]]
[[INET Crime Schemes|http://goo.gl/Stm6zF]]
''[[Web Tools|https://www.dmoz.org/Computers/Internet/Protocols/DNS/Web_Tools]]''
''[[Internet Speed Test|https://www.whatismyip.com/internet-speed-test/?iref=c1]]''
''[[Exede Satellite Inet|http://www.satelliteinternetsource.com/]]''
''[[DNSqueries|http://www.dnsqueries.com/en/]]''
''[[Linux man pages|http://goo.gl/XhBgid]]''
''[[FREE PROXY LIST|http://www.samair.ru/proxy/]]''
''[[Anonine VPN|http://h8quadmod.tiddlyspot.com/#%5B%5BAnonine%20VPN%5D%5D]]''
''[[CyberGhost Proxy|http://www.cyberghostvpn.com/en_us/free-proxy]]''
''[[HTML(5) Tutorial|http://www.w3schools.com/html/default.asp]]
''[[javascript|http://javascript.crockford.com/]]''
''[[javascriptkit|http://www.javascriptkit.com/cutpastejava.shtml]]''
''[[InlineJavascriptPlugin|http://tiddlytools.com/#InlineJavascriptPluginInfo]]''
[[FaceBook|http://tinyurl.com/njtafkt]]
[[photos.goo|https://photos.google.com/]]
[[flickr|https://www.flickr.com/cameraroll]]
http://imgur.com/
[[WelcomeToTiddlyspot]] [[GettingStarted]]
[[TiddlyWiki Tutorial]]
''[[TiddlyDesktop|https://github.com/Jermolene/TiddlyDesktop/]]''
''[[TiddlyDesktop Video|http://tiddlywiki.com/#Introducing%20TiddlyDesktop%20Video]]''
''[[twhelp|http://twhelp.tiddlyspot.com/]]''
''[[tiddlytools|http://tiddlytools.com/]]''
''[[tiddlyvault|http://tiddlyvault.tiddlyspot.com/]]''
''[[TiddlyWiki/Dev|http://tiddlywiki.com/dev/]]''
''[[TiddlyWiki5|https://github.com/Jermolene/TiddlyWiki5]]''
''[[TW5 Magick|http://tw5magick.tiddlyspot.com/]]''
''[[Search|https://search.disconnect.me/]]''
''[[Gethub H8QuadMod|https://github.com/garyrust/H8QuadMod]]''
[[WikiText TiddlyWiki |http://tinyurl.com/o5p7h3x]]
[[Empty TiddlyWiki 5|http://tiddlywiki.com/]]
---- 
''[[MiniBrowserPlugin|http://tiddlytools.com/#MiniBrowserPlugin]]''
''[[EasyEditPlugin|http://visualtw.ouvaton.org/VisualTW.html#EasyEditPlugin]]''
''[[InlineJavascriptPlugin|http://tiddlytools.com/#InlineJavascriptPlugin]]''
''[[AttachFilePlugin|http://www.tiddlytools.com/#AttachFilePlugin]]''
[[TiddlyMail|file:///var/www/html/tiddlymail/tiddlymail.html]] - (Local)
//[[PermaView]] (stored)//
[[Make A High Tech Zoetrope | http://youtu.be/JccZQk-4OW4]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/JccZQk-4OW4" frameborder="0" allowfullscreen></iframe>
</html>
[[Make trash-wine or moonshine|https://www.youtube.com/watch?v=GvVtw2PKCyY]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GvVtw2PKCyY" frameborder="0" allowfullscreen></iframe>
</html>
[[Margaret Battye |http://en.wikipedia.org/wiki/Margaret_Battye]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Margaret_Battye" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Mark David Chapman | http://en.wikipedia.org/wiki/Mark_David_Chapman]]
[[John Lennon]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Mark_David_Chapman" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Marshall Applewhite | http://en.wikipedia.org/wiki/Marshall_Applewhite]] - [[Heaven's Gate (religious group)]] - [[Eschatology]] - [[Cotard delusion]]
[[Pretribulation_rapture]] - [[Great Tribulation]]
[[Buddhism and euthanasia]]
[[The Peaceful Pill Handbook]]
[[Eugenics-Binder1.pdf]].
<html>
<div align="center">
<iframe src= "http://en.wikipedia.org/wiki/Marshall_Applewhite" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Mary Pickford | http://en.wikipedia.org/wiki/Mary_Pickford]]
I'm innocent.  [[Ben Turpin]] ([[THE SHRIEK OF ARABY 1921 ben turpin]]) is only my friend. It was [[Kathryn McGuire]] who committed adultery with him.
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Mary_Pickford" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Mass Effect - Liara Sex Scene - Alien Sex FTW | http://youtu.be/bt-C3D_gzDg]]
[[Houston Pilots]]
[["WING IT" - The Animation School]] - ''[[Diamond Foxx]]''
<html>
<iframe width="640" height="360" src="//www.youtube.com/embed/bt-C3D_gzDg" frameborder="0" allowfullscreen></iframe>
</html>
[[May this house be safe from tigers: Alexander King: |http://openlibrary.org/books/OL24213661M/May_this_house_be_safe_from_tigers]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://openlibrary.org/books/OL24213661M/May_this_house_be_safe_from_tigers" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[McCarthyism |http://en.wikipedia.org/wiki/McCarthyism]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/McCarthyism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[img[http://farm6.staticflickr.com/5011/5510578810_ec49305c2d.jpg][ http://www.iwantim.com/]]
* [[Online Messageing]] - [[I wonder if you will get this.  It has Youtubes in it]]
* http://www.meebo.com/
<html><div align="center"><iframe src="http://www.meebo.com/" frameborder="0" width="100%" height="700"></iframe></div></html>
[[Meltdown At Three Mile Island ( Nothing Compared to Fukushima ) |http://youtu.be/4vNDlVDVqes]]
[[Fukushima Daiichi nuclear disaster]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/4vNDlVDVqes" frameborder="0" allowfullscreen></iframe>
</html>
[[Mental cruelty |http://en.wikipedia.org/wiki/Mental_cruelty]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Mental_cruelty" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Metempsychosis | http://en.wikipedia.org/wiki/Metempsychosis]]
[[Münchausen syndrome by proxy]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Metempsychosis" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Methamphetamine |http://en.wikipedia.org/wiki/Methamphetamine]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Methamphetamine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Microcontroller |http://en.wikipedia.org/wiki/Microcontroller]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Microcontroller" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Popular Videos - Microscope & USB microscope
https://www.youtube.com/playlist?list=PLGSK18ZSxS4j9jClqL8WmhDiodv4x0FNQ
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/9rfNmYCvk3s?list=PLGSK18ZSxS4j9jClqL8WmhDiodv4x0FNQ" frameborder="0" allowfullscreen></iframe>
</html>
[[Milfshookup | http://www.milfshookup.com/]] 
[[Comparison of online dating websites]]
[[List of social networking websites]]
<html>
<div align="center">
<iframe src="http://www.milfshookup.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Military satellite |http://en.wikipedia.org/wiki/Military_satellite]] - [[Spy satellite]]
[[Garrett AiResearch]]
[[Ariel Weinmann]]
[[USS Albuquerque (SSN-706)]]
[[Copperhead (politics)]]
[[Article 32 hearing]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Military_satellite" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Slinky loop aerial
https://www.nonstopsystems.com/radio/pdf-ant/article-antenna-slinky-RDCM-11-2010.pdf
----
PSY
http://www.shoutcast.com/Search?query=Psy
----
Ambient Art Foundation - Shoutcast
http://www.shoutcast.com/Search?query=Ambient%20Art%20Foundation
----
Shoutcast
https://www.shoutcast.com/Search?query=Sleep%20Radio%20Stream#
----
Ambient Art Foundation
http://www.radioforest.net/radio/ambient-art-foundation/700272
----
Internet Radio
https://www.internet-radio.com
----
Wikipedia
https://en.wikipedia.org/wiki/
----
Name: phuket@jabber.hot-chilli.net
https://jabber.hot-chilli.net/jappix/
----
Unit Converter
http://www.unitconverters.net/
----
Scientific Calculator
http://www.calculator.net/scientific-calculator.html
----
Anonine VPN
https://anonine.com/en/guides/openvpn-ubuntu-14.04-64bit
----
ICECAST
http://icecast.org/
----
Download torrent with BitLet.org
http://bitlet.org
----
Glassparrot at wikia.com
http://glassparrot.wikia.com/wiki/Glassparrot_Wiki
----
blenderorganizer at tiddlyspot.com
http://blenderorganizer.tiddlyspot.com/
----
glassparrot at tiddlyspot.com
http://glassparrot.tiddlyspot.com/
----
fishcode at tiddlyspot.com
http://fishcode.tiddlyspot.com/
----
GlassParrot at Wordpress
http://glassparrot.wordpress.com/video/
----
Detekt - Computer and network surveillance software
https://en.wikipedia.org/wiki/Detekt
----
Maltego Forensic Testing
http://www.paterva.com/web6/
----
Carbon Fiber Air Tanks
http://www.airgunsofarizona.com/Tanks.html
----
Google Products
https://www.google.com/intl/en/about/products/
----
Internet Radio
https://www.internet-radio.com/
----
Shoutcast
http://www.shoutcast.com/Home
----
How to Setup an LCD Touchscreen on the Raspberry Pi
http://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/
----
How to Build a Portable Hacking Station with a Raspberry Pi and Kali Linux
http://lifehacker.com/how-to-build-a-portable-hacking-station-with-a-raspberr-1739297918
----
Packet Sniffing using the Raspberry Pi
http://jamesdotcom.com/?p=400
----
JavaScriptKit
http://www.javascriptkit.com/cutpastejava.shtml
----
TiddlyWiki.com - official release
http://www.TiddlyWiki.com
----
TiddlyWiki.org - wiki, tickets, source control
http://www.TiddlyWiki.org
----
GoogleGroup: TiddlyWiki - user/author discussion
http://groups.google.com/group/TiddlyWiki/
----
GoogleGroup: TiddlyWikiDev - core/plugin discussion
http://groups.google.com/group/TiddlyWikiDev/
----
TiddlyVault - index of add-ons from many sources
http://TiddlyVault.TiddlySpot.com
----
TiddlySpot - instant TiddlyWiki hosting!!
http://www.TiddlySpot.com
----
TiddlyTools - plugins, scripts, templates, etc.
http://www.TiddlyTools.com
----
del.icio.us - find popular TiddlyWiki sites
http://del.icio.us/tag/tiddlywiki
----
<<tiddler BookmarkList>>
----
<<tiddler MiniBrowserList_osmosoft>>
----
<<tiddler MiniBrowserList_tech>>
----
<<tiddler MiniBrowserList_news>>
----
<<tiddler MiniBrowserList_media>>
----
<<tiddler MiniBrowserList_flash>>
flash games...

----
Rag Doll
http://www.planetdan.net/pics/misc/georgerag.swf
----
Asteroids
http://www.80smusiclyrics.com/games/asteroids.swf
----
PacMan
http://www.80smusiclyrics.com/games/pacman.swf
----
Tetris
http://www.80smusiclyrics.com/games/tetris2.swf
----
Simon
http://www.80smusiclyrics.com/games/simon.swf
flickr photos...

----
HDR Pool (public collection)
http://www.flickr.com/groups/hdr/pool/show/
----
favorite videos...

----
"PovertyUSA" - WATCH THIS!
http://www.nccbuscc.org/cchd/povertyusa/tour.swf
----
Jack W counts (1yr old)
http://wolfram.org/media/jack_20050310_cleaned.mov
----
webcams...

----
Times Square
http://www.earthcam.com/usa/newyork/timessquare/asx/tsq_stream.asx
----
Monterey Bay
http://www.mbayaq.org/media/STRM/mba_mbay.asx
----
Wrightsville Beach, North Carolina
http://www.aroundtownnc.com/wvx/beachcam.wvx
----
Koningsplein, Amsterdam
"""mms://rembrandt.terena.nl/stream2"""
----
Corsica
http://195.6.173.164/liensmedias/webcam.asx
----
Kulak's Woodshed: Live/Recorded acoustic music
http://www.kulakswoodshed.com/high.asx
----
news...

----
BBC News24 - Live
http://www.bbc.co.uk/newsa/n5ctrl/live/nb/rm/video/now2_nb.ram
----
BBC News - London Summary
http://www.bbc.co.uk/london/realmedia/news/tvnews.ram
----
BBC Entertainment News
http://www.bbc.co.uk/newsa/n5ctrl/summaries/entertain/bb_liquid_news.ram
----
Bloomberg Business News
http://www.bloomberg.com/streams/video/LiveBTV200.ram
----
movies (AmericaFree.TV)...

----
Classic Comedy
http://www.americafree.tv/unicast_mov/AmericaFreeTVComedy.mov
----
Classic Movies
http://www.americafree.tv/unicast_mov/AmericaFreeTVClassics.mov
----
"B" Movies
http://www.americafree.tv/unicast_mov/AmericaFreeTVDimensionB.mov
----
science/education/govt...

----
PBS: Annenberg/CPB
http://www.scctv.net/annenberg_broadband.asx
----
NASA TV
http://science.ksc.nasa.gov/video/nasatv/nasatv.asx
----
C-SPAN 1
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan1v.asf&proto=mms?mswmext=.asx
----
C-SPAN 2
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan2v.asf&proto=mms?mswmext=.asx
----
C-SPAN 3
http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan3v.asf&proto=mms?mswmext=.asx
news and events...

----
News - CNN
http://www.cnn.com
----
News - BBC
http://news.bbc.co.uk
----
Comics
http://www.unitedmedia.com/comics/
----
Television
http://www.tvguide.com/listings/default.aspx
----
Weather
http://www.wunderground.com/US/CA/Sunnyvale.html
----
Earthquakes
http://quake.wr.usgs.gov/recenteqs/latest.htm
----
Maps
http://maps.google.com
BT/Osmosoft...

----
Jeremy Ruston
http://jermolene.wordpress.com/
----
Andrew Back
http://carrierdetect.com/
----
Fred Dohr
http://fnd.lewcid.org/blog/
----
James Shi
http://curiousjames.wordpress.com/
----
Jon Lister
http://jaybyjayfresh.com/
----
Nick Webb
http://www.erraticmusings.com/
----
Paul Downey
http://blog.whatfettle.com/
----
Phil Hawksworth
http://www.hawksworx.com/journal/
----
Phil Whitehouse
http://philwhitehouse.blogspot.com/
----
Simon McManus
http://simonmcmanus.com/
technical references...

----
Javascript QuickRef (DevGuru)
http://www.devguru.com/technologies/javascript/
----
CSS QuickRef (DevGuru)
http://www.devguru.com/technologies/css2/
----
CSS compatibility chart
http://www.webdevout.net/browser-support-css
----
Unicode Character Charts
http://www.alanwood.net/unicode/
----
UTF-8 Encoding (Wikipedia)
http://en.wikipedia.org/wiki/UTF-8
----
HTML Character entities (W3)
http://www.w3.org/TR/REC-html40/sgml/entities.html
----
Mozilla Developer Center
http://developer.mozilla.org/
----
Gecko DOM Reference
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference
----
IP Lookup...

----
ARIN - North America
http://www.arin.net
----
RIPE - Europe
http://www.ripe.net
----
APNIC - Asia/Pacific
http://www.apnic.net
----
LACNIC - Latin America/Caribbean
http://www.lacnic.net
----
AFRINIC - Africa
http://www.afrinic.net
/***
|Name|MiniBrowserPlugin|
|Source|http://www.TiddlyTools.com/#MiniBrowserPlugin|
|Documentation|http://www.TiddlyTools.com/#MiniBrowserPluginInfo|
|Version|1.5.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.2|
|Type|plugin|
|Requires|PlayerPlugin (optional, recommended)|
|Description|embedded browser-in-browser with favorites lists and media support|
!!!!!Documentation
>see [[MiniBrowserPluginInfo]]
!!!!!Configuration
>Default mini browser size:
>width: <<option txtMiniBrowserWidth>> height: <<option txtMiniBrowserHeight>>
!!!!!Revisions
<<<
2011.02.08 1.5.3 added 'nocontrols' macro keyword parameter
2009.08.29 1.5.2 in load(), fixed 'noplayer' IFRAME output
2009.07.03 1.5.1 added onclick handling to 'n of m' button.  also, if noedit mode, add line numbers to bookmarks droplist items
2009.06.08 1.5.0 added optional 'noedit' mode: replaces add/del/edit buttons with next/previous navigation.
|see [[MiniBrowserPluginInfo]] for additional revision details|
2007.10.15 1.0.0 combined MiniBrowser and MediaCenter inline scripts and converted to true plugin
2006.03.01 0.0.0 inline script
<<<
!!!!!Code
***/
//{{{
version.extensions.MiniBrowserPlugin={major: 1, minor: 5, revision: 3, date: new Date(2011,2,8)};

config.shadowTiddlers.MiniBrowser='<<miniBrowser>>';
config.options.txtMiniBrowserWidth=config.options.txtMiniBrowserWidth||'100%';
config.options.txtMiniBrowserHeight=config.options.txtMiniBrowserHeight||'480';
config.macros.miniBrowser= {
	favoritesList: 'MiniBrowserList',
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		var noPlayer=params[0]&&params[0].toLowerCase()=='noplayer'; if (noPlayer) params.shift();
		var noEdit  =params[0]&&params[0].toLowerCase()=='noedit';   if (noEdit)   params.shift();
		var expand  =params[0]&&params[0].toLowerCase()=='expand';   if (expand)   params.shift();
		var hideControls=params[0]&&params[0].toLowerCase()=='hidecontrols'; if (hideControls) params.shift();
		var noControls  =params[0]&&params[0].toLowerCase()=='nocontrols';   if (noControls)   params.shift();
		hideControls	=noControls||hideControls;	// no controls implies hide controls
		var url		=(params[0]&&!store.tiddlerExists(params[0]))?params.shift():'';
		if (!url.length) noControls=hideControls=false; // if no initial URL, force controls to show
		if (!config.macros.player) noPlayer=true; // PlayerPlugin not installed
		var w=config.options.txtMiniBrowserWidth;
		var h=config.options.txtMiniBrowserHeight;

		// create form
		var guid=new Date().getTime()+Math.random().toString(); // globally unique ID
		var html=store.getTiddlerText('MiniBrowserPlugin##html');
		html=html.replace(/%id%/g,guid)
			.replace(/%noplayer%/g,noPlayer?'true':'')
			.replace(/%noedit%/g,noEdit||readOnly?'none':'inline')
			.replace(/%shownav%/g,noEdit||readOnly?'inline':'none')
			.replace(/%hidecontrols%/g,hideControls?'none':'block')
			.replace(/%bookmarksize%/g,(expand?70:20)+'%')
			.replace(/%urlsize%/g,(expand?69.5:20)+'%')
			.replace(/%linebreak%/g,expand?'<br>':'')
			.replace(/%favorites%/g,params[0]||config.macros.miniBrowser.favoritesList);
		createTiddlyElement(place,'span').innerHTML=html;

		// init form
		function $(i){return document.getElementById(i)}; // abbrev
		$('minibrowser_controls_'+guid).style.display=hideControls?'none':'block';
		$('minibrowser_resize_'+guid).style.display=hideControls?'none':'block';
		$('minibrowser_nocontrols_'+guid).style.display=noControls?'none':'inline';
		$('minibrowser_togglecontrols_'+guid).checked=!hideControls;
		$('minibrowser_form_'+guid).url.value=url;
		$('minibrowser_form_'+guid).w.value=w;
		$('minibrowser_form_'+guid).h.value=h;
		if (noPlayer) { // hide type list no PlayerPlugin
			$('minibrowser_type_'+guid).style.display='none';
			$('minibrowser_url_'+guid).style.width=(expand?81.5:32)+'%';
		}

		// load bookmarks droplist from HR-separated tiddler contents
		var b=$('minibrowser_bookmarks_'+guid);
		while (b.options[1]) b.options[1]=null; // clear list but leave 'prompt' item
		var p; while (p=params.shift()) this.getFavorites(b,p,noEdit); // load custom bookmarks
		if (b.length<2) this.getFavorites(b,config.macros.miniBrowser.favoritesList,noEdit); // default list
		$('minibrowser_nav_'+guid).value='1 out of '+b.length;

		// load initial URL (if any)
		var place=$('minibrowser_player_'+guid);
		this.load(place,guid,'','',w,h,true,noPlayer);
		this.go($('minibrowser_form_'+guid));
	},
	getFavorites: function(list,tid,noEdit) {
		var txt=store.getTiddlerText(tid); if (!txt||!txt.trim().length) return;
		txt=this.getWikifiedData(txt);
		var parts=txt.split('\n----\n');
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split('\n');
			var label=lines.shift()||''; // 1st line=display text
			var value=lines.shift()||''; // 2nd line=item value
			var indent=value&&value.length?'\xa0\xa0':'';
			var prefix=value.length&&noEdit?list.length+1+': ':'';
			list.options[list.length]=new Option(prefix+indent+label,value,false,false);
		}
	},
	getWikifiedData: // wikify content, then extract text WITH newlines and HRs included
	function(txt) {
		var e=createTiddlyElement(document.body,'div'); wikify(txt,e);
		var breaks=e.getElementsByTagName('br');
		for (var b=0; b<breaks.length; b++)
			breaks[b].parentNode.insertBefore(document.createTextNode('\n'),breaks[b]);
		var lines=e.getElementsByTagName('hr');
		for (var l=0; l<lines.length; l++)
			lines[l].parentNode.insertBefore(document.createTextNode('----\n'),lines[l]);
		var items=e.getElementsByTagName('li');
		for (var i=0; i<items.length; i++)
			items[i].parentNode.insertBefore(document.createTextNode('\n'),items[i]);
		var txt=getPlainText(e);
		removeNode(e);
		return txt.replace(/\r*/g,'').replace(/\n\n/g,'\n');
	},
	load: function(place,id,type,url,w,h,showcontrols,noPlayer) {
		if (!noPlayer)
			config.macros.player.loadURL(place,id,type,url,w,h,showcontrols);
		else { // force IFRAME-only display
			if (!place) place=document.getElementById(id).parentNode;
			var fmt="<iframe name='%0' id='%0' src='%1' width='%2' height='%3' \
				style='background:#fff;border:1px solid'></iframe>";
			place.innerHTML=fmt.format([id,url,w,h]);
		}
	},
	go: function(f) {
		var url=f.url.value.trim();
		if (!url.length) url=f.url.value=f.bookmarks.value.trim();
		if (!url.length) { this.done(f); return false; }
		var id=f.playerID.value;
		document.getElementById('minibrowser_player_'+id).style.display='block';
		document.getElementById('minibrowser_controls2_'+id).style.display='block';
		this.load(null,id,f.type.value,f.url.value,f.w.value,f.h.value,f.ctrls.checked,f.noPlayer.value=='true');
		var matched=false; for (var i=0; i<f.bookmarks.options.length; i++) // select matching bookmark
			if (f.bookmarks.options[i].value==url) { f.bookmarks.selectedIndex=i; matched=true; break; }
		if (!matched) f.bookmarks.selectedIndex=0;
		f.done.disabled=false;
		return false;
	},
	done: function(f) {
		var id=f.playerID.value;
		this.load(null,id,null,null,f.w.value,0,f.ctrls.checked,f.noPlayer.value=='true');
		document.getElementById('minibrowser_player_'+id).style.display='none';
		document.getElementById('minibrowser_controls2_'+id).style.display='none';
		f.done.disabled=true; 
		return false;
	},
	fit: function(place) {
		// fudge factor to account for the other controls + padding + borders.  ADJUST THIS VALUE TO FIT LAYOUT
		var trim=89;
		var t=story.findContainingTiddler(place);
		if (!t) { t=place; while (t && t.className!='floatingPanel') t=t.parentNode; } if (!t) return;
		var w='100%'; // horizontal stretching via CSS works, but vertical stretching doesn't... so:
		var h=t.offsetHeight-trim; // workaround: get containing panel/tiddler height and subtract trim height
		var f=place.form;
		this.load(null,f.playerID.value,f.type.value,f.url.value,w,h,f.ctrls.checked,f.noPlayer.value=='true');
		place.form.w.value=w; place.form.h.value=h; // update width/height input fields
	},
	add: function(place,title) {
		var v=place.value; if (!v.length) return;
		var d=prompt('Please enter a description for\n'+place.value); if (!d || !d.length) return;
		var who=config.options.txtUserName;
		var when=new Date();
		var tid=store.getTiddler(title);
		var txt='%0\n%1\n----\n%2'.format([d,v,tid?tid.text:'']);
		store.saveTiddler(title,title,txt,who,when,tid?tid.tags:[],tid?tid.fields:{});
		if (!tid) story.displayTiddler(story.findContainingTiddler(place),title);
		else story.refreshTiddler(title,1,true);
		var here=story.findContainingTiddler(place);
		if (here) story.refreshTiddler(here.getAttribute('tiddler'),1,true);
	},
	del: function(place,title) {
		var v=place.value; if (!v.length) return;
		var d=place.options[place.selectedIndex].text; if (!d.length) return;
		if (!confirm('Are you sure you want to remove this favorite?\n\n'+d+'\n'+v)) return;
		var tid=store.getTiddler(title); if (!tid) return;
		var who=config.options.txtUserName;
		var when=new Date();
		var pat='%0\n%1\n----\n'.format([d.replace(/\xa0/g,''),v]); var re=new RegExp(pat,'i');
		var txt=tid.text.replace(re,'');
		store.saveTiddler(title,title,txt,who,when,tid?tid.tags:[],tid?tid.fields:{});
		story.refreshTiddler(title,1,true);
		var here=story.findContainingTiddler(place);
		if (here) story.refreshTiddler(here.getAttribute('tiddler'),1,true);
	}
}
//}}}
/***
//{{{
!html
<form id='minibrowser_form_%id%' style='display:block;margin:0;padding:0' onsubmit='return config.macros.miniBrowser.go(this);'><!--
--><nobr><input type='hidden' name='playerID' value='%id%'><input type='hidden' name='noPlayer' value='%noplayer%'><!--
--><div id='minibrowser_controls_%id%' style='display:%hidecontrols%'><!--
--><input type='button' value='<' title='back' style='width:3%'
	onclick='try{window.frames["player_%id%"].history.go(-1)}catch(e){window.history.go(-1)}' ><!--
--><input type='button' value='>' title='forward' style='width:3%'
	onclick='try{window.frames["player_%id%"].history.go(+1)}catch(e){window.history.go(+1)}'><!--
--><input type='button' value='+' title='refresh'style='width:3%'
	onclick='try{window.frames["player_%id%"].location.reload()}catch(e){;}'><!--
--><input type='button' value='x' title='stop'style='width:3%'
	onclick='window.stop()'><!--
--><select name='bookmarks' id='minibrowser_bookmarks_%id%' size='1' style='width:%bookmarksize%'
	onchange='this.form.url.value=this.value;
		this.form.nav.value="%0 out of %1".format([this.selectedIndex+1,this.length]);
		this.form.nav.title="reload %0".format([this.options[this.selectedIndex].text]);
		return config.macros.miniBrowser.go(this.form);'><!--
--><option value=''>bookmarks...</option><!--
--></select><!--
--><span style='display:%noedit%'><!--
--><input type='button' value='add' title='add URL to the bookmarks' style='width:6%'
	favorites="%favorites%"
	onclick='config.macros.miniBrowser.add(this.form.url,this.getAttribute("favorites"));'><!--
--><input type='button' value='del' title='remove URL from the bookmarks' style='width:6%'
	favorites="%favorites%"
	onclick='config.macros.miniBrowser.del(this.form.bookmarks,this.getAttribute("favorites"));'><!--
--><input type='button' value='edit' title='edit the bookmarks list' style='width:6%'
	favorites="%favorites%"
	onclick='story.displayTiddler(null,this.getAttribute("favorites"),2)'><!--
--></span><!--
--><span style='display:%shownav%'><!--
--><input name=prev type='button' value='&#x25C4;' title='view previous bookmark' style='width:3%'
	onclick='var b=document.getElementById("minibrowser_bookmarks_%id%");
		b.selectedIndex=Math.max(b.selectedIndex-1,0); b.onchange();'><!--
--><input name='nav' id='minibrowser_nav_%id%'
	type='button' value='N out of MM' title='enter a bookmark number' style='width:12%'
	onclick='return this.form.next.click();
		var b=this.form.bookmarks;
		var i=prompt("Enter a bookmark number (1-"+b.length+")",b.selectedIndex+1);
		if (i && i<b.length) { b.selectedIndex=i-1; b.onchange(); }'><!--
--><input name=next type='button' value='&#x25BA;' title='view next bookmark' style='width:3%'
	onclick='var b=document.getElementById("minibrowser_bookmarks_%id%");
		b.selectedIndex=Math.min(b.selectedIndex+1,b.length); b.onchange();'><!--
--></span><!--
-->%linebreak%<!--
--><select name='type' id='minibrowser_type_%id%' size='1' style='width:12%'
	onchange='var opt=this.options; for (var i=0; i<opt.length; i++)
		if (i==this.selectedIndex) opt[i].text=opt[i].text.replace(/\xa0\xa0/,"&radic;");
		else opt[i].text=opt[i].text.replace(/&radic;/,"\xa0\xa0");
		if (this.selectedIndex==0) opt[1].text=opt[1].text.replace(/\xa0\xa0/,"&radic;");'><!--
--><option value=''>type...</option><!--
--><option value=''>&radic; auto-detect</option><!--
--><option value='iframe'>&nbsp;&nbsp; web page</option><!--
--><option value='windows'>&nbsp;&nbsp; windows media</option><!--
--><option value='realone'>&nbsp;&nbsp; real one</option><!--
--><option value='quicktime'>&nbsp;&nbsp; quicktime</option><!--
--><option value='flash'>&nbsp;&nbsp; flash</option><!--
--><option value='image'>&nbsp;&nbsp; jpg/gif/png</option><!--
--></select><!--
--><input type='text' name='url' id='minibrowser_url_%id%' size='60' value='' style='width:%urlsize%'
	onfocus='this.select()'><!--
--><input type='submit' value='go' title='view URL' style='width:6%'><!--
--><input type='button' value='open' title='open a separate tab/window' style='width:6%'
	onclick='if (this.form.url.value.length) window.open(this.form.url.value)'><!--
--><input type='button' value='done' name='done' disabled title='disconnect from URL' style='width:6%'
	onclick='return config.macros.miniBrowser.done(this.form);'><!--
--></div><!--
--><div id='minibrowser_player_%id%' style='display:none;text-align:center'></div><!--
--><span id='minibrowser_controls2_%id%' style='margin-top:2px;display:none;'><!--
--><div id='minibrowser_resize_%id%' style='display:%hidecontrols%;float:right'><!--
--> size: <input type='text' name='w' size='3' value='' style=''
	onfocus='this.select()'><!--
-->x<input type='text' name='h' size='3' value='' style=''
	onfocus='this.select()'><!--
--> <input type='submit' value='set' style='width:5em'
	onclick='var f=this.form;
		if(!f.w.value.trim().length) f.w.value=config.options.txtMiniBrowserWidth;
		if(!f.h.value.trim().length) f.h.value=config.options.txtMiniBrowserHeight;
		config.options.txtMiniBrowserWidth=f.w.value; config.options.txtMiniBrowserHeight=f.h.value;
		saveOptionCookie("txtMiniBrowserWidth"); saveOptionCookie("txtMiniBrowserHeight");'><!--
--><input type='submit' value='reset' style='width:5em'
	onclick='var f=this.form; f.ctrls.checked=true; f.w.value="100%"; f.h.value="480";
		config.options.txtMiniBrowserWidth=f.w.value; config.options.txtMiniBrowserHeight=f.h.value;
		saveOptionCookie("txtMiniBrowserWidth"); saveOptionCookie("txtMiniBrowserHeight");'><!--
--><input type='button' value='fit' title='resize player to fit containing window' style='width:5em'
	onclick='config.macros.miniBrowser.fit(this)'><!--
--></div><!--
 style='display:%hidecontrols%'
--><span id='minibrowser_nocontrols_%id%'><!--
--> <input type='checkbox' name='ctrls' id='minibrowser_togglecontrols_%id%' title='toggle minibrowser controls' CHECKED 
	onclick='document.getElementById("minibrowser_controls_%id%").style.display=this.checked?"block":"none";
		document.getElementById("minibrowser_resize_%id%").style.display=this.checked?"block":"none";'
><a href='' title='toggle minibrowser controls'
	onclick='this.previousSibling.click();return false;'>show controls</a><!--
--></span><!--
--></span><!--
--></nobr></form>
!end
//}}}
***/
 
/***
|Name|MiniBrowserPlugin|
|Source|http://www.TiddlyTools.com/#MiniBrowserPlugin|
|Documentation|http://www.TiddlyTools.com/#MiniBrowserPluginInfo|
|Version|1.5.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.2|
|Type|plugin|
|Requires|PlayerPlugin (optional, recommended)|
|Description|embedded browser-in-browser with favorites lists and media support|
!!!!!Usage
<<<
{{{<<miniBrowser noplayer noedit expand hidecontrols nocontrols URL TiddlerName TiddlerName TiddlerName...>>}}}
* ''noplayer'' (optional)<br>disables support for embedded media player (using [[PlayerPlugin]], if installed)
* ''noedit'' (optional)<br>hides bookmark //add//, //del//, and //edit// buttons
* ''expand'' (optional)<br>displays minibrowser controls on two lines instead of one for increased readability, especially when long titles or URLs are displayed.
* ''hidecontrols'' (optional)<br>hides initial display of minibrowser controls (except for 'show controls' checkbox)<br>//note: if no initial URL is specified, controls will be shown anyway//
* ''nocontrols'' (optional)<br>hides all minibrowser controls including 'show controls' checkbox<br>//note: if no initial URL is specified, controls will be shown anyway//
* ''URL'' (optional)<br>specifies an initial URL to open when the mini browser is rendered
* ''TiddlerName'', ''TiddlerName''... (optional)<br>indicates one or more tiddlers containing 'HR-separated' lists of favorites.<br>//notes: if no tiddler is specified, [[MiniBrowserList]] is used by default.  In addition, when adding/deleting favorites, the plugin automatically updates [[MiniBrowserList]], regardless of any alternative lists of favorites stored in separate tiddlers.  After changes to [[MiniBrowserList]] are made, you can then use cut/paste to manually move entries from that tiddler into other tiddlers.//
<<<
!!!!!Configuration
>Default mini browser size:
>width: <<option txtMiniBrowserWidth>> height: <<option txtMiniBrowserHeight>>
!!!!!Examples
>{{{<<miniBrowser>>}}}<br>{{smallform small{<<miniBrowser>>}}}
>{{{<<miniBrowser noedit>>}}}<br>{{smallform small{<<miniBrowser noedit>>}}}
>{{{<<miniBrowser expand>>}}}<br>{{smallform small{<<miniBrowser expand>>}}}
>{{{<<miniBrowser noedit expand>>}}}<br>{{smallform small{<<miniBrowser noedit expand>>}}}
>{{{<<miniBrowser hidecontrols http://www.TiddlyWiki.com>>}}}<br>{{smallform small{<<miniBrowser hidecontrols http://www.TiddlyWiki.com>>}}}
!!!!!Revisions
<<<
2011.02.08 1.5.3 added 'nocontrols' macro keyword parameter
2009.08.29 1.5.2 in load(), fixed 'noplayer' IFRAME output
2009.07.03 1.5.1 added onclick handling to 'n of m' button.  also, if noedit mode, add line numbers to bookmarks droplist items
2009.06.08 1.5.0 added optional 'noedit' mode to hide bookmark add/del/edit buttons.  Also, moved html def'n to section (saves space)
2008.09.30 1.4.0 removed hard-coded fontsize.  Added 'expand' option (wider controls, displayed on two lines)
2008.09.16 1.3.1 fixed getWikifiedData() when using IE (remove \r and multiple \n)
2008.08.12 1.3.0 added support for wikifying content from favorites lists to enable use of forEachTiddler or inline script output to generate lists on the fly.
2008.08.06 1.2.2 corrected size control buttons to use fixed width
2008.04.07 1.2.1 added txtMiniBrowserWidth and txtMiniBrowserHeight.  cleanup init handling (somewhat)
2008.04.06 1.2.0 added support for specifying initial URL to view (suggested by Richard Berg).  When opening a URL, select matching entry (if any) in bookmarks droplist.  Added support for hiding minibrowser controls.
2008.01.19 1.1.0 added support for optional extra favorites lists stored in separate tiddlers
2007.10.15 1.0.0 combined MiniBrowser and MediaCenter inline scripts and converted to true plugin
2006.03.01 0.0.0 inline script
<<<
[[Miranda v. Arizona| http://en.wikisource.org/wiki/Miranda_v._Arizona]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/Miranda_v._Arizona" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Montoneros |http://en.wikipedia.org/wiki/Montoneros]]
[[Montoneros]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Montoneros" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
http://blender.org
[[Blender Wiki]]
[[BlenderDocumentation.pdf]]
[[IOIO Documentation]] - Arduino Android IO Shield
[[Building a rope bridge with flying machines|https://youtu.be/CCDIuZUfETc]]

[[MorpHex MKIII, the transforming robot|https://youtu.be/lb3Riq06fVI?list=UUmCZ-oLEnCgmBs_TMql9afw]] - [[Picture|http://i.imgur.com/R8cPAjO.png]]
For more information visit my blog http://zentasrobots.com/?page_id=5
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lb3Riq06fVI?list=UUmCZ-oLEnCgmBs_TMql9afw" frameborder="0" allowfullscreen></iframe>
</html>

[[MorpHex MKI part 3|https://youtu.be/HuC6q9kbryw?list=PLqFeDWIqzSaORRLm59w5AQ_p5gwZ0Qxd4]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/HuC6q9kbryw?list=PLqFeDWIqzSaORRLm59w5AQ_p5gwZ0Qxd4" frameborder="0" allowfullscreen></iframe>
</html>

[[Hardware-Software-Design|https://youtu.be/msaWXY3OuQQ?list=PL695E34FC89F7EF8B]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/msaWXY3OuQQ?list=PL695E34FC89F7EF8B" frameborder="0" allowfullscreen></iframe>
</html>

[[A new project called MorpHex|http://zentasrobots.com/?page_id=6]]
<html>
<iframe width="780" height="800" src="http://zentasrobots.com/?page_id=6" frameborder="0" allowfullscreen></iframe>
</html>
[[Permaview|http://fishcode.tiddlyspot.com/#MorseCode]] -  ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Confederate submarine Pioneer]] - [[Confederate ironclad C.S.S. Manassas]]
* http://www.winmorse.com/download.htm
* http://morsecode.scphillips.com/jtranslator.html
* http://www.robertecker.com/hp/research/morse-generator.php?lang=en
<html>
<div align="center">
<iframe src="http://morsecode.scphillips.com/jtranslator.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* http://www.robertecker.com/hp/research/morse-generator.php?lang=en
[[Permaview|http://psychology.tiddlyspot.com/#Moses!]] -  [[Shoutcast]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[BaoFeng UV-5R Dual Band HandiTalkie|http://www.amazon.com/BaoFeng-UV-5R-Dual-Radio-Black/dp/B007H4VT7A/ref=sr_1_4?s=electronics&ie=UTF8&qid=1462976213&sr=1-4&keywords=baofeng+uv-5r]] - [[Baofeng UV-5R repeater|http://glassparrot.tiddlyspot.com/#%5B%5BBaofeng%20UV-5R%20repeater%5D%5D]]''
''[[Ham It Up Upconverter for SDR|http://www.amazon.com/dp/B009LQT3G6/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I32X1JBZPDTZBE]] - [[TYT TYT-TH-9800 50W/40W Two Way Radio|http://www.amazon.com/dp/B00I53VUEY/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I3TAJ0ZMMR6DXZ&psc=1]] - [[Pookyfish|http://glassparrot.tiddlyspot.com/#Pookyfish]] Free Internet''
''[[Broadcastify|http://www.broadcastify.com/listen/ctid/219]]'' - [[MorseCode|http://fishcode.tiddlyspot.com/#MorseCode]] - ''[[WebSDR|http://www.websdr.org/]]'' - ''[[eHamNet|http://www.eham.net/]]'' - ''[[AMPRNET|http://wiki.ampr.org/wiki/Main_Page]]'' - ''[[Winlink|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]]'' - ''[[Packet Radio|http://www.tapr.org/pr_links.html]]'' - ''[[HackRF|http://glassparrot.tiddlyspot.com/#HackRF]]'' - ''[[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]''
Click on Tags tab to shorten the Timeline menu if your screen is too narrow. -  ''[[Moving Plans|http://psychology.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]] - [[SEEKER Podcasts|http://www.seeker.com/]]'' 
|''[[Morons!|http://psychology.tiddlyspot.com/#%5B%5BBimbo's%20Initiation%5D%5D]]'' They're all morons. You realize, ''[[this|https://en.wikipedia.org/wiki/Corruption]]'' means ''[[war|http://psychology.tiddlyspot.com/#%5B%5BChemical%20warfare%5D%5D]]! [[uTOHphu|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]]''<br>''[[How To Install And Run A Chroot JailKit Shell|http://glassparrot.tiddlyspot.com/#%5B%5BHow%20To%20Install%20And%20Run%20A%20Chroot%20JailKit%20Shell%5D%5D]]. - [[¡Ay, caramba!|https://en.wikipedia.org/wiki/%C2%A1Ay,_caramba!]]''<br>''BLU Studio Selfie - Smartphone - GSM Unlocked'' $79.99 - click<br>[img[http://i.imgur.com/DmnCNhb.jpg][http://goo.gl/xOGu6J]]<br>Get ye back to thy [[Microscope|http://glassparrot.tiddlyspot.com/#Microscope]]. Pronto. Thow hast not seen the end. Halt. - ''[[Blend4Web|https://www.blend4web.com/en/]] - [[Gazebo Robot simulator|http://gazebosim.org/]] - [[FreeCAD|https://www.freecadweb.org/]] -  [[FreeVPN|http://n6xre.tiddlyspot.com/#FreeVPN]]''|''[[Pantheism|https://en.wikipedia.org/wiki/Pantheism]] - [[RARE 1950's Walt Disney PREDICTIVE PROGRAMMING|https://youtu.be/XRpMuk27ddA]] - [[Confucius Say|https://goo.gl/qujjR1]] - [[I Ching|http://almanac.tiddlyspot.com/#%5B%5BI%20Ching%5D%5D]]''<br>''[[จิต สู้ มาร|https://www.viddsee.com/video/spirit-fight-evil/tfyib]]  -  [[Boomers Bible|https://ia800300.us.archive.org/30/items/TheBoomerBible/Boomer_Bible.pdf]]  - A Latin maxim - sic utere tuo ut [[alterum|https://en.wikipedia.org/wiki/Homeostasis]] non laedes - advocates that<br>"no one is to use his property in such a manner as to injure that of another."'' - ''[[Boom Boom Girls|https://youtu.be/1vHgXk7TaGU]]''<br>[[HP Spectre HP Laptop|http://glassparrot.tiddlyspot.com/#%5B%5BHP%20Spectre%20HP%20Laptop%5D%5D]] - [[Programs To Learn Thai|http://artport.tiddlyspot.com/#%5B%5BChanging%20a%20Song%E2%80%99s%20Pitch%20in%20Audacity%5D%5D]] - [[Foreign Exchange Rates|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - [[Hangouts|https://plus.google.com/hangouts]] - [[Psilocybin|http://scienceport.tiddlyspot.com/#Psilocybin]]<br>[[The Devil And Miss Jones|http://glassparrot.tiddlyspot.com/#%5B%5BThe%20Devil%20And%20Miss%20Jones%5D%5D]] - [[Is Kamasutra Pornography?|https://youtu.be/czu4M978vUk]] - [[High School DxD|https://goo.gl/8WO9Eh]] - [[Learn Thai Online|http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D]] - [[Up|https://youtu.be/o8lFOVxheyE]]<br>''[[Science and Islam|http://thailanguage.tiddlyspot.com/#Moses!]] - [[New Computer Knows The Day You Will Die|https://youtu.be/WW1UI-d4MmY]] - [[The Tootsie Roll Tragedy|http://psychology.tiddlyspot.com/#%5B%5BTootsie%20Roll%20Tragedy%3A%20The%20Real%20Leo%20Hirschfeld%20Story%5D%5D]]''<br>''[[Seven wonders of the Buddhist world BBC Documentary|https://youtu.be/-WDG2DELq00]]'' - ''[[Buddhism|http://moving.tiddlyspot.com/#Buddhism]]'' - ''[[Mosquito repellent|http://scienceport.tiddlyspot.com/#%5B%5BMosquito%20repellent%5D%5D]] - [[Bali|http://moving.tiddlyspot.com/#Bali]]''<br>''[[Always Look On The Bright Side Of Life - HD 1080p - Monty Python Life of Brian|https://youtu.be/SJUhlRoBL8M?list=RDfUspLVStPbk]] - [[AncestryDNA|http://scienceport.tiddlyspot.com/#AncestryDNA]]''<br>''[[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]] - [[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[Purgatory|https://en.wikipedia.org/wiki/Purgatory]] - [[Shiva|https://en.wikipedia.org/wiki/Shiva]]'' - ''[[Reincarnation|http://moving.tiddlyspot.com/#Reincarnation]] - [[SIDDHARTHA|http://almanac.tiddlyspot.com/#SIDDHARTHA]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/BzYKAamsQWo?list=RDBzYKAamsQWo" frameborder="0" allowfullscreen></iframe></html><br>''[[Living on a Boat|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]]'' - ''[[Blenderella|http://moving.tiddlyspot.com/#Blenderella]]'' - ''[[High-speed multimedia radio|http://glassparrot.tiddlyspot.com/#%5B%5BHigh-speed%20multimedia%20radio%5D%5D]]'' - ''[[Contact Lens FAQ|http://moving.tiddlyspot.com/#%5B%5BContact%20Lens%20FAQ%5D%5D]]'' - ''[[Moving Plans|http://moving.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]]''<br>''[[King of Thailand - Bhumibol Adulyadej|http://almanac.tiddlyspot.com/#%5B%5BKing%20of%20Thailand%20Rama%20IX%20-%20Bhumibol%20Adulyadej%5D%5D]] dies Oct. 13, 2559 BE - [[The Tibetan Book of the Dead|http://almanac.tiddlyspot.com/#%5B%5BThe%20Tibetan%20Book%20of%20the%20Dead%5D%5D]]''<br>''[[Former President of Cuba Fidel Castro|https://en.wikipedia.org/wiki/Fidel_Castro]] dies November 25, 2016 CE. - [[Last Judgment|https://en.wikipedia.org/wiki/Last_Judgment]] - [[The God|https://youtu.be/93xY06Sh7FE]]''<br>''[[Journal|http://almanac.tiddlyspot.com/#Journals]] - [[Arrived in Phuket, Thailand on 09/05/2016|http://moving.tiddlyspot.com/#%5B%5BArrived%20in%20Phuket%2C%20Thailand%20on%20Sept%2005%2C%202016%5D%5D]] - [[Ripley Believe it or Not|http://moving.tiddlyspot.com/#%5B%5BRipley%20Believe%20it%20or%20Not%5D%5D]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]] - [[Get I2P|https://geti2p.net/en/]]''<br>''[[Gary Rust on Facebook|https://www.facebook.com/gary.rust.75]] - [[Billy Furman on Facebook|https://www.facebook.com/billy.furman1]] - [[Thailand Rob|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Sailing La Vagabonde|https://www.youtube.com/playlist?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo]]''|
''[[TIDDLYWIKI INTERNALS PERMAVIEW|http://almanac.tiddlyspot.com/#%5B%5BTIDDLYWIKI%20INTERNALS%5D%5D]] - [[Oppenheimer: "I am become Death, the destroyer of worlds."|https://youtu.be/lb13ynu3Iac]] - [[Nuc Time-Lapse Map|http://almanac.tiddlyspot.com/#Nuclear]]''
''[[6 Secret Cities That Prove We Don't Know What's Really Going On|https://youtu.be/wYyBcOLq8bs]] - [[A Psychologists Amazing Discoveries After Near Death Experience|https://youtu.be/RZtM9lanqI4]]'' 

''https://en.wikipedia.org/ - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[MakeSea 3D Printed Electric Motor|https://www.makesea.com/web/cla/~/50612/profile/-/asset_publisher/Rl6cqGtVw4Vb/content/660-watt-3d-printed-halbach-array-brushless-motor?inheritRedirect=false&redirect=https%3A%2F%2Fwww.makesea.com%2Fweb%2Fcla%2F%7E%2F50612%2Fprofile%3Fp_p_id%3D101_INSTANCE_Rl6cqGtVw4Vb%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_count%3D4]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
<<miniBrowser https://www.blenderguru.com/>>
''[[Can I run Daz Studio on Ubuntu|https://www.daz3d.com/forums/discussion/74732/solved-can-i-run-daz-studio-on-ubuntu]] - [[MakeHuman|http://www.makehuman.org/]] - [[Kinect Mocap Basics|https://sites.google.com/site/mcasualsdazscripts2/kinect-mocap-basics]] - [[mcasual|https://www.youtube.com/user/mcasual/videos]] Youtubes - [[FreeCAD Lessons for Beginners|http://psychology.tiddlyspot.com/#%5B%5BFreeCAD%20Lessons%20for%20Beginners%5D%5D]]''
<<miniBrowser https://www.daz3d.com/daz_studio>>
''[[THE SACRED BOOKS OF THE EAST|https://goo.gl/MsP8Dg]] - [[BIG BUDDHA PHUKET|http://www.phuket101.net/phuket-big-buddha/]] - [[Tantra E-juice|http://moving.tiddlyspot.com/#%5B%5BTantra%20E-juice%5D%5D]] - [[Visa|http://moving.tiddlyspot.com/#Visa]]''
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/0G-C8xqNSe8?list=PLFEGb57YkU-aPxVpSQXufjg-Mhh-XFC8t" frameborder="0" allowfullscreen></iframe></html>
[[Moving picture | http://en.wikipedia.org/wiki/Moving_picture]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Moving_picture" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[Head_3-4view |http://face-and-emotion.com/dataface/anatomy/head_3-4view.jsp]]'' - [[Grays Anatomy]]
Google  [[gray's anatomy book torrent | https://www.google.com/#sclient=psy-ab&q=gray's+anatomy+book+torrent&oq=gray's+anatomy+book+torrent&gs_l=hp.12...7448.12291.2.15592.8.8.0.0.0.0.410.1914.2-5j1j1.7.0.crnk_timediscountb..0.0...1.1.16.psy-ab.Csn2pbb7xcI&pbx=1&bav=on.2,or.r_cp.r_qf.&bvm=bv.47534661,d.cGE&fp=b64cb7765ecb65d0&biw=1366&bih=681 ]] - [[torrent | http://kat.ph/gray-s-anatomy-40th-edition-chm-t6395392.html]] -  http://www.graysanatomyonline.com/ - [[Nook]]
* Youtube - ''[[Jazz Piano Music by Hiromi Uehara | https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37]]''
* [[Creating a lifelike character using MakeHuman and Blender]]
* [[Blender 3D Make Human Tutorial: Blender 2.6 Facial Animation Basics]]
* [[How to Render Hair with Cycles]]
* [[Blender 2.57 DOA Hitomi rig demo 1]] - [[Blender 2.57 DOA Hitomi rig demo 4]] - ''[[Diamond Foxx]]''
* [[Humane Rigging - Blender Foundation Training DVD]]
* ''[[Face tutorial part 1/7 in Blender(Must Watch!!!) | http://www.youtube.com/watch?v=TRnE43hG2DE]]'' see complete series on Youtube
* [[Sculpting a Human Head in Blender]]
* [[Sculpting a Male Human Bust in Blender]]
<html>
<div align="center">
<iframe src="http://www.innerbody.com/anatomy/muscular/head-neck" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>

[[Museum ship |http://en.wikipedia.org/wiki/Museum_ship]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Ship Parts]]
[[Navigation by Sextant]]
[[San Diego Pilots|Confederate submarine Pioneer]] -  [[Houston Pilots]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Museum_ship" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Musha Cay and the Islands of Copperfield Bay| http://www.mushacay.com/#/home]] 
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Amnesty International]]
*Nobody knows what happens in a museum at night unless they are there. The Star of India 
*with [[Clara Bow]] and her [[Paperless office]], [[Bobby Fischer]], [[Margaret Battye]], and [[Hyman G. Rickover]]
*and also from [[Musha Cay and the Islands of Copperfield Bay]], [[David Copperfield]]
<html>
<div align="center">
<iframe src="http://www.mushacay.com/#/home" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[G.D. Kennedy (−1923)|af Chapman (ship)]]
[img[http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Af_Chapman_at_Skeppsholmen_in_Stockholm_City.jpg/682px-Af_Chapman_at_Skeppsholmen_in_Stockholm_City.jpg][http://en.wikipedia.org/wiki/Af_Chapman_(ship)]]
[[How to play piano]]
  * Music Scales - Lesson 2
  * All scales use the pattern 2 whole tones, 1 semitone, 3 whole tones, 1 semitone
  ** C Major C D E F G A B C - C is the Tonic key (wrapped key)
  ** G Major G A B C D E F# G - G is the Tonic key (wrapped key)

  * In-harmonic note - flats and sharps have 2 names so they are In-harmonic
  ** C# and Db are In-harmonic because they are the same note

  * An interval is the distance between 2 notes
  ** From C to E is a 3rd interval
  ** From C to G is a 5th interval

  * An octave is 8 notes
 
  * Circle of fists is a graphic to construct any scale
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

  * Music Theory
  * http://howtoplaypiano.ca/lfmt2010-oview/
  * https://youtu.be/6gHEIF0rT2w?list=PLB585CE43B02669C3
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6gHEIF0rT2w?list=PLB585CE43B02669C3" frameborder="0" allowfullscreen></iframe></html>

<html>
<iframe width="1000" height="1000" src="http://howtoplaypiano.ca/lfmt2010-oview/" frameborder="0" allowfullscreen></iframe>
</html>
[[My Floatation Tank Experience |http://youtu.be/ROk_3gHnEfU]]
[[Isolation tank]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/ROk_3gHnEfU" frameborder="0" allowfullscreen></iframe>
</html>
'''[[Dasboard|https://www.wix.com/dashboard/a43f1c88-4aab-471b-988f-1f1affff55cc/home]] - [[WixEditor|https://wix.com/editor/a43f1c88-4aab-471b-988f-1f1affff55cc?editorSessionId=9ecaa826-3dc0-43b8-bab4-35a1e89075ac&referralInfo=dashboard]]'''<br>
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<a href="https://garyrust2013.wixsite.com/n6xre" target="_blank"><img
style="border: 0px solid ; width: 1010px; height: 551px;"
alt="N6XRE WixSite"
src="https://i.imgur.com/rJF973D.png"></a><br>
</body>
</html> <br>
<html><iframe src="https://pastebin.com/embed_iframe/AF9KuwKa" style="border:none;width:100%"></iframe></html>
[img[https://zxing.org/w/chart?cht=qr&chs=350x350&chld=L&choe=UTF-8&chl=BEGIN:VCARD%0AVERSION:3.0%0AN:Gary+Allen+Rust%0AORG:N6XRE%0ATEL:7025812502%0AURL:http://n6xre.duckdns.org:73/mediawiki/%0AEMAIL:garyrust2013@gmail.com%0AADR:3040+E+Charleston+Blvd++%233087+Las+Vegas\,+Nv.+89104%0ANOTE:702-900-8019+on+Google+Voice%0AEND:VCARD]]<br>
''These pagess are also hosted on my duckdns domain - listed below''<br>
<<miniBrowser http://n6xre.duckdns.org:85/Tiddlyspot/>>
[[Archimedes-Lab]]
''[[Twitter Page|https://twitter.com/glassparrot]]''

Here are my webpages and references.

Goto http://fishcode.tiddlyspot.com/
Goto http://h8quadmod.tiddlyspot.com/
Goto http://glassparrot.tiddlyspot.com/
Goto http://blenderorganizer.tiddlyspot.com/
Goto http://psychology.tiddlyspot.com/

Goto http://glassparrot.wordpress.com/video/
Goto http://glassparrot.wikia.com/wiki/Glassparrot_Wiki

Goto https://twitter.com/glassparrot/
Goto https://www.facebook.com/gary.rust.75

Goto https://vega.pythonanywhere.com

Goto [[Ad-hoc_networking/Ad-hoc_networking |https://wiki.archlinux.org/index.php/Ad-hoc_networking]] - here
Goto [[NetworkManage | https://wiki.archlinux.org/index.php/NetworkManager]] - here
Goto http://www.biograf.ch/downloads/VirtualToxLab.pdf

- click for Gary Rust on Facebook -
[img[https://s3.amazonaws.com/lowres.cartoonstock.com/computers-social_media-social_networks-website-profile-follower-wda2309_low.jpg][https://www.facebook.com/gary.rust.75]]

- click for Billy Furman on Facebook -
[img[http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/30/23/enhanced-buzz-20384-1383191052-17.jpg][https://www.facebook.com/billy.furman1]]

This is a short note to request the manager of this property to follow.
I am now 66 years old, and I have no family.  I do not wish to start one at my age.
I am not omnipotent, so I will live only a short period of time.  I do not want
undeserving people to take possession of what I was able to keep in my life - please
do not auction it off by the county accessor.  I have a friend in Detroit, Mich. that
should receive those benefits if any exist. He is: https://www.facebook.com/billy.furman1
William Furman (or goddaughter in completion - I wish I knew Nancy (dukes) but I did know Candy - an effigy of Cinderella's stepmother, and my friend - my heart is broken)
I would never hurt her. I promise. But Rosemary's Baby is hell to deal with. (Slipsliding Away back to the Yacci medicine man - Leroy - the junkyard dog). Nomadism.
deleted for privacy - Charlemagne Ave. 
Clinton Township, Mi.48038
williamfurman@ deleted for privacy
phone # is, deleted for privacy
My lawyer in San Diego was Steiner and was in service of the Legal Aid Society.
"In my opinion you are over regulating my client. I will not allow my client to desuade
to your wishes."
I would rather not be a burden, but larceny, embezelment, extortion, blackmail, or murder
are not subjects I have much control over. It is the responsibility of the FBI to investigate.
<DO NOT CREMATE OR DESTROY EVIDENCE OF MALICE>
Bill Clinton aquited Patti Hurst, and had good reason to do it. I should have the same rights,
before I am forced to commit an atrocity in my own defence. I would not harm others, but others
would harm me.  I am not in a contest. I would rather remember my past, than to deal with my future.
Sincerly,
Gary Rust
1301 5th Ave #316
San Diego, Ca. 92101
A113 - http://fishcode.tiddlyspot.com/#%5B%5BMy%20Will%5D%5D
If I could afford it, I would not live in the most violent culture that has ever existed in the history of mankind, America.
I am not involved with organized religion, and will not be an opportunist. I can not dispel privacy. I am certain by proclamation. But I am old.
deleted for privacy items will be posted by people I know. Nomadic or not. This is not a con job.
[[Münchausen syndrome by proxy | http://en.wikipedia.org/wiki/Munchausen_syndrome_by_proxy]]
Fabricated or induced illness by family or care takers, usually for personal gain.
Factitious disorder by proxy (FDP or """FDbP""") 
Illegal [[Despotism]] to produce [[Metempsychosis]] or [[Cotard delusion]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Munchausen_syndrome_by_proxy" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikipedia |http://en.wikipedia.org/wiki/Naegleria_fowleri]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Naegleria_fowleri" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[National Center for Medical Intelligence | http://en.wikipedia.org/wiki/National_Center_for_Medical_Intelligence]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/National_Center_for_Medical_Intelligence" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Navigation by Sextant |http://www.pbs.org/wgbh/nova/shackleton/navigate/escapenav.html]] - Euterpe
[[Star of India]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Build your own sextant]] from a CD
<html>
<div align="center">
<iframe src="http://www.pbs.org/wgbh/nova/shackleton/navigate/escapenav.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Necker Island (British Virgin Islands)|http://en.wikipedia.org/wiki/Necker_Island_(British_Virgin_Islands)]] - http://www.neckerisland.virgin.com/en/necker_island
[[Richard Branson]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Necker_Island_(British_Virgin_Islands)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Nervous system |http://en.wikipedia.org/wiki/Nervous_system]]
[[Sympathetic nervous system]]
[[Parasympathetic nervous system]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Vampire]]
[[Vampire lifestyle]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Nervous_system" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[NetworkManager | https://wiki.archlinux.org/index.php/NetworkManager]]
<html>
<div align="center">
<iframe src="https://wiki.archlinux.org/index.php/NetworkManager" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Neurodegeneration |http://en.wikipedia.org/wiki/Neurodegenerative_disease]] - [[Category:Neurodegenerative disorders | http://en.wikipedia.org/wiki/Category:Neurodegenerative_disorders]]
[[Naegleria fowleri]]
[[Pick's disease]]
[[Nervous system]]
[[Prosopagnosia]]
[[Face perception]]
[[Capgras delusion]] - [[Ketamine]] - [[Risperidone]] - [[Piracetam]] - [[Galantamine]]
[[Ebola virus disease]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]] - [[ARK|ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Neurodegenerative_disease" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Neurolinguistics | http://en.wikipedia.org/wiki/Neurolinguistics]]
 [[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Neurolinguistics" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[New Wave |http://en.wikipedia.org/wiki/New Wave]] - [[Operation Tidal Wave]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/New Wave " frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Barnes & Noble Nook Simple Touch eBook Reader (Wi-Fi Only) | http://www.amazon.com/gp/product/140053271X/]] - [[Paperless office]]

In a paperless world this is better than a printer.  Just get [[doPDF printer driver | http://www.dopdf.com/]] and [[Hamster Ebook Converter | http://www.hamstersoft.com/free-ebook-converter/]] and maybe [[OpenOffice.org Portable | http://portableapps.com/apps/office/openoffice_portable]]
to make your own ebooks (E Ink 6" display)

Product Description
Barnes & Noble Nook Simple Touch Wi-Fi ReaderIncredibly easy-just touch and read; Ultra-light, thin and the longest battery life; Most advanced E Ink 6" display w/ crisp fonts; Expert recommendations and fun social features.Features:* Easy to Use 6" Touchscreen: Shop for the best books, magazines and newspapers right on your NOOK with just a touch. Turn pages, look up words, highlight passages, adjust the font size and style-just by tapping the infrared-powered touchscreen.* Clear, Crisp Reading: NOOK features the most advanced E Ink Pearl technology. The high-contrast 16-level grayscale touchscreen displays text as crisp and clear as a printed page, so you can read easily-even in bright sun. 50% more contrast than NOOK 1st Edition.* Ultra-Light, Ultra-Portable: At 7.48 ounces, NOOK islighter than a paperback and super thin, yet holds up to 1,000 books, magazines and newspapers-so it's easy to take your entire library with you anywhere.* Longest Battery Life: With the longest battery life of any eReader, you can read for up totwo months on just one charge. That's enough timeto start and finish a lot of great stories-or an entire series.* World's Largest Bookstore: Over2 million titles including books, magazines & newspapers -just a touch away! Thousands are FREE, most others $9.99 or less. Pre-order books and subscribe to magazines so you'll get them the instant they're released.* Read Your Way: Make the text bigger or smaller. (See demo) Choose the font style you like. You can even add bookmarks and highlight passages while you read.* Immersive Reading Experience: With 80% less flashing than other eReaders, NOOK delivers an immersive reading experience-so it's easy to lose yourself in your latest read. And with Fast Page, just touch and hold the side button to quickly scan through any book, magazine or newspaper to get to where you want to read lightning fast.* NOOK Friends: Connect with NOOK Friends to share and fi

$40.99
+ $5.85shipping
Used - Good
This is a USED Nook Touch e-reader. It will come with a new generic wall charger.

[[Root Nook Touch Using TouchNooter | http://www.inspiredgeek.com/2011/07/03/root-nook-touch-using-touchnooter-install-go-launcher-nookcolor-tools-gmail-market-youtube-how-to/]]
[[UnRoot or Factory Restore Method For Your Nook Tablet | http://www.inspiredgeek.com/2012/01/16/simple-click-unroot-factory-restore-method-nook-tablet/]]

http://aarddict.org/android/index.html for offline wikipedia

<html>
<script height="450px" width="800px" src="http://player.ooyala.com/iframe.js#ec=I3b2d1NTrPhKfaobiQeDCkX6tNSMU8fo&pbid=cd8595e8ef1d49e3917c4b4fef77ab67"></script>
</html>
[[Northrop Grumman RQ-4 Global Hawk |http://en.wikipedia.org/wiki/Northrop Grumman RQ-4 Global Hawk]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Northrop Grumman RQ-4 Global Hawk" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Nuclear weapons testing |http://en.wikipedia.org/wiki/Nuclear weapons testing]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Nuclear weapons testing" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Nuremberg Trials | http://en.wikipedia.org/wiki/Nuremberg_Trials]] - see [[Crimes against humanity]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Nuremberg_Trials" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Permalink|http://scienceport.tiddlyspot.com/#%5B%5BOcean%20Energy%20-%20Wave%20Power%20Station%5D%5D]]
''[[High-voltage direct current|https://en.wikipedia.org/wiki/High-voltage_direct_current]] - [[Uniti EV|https://www.uniti.earth/invest/]] - [[Host your wiki with Miraheze|https://meta.miraheze.org/wiki/Help_center]]''
''[[Enel Green Power’s Marine Machine, power from the sea|https://youtu.be/OgDl1PjFheY]] - [[Fusion Energy - Prof. Steven Cowley|https://youtu.be/SMxOvuSMAug]]''
''also see [[HOW THE BIGGEST OIL RIGS ARE MADE|https://youtu.be/iy1sxHyDhbk]] - [[Algae CO2 Capture|https://youtu.be/QI3Al1dpuUY]] - [[Algae Power|https://youtu.be/waPgGQNppHY]] Youtubes''
''[[Algae Biofuels and Biotech - Stephen Mayfield|https://youtu.be/jPfYjOMNGX0]] - [[Salt evaporation ponds|https://en.wikipedia.org/wiki/Salt_evaporation_pond]] and algae for biofuels.''
[[Ocean Energy - Wave Power Station|https://youtu.be/gcStpg3i5V8]] - [[2|https://youtu.be/fYfs-qYGzvs]] - [[The Boring Company|https://www.youtube.com/channel/UCUU0JfukhilijYKenOyKqdg]] - [[Lithium Extraction Process|https://youtu.be/w3CrFR1Jk1w]] - [[Starlink|https://arstechnica.com/information-technology/2016/11/spacex-plans-worldwide-satellite-internet-with-low-latency-gigabit-speed/]] - [[2|https://youtu.be/AllaFzIPaG4]]
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/gcStpg3i5V8" frameborder="0" allowfullscreen></iframe></html>
[[Now You Know - In Depth - Zac & Jesse's Solution to Pollution|https://youtu.be/4ikX-Cg-TMI]] - [[Energy From Floating Algae Pods|https://youtu.be/HwKyW7e9NPw]]
[[NOVA ScienceNOW - Public Genomes, Algae Fuel - Discovery Science Space|https://youtu.be/jZO9Auxxh74]] - [[Farming the Sea|https://youtu.be/EAN-VRvD8_k]] - [[2|https://youtu.be/E-PycaZ6-PQ]] - [[3|https://youtu.be/iXqK7CeypJk]]
''Human kindness has never weakened the stamina or softened the fiber of a free people. A nation
does not have to be cruel to be tough. [[It's not that we can't do it, it's that we must do it|https://en.wikipedia.org/wiki/Attack_on_Pearl_Harbor]].'' 
1> [[Franklin D. Roosevelt|https://www.brainyquote.com/quotes/quotes/f/franklind138856.html]] - ''[[100 Gigafactories|https://youtu.be/ib1KKHGYmLQ]] - [[2|http://www.smh.com.au/world/lithium-bolivia-20170523-gwb8me.html]] - [[3|https://www.google.com/search?ei=JbsAWtSQKJq4jAPOs4ewDw&q=how+far+is+bolivia+from+puerto+rico&oq=how+far+is+bolivia+from+peurto&gs_l=psy-ab.1.1.33i21k1j33i160k1l2.46564.70106.0.76091.22.22.0.0.0.0.373.2620.7j14j0j1.22.0....0...1..64.psy-ab..0.15.1871...0j0i8i7i30k1j0i8i30k1j0i22i30k1j0i22i10i30k1j0i13k1.0.n7wOdRp918Y]] - [[4|https://www.google.com/search?ei=tcYAWviDGtu4jAOqpCk&q=does+the+amazon+river+run+through+bolivia&oq=does+the+amazon+river+bolivia+&gs_l=psy-ab.1.0.0i7i30k1l3.13975.37956.0.45461.26.24.2.0.0.0.534.3250.6j15j4-1j1.23.0....0...1.1.64.psy-ab..1.25.3248...0j0i22i30k1j35i39k1j0i7i10i30k1j0i7i5i30k1j0i8i7i30k1j0i8i7i10i30k1j0i8i30k1.0.GhyJ9jOC65o]].  [[Roll out the barrel|https://youtu.be/7KRc-ceWE2E]]. [[We'll have a barrel of fun|https://www.iridium.com/network/iridiumnext]].''
''I am neither bitter nor cynical but I do wish there was less immaturity in political thinking.'' 
2> [[Franklin D. Roosevelt|https://www.brainyquote.com/quotes/quotes/f/franklind396993.html]]
''Thanksgiving 2017 in United States of America - Thursday, November 23''
''Paleface - [[BAKED HAM|https://www.epicurious.com/recipes/food/views/baked-ham-360789]] served with wine.''
''Redskin - [[Juicy Roast Turkey Recipe|https://natashaskitchen.com/2014/11/06/juicy-roast-turkey-recipe/]] served with vodka.'' 
''Wetback - [[Menudo Sabroso|https://www.heb.com/recipe/recipe-item/menudo-sabroso/1392679750215]] served with mescal.''
''Cocoabrain - [[Soul Food Pork Chitlins & Hog Maws Recipe|https://youtu.be/23KvV52_DAA]] served with beer.'' Youtube
[[Online Messageing]] - http://www.iwantim.com/
[[Comparison of online dating websites]]
[[List of social networking websites]]
<html>
<div align="center">
<iframe src="  http://www.iwantim.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Operation Northwoods | http://en.wikipedia.org/wiki/Operation_Northwoods]] 
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Operation_Northwoods" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Operation Teapot |http://en.wikipedia.org/wiki/Operation Teapot]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Operation Teapot" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Operation Tidal Wave |http://en.wikipedia.org/wiki/Operation Tidal Wave]] - [[New Wave]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Operation Tidal Wave" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Why not make organ donation opt-out? |http://halfchangedworld.com/2008/10/why-not-make-organ-donation-opt-out/]]
The argument against organ donations is that it would enstate social and economic failure to donors<br> and would be ethically unsound by producing illegal [[Despotism]] and [[Metempsychosis]] or [[Cotard delusion]]<br> to the advantage of systems of [[apartheid |http://www.thefreedictionary.com/apartheid]].
<html>
<div align="center">
<iframe src="http://halfchangedworld.com/2008/10/why-not-make-organ-donation-opt-out/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Organized crime |http://en.wikipedia.org/wiki/Organized_crime]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Organized_crime" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Origami |http://en.wikipedia.org/wiki/Origami]]
[[Paper Models of Polyhedra]]
[[Origami on WikiBooks]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Origami" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Origami on WikiBooks |http://en.wikibooks.org/wiki/Origami]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikibooks.org/wiki/Origami" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Outline of parapsychology |http://en.wikipedia.org/wiki/List_of_parapsychology_topics]]
[[Precognition]]
[[Stargate Project]]
[[Alien hand syndrome]]
[[Cotard delusion]]
[[Ariel Weinmann]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/List_of_parapsychology_topics" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Painting Portraits In The Manner of Rembrandt and Titian - Frank Covino (Eng) | http://youtu.be/lv-S_MQXujE]]
[[Painting With Oils Like a Renaissance Master (Audio talking)]] 
[[MusclesOfTheHead]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/lv-S_MQXujE" frameborder="0" allowfullscreen></iframe>
</html>
[["WING IT" - The Animation School]] - [[Mass Effect - Liara Sex Scene - Alien Sex FTW]]
[[Painting With Oils Like a Renaissance Master (Audio talking) | http://youtu.be/XaiuHeC7caw]] 
[[Painting Portraits In The Manner of Rembrandt and Titian - Frank Covino (Eng)]]
[[MusclesOfTheHead]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/XaiuHeC7caw" frameborder="0" allowfullscreen></iframe>
</html>
[["WING IT" - The Animation School]] - [[Mass Effect - Liara Sex Scene - Alien Sex FTW]]
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

[[Paper Models of Polyhedra |http://www.korthalsaltes.com/]]
[[Origami]]
[[Origami on WikiBooks]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Passion Network]]
[[Blender Wiki]]
<html>
<div align="center">
<iframe src="http://www.korthalsaltes.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Paperless office | http://en.wikipedia.org/wiki/Paperless]]
[[Nook]]
[[The Spy Who Came in from the Cold]]
[[WikiPedia]]
[[KNOPPIX]] on pendrive
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Paperless" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Parallel computing |http://en.wikipedia.org/wiki/Parallel_computing]]
[[Zeno's paradoxes]]
[[Superposition property]]
[[Stargate Project]]
[[Bilocation]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Fukushima Daiichi nuclear disaster]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Parallel_computing" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Parasympathetic nervous system | http://en.wikipedia.org/wiki/Parasympathetic]]
[[Sympathetic nervous system]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Parasympathetic" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Partial Nuclear Test Ban Treaty |http://en.wikipedia.org/wiki/Partial Nuclear Test Ban Treaty]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Partial Nuclear Test Ban Treaty" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Passion Network | http://www.passionsnetwork.com]] 
[[PlentyofFish (POF)]]
[[Comparison of online dating websites]]
[[List of social networking websites]]
<html>
<div align="center">
<iframe src="http://www.passionsnetwork.com" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
	major: 1, minor: 0, revision: 2, 
	date: new Date("Apr 19, 2007"),
	source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
	coreVersion: '2.2.0 (Beta 5)'
};

config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");

merge(config.macros.option.types, {
	'pas': {
		elementType: "input",
		valueField: "value",
		eventName: "onkeyup",
		className: "pasOptionInput",
		typeValue: config.macros.option.passwordInputType,
		create: function(place,type,opt,className,desc) {
			// password field
			config.macros.option.genericCreate(place,'pas',opt,className,desc);
			// checkbox linked with this password "save this password on this computer"
			config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);			
			// text savePasswordCheckboxLabel
			place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
		},
		onChange: config.macros.option.genericOnChange
	}
});

merge(config.optionHandlers['chk'], {
	get: function(name) {
		// is there an option linked with this chk ?
		var opt = name.substr(3);
		if (config.options[opt]) 
			saveOptionCookie(opt);
		return config.options[name] ? "true" : "false";
	}
});

merge(config.optionHandlers, {
	'pas': {
 		get: function(name) {
			if (config.options["chk"+name]) {
				return encodeCookie(config.options[name].toString());
			} else {
				return "";
			}
		},
		set: function(name,value) {config.options[name] = decodeCookie(value);}
	}
});

// need to reload options to load passwordOptions
loadOptionsCookie();

/*
if (!config.options['pasPassword'])
	config.options['pasPassword'] = '';

merge(config.optionsDesc,{
		pasPassword: "Test password"
	});
*/
//}}}
[[Pentylenetetrazol | http://en.wikipedia.org/wiki/Pentylenetetrazol]]
[[Cotard delusion | http://en.wikipedia.org/wiki/Cotard_delusion]]
[[Solipsism]] - [[Nervous system]]
[[Münchausen syndrome by proxy]]
 [[Metempsychosis]] - Illegal [[Despotism]]
[[Inherit the Wind, 1999]]
[[Things to Come 1936 - HG WELLS]]
[[Evidence Of Revision]] (1 to 6)
<html>
<div align="center">
<iframe src="https://en.wikipedia.org/wiki/Pentylenetetrazol" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
PermaView is a button in the right-hand sidebar that sets the browser address bar to a URL embodying all the currently open tiddlers in the order that they are currently shown. To use it, arrange the open tiddlers that you want, click the permaview button, copy the URL from the browser address bar, and then paste it into an email, web page or whatever.

On some browsers, PermaView can be unreliable if any of the tiddler titles include characters that have special meanings in URLs (like "+" and "\") or are outside the basic ANSI character set.

1> [[storyboard - AesopsFables |http://fishcode.tiddlyspace.com/#boygirl.jpg%20AesopsFables%20PermaView]]
2> [[Youtubes |http://fishcode.tiddlyspace.com/#%5B%5BFace%20tutorial%20part%201%2F7%20in%20Blender(Must%20Watch!!!)%5D%5D%20%5B%5B%22RUSTED%22%20-%20The%20Animation%20School%20(TAS)%5D%5D%20%5B%5B%245%20DIY%20Cosmetic%20Dentistry%2C%20Cheap%20Dentures%2C%20False%20Teeth%5D%5D%20%5B%5B3D%20mesh%20capture%20from%20video%20using%20all%20free%20programs%5D%5D%20AesopsFables%20%5B%5BBerlin%3A%20Symphony%20of%20a%20Great%20City%5D%5D%20%5B%5BBlender%203D%20Make%20Human%20Tutorial%3A%20Blender%202.6%20Facial%20Animation%20Basics%5D%5D%20%5B%5BBlender%20Rigging%20Tutorial%20(1-2)%20Bone%20Groups%20%26%20Bone%20Colors%20Basics%5D%5D%20BlenderFoundation%20%5B%5BChinese%20inventor's%20home-made%20submarine%5D%5D%20%5B%5BCosmetic%20Dentistry%20Costs%5D%5D%20%5B%5BCreating%20a%20lifelike%20character%20using%20MakeHuman%20and%20Blender%5D%5D%20%5B%5BEvidence%20Of%20Revision%20(1%20to%2010)%5D%5D%20%5B%5B%22WING%20IT%22%20-%20The%20Animation%20School%5D%5D%20%5B%5BHow%20to%20Chroma%20Key%20(Green%20Screen)%20Blender%20(free%20software)%5D%5D%20%5B%5BHow%20to%20do%20Camera%20Mapping%20in%20Blender%5D%5D%20%5B%5BHow%20to%20Install%20Squid%20Proxy%20on%20Windows%5D%5D%20%5B%5BHow%20to%20rig%20a%20quadraped%20using%20rigify%20in%20Blender%202.5%5D%5D%20%5B%5BHow%20to%20Use%20Rigify%20in%20Blender%202.5%5D%5D%20%5B%5BHumane%20Rigging%5D%5D%20%5B%5BMake%20A%20High%20Tech%20Zoetrope%5D%5D%20%5B%5BSpike%20Jones%5D%5D%20%5B%5BThe%20Animation%20School%20-%20Uploaded%20Videos%5D%5D%20%5B%5BTHE%20SHRIEK%20OF%20ARABY%201921%20ben%20turpin%5D%5D%20%5B%5BThe%20Switchtpwer%200r%20Saved%20by%20their%20Son%5D%5D%20%5B%5BZo%C3%B3tropo%20y%20Praxinoscopio%5D%5D%20PermaView]] for [[AesopsFables]] - see Tags for other Youtubes
3> [[Contacts|http://tinyurl.com/p2ccjsf]] - see Tags for other Contacts
4> [[MorpHex|http://tinyurl.com/pkyyo64]]
[[Personification |http://en.wikipedia.org/wiki/Personification]] -  In order to study the characteristics of a population, personification is used to identify similarities within that population to events and people of the past.
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Personification" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Pesticide poisoning | http://en.wikipedia.org/wiki/Pesticide_poisoning]]
[[Environmental impact of pesticides]]
[[Health effects of pesticides]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Pesticide_poisoning" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Philosophical zombie |http://en.wikipedia.org/wiki/Philosophical_zombie]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[James Eagan Holmes]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Philosophical_zombie" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Voxalot | http://voxalot.com/action/speedDialList]]
Precede number with **
**1  	SpokaneGrandCentral  	15095902467 via smart call  	 Edit  Delete
**2 	Conference 	17475552663 via Gizmo2 	Edit Delete
**3 	LydiaDavila Home 	15094432426 via smart call 	Edit Delete
**4 	LydiaDavila Cell 	15092183392 via smart call 	Edit Delete
**5 	TellMe 	18005558355 via smart call 	Edit Delete
**6 	Wellness Collective 	18005096329 via smart call 	Edit Delete
**7 	http://www.CBRmedical.com 	15092428624 via Gizmo 	Edit Delete
**8 	Robert Rust 	15307428402 via smart call 	Edit Delete
**9 	Don Rust 	18317243467 via smart call 	Edit Delete
**10 	Dorthy Wilkey 	18188996792 via smart call 	Edit Delete
**11 	Jean Ellenberg (Delson) 	19403282029 via smart call 	Edit Delete
**12 	Mike Klein (Home) 	19095852853 via smart call 	Edit Delete
**13 	Mike Klein (Cell) 	19095852918 via smart call 	Edit Delete
**14 	Virtual 830838@voxalot.com 	8829999308325 via Voxalot 	Edit Delete
**15 	SuperCab - $2 mi $3 dispatch 	15092174746 via smart call 	Edit Delete
**16 	Paratransit 15093256052 	15093281552 via smart call 	Edit Delete
**17 	GrandCentral Lydia Main 	17474117838 via smart call 	Edit Delete
**18 	LydiaGrandCentralGreyPhone 	15097305156 via smart call 	Edit Delete
**19 	Old Phone Disconnected 	15094480856 via smart call 	Edit Delete
**20 	Kristtin A 	15094998087 via smart call 	Edit Delete
**21 	Steve (Kristans Boyfriend) 	15094996360 via smart call 	Edit Delete
**22 	Josh (Kristans Brother) 	15097149921 via smart call 	Edit Delete
**99 	SantaCruzGrandCentral 	18313314204 via smart call 	Edit Delete
**100 	SipBroker GW Spokane 	15099310297 via smart call 	Edit Delete
**101 	VaHospitalSwitchboard 	15094347000 via smart call 	Edit Delete
**102 	Ace Hardware 	15092324223 via smart call 	Edit Delete
**103 	chas dental 	15092421821 via smart call 	Edit Delete
**104 	Social Security 800 	18007721213 via smart call 	Edit Delete
**105 	http://www.scooterdepot.us 	18888397088 via voipdiscount 	Edit Delete
**106 	Gary Voxalot Sip 	sip:666654@us.voxalot.com 	Edit Delete
**107 	http://www.bhphotovideo.com 	18009521815 via smart call 	Edit Delete
**108 	a 2zen motor sports 12422 E Desmet Ave 	15099280797 via smart call 	Edit Delete
**109 	a 2zen motor sports Cellular 	15092634913 via smart call 	Edit Delete
**110 	Danny A. Goodman 	15092183177 via voipdiscount 4399 Williamson Rd. Clayton, Wa. 99110-9757
End of list
Use XYZprinting Da Vinci 1.0 3D Printer (delivered September 2014) to design a PiQuad from the 
[[Eachine H8 Mini Quadcopter - US $13.99|http://goo.gl/RYm5fo]] - Use [[Blender|http://Blender.org]] - Just to see if you can.
Extra channels on nRF24L01+ 2.4GHz Wireless Transceivers - Arduino/Pi Compatible - $5.95 - http://goo.gl/aJ8qSM
[[Pi Zero|https://www.adafruit.com/products/2885]]: The Computer That Costs $5 - http://goo.gl/oVHi89 - [[A Tour of the Pi Zero|https://learn.adafruit.com/introducing-the-raspberry-pi-zero]]
[[FIRST RASPBERRY PI ZERO HACK – PIGGY-BACK WIFI|http://hackaday.com/2015/11/28/first-raspberry-pi-zero-hack-piggy-back-wifi/]]
- click -
[img[http://i.imgur.com/yD9RE23.png][Blender.org]]

Wifi is only good for short distance FPV work with your cellphone. (Practical for most purposes) 
Long distance FPV requires  FPV 5.8G - http://goo.gl/aOZL9K or ER32 5.8G 32CH Wireless AV Mini Receiver - US $17.89 - http://goo.gl/LxGU64 and
USB 2.0 Video TV DVD VHS Audio Capture Adapter (for Laptop and Android to record) - US $6.59 - http://goo.gl/Bc9MgR Use ER32 5.8G with
[[Pi Zero|https://www.adafruit.com/products/2885]] (or usb cellphone)?

[[Adding camera to Zero using GPIO pins|https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=127106]]
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

  * PianoNanny
  * http://www.pianonanny.com/
  * [[How to play piano]]
  * [[Music Theory Videos|Music Theory]]
  * [[Portable Keyboard Basics]]

<html>
<iframe width="1000" height="1000" src="http://www.pianonanny.com/" frameborder="0" allowfullscreen></iframe>
</html>
[[Pick's disease |http://en.wikipedia.org/wiki/Pick%E2%80%99s_disease]]
[[Tau protein]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Pick%E2%80%99s_disease" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Piracetam |http://en.wikipedia.org/wiki/Piracetam]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Piracetam" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Plastic surgery |http://en.wikipedia.org/wiki/Plastic_surgery]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Ariel Weinmann]]
[[Copperhead (politics)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Plastic_surgery" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[PlentyofFish (POF) | http://www.pof.com/]]
[[Passion Network]] 
[[Comparison of online dating websites]]
[[List of social networking websites]]
<html>
<div align="center">
<iframe src="http://www.pof.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs |http://en.wikisource.org/wiki/Popular_Science_Monthly/Volume_3/August_1873/Electric_Telegraphs]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/Popular_Science_Monthly/Volume_3/August_1873/Electric_Telegraphs" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Portable App Directory|http://portableapps.com/apps]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
 - click -
[img[http://i.imgur.com/c4wzCZN.png][http://portableapps.com/apps]]
 [[Portable Keyboard Basics|https://youtu.be/kbhExwfJn4c?list=RDkbhExwfJn4c]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kbhExwfJn4c?list=RDkbhExwfJn4c" frameborder="0" allowfullscreen></iframe>
</html>
[[Portable-VirtualBox|http://www.vbox.me/]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.vbox.me/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Power_(social_and_political) | http://en.wikipedia.org/wiki/Power_(social_and_political)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Power_(social_and_political)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Praxinoscope |http://en.wikipedia.org/wiki/Praxinoscope]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Praxinoscope" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Precognition |http://en.wikipedia.org/wiki/Precognition]]
[[Stargate Project]]
[[Alien hand syndrome]]
[[Cotard delusion]]
[[Ariel Weinmann]]
[[Outline of parapsychology]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Precognition" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Pretribulation_rapture | http://en.wikipedia.org/wiki/Pretribulation_rapture]] - [[Great Tribulation]]
[[Heaven's Gate (religious group)]] - [[Marshall Applewhite]] - [[Cotard delusion]]
[[The Peaceful Pill Handbook]]
[[Eugenics-Binder1.pdf]].
<html>
<div align="center">
<iframe src= "http://en.wikipedia.org/wiki/Pretribulation_rapture" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Project ARTICHOKE |http://en.wikipedia.org/wiki/Project_ARTICHOKE]]
[[May this house be safe from tigers: Alexander King:]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
''Subjects were given painful physical or psychological injuries and treated with morphine until they became addicted.  Some people injured themselves repeatedly to obtain morphine.''
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Project_ARTICHOKE" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Propranolol |https://en.wikipedia.org/wiki/Propranolol]]
<html>
<div align="center">
<iframe src="https://en.wikipedia.org/wiki/Propranolol" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Prosopagnosia | http://en.wikipedia.org/wiki/Prosopagnosia]]
[[Fusiform gyrus]]
[[Synesthesia]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Prosopagnosia" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Psychic vampire |http://en.wikipedia.org/wiki/Psychic_vampirism]]
[[Vampire lifestyle]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Psychic_vampirism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Putting Windows XP on a SD-Card | http://blog.koepi.info/2008/04/putting-windows-xp-on-sd-card.html]]

<html><div align="center"><iframe src=" http://blog.koepi.info/2008/04/putting-windows-xp-on-sd-card.html" frameborder="0" width="100%" height="700"></iframe></div></html>
[[Radiation |http://en.wikipedia.org/wiki/Radiation]]
[[Transuranium element]] - [[Ununoctium]]
[[Submarine]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Radiation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Radiation chemistry |http://en.wikipedia.org/wiki/Radiation_chemistry]]
[[Ionizing radiation]]
[[Atomic battery]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Radiation_chemistry" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
http://g.freestreams.com/
<html>
<div align="center">
<iframe src="http://g.freestreams.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
|''Name''|RandomColorPalettePlugin|
|''Description''|Adds a random color palette to TiddlyWiki|
|''Author''|Jon Robson|
|''Version''|1.4.0|
|''Status''|stable|
|''Source''|https://github.com/jdlrobson/TiddlyWikiPlugins/raw/master/plugins/RandomColorPalettePlugin/RandomColorPalettePlugin.js|
|''License''|[[BSD|http://www.opensource.org/licenses/bsd-license.php]]|
!Usage
{{{
<<RandomColorPalette>>
}}}
Sets and saves a random color palette on execution

{{{
<<RandomColorPaletteButton>>
}}}
Creates a button, which when clicked will change the color palette
More information at http://macros.tiddlyspace.com/#%5B%5BRandomColorPaletteButton%20macro%5D%5D
!Code
***/
//{{{
RGB.prototype.toRGBString = function() {
	return "rgb(%0,%1,%2)".format(parseInt(this.r * 255, 10),
		parseInt(this.g * 255, 10), parseInt(this.b * 255, 10))
}
function HSL_TO_RGB(h, s, l) { // h (hue) between 0 and 360, s (saturation) & l (lightness) between 0 and 1
	var c = l <= 0.5 ? 2 * l * s : ( 2 - (2 * l)) * s;
	var h1 = h / 60;
	var x = c * (1 - Math.abs((h1 % 2) - 1)); 
	var r, g, b;
	if(typeof(h) == 'undefined') {
		r = 0;
		g = 0;
		b = 0;
	} else if(0 <= h1 && h1 < 1) {
		r = c;
		g = x;
		b = 0;
	} else if(1 <= h1 && h1 < 2) {
		r = x;
		g = c;
		b = 0;
	} else if(2 <= h1 && h1 < 3) {
		r = 0;
		g = c;
		b = x;
	} else if(3 <= h1 && h1 < 4) {
		r = 0;
		g = x;
		b = c;
	} else if(4 <= h1 && h1 < 5) {
		r = x;
		g = 0;
		b = c;
	} else if(5 <= h1 && h1 < 6) {
		r = c;
		g = 0;
		b = x;
	}
	m = l - (0.5 * c);
	return new RGB(r + m, g + m, b + m);
}

(function($){
	var macro = config.macros.RandomColorPalette = {
		messagesOn: false, 
		changedPaletteText: "We have assigned you a random theme by adjusting the [[ColorPalette]] tiddler.\nDon't like it? Click <<RandomColorPalette>> for another one.", 
		handler: function(place, macroName, params, wikifier, paramString, tiddler) {
			paramString = paramString || "";
			var options = macro.getOptions(paramString);
			macro.generatePalette(options, true);
		},
		optionTypes: {
			floats: ["hue", "saturation", "darkest", "lightness", "huevariance", "dark", "pale", "light", "mid",
				"saturation_light", "saturation_pale", "saturation_mid", "saturation_dark"
			]
		},
		getOptions: function(paramString) {
			var args = paramString.parseParams("name", null, true, false, true)[0];
			var options = {};
			var numbers = macro.optionTypes.floats;
			for(var i in args) {
				options[i] = numbers.indexOf(i) > -1 ? parseFloat(args[i][0], 10) : args[i][0];
			}
			return options;
		},
		generateRandomNumber: function(min, max, info) {
			var num = (Math.random() * 1);
			info = !info ? { attempts:0 } : info;
			info.attempts += 1;
			var good = true;
			if(min == max) {
				return max;
			}
			if(min && num < min) {
				good = false;
			} else if(max && num > max) {
				good = false;
			}
			if(!good) {
				if(info.attempts < 5) {
					return macro.generateRandomNumber(min, max, info);
				} else {
					if(max) {
						return max;
					} else if(min) {
						return min;
					} else {
						return 1;
					}
				}
			}
			return num;
		},
		getExistingPalette: function(asJSON) {
			var title = "ColorPalette";
			var tiddlerText;
			if(store.tiddlerExists(title)) {
				tiddlerText = store.getTiddlerText(title);
			} else if(store.isShadowTiddler(title)){
				tiddlerText = config.shadowTiddlers[title];
			}
			if(asJSON) {
				var json = {};
				if(tiddlerText) {
					var lines = tiddlerText.split("\n");
					for(var i = 0; i < lines.length; i++) {
						var definition = lines[i].split(":");
						if(definition.length == 2) {
							var name = definition[0].trim();
							var value = definition[1].trim();
							json[name] = value;
						}
					}
				}
				return json;
			} else {
				return tiddlerText;
			}
		},
		generatePalette: function(options, save) {
			var outputRGB = options.rgb;
			var palette = macro.getExistingPalette(true);
			var hue = options.hue || Math.floor(Math.random() * 359);
			var saturation = options.saturation || macro.generateRandomNumber(0.3, 0.7);
			var dark = options.dark || options.darkest || macro.generateRandomNumber(0, 0.10);
			var pale = options.pale || options.lightness || macro.generateRandomNumber(0.90, 1);
			var delta = ( ( pale - dark ) / 3 );
			var mid = options.mid || dark + delta;
			var light = options.light || dark + (delta * 2);
			var lightness_values = {Dark: dark, Mid: mid, Light: light, Pale: pale};
			var saturation_values = {};
			for(i in lightness_values) {
				if(true) {
					saturation_values[i] = options["saturation_" + i.toLowerCase()] || saturation;
				}
			}

			var opposite_hue = (hue + 180) % 360;
			var seed = options.huevariance || Math.floor((85 * Math.random()) + 5); // we want it to be at least 5 degrees
			var huetwo = (opposite_hue + seed) % 360;
			var huethree = (opposite_hue - seed) % 360;
			if(huetwo < 0) {
				huetwo = 360 + huetwo;
			}
			if(huethree < 0) {
				huethree = 360 + huethree;
			}
			for(var j in lightness_values) {
				if(true) {
					var saturation = saturation_values[j];
					palette["Primary" + j] = HSL_TO_RGB(hue, saturation, lightness_values[j]);
					palette["Secondary" + j] = HSL_TO_RGB(huetwo, saturation, lightness_values[j]);
					palette["Tertiary" + j] = HSL_TO_RGB(huethree, saturation, lightness_values[j]);
				}
			}
			palette.Background = HSL_TO_RGB(hue, saturation, 0.92);
			palette.Foreground = HSL_TO_RGB(hue, saturation, 0.08);
			palette.ColorPaletteParameters = ["HSL([", hue, "|", seed, "], [", saturation_values.Pale, "|",
				saturation_values.Light, "|", saturation_values.Mid, "|", saturation_values.Dark, "],",
				"[", dark, "|", mid, "|", light, "|", pale, "])"].join("");
			// construct new ColorPalette
			var text = ["/*{{{*/\n"];
			var colorcode;
			for(var id in palette) {
				if(true) {
					var color = palette[id];
					colorcode = outputRGB ? color.toRGBString() : color.toString();
					text.push("%0: %1\n".format(id, colorcode));
				}
			}
			text.push("/*}}}*/");
			text = text.join("");
			if(save) {
				macro.saveColorPalette(text);
			}
			return text;
		},
		saveColorPalette: function(text) {
			var tid = store.getTiddler("ColorPalette");
			if(!tid) {
				tid = new Tiddler("ColorPalette");
				tid.fields = merge({}, config.defaultCustomFields);
			} // TODO: detect that the ColorPalette in the space comes from outside recipe
			tid.fields["server.page.revision"] = "false"; // edit conflicts dont matter

			// save the color palette in tid
			tid = store.saveTiddler(tid.title, tid.title, text, tid.modifier, tid.modified,
				tid.tags, tid.fields, false, tid.created, tid.creator);
			// an interval is used to cope with users clicking on the palette button quickly.
			if(macro._nextSave) {
				window.clearTimeout(macro._nextSave);
			}
			macro._nextSave = window.setTimeout(function() {
					autoSaveChanges(null, [tid]);
				}, 2000);
			// temporary workaround for IE.
			$.twStylesheet.remove({ id: "StyleSheetColors" });
			$.twStylesheet.remove({ id: "StyleSheet" });
			refreshAll();
			macro.reportChange();
			return tid;
		},
		reportChange: function() {
			if(macro.messagesOn) { // only display message once..
				var msgPlace = getMessageDiv();
				if(!$(".changedPalette", msgPlace)[0]) {
					var tempPlace = document.createElement("div");
					wikify("{{changedPalette{" + macro.changedPaletteText + "}}}", tempPlace);
					msgPlace.appendChild(tempPlace);
				}
			}
		}
	};
	var btnMacro = config.macros.RandomColorPaletteButton = {
			text: "New ColorPalette",
			tooltip: "Generate a random colour scheme for your TiddlyWiki",
			makeButton: function(place, options) {
				var btnHandler = function(ev) {
					var t = $(ev.target);
					var options = t.data("options");
					macro.generatePalette(options, true);
					ev.preventDefault();
					return false;
				};
				var btn = createTiddlyButton(place, this.text, this.tooltip, btnHandler);
				$(btn).data("options", options);
				return btn;
			},
			handler: function(place, macroName, params, wikifier, paramString, tiddler) {
				var options = macro.getOptions(paramString);
				btnMacro.makeButton(place, options);
			}
	};
})(jQuery);
//}}}
Raspberry Pi Zero

[[NEW Raspberry Pi Zero - $5 Computer!|https://youtu.be/NFFQmdUc5Vg]] 
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/NFFQmdUc5Vg" frameborder="0" allowfullscreen></iframe>
</html>

[[Kodi on the $5 Raspberry Pi Zero |https://youtu.be/Q8GZr2fyUY0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Q8GZr2fyUY0" frameborder="0" allowfullscreen></iframe>
</html>

[[$5 USD Raspberry Pi Zero First Release - Modify and Test|https://youtu.be/F9zEvxg2IiA]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/F9zEvxg2IiA" frameborder="0" allowfullscreen></iframe>
</html>
/***
|''Name''|RefreshTiddlerCommand|
|''Version''|0.3.0|
***/
//{{{
(function($) {

var cmd = config.commands.refreshTiddler = {
	text: "refresh",
	locale: {
		refreshing: "Refreshing tiddler..."
	},
	tooltip: "refresh this tiddler to be the one on the server",
	handler: function(ev, src, title) {
		var tiddler = store.getTiddler(title);
		if(!tiddler) {
			tiddler = new Tiddler(title);
			merge(tiddler.fields, config.defaultCustomFields);
		}
		$(story.getTiddler(title)).find(".viewer").
			empty().text(cmd.locale.refreshing);
		var dirtyStatus = store.isDirty();
		story.loadMissingTiddler(title, {
			"server.workspace": tiddler.fields["server.recipe"]  ? "recipes/" + tiddler.fields["server.recipe"] :
				tiddler.fields["server.workspace"] || "bags/"+tiddler.fields["server.bag"],
			"server.host": tiddler.fields["server.host"],
			"server.type": tiddler.fields["server.type"]
		}, function() {
			store.setDirty(dirtyStatus);
		});
	}
};

})(jQuery);
//}}}
<!--{{{-->
<div macro='slideRevision'></div>
<div class='heading'>
	<span class="titleBar">
		<div class='title' macro='view title text'></div>
	</span>
	<span class='modifierIcon'
		macro='view modifier SiteIcon label:no height:48 width:48 preserveAspectRatio:yes'>
	</span>
	<div class='toolbar'
		macro='toolbar [[ToolbarCommands::RevisionToolbar]] icons:yes height:48 width:48 more:popup'>
	</div>
	<div class='tagClear'></div>
</div>
<div class='content'>
	<div class='viewer' macro='view text wikified'></div>
</div>
<div class='tagInfo'>
	<div class='tidTags' macro='tags'></div>
	<div class='tagging' macro='tagging'></div>
</div>
<!--}}}-->
/***
|''Name''|RevisionsCommandPlugin|
|''Description''|provides access to tiddler revisions|
|''Author''|FND|
|''Contributors''|Martin Budden|
|''Version''|0.3.3|
|''Status''|@@beta@@|
|''Source''|http://svn.tiddlywiki.org/Trunk/association/plugins/RevisionsCommandPlugin.js|
|''CodeRepository''|http://svn.tiddlywiki.org/Trunk/association/plugins/|
|''License''|[[BSD|http://www.opensource.org/licenses/bsd-license.php]]|
|''CoreVersion''|2.6.0|
|''Keywords''|serverSide|
!Usage
Extend [[ToolbarCommands]] with {{{revisions}}}.
!Revision History
!!v0.1 (2009-07-23)
* initial release (renamed from experimental ServerCommandsPlugin)
!!v0.2 (2010-03-04)
* suppressed wikification in diff view
!!v0.3 (2010-04-07)
* restored wikification in diff view
* added link to side-by-side diff view
!To Do
* strip server.* fields from revision tiddlers
* resolve naming conflicts
* i18n, l10n
* code sanitizing
* documentation
!Code
***/
//{{{
(function($) {

jQuery.twStylesheet(".diff { white-space: pre, font-family: monospace }",
	{ id: "diff" });

var cmd = config.commands.revisions = {
	type: "popup",
	hideShadow: true,
	text: "revisions",
	tooltip: "display tiddler revisions",
	revTooltip: "", // TODO: populate dynamically?
	loadLabel: "loading...",
	loadTooltip: "loading revision list",
	selectLabel: "select",
	selectTooltip: "select revision for comparison",
	selectedLabel: "selected",
	compareLabel: "compare",
	linkLabel: "side-by-side view",
	revSuffix: " [rev. #%0]",
	diffSuffix: " [diff: #%0 #%1]",
	dateFormat: "YYYY-0MM-0DD 0hh:0mm",
	listError: "revisions could not be retrieved",

	handlePopup: function(popup, title) {
		title = this.stripSuffix("rev", title);
		title = this.stripSuffix("diff", title);
		var tiddler = store.getTiddler(title);
		var type = _getField("server.type", tiddler);
		var adaptor = new config.adaptors[type]();
		var limit = null; // TODO: customizable
		var context = {
			host: _getField("server.host", tiddler),
			workspace: _getField("server.workspace", tiddler)
		};
		var loading = createTiddlyButton(popup, cmd.loadLabel, cmd.loadTooltip);
		var params = { popup: popup, loading: loading, origin: title };
		adaptor.getTiddlerRevisionList(title, limit, context, params, this.displayRevisions);
	},

	displayRevisions: function(context, userParams) {
		removeNode(userParams.loading);
		if(context.status) {
			var callback = function(ev) {
				var e = ev || window.event;
				var revision = resolveTarget(e).getAttribute("revision");
				context.adaptor.getTiddlerRevision(tiddler.title, revision, context,
					userParams, cmd.displayTiddlerRevision);
			};
			var table = createTiddlyElement(userParams.popup, "table");
			for(var i = 0; i < context.revisions.length; i++) {
				var tiddler = context.revisions[i];
				var row = createTiddlyElement(table, "tr");
				var timestamp = tiddler.modified.formatString(cmd.dateFormat);
				var revision = tiddler.fields["server.page.revision"];
				var cell = createTiddlyElement(row, "td");
				createTiddlyButton(cell, timestamp, cmd.revTooltip, callback, null,
					null, null, { revision: revision });
				cell = createTiddlyElement(row, "td", null, null, tiddler.modifier);
				cell = createTiddlyElement(row, "td");
				createTiddlyButton(cell, cmd.selectLabel, cmd.selectTooltip,
					cmd.revisionSelected, null, null, null,
					{ index:i, revision: revision, col: 2 });
				cmd.context = context; // XXX: unsafe (singleton)!?
			}
		} else {
			$("<li />").text(cmd.listError).appendTo(userParams.popup);
		}
	},

	revisionSelected: function(ev) {
		var e = ev || window.event;
		e.cancelBubble = true;
		if(e.stopPropagation) {
			e.stopPropagation();
		}
		var n = resolveTarget(e);
		var index = n.getAttribute("index");
		var col = n.getAttribute("col");
		while(!index || !col) {
			n = n.parentNode;
			index = n.getAttribute("index");
			col = n.getAttribute("col");
		}
		cmd.revision = n.getAttribute("revision");
		var table = n.parentNode.parentNode.parentNode;
		var rows = table.childNodes;
		for(var i = 0; i < rows.length; i++) {
			var c = rows[i].childNodes[col].firstChild;
			if(i == index) {
				if(c.textContent) {
					c.textContent = cmd.selectedLabel;
				} else {
					c.text = cmd.selectedLabel;
				}
			} else {
				if(c.textContent) {
					c.textContent = cmd.compareLabel;
				} else {
					c.text = cmd.compareLabel;
				}
				c.onclick = cmd.compareSelected;
			}
		}
	},

	compareSelected: function(ev) {
		var e = ev || window.event;
		var n = resolveTarget(e);
		var context = cmd.context;
		context.rev1 = n.getAttribute("revision");
		context.rev2 = cmd.revision;
		context.tiddler = context.revisions[n.getAttribute("index")];
		context.format = "unified";
		context.adaptor.getTiddlerDiff(context.tiddler.title, context,
			context.userParams, cmd.displayTiddlerDiffs);
	},

	displayTiddlerDiffs: function(context, userParams) {
		var tiddler = context.tiddler;
		tiddler.title += cmd.diffSuffix.format([context.rev1, context.rev2]);
		tiddler.text = "{{diff{\n" + context.diff + "\n}}}";
		tiddler.tags = ["diff"];
		tiddler.fields.doNotSave = "true"; // XXX: correct?
		if(!store.getTiddler(tiddler.title)) {
			store.addTiddler(tiddler);
		}
		var src = story.getTiddler(userParams.origin);
		var tiddlerEl = story.displayTiddler(src, tiddler);
		var uri = context.uri.replace("format=unified", "format=horizontal");
		var link = $('<a target="_blank" />').attr("href", uri).text(cmd.linkLabel);
		$(".viewer", tiddlerEl).prepend(link);
	},

	displayTiddlerRevision: function(context, userParams) {
		var tiddler = context.tiddler;
		tiddler.title += cmd.revSuffix.format([tiddler.fields["server.page.revision"]]);
		tiddler.fields.doNotSave = "true"; // XXX: correct?
		if(!store.getTiddler(tiddler.title)) {
			store.addTiddler(tiddler);
		}
		var src = story.getTiddler(userParams.origin);
		story.displayTiddler(src, tiddler);
	},

	stripSuffix: function(type, title) {
		var str = cmd[type + "Suffix"];
		var i = str.indexOf("%0");
		i = title.indexOf(str.substr(0, i));
		if(i != -1) {
			title = title.substr(0, i);
		}
		return title;
	}
};

var _getField = function(name, tiddler) {
	return tiddler.fields[name] || config.defaultCustomFields[name];
};

})(jQuery);
//}}}
[[Richard Branson |http://en.wikipedia.org/wiki/Richard_Branson]] - [[Richard Branson - The Meaning of Life with Gay Byrne |http://youtu.be/nzGVPkOYpLc]] - [[Solipsism]]
[[Necker Island (British Virgin Islands)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Richard_Branson" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Richard Helms  |http://en.wikipedia.org/wiki/Richard_Helms]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Richard_Helms" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Richard Helms MkUltra |http://en.wikipedia.org/wiki/Richard_Helms#Mind_control.2C_drugs]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Richard_Helms#Mind_control.2C_drugs" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Rick Steves Full Shows
https://youtu.be/TmgOy9fGHjE?list=PLHcdOeJMddgK8pv1019zOkquwtEHKWa4X
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TmgOy9fGHjE?list=PLHcdOeJMddgK8pv1019zOkquwtEHKWa4X" frameborder="0" allowfullscreen></iframe>
</html>
[[Permaview|http://fishcode.tiddlyspot.com/#%5B%5BRidekick%20Power%20Trailer%5D%5D%20%5B%5BWeed%20eater%20Bike%20playlist%5D%5D]]
[[Ridekick Power Trailer|https://youtu.be/YpyZN78_Iwo]] - [[Weed eater Bike playlist]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YpyZN78_Iwo" frameborder="0" allowfullscreen></iframe>
</html>

[[Ridekick Power Trailer Home Page|http://ridekick.com/]]
<html>
<iframe width="1000" height="1000" src="http://ridekick.com/" frameborder="0" allowfullscreen></iframe>
</html>

https://www.facebook.com/ridekick/
- click -
[img[http://i.imgur.com/carKwLO.png][https://www.facebook.com/ridekick/]]
[[Risperidone |http://en.wikipedia.org/wiki/Risperidone]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Risperidone" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Robert F. Kennedy | http://en.wikipedia.org/wiki/Robert_F._Kennedy]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Robert_F._Kennedy" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Ryan AQM-91 Firefly |http://en.wikipedia.org/wiki/AQM-91_Firefly]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/AQM-91_Firefly" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[SAIC (U.S. company) | http://en.wikipedia.org/wiki/SAIC_(U.S._company)]] - Anthrax report
[[Stargate Project]]
[[Harry D. Train II]]
[[Dr. Strangelove]] 
[[USS Conyngham (DDG-17)]]
[[USS Barbel (SS-580)]]
[[SAIC (U.S. company)]]
[[Copperhead (politics)]]
[[Daigo Fukuryū Maru]]
[[Cotard delusion]]
[[Crimson Tide (film)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/SAIC_(U.S._company)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Sammy Gravano |http://en.wikipedia.org/wiki/Sammy_Gravano]] - [[John Gotti]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Sammy_Gravano" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Samsung Galaxy Tab 2 (10.1-Inch, Wi-Fi) |http://www.amazon.com/Samsung-Galaxy-Tab-10-1-Inch-Wi-Fi/dp/B007M50PTM/ref=wl_it_dp_o_pC_nS_nC?ie=UTF8&colid=27Y18XJ9539G3&coliid=I3LUX08OMX6N78]] 
[[FBI's New Sentinel System: Exclusive Look]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.amazon.com/Samsung-Galaxy-Tab-10-1-Inch-Wi-Fi/dp/B007M50PTM/ref=wl_it_dp_o_pC_nS_nC?ie=UTF8&colid=27Y18XJ9539G3&coliid=I3LUX08OMX6N78" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[San Diego White Pages |http://www.whitepages.com/white-pages/san%20diego-ca]]''
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
''http://www.411.com/reverse_phone''
<html>
<div align="center">
<iframe src="http://www.411.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[San Diego mayor out of rehab, but locked out of office | http://www.cnn.com/2013/08/12/us/san-diego-mayor-scandal/index.html]]
[[Bob Filner]]
[[Project ARTICHOKE]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://www.cnn.com/2013/08/12/us/san-diego-mayor-scandal/index.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* http://glassparrot.tiddlyspot.com/
* http://glassparrot.wordpress.com/
* https://www.google.com/voice/b/0/m
<html>
<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=fba2a470ee5b6d75d176d0373cc65ff103f5061f&style=0" /></object>
</html>
[[Buy | http://www.dealextreme.com/p/m001-7-touch-screen-tft-lcd-google-android-1-6-tablet-pc-w-wifi-via-mw8505-300mhz-39169]] - Eken M001 Google Android Tablet [[Bluetooth Mod | http://www.slatedroid.com/index.php?/topic/16373-working-bluetooth/]] 
* 1 http://knoppixpbx.tiddlyspot.com - 2 [[Tantra]] @ Wikipedia - 3 [[FreeCommanderLaunchApplication]] -4 [[WordpressVideo]] 
* 1 https://mail-us.gmx.com/ - 2 [[GMX Storage | https://storage-us.gmx.com/qxclient/?username=glassparrot@gmx.com]] - 3 http://calendar.yahoo.com/garyrust2003 - 4 http://mail.yahoo.com/
[[Schistosoma mansoni |http://en.wikipedia.org/wiki/Schistosoma_mansoni]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Vampire]]
[[Vampire lifestyle]]
[[Cotard delusion]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Schistosoma_mansoni" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Sculpting a Human Head in Blender | http://youtu.be/KXjG8jEa9SI]]
[[Sculpting a Male Human Bust in Blender]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/KXjG8jEa9SI" frameborder="0" allowfullscreen></iframe>
</html>
[[Sculpting a Male Human Bust in Blender | http://youtu.be/22cESY9s3QM]]
[[Sculpting a Human Head in Blender]]
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/22cESY9s3QM" frameborder="0" allowfullscreen></iframe>
</html>
[[SecMenu]]
[[Second Opium War | http://en.wikipedia.org/wiki/Second_opium_war]]
[[Boss Tweed]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Second_opium_war" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Senior Citizens Center
1525 4th Ave
San Diego, Ca 92101
619-235-6538

Mon -Fri
OPEN 7AM-4:00PM
Breakfast 7AM-8:30AM
Lunch
1> 11:00AM
2> 12:15PM
3> 1:30PM-1:45PM

Sat
OPEN 8AM-2:00PM
Breakfast 8AM-9:000AM
Lunch
1> 11:30AM
2> 12:45PM-1:15PM

Sun
OPEN 8AM-2:00PM
Breakfast 8AM-9:000AM
Lunch
1> 11:00AM
2> 12:00PM- 12:30PM

To [[Bus Schedule | https://maps.google.com/maps?saddr=720+4th+Ave,+San+Diego,+CA&daddr=1525+4th+Avenue,+San+Diego,+CA&hl=en&sll=32.716322,-117.162454&sspn=0.010489,0.021136&geocode=FaYo8wEdykEE-SkD1PYmWFPZgDGLOSMurR9mng%3BFRhJ8wEdgEME-SllNZXypVTZgDEAHAQVJEUlpg&oq=72&dirflg=r&ttype=dep&date=06%2F06%2F13&time=7:30am&noexp=0&noal=0&sort=def&mra=ls&t=m&z=16&start=1]]
From [[Bus Schedule | https://maps.google.com/maps?saddr=1525+4th+Avenue,+San+Diego,+CA&daddr=720+4th+Ave,+San+Diego,+CA&hl=en&sll=32.727581,-117.189102&sspn=0.038846,0.084543&geocode=FRhJ8wEdgEME-SllNZXypVTZgDEAHAQVJEUlpg%3BFaYo8wEdykEE-SkD1PYmWFPZgDGLOSMurR9mng&oq=72&dirflg=r&ttype=dep&date=06%2F06%2F13&time=9:30am&noexp=0&noal=0&sort=def&mra=ls&t=m&z=16&start=0]]
<html>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=720+4th+Ave,+San+Diego,+CA&amp;daddr=1525+4th+Avenue,+San+Diego,+CA&amp;geocode=FaYo8wEdykEE-SkD1PYmWFPZgDGLOSMurR9mng%3BFRhJ8wEdgEME-SllNZXypVTZgDEAHAQVJEUlpg&amp;aq=0&amp;oq=72&amp;sll=32.716322,-117.162454&amp;sspn=0.010489,0.021136&amp;hl=en&amp;dirflg=r&amp;ttype=dep&amp;date=06%2F06%2F13&amp;time=7:30am&amp;noexp=0&amp;noal=0&amp;sort=def&amp;mra=ls&amp;ie=UTF8&amp;t=m&amp;start=1&amp;ll=32.716322,-117.162454&amp;spn=0.009708,0.002793&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=720+4th+Ave,+San+Diego,+CA&amp;daddr=1525+4th+Avenue,+San+Diego,+CA&amp;geocode=FaYo8wEdykEE-SkD1PYmWFPZgDGLOSMurR9mng%3BFRhJ8wEdgEME-SllNZXypVTZgDEAHAQVJEUlpg&amp;aq=0&amp;oq=72&amp;sll=32.716322,-117.162454&amp;sspn=0.010489,0.021136&amp;hl=en&amp;dirflg=r&amp;ttype=dep&amp;date=06%2F06%2F13&amp;time=7:30am&amp;noexp=0&amp;noal=0&amp;sort=def&amp;mra=ls&amp;ie=UTF8&amp;t=m&amp;start=1&amp;ll=32.716322,-117.162454&amp;spn=0.009708,0.002793" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</html>
[[Shannon Sullivan |http://www.komonews.com/news/archive/4161691.html]]
[[James E. West (politician)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
While James E. West  was being investigated by the FBI for the murder of [[Peter J. Boyce|http://m.spokesman.com/stories/2005/jun/10/old-case-new-controversy-for-west/]] 
at Lake Coeur d'Alene, ID , the political possibility exists that an unverified death certificate might have been issued to change his identity
[[Bobby Fischer’s Estate Dispute causes his exhumation]]
[[FBI's New Sentinel System: Exclusive Look]]
<html>
<div align="center">
<iframe src="http://www.komonews.com/news/archive/4161691.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Shaolin Kung Fu |http://en.wikipedia.org/wiki/Shaolin_Kung_Fu]]
[[Shaolin Monastery]]
[[There are three ways you can die]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Shaolin_Kung_Fu" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Shaolin Monastery |http://en.wikipedia.org/wiki/Shaolin_Monastery]]
[[Shaolin Kung Fu]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Shaolin_Monastery" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Toccata and Fugue in D Minor PDF|http://www.mutopiaproject.org/ftp/BachJS/BWV565/ToccataFugue/ToccataFugue-a4.pdf]]
[[BWV 565 -Toccata in D Minor (Scrolling) Video|http://tinyurl.com/nt5rddr]]
[[Ship Parts|http://www.lakeeriewreckdivers.com/PDFs/ShipParts.pdf]]
[img[http://www.lasalle.edu/~mcinneshin/325/wk04/images/shipsection.jpg][http://en.wikipedia.org/wiki/Star_of_India_(ship)]]
[img[http://www.wanttaja.com/navlinks/OVERALL.GIF][http://en.wikipedia.org/wiki/Star_of_India_(ship)]]
http://www.lakeeriewreckdivers.com/PDFs/ShipParts.pdf
[[Boat building |http://en.wikipedia.org/wiki/Boat_building]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Boat_building" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[Universal Licensing System|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[A Protocol for Offline Bitcoin Over Radio Transactions|http://n6xre.tiddlyspot.com/#%5B%5BA%20Protocol%20for%20Offline%20Bitcoin%20Over%20Radio%20Transactions%5D%5D]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]]''
See ''[[Anet A8 3D Printer Kit|http://scienceport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]] - [[DIY Electric Bike - 3d Printed|http://scienceport.tiddlyspot.com/#%5B%5BDIY%20Electric%20Bike%20-%203d%20Printed%5D%5D]] - [[Lilium VTOL ElectroJet|https://lilium.com/]] - [[Tesla, Inc.|https://www.tesla.com/]] - [[BCI|https://en.wikipedia.org/wiki/Brain%E2%80%93computer_interface]] - [[Railgun|https://en.wikipedia.org/wiki/Railgun]] - [[Ship Parts|http://psychology.tiddlyspot.com/#%5B%5BShip%20Parts%5D%5D]]''
''[[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[Prophecy 80 Pound Pistol Crossbow|https://www.amazon.com/dp/B00SI8TZCK/_encoding=UTF8?coliid=I3VMAYCT3G1GQG&colid=27Y18XJ9539G3]] - [[3D Printed Theo Jansen Crossbow Tank|http://blenderorganizer.tiddlyspot.com/#%5B%5B3D%20Printed%20Theo%20Jansen%20Crossbow%20Tank%5D%5D]]''
[[Internet Radio|https://www.internet-radio.com]] - [[PhuketLiveRadio|http://www.thephuketnews.com/radio/listen.php#5KdBJpbAL5yeyc3v.97]] - https://time.is/Phuket - [[Ambient Art Foundation on RadioForest|http://www.radioforest.net/radio/ambient-art-foundation/700272]] - ''[[Thingiverse|https://www.thingiverse.com/]]''
[[Ambient Art Foundation]] - [[Psychillosis.pls|https://yp.shoutcast.com/sbin/tunein-station.pls?id=543496]] (for an external player) - http://websdr.suws.org.uk/ @ 196.00 kHz AM
<<miniBrowser https://www.shoutcast.com/Search?query=Sleep%20Radio%20Stream#>>
''[[Democratizing Bio-Sensing Tools With OpenBCI|https://youtu.be/c7v5urh06kM]] - [[UCMJ|http://n6xre.tiddlyspot.com/#%5B%5BThe%20flight%20that%20rocked%20the%20Soviet%20Union%5D%5D]] - [[THE BORG|https://en.wikipedia.org/wiki/Borg_(Star_Trek)]] - [[Rendering Photorealistic CGI|http://blenderorganizer.tiddlyspot.com/#%5B%5BThe%20Science%20of%20Rendering%20Photorealistic%20CGI%5D%5D]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/c7v5urh06kM" frameborder="0" allowfullscreen></iframe></html>
''[[A Helicopter pad on an airplane.|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] The helicopter controls a submarine. The submarine is a drone sub''
''with no personnel. The submarine has a helicopter pad for inspection and repair. After a mission''
''the helicopter would be able to land back on the airplane pad. Also, remote control the helicopter.''
''[[Solar powered submarine|https://www.google.com/search?client=ubuntu&channel=fs&q=Borg&ie=utf-8&oe=utf-8#channel=fs&q=solar+powered+submarine]] - [[Submarine Robots Powered by Renewable Energy|https://youtu.be/Iu7_UkhFyn0]] - [[Circumnavigation|https://en.wikipedia.org/wiki/Circumnavigation]]''
''[[Fusion power|https://en.wikipedia.org/wiki/Fusion_power]] - [[Tesla, Inc.|https://www.tesla.com/]] should also make [[eBikes|https://www.amazon.com/gp/product/B002AQHM3U/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1]] and [[Lilium VTOL ElectroJet|https://lilium.com/]]s - [[SpaceX|https://en.wikipedia.org/wiki/SpaceX]]''
''[[Koenigsegg|https://youtu.be/H2mTriy9oQM]] [[Flexible-fuel|https://en.wikipedia.org/wiki/Flexible-fuel_vehicle]] (Propane?) [[Turbo-Electric|https://en.wikipedia.org/wiki/Gas_turbine_locomotive]] Charging Station Trailer for Tesla Products.''
[[Shoutcast]]

<html><head>
  <title>Shoutcast</title>
</head><body>
<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=7540&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"></td>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=655703&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"> </td>
    </tr>
    <tr>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=99181518&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"></td>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=122654&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"> </td>
    </tr>
    <tr>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=109032&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"></td>
      <td style="vertical-align: top;"><embed src="http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=27824&amp;play_status=0" quality="high" bgcolor="#ffffff" name="popupPlayer_V19" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" align="middle" height="104" width="398"> </td>
    </tr>
  </tbody>
</table>
<br>
</body>
</html>

Mix - Miles Davis - Kind of Blue - 1959
https://youtu.be/kbxtYqA6ypM?list=RDkbxtYqA6ypM
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kbxtYqA6ypM?list=RDkbxtYqA6ypM" frameborder="0" allowfullscreen></iframe>
</html>
[[Sintel | http://youtu.be/M4yCwlDxPtY]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/M4yCwlDxPtY" frameborder="0" allowfullscreen></iframe>
</html>
http://www.sipbroker.com/sipbroker/action/pstnNumbers
San Diego,CA	+1-619-393-1797	LES.NET	
San Diego, CA	+1-619-684-3139	Callcentric
''[[IPKall|http://www.ipkall.com/]]'' - Free Washington state phone number to your Internet phone
<html>
<iframe width="1000" height="1000" src="http://www.sipbroker.com/sipbroker/action/pstnNumbers" frameborder="0" allowfullscreen></iframe>
</html>
[[Sirhan Sirhan | http://en.wikipedia.org/wiki/Sirhan_Sirhan]]
[[Cannabis]] - [[Lysergic acid diethylamide]] - [[Crack cocaine]] - [[Methamphetamine]] - [[Ketamine]] - [[Heroin]] - [[Aromaticity]]  <br> [[Neurolinguistics]] - [[Sirhan Sirhan]] - [[Robert F. Kennedy]] - [[Boss Tweed]] -  [[1984 George Orwell]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Sirhan_Sirhan" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Updated on <<date filedate "DDD, 0hh:0mm:0ss - MMM DDth, YYYY">> - ''My Home = [[N6XRE|http://n6xre.tiddlyspot.com/]] - [[N6XRE WixSite|https://garyrust2013.wixsite.com/n6xre]] - Member of [[GlobalTuners|http://www.globaltuners.com]], [[WebSDR|http://www.websdr.org/]] and [[EchoLink|http://www.echolink.org/]] - [[Boats Map|http://psychology.tiddlyspot.com/#%5B%5BMarine%20Traffic%20Map%5D%5D]]''
''[[I2P|https://en.wikipedia.org/wiki/I2P]]'' - ''[[artport|http://artport.tiddlyspot.com/]] - [[scienceport|http://scienceport.tiddlyspot.com/]] - [[mediaport|http://mediaport.tiddlyspot.com/]] - [[fishcode|http://fishcode.tiddlyspot.com/]] - [[h8quadmod|http://h8quadmod.tiddlyspot.com/]] - [[glassparrot|http://glassparrot.tiddlyspot.com/]] - [[blenderorganizer|http://blenderorganizer.tiddlyspot.com/]] - [[psychology|http://psychology.tiddlyspot.com/]] - [[moving|http://moving.tiddlyspot.com/]] - [[almanac|http://almanac.tiddlyspot.com/]] - [[thailanguage|http://thailanguage.tiddlyspot.com/]] - [[inventoryport|http://inventoryport.tiddlyspot.com/]] - [[Satellites|http://www.n2yo.com/whats-up/whats-up-now.php]]''
''fishcode''
[[Skymap Online|http://www.skymaponline.net/]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.skymaponline.net/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
* http://www.mhspot.com/sts/siptosis.html

What is the SipToSis Skype Gateway?
SipToSis (Sip to Skype integration software) is Java software that allows you to make and receive Skype calls from your SIP/VOIP telephone adapter, SIP IP phone or Asterisk/SIP PBX. You can also make and receive SIP calls from Skype. It let's you integrate Skype into your SIP VOIP phone system. Basically a Skype/SIP Bridge/Gateway/Proxy/Adapter/Converter. It has a codec converter to convert SIP RTP audio to compatible Skype PCM audio and Skype PCM audio to SIP RTP audio. It performs SIP signaling and Skype call handling to connect with your SIP adapter, Asterisk Server, SIP PBX or SIP VOIP provider. 
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

  * Slide Show
  * http://theslideshow.net/#simple/merry_go_round

<html>
<iframe width="1000" height="1000" src="http://theslideshow.net/#simple/merry_go_round" frameborder="0" allowfullscreen></iframe>
</html>
Social Security Office Information
Address:	 1333 FRONT STREET&nbsp;
SAN DIEGO, CA 92101
Phone:	 1-800-772-1213
TTY:	 1-800-325-0778
Hours:	
Monday	9:00 AM - 3:00 PM
Tuesday	9:00 AM - 3:00 PM
Wednesday	9:00 AM - 12:00 PM
Thursday	9:00 AM - 3:00 PM
Friday	9:00 AM - 3:00 PM
Saturday	Closed
Sunday	Closed
Office Closings
&nbsp;	
Show Special Instructions
&nbsp;	&nbsp;
Disclaimer








Do not send personal information, especially Social Security numbers. If you enter a Social Security number, your question will be rejected by our system.




Because of privacy and security concerns, we cannot answer questions about your claim for benefits.




If your inquiry concerns your claim for benefits, please call 1-800-772-1213. People who are deaf or hard of hearing may call our toll-free TTY number, 1-800-325-0778, Monday through Friday between 7 a.m. and 7 p.m.
Replace a Social Security card for an adult
  Print
  Email this page
  Share
How do I replace my Social Security card?
First, realize you may not need a replacement card. You will rarely need to show it. Knowing your Social Security number is what is important. To get a replacement card:

Step 1: Gather documents proving your:

Identity; and  
U.S. citizenship or current work-authorized* immigration status.
*A noncitizen not permitted to work must show us a letter from a federal, state or local government agency that explains you need a number and meet all the requirements for a benefit.

Step 2: Complete an Application for a Social Security Card.

Step 3: Take or mail your completed application and documents to your local Social Security office.

All documents must be either originals or copies certified by the issuing agency. We cannot accept photocopies or notarized copies of documents.  Any documents you mail to us will be returned to you along with a receipt.

More Information
Your Social Security Number and Card

Change your name on your Social Security card

Get a replacement card for your child


 

Give us some feedback.

Did this answer your question?
NoYes 

Here are some other answers you may find helpful:
Time it takes to receive a replacement Social Security card
Change a name on a Social Security card
Cost for a Social Security card
Social Security tax refunds for those living overseas
Canceling my Social Security number
Didn't find what you were looking for?
Try again with just the key words
[[Softwares and Drivers for ASUS Netbooks | http://www.netbookfiles.com/netbook/ASUS]]

<html><div align="center"><iframe src="http://www.netbookfiles.com/netbook/ASUS" frameborder="0" width="100%" height="700"></iframe></div></html>
[[Solipsism |http://en.wikipedia.org/wiki/Solipsism]]
[[Nervous system]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Solipsism" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Solve Autodesk Autocad Starting Problem|https://youtu.be/IDjaCg30XnA]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/IDjaCg30XnA" frameborder="0" allowfullscreen></iframe>
</html>
Published on Jan 15, 2015
AUTODESK AUTOCAD 2014

Problem:

Program splash screen starts up and then closes (stand-alone)

Issue:
When you restart the program after it becomes unresponsive and freezes your computer, the splash screen is displayed briefly and then closes down with no apparent error message.

Solution:
Delete the License File then Reactivate the software

1- Access the Windows Run box.
2- Type Services.msc and press Enter.
3- Search for FLEXnet Licensing Service or FLEXnet Licensing Service 64.
4- Stop the services.
5- Access the Folder C:\ProgramData\FLEXnet
6- Delete all the files inside this folder
7-Start the FLEXnet Licensing Service 64
8- Start Your Autocad Software
9- Activate the Software
10- You are Done
[[Soundlink Audio JavaScript|http://www.javascriptkit.com/script/script2/soundlink.shtml]]
<html>
<iframe width="1000" height="1000" src="http://www.javascriptkit.com/script/script2/soundlink.shtml" frameborder="0" allowfullscreen></iframe>
</html>
!Upload an icon
<<tiddler spaceIcon>>
!Describe your space
If you haven't already done so, you should provide a brief decscription of yourself and what you're using this space for. To do this, just edit the [[SiteInfo]] tiddler (keeping the title the same of course).

!Change the title
<<tiddler spaceTitle>>
!Change the theme
<<tiddler colorScheme>>
!Change the menu
If you'd like to change the menu items along the top, you can edit the [[MainMenu]] tiddler.

!Change the default tiddlers
<<tiddler setDefaultTiddlers>>
!More Advanced customisations
If you know HTML and CSS, you can edit some or all of the following tiddlers to customise your space further:
* PageTemplate
* EditTemplate
* ViewTemplate
* StyleSheet
[[Special Achievement Academy Award | http://en.wikipedia.org/wiki/Special_Achievement_Academy_Award]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Special_Achievement_Academy_Award" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Spectral evidence |http://en.wikipedia.org/wiki/Spectral_evidence]]
[[Bilocation]]
[[Superposition property]]
[[Diamond Foxx]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Spectral_evidence" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Spectrometer |http://en.wikipedia.org/wiki/Spectrometer]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Spectrometer" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Spike Jones |http://www.youtube.com/watch?v=1Y-X3lUcmNA&feature=share&list=PLCA2CE62650FA4F77]] is really [[James Cagney | http://youtu.be/ssdsftKZbcc]].- [[Capgras delusion]] - [[Prosopagnosia]]
[[Copperhead (politics)]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/1Y-X3lUcmNA?list=PLCA2CE62650FA4F77" frameborder="0" allowfullscreen></iframe>
</html>
[[Spy satellite |http://en.wikipedia.org/wiki/Spy_satellite]]
[[Military satellite]]
[[Garrett AiResearch]]
[[Ariel Weinmann]]
[[USS Albuquerque (SSN-706)]]
[[Copperhead (politics)]]
[[Article 32 hearing]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Spy_satellite" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Star of India |http://en.wikipedia.org/wiki/Star_of_India_(ship)]] - [[Euterpe |Euterpe_(muse)]]
The [[G.D. Kennedy (−1923)|af Chapman (ship)]], is a  steel [[Full-rigged ship]]
[[Museum ship]]
[[PlentyofFish (POF)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]] - [[Paper Models of Polyhedra]]
[[Card Games]] - [[Shoutcast]] - [[Jamendo]]
[[Ship Parts]]
[[Navigation by Sextant]]
[[Wikileaks-The Spyfiles]]
[[San Diego Pilots|Confederate submarine Pioneer]] -  [[Houston Pilots]]
*Nobody knows what happens in a museum at night unless they are there. The [[Star of India]] 
*with [[Clara Bow]] and her [[Paperless office]], [[Richard Branson]]. [[Bobby Fischer]], [[Margaret Battye]], and [[Hyman G. Rickover]]
*and also from [[Musha Cay and the Islands of Copperfield Bay]], the magic of [[David Copperfield]]
*[[Discovery of diamonds|Kimberley, Northern Cape]]
[img[http://upload.wikimedia.org/wikipedia/commons/thumb/b/be/STARofIndia%28c%29Ted_Rufus_Ross.JPG/800px-STARofIndia%28c%29Ted_Rufus_Ross.JPG][http://en.wikipedia.org/wiki/Star_of_India_(ship)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Star_of_India_(ship)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Stargate Project |http://en.wikipedia.org/wiki/Stargate_Project]]
[[Precognition]] 
[[Alien hand syndrome]]
[[Cotard delusion]]
[[Ariel Weinmann]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Stargate_Project" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Stern | http://en.wikipedia.org/wiki/Stern]]
[[WikiPedia]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Stern" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Submarine |http://en.wikipedia.org/wiki/Submarine]] - [[ARK|ARK (HD) AWARD Winning Animated Film by GrzegorzJonkajtys]]
[[Tears of Steel|Tears of Steel - Blender Foundation's fourth short Open Movie]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Hydrogen: Nature’s Fuel]]
[[Ununoctium]] - [[Atomic battery]] - [[Radiation]]
[[Isolation (health care)]] - [[Isolation tank]]
[[Facial recognition system]] - [[IFF|Identification friend or foe]] - [[Spectrometer]]
[[Torture and the United States]]
[[FBI's New Sentinel System: Exclusive Look]]
[[International Statistical Classification of Diseases and Related Health Problems]]
I feel that all nations should declare submarines to be used for hospital ships or peaceful research except for in time of war
For the sake of clarity, [[no nation should promote war |Admiral Hyman George Rickover Willingness to "sink them all"]].with a display of power, and all nations should dry-dock and simulate 
their offensive weapons to show their intentions to the world of peace and readiness if ever needed.
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Submarine" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Submarine communications cable |http://en.wikipedia.org/wiki/Submarine_communications_cable]]
[[Wikileaks-Secret US Embassy Cables]]
[[Ariel Weinmann]]
[[Arnold Schwarzenegger]]
 ''[[MkUltra |https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8]]'' 
[[Military satellite]]
[[Spy satellite]]
[[Stargate Project]]
[[Copperhead (politics)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Submarine_communications_cable" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Suicide |http://en.wikipedia.org/wiki/Suicide]]
[[Pesticide poisoning]]
[[Health effects of pesticides]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Suicide" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Superfund |http://en.wikipedia.org/wiki/Superfund]]
[[List of Superfund sites in the United States]]
[[Toxmap]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Superfund" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Superposition property |http://en.wikipedia.org/wiki/Superposition property]] - [[Operation Tidal Wave]] - [[New Wave]] - [[Why We Are at War|Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
[[Zeno's paradoxes]]
[[Parallel computing]]
[[Stargate Project]]
[[Bilocation]]
[[Disinformation]]
[[Brainstorm (1983 film)]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Fukushima Daiichi nuclear disaster]]
The sum of products of an infinite series can not be defined simultaneously with its result. What is important is the result of the description. Infinity is undefined..
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Superposition property" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Sylph
Michelle Newton
333 G. St. #1103
San Diego, Ca. 92101-6941
619-233-0387
[[Map | https://maps.google.com/maps?q=333+G+Street,+San+Diego,+CA&hl=en&ll=32.712236,-117.161529&spn=0.009713,0.021136&sll=32.71287,-117.161526&sspn=0.009713,0.021136&oq=333+G.+St,+San+Diego,+CA&hnear=333+G+St,+San+Diego,+California+92101&t=m&z=16]]
[[Sympathetic nervous system | http://en.wikipedia.org/wiki/Sympathetic_nervous_system]]
[[Parasympathetic nervous system]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Sympathetic_nervous_system" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Synesthesia | http://en.wikipedia.org/wiki/Synaesthesia]]
[[Fusiform gyrus]]
[[Prosopagnosia]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Synaesthesia" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Synthetic aperture radar | http://en.wikipedia.org/wiki/Synthetic_aperture_radar]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Synthetic_aperture_radar" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Synthetic virology| Andrew Hessel | TEDxDanubia|https://youtu.be/Zctk6MZaxMk]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Zctk6MZaxMk" frameborder="0" allowfullscreen></iframe>
</html>

[[Killing Cancer With Viruses: Patrick Lee at TEDxHalifax|https://youtu.be/nsoP4SPi2jY]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/nsoP4SPi2jY" frameborder="0" allowfullscreen></iframe>
</html>

[[TEDxConejo - Dr. Glenn Begley - The Complex Biology of Cancer (or Why Haven't We Cured It Yet?)|https://youtu.be/TpALjMJEb50]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/TpALjMJEb50" frameborder="0" allowfullscreen></iframe>
</html>

[[Diagnosing Cancer in 15 Minutes or Less -Cause/Action: Raj Krishnan at TEDxSanDiego 2012|https://youtu.be/wMsOYqJ4ShA]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wMsOYqJ4ShA" frameborder="0" allowfullscreen></iframe>
</html>
[[ THE SHRIEK OF ARABY 1921 ben turpin | http://archive.org/details/TheShriekOfAraby1921BenTurpin]]
<html>
<iframe src="http://archive.org/embed/TheShriekOfAraby1921BenTurpin" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
</html>
[[Tau protein |http://en.wikipedia.org/wiki/Tau_protein]]
[[Pick's disease]]
[[Neurodegeneration]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Tau_protein" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Tears of Steel - Blender Foundation's fourth short Open Movie|http://youtu.be/R6MlUcmOul8]]
<html>
<iframe width="640" height="480" src="//www.youtube.com/embed/R6MlUcmOul8" frameborder="0" allowfullscreen></iframe>
</html>
[[Terrorism in the United States |http://en.wikipedia.org/wiki/Terrorism in the United States]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Terrorism in the United States" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Animation School - Uploaded Videos | http://www.youtube.com/watch?v=oY0DUWq3DeE&feature=share&list=UUjZ9zWvBOBEOl31Z37qv33w]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/oY0DUWq3DeE?list=UUjZ9zWvBOBEOl31Z37qv33w" frameborder="0" allowfullscreen></iframe>
</html>
[[The Count of Monte Cristo by Alexandre Dumas |http://en.wikisource.org/wiki/The_Count_of_Monte_Cristo]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/The_Count_of_Monte_Cristo" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The General (1926, Buster Keaton, & Clyde Bruckman, USA) | http://archive.org/details/TheGeneral1926BusterKeatonProductionUsa]]
''Buster Keaton is a [[Copperhead (politics)]]''
<html>
<iframe src="http://archive.org/embed/TheGeneral1926BusterKeatonProductionUsa" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>mozallowfullscreen="true" allowfullscreen></iframe>
</html>
[[The Guide to Raising and Breeding Rabbits for Meat |http://www.motherearthnews.com/homesteading-and-livestock/breeding-rabbits-zmaz70mazglo.aspx#axzz2dq6c6gYX]]
[[Homesteading]]
[[MOTHER EARTH NEWS]] - [[GRIT]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.motherearthnews.com/homesteading-and-livestock/breeding-rabbits-zmaz70mazglo.aspx#axzz2dq6c6gYX" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Island of Doctor Moreau, by H. G. Wells | http://en.wikisource.org/wiki/The_Island_of_Doctor_Moreau]]
''In essence, Politics, Religion. and Supremacy attempt to make men into animals
and animals into men by Laws of Prohibition negating the things that nature 
has already perfected.''- finished -  ''[[The Millennium | http://en.wikipedia.org/wiki/Christian_eschatology#The_Millennium]]''
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/The_Island_of_Doctor_Moreau" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Peaceful Pill Handbook |http://en.wikipedia.org/wiki/The_Peaceful_Pill_Handbook]]
[[Welcome to the Peaceful Pill eHandbook | http://www.peacefulpillhandbook.com/]] [[Nook]]
[[Euthanasia device]]
[[Heaven's Gate (religious group)]]
[[Eugenics-Binder1.pdf]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/The_Peaceful_Pill_Handbook" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Pearl/Volume 1/Lady Pokingham; or They All Do It | http://en.wikisource.org/wiki/The_Pearl/Volume_1/Lady_Pokingham;_or_They_All_Do_It]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/The_Pearl/Volume_1/Lady_Pokingham;_or_They_All_Do_It" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Phantom of the Opera |http://en.wikipedia.org/wiki/Phantom_of_the_opera]]
[[20,000 Leagues Under the Seas]]
[[Ariel Weinmann]]
[[Copperhead (politics)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Phantom_of_the_opera" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[The Spy Who Came in from the Cold | http://books.google.com/books?id=N98eSjKXOOYC&printsec=copyright#v=onepage&q&f=false]] - [[Disinformation]]
<html>
<iframe frameborder="0" scrolling="no" style="border:0px" src="http://books.google.com/books?id=N98eSjKXOOYC&lpg=PT6&pg=PT6&output=embed" width=800 height=500></iframe>
</html>
[[The Switchtpwer 0r Saved by their Son | http://archive.org/details/TheSwitchtower ]]
<html>
<iframe src="http://archive.org/embed/TheSwitchtower" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
</html>
There are three ways you can die.
# [[Natural Causes | http://en.wikipedia.org/wiki/Natural_causes]] - live long and prosper.
# [[Malice aforethought | http://en.wikipedia.org/wiki/Malice_aforethought]]
# [[Manslaughter |http://en.wikipedia.org/wiki/Manslaughter]].  There are degrees of guilt for manslaughter.  They are
## First degree murder.
## Second degree murder.
## Third degree murder.
### Justifiable homicide is not an acquittal for murder.  It is still a murder.
# The degrees of guilt are determined by accident, negligence, or defense.
#  Malice aforethought is [[Organized crime]] by one individual or a group of individuals which results in the death of a human being. 
By [[Mental cruelty]] to produce [[Cotard delusion]], [[Neurodegeneration]] or Hypertension related disorders (including exploitation of the [[Sympathetic nervous system]], [[Parasympathetic nervous system]], [[GABA_agonist |http://en.wikipedia.org/wiki/GABA_agonist]], [[Norepinephrine reuptake inhibitor |http://en.wikipedia.org/wiki/Norepinephrine_reuptake_inhibitor]],  [[Gaslighting]], heart attack, stroke, vascular disease, blunt force trauma, torture,, etc.).
which seriously decompensates a human being and causes death or injury.
# The creation of Malice aforethought or the creation of Manslaughter is attempted murder.
# [[Stalking (California) | http://www.victimsofcrime.org/our-programs/stalking-resource-center/stalking-laws/criminal-stalking-laws-by-state/california]] - [[Cal Pen Code § 422. Punishment for threats. (2011)]]
# [[Unethical human experimentation in the United States]]
[[Things to Come 1936 - HG WELLS | http://youtu.be/atwfWEKz00U]]
<html>
<iframe width="420" height="315" src="http://www.youtube.com/embed/atwfWEKz00U" frameborder="0" allowfullscreen></iframe>
</html>
[[TiddlyWiki Tutorial|https://youtu.be/ZMGpAW0z_Bo?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZMGpAW0z_Bo?list=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK" frameborder="0" allowfullscreen></iframe>
</html>
[[Set Up Tinyproxy in Ubuntu|http://www.justinmccandless.com/blog/Set+Up+Tinyproxy+in+Ubuntu]]
<html>
<iframe width="1000" height="1000" src="http://www.justinmccandless.com/blog/Set+Up+Tinyproxy+in+Ubuntu" frameborder="0" allowfullscreen></iframe>
</html>
[[Top 20 Best Android Apps 2016|https://youtu.be/FJzSH6_zpW0]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FJzSH6_zpW0" frameborder="0" allowfullscreen></iframe>
</html>

Go to Youtube page for links. These are incomplete.
≧◉◡◉≦ ▏ App Section ▏≧◔◡◔≦
_______________­­_____________________­_­___­_

▣ Backdrops (FREE)
https://play.google.com/store/apps/de...

▣ Native Clipboard (FREE)
https://play.google.com/store/apps/de...

▣ Portal (FREE)
https://play.google.com/store/apps/de...

▣ Solid Explorer File Manager (FREE)
https://play.google.com/store/apps/de...

▣ Monospace Writer BETA (FREE)
https://play.google.com/store/apps/de...

▣ Enpass Password Manager (FREE)
https://play.google.com/store/apps/de...

▣ Micopi (FREE)
https://play.google.com/store/apps/de...

▣ Phonograph (FREE)
https://play.google.com/store/apps/de...

▣ Doze (FREE)
https://play.google.com/store/apps/de...

▣ Mathway (FREE)
https://play.google.com/store/apps/de...

▣ Custom Quick Settings (FREE)
https://play.google.com/store/apps/de...

▣ Texpand (FREE)
https://play.google.com/store/apps/de...

▣ Audify Notification Reader (FREE)
https://play.google.com/store/apps/de...

▣ RoundMe (FREE)
https://play.google.com/store/apps/de...

▣ Khan Academy (FREE)
https://play.google.com/store/apps/de...

▣ ADV Screen Recorder (FREE)
https://play.google.com/store/apps/de...

▣ Kodi (FREE)
https://play.google.com/store/apps/de...

Tutorial For Genesis:
https://seo-michael.co.uk/how-to-manu...

▣ Office Lens (FREE)
https://play.google.com/store/apps/de...

▣ Gallery Doctor (FREE)
https://play.google.com/store/apps/de...

▣ CPU-Z (FREE)
https://play.google.com/store/apps/de...
______________________________________­_­­­­_­_
[[Torture and the United States |http://en.wikipedia.org/wiki/Torture_and_the_United_States]]
[[Kimberley, Northern Cape]]
[[Johannesburg]]
[[Neurodegeneration]]
[[Ebola virus disease]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Torture_and_the_United_States" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Toxmap |http://toxmap.nlm.nih.gov/toxmap/main/index.jsp]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://toxmap.nlm.nih.gov/toxmap/main/index.jsp" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Transponder |http://en.wikipedia.org/wiki/Transponder]] - [[Laser]]
[[Kiwix]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Transponder" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Transuranium element |http://en.wikipedia.org/wiki/Transuranic_element]] - [[Ununoctium]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Transuranic_element" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'fishcode';

// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
window.showBackstage = true; // show backstage too

// disable autosave in d3
if (window.location.protocol != "file:")
	config.options.chkGTDLazyAutoSave = false;

// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
	SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
	SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
	OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
	DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
	MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}

// create some shadow tiddler content
merge(config.shadowTiddlers,{

'TspotControls':[
 "| tiddlyspot password:|<<option pasUploadPassword>>|",
 "| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<br>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
 "| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].join("\n"),

'TspotSidebar':[
 "<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . .  " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),

'WelcomeToTiddlyspot':[
 "This document is a ~TiddlyWiki from tiddlyspot.com.  A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //What now?// &nbsp;&nbsp;@@ Before you can save any changes, you need to enter your password in the form below.  Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
 "<<tiddler TspotControls>>",
 "See also GettingStarted.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// &nbsp;&nbsp;@@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick.  You can make changes and save them locally without being connected to the Internet.  When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Help!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help.  If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
 "",
 "@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n")

});
//}}}
''[[Twitter glassparrot|https://twitter.com/glassparrot]]''
''[[How to get a Winlink RADIO e-mail account|http://www.winlink.org/GetStarted]]''
''[[How to Use Email to Post to Twitter|http://smallbusiness.chron.com/use-email-post-twitter-44416.html]]''
''[[Recent tweets sent via email|http://tweetymail.com/tweets-via-email]]''
''https://twitter.com/bluehost'' - ''[[Bluehost Features|http://www.bluehost.com/cgi/info/hosting_features]]''
'''[[Packet Radio Long-Term Vision|http://www.emrg.ca/packet_vision.htm]]'' - ''[[www.febo.com|http://www.febo.com/packet/index.html]]'' - ''http://www.linux.org/''
''http://www.broadcastify.com/listen/feed/8468/web''
''[[Baofeng UV-5R |http://www.miklor.com/uv5r/]]''
----

''[[Adding Twitter Buttons to your website|https://support.twitter.com/articles/81218-how-to-link-from-your-website-to-your-twitter-account]]''
''[[Adding the Tweet button to your website|https://support.twitter.com/articles/231474-how-to-add-the-tweet-button-to-your-website]]''

----
<html>
<a class="follow-button profile" href="https://twitter.com/glassparrot" role="button" data-scribe="component:followbutton" title="Follow glassparrot on Twitter"><i class="ic-button-bird"></i>Follow</a> glassparrot on twitter.
</html>
----
<html>
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Link to this page" data-via="glassparrot">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</html>
about  this page
----

Get a sneak peek of [[#PrimeAir |https://twitter.com/search?q=%23PrimeAir&amp;src=hash]]. Future Amazon deliveries in under 30 mins by unmanned aerial vehicles
http://t.co/w6kugw4EGt
https://twitter.com/amazon/status/407317990862893056/photo/1
.
''Here iare some embeded Tweet''
----
<html>
<blockquote class="twitter-tweet" lang="en"><p>Get a sneak peek of <a href="https://twitter.com/search?q=%23PrimeAir&amp;src=hash">#PrimeAir</a>. Future deliveries in under 30 mins by unmanned aerial vehicles<br><a href="http://t.co/w6kugw4EGt">http://t.co/w6kugw4EGt</a><a href="http://t.co/wrx38hdw1o"><br>pic.twitter.com/wrx38hdw1o</a></p>&mdash; Amazon (@amazon) <a href="https://twitter.com/amazon/statuses/407317990862893056">December 2, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</html>
----
''[[Mr. Bingo|http://www.mr-bingo.org.uk/index.php?/does-mr-bingo-work-for-free/]]'' - ''[[Podcast: Why I refuse all “community projects”|http://www.blenderguru.com/podcast-why-i-refuse-all-community-projects/]]''
----
''Podcast: Character Animation and Storytelling with Hjalti Hjalmarsson''
<html>
<blockquote class="twitter-tweet" lang="en"><p>New Podcast with <a href="https://twitter.com/hjalti">@hjalti</a> on character animation and storytelling: <a href="http://t.co/pWEypLe19U">http://t.co/pWEypLe19U</a> <a href="https://twitter.com/search?q=%23b3d&amp;src=hash">#b3d</a> Lots of good advice :)</p>&mdash; Andrew P Price (@andrewpprice) <a href="https://twitter.com/andrewpprice/statuses/407585986147651584">December 2, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</html>
----
[[December 4, 2013 Sumery| https://twitter.com/glassparrot/statuses/408113624192790528]]
----
[[U-505 |http://en.wikipedia.org/wiki/U-505]]
*[[Article 32 hearing]] - [[Ariel Weinmann]] - [[USS Albuquerque (SSN-706)]]
[img[http://farm3.staticflickr.com/2493/4243288010_b086552995_b.jpg][http://en.wikipedia.org/wiki/U-505]]
U-505 is a German Type IXC U-boat built for service in the Kriegsmarine during World War II. She was captured on 4 June 1944
 by United States Navy Task Group 22.3 (TG 22.3). The Navy classified the capture as top secret and prevented its discovery
 by the Germans. In 1954, U-505 was donated to the Museum of Science and Industry in Chicago, Illinois and is now a museum ship.
[[History of radar]] - [[GEMA]]
* http://unetbootin.sourceforge.net/
[[KNOPPIX]]

<html><div align="center"><iframe src=" http://unetbootin.sourceforge.net/" frameborder="0" width="100%" height="500"></iframe></div></html>
[[U-505 |http://en.wikipedia.org/wiki/U-505]]
*[[Article 32 hearing]] - [[Ariel Weinmann]]
[img[http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/USS_Albuquerque_%28SSN-706%29.jpg/800px-USS_Albuquerque_%28SSN-706%29.jpg][http://en.wikipedia.org/wiki/USS_Albuquerque_(SSN-706)]]
The Los Angeles-class, sometimes called the LA-class or the 688-class, is a class of nuclear-powered fast attack submarines that forms
the backbone of the U.S. Navy's submarine force, with 62 submarines of this class being completed.
[[USS Barbel (SS-580) | http://en.wikipedia.org/wiki/USS_Barbel_(SS-580)]]
[[USS Conyngham (DDG-17)]]
[[Harry D. Train II]]
[[Copperhead (politics)]]
[[Daigo Fukuryū Maru]]
[[Cotard delusion]]
[[Crimson Tide (film)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/USS_Barbel_(SS-580)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[USS Conyngham (DDG-17) |http://en.wikipedia.org/wiki/USS_Conyngham_(DDG-17)]]
[[USS Barbel (SS-580)]]
[[Harry D. Train II]]
[[Daigo Fukuryū Maru]]
[[Crimson Tide (film)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/USS_Conyngham_(DDG-17)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[USS Hyman G. Rickover (SSN-709) |http://en.wikipedia.org/wiki/SSN-709]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/SSN-709" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Ultimate Optical Illusions Compilation - 2013 | http://youtu.be/rlz2yWtaYIw]] - [['Mask of Love' by Gianni A. Sarcone]] - ''[[Diamond Foxx]]''
See  ''[[Introduction to Camera Tracking in Blender]]'' - [[How to do Camera Mapping in Blender]]
<html>
<iframe width="640" height="360" src="//www.youtube.com/embed/rlz2yWtaYIw" frameborder="0" allowfullscreen></iframe>
</html>
[[MusclesOfTheHead]] -  ''[[Jazz Piano Music by Hiromi Uehara | https://www.youtube.com/watch?v=BRU1o-sCnqY&list=PLC22A0E0CDB752A37]]'' - ''[[Archimedes-Lab | http://www.archimedes-lab.org]]'' - [[WikiSource]]
[[Painting With Oils Like a Renaissance Master (Audio talking)]] and [["WING IT" - The Animation School]]
[[Underwater explosion|http://en.wikipedia.org/wiki/Underwater explosion]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Underwater explosion" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Unethical human experimentation in the United States |http://en.wikipedia.org/wiki/Unethical_human_experimentation_in_the_United_States]] 
[[Downwinders]]
[[Love Canal]]
[[Valley of the Drums]]
[[Superfund]]
[[Toxmap]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Neurodegeneration]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Unethical_human_experimentation_in_the_United_States" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Unitarios | http://en.wikipedia.org/wiki/Unitarian_(disambiguation)]]
[[Disinformation]] 
[[Diamond Foxx]]
[[Clara Bow]]
<html>
<div align="center">
<iframe src=" http://en.wikipedia.org/wiki/Unitarian_(disambiguation)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[Permaview|http://n6xre.tiddlyspot.com/#%5B%5BUniversal%20Licensing%20System%5D%5D]] - [[Groundhog Day|http://n6xre.tiddlyspot.com/#%5B%5BGroundhog%20Day%5D%5D]]''
''In house mediawiki is at''
''http://n6xre.ttl60.com:73/mediawiki/index.php/Main_Page''
''[[Celestial Navigation|https://youtu.be/fn9xMkNUMmY]] - [[Celestial Navigation at Sea|https://youtu.be/kZCwgoUxXWs]] - [[How does precision GPS work?|https://youtu.be/BGkohw9xGyk]]''
''[[Centimeter Positioning with a Smartphone-Quality GNSS Antenna|https://youtu.be/rCOvklUB5vQ]] - [[Centimeter-Accurate Mobile Positioning|https://youtu.be/_7x_Rpe_bzw]]''
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[BaoFeng UV-5R Dual Band HandiTalkie|http://www.amazon.com/BaoFeng-UV-5R-Dual-Radio-Black/dp/B007H4VT7A/ref=sr_1_4?s=electronics&ie=UTF8&qid=1462976213&sr=1-4&keywords=baofeng+uv-5r]] - [[Baofeng UV-5R repeater|http://glassparrot.tiddlyspot.com/#%5B%5BBaofeng%20UV-5R%20repeater%5D%5D]]''
''[[Ham It Up Upconverter for SDR|http://www.amazon.com/dp/B009LQT3G6/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I32X1JBZPDTZBE]] - [[TYT TYT-TH-9800 50W/40W Two Way Radio|http://www.amazon.com/dp/B00I53VUEY/ref=wl_it_dp_o_pd_nS_ttl?_encoding=UTF8&colid=27Y18XJ9539G3&coliid=I3TAJ0ZMMR6DXZ&psc=1]] - [[Pookyfish|http://glassparrot.tiddlyspot.com/#Pookyfish]] Free Internet''
''[[Broadcastify|http://www.broadcastify.com/listen/ctid/219]] - [[MorseCode|http://fishcode.tiddlyspot.com/#MorseCode]] - [[WebSDR|http://www.websdr.org/]] - [[eHamNet|http://www.eham.net/]] - [[AMPRNET|http://wiki.ampr.org/wiki/Main_Page]] - [[Winlink|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]] - [[Packet Radio|http://www.tapr.org/pr_links.html]] - [[HackRF|http://glassparrot.tiddlyspot.com/#HackRF]] - [[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]''

''[[Apartments|http://moving.tiddlyspot.com/#Apartments]] - [[HP Laptop Store|http://store.hp.com/us/en/vwa/Laptops/form=Standard-laptop]] - [[Universal Licensing System - N6XRE|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Weather Underground Las Vegas|https://www.wunderground.com/us/nv/las-vegas]]''
''[[Dionysian Mysteries|https://en.wikipedia.org/wiki/Dionysian_Mysteries]] - [[How to make Root Beer Easy|http://inventoryport.tiddlyspot.com/#%5B%5BHow%20to%20make%20Root%20Beer%20Easy%5D%5D]] - [[3D LabPrint|http://thailanguage.tiddlyspot.com/#%5B%5B3D%20LabPrint%5D%5D]] - [[Baofeng Radio TNC Packet Radio cable|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]]''
''[[Aimee Nolte Music|http://mediaport.tiddlyspot.com/#%5B%5BAimee%20Nolte%20Music%5D%5D]] - [[Math Channels|http://scienceport.tiddlyspot.com/#%5B%5BMath%20Channels%5D%5D]] - [[Recipes|http://inventoryport.tiddlyspot.com/#Recipes]] - [[Wish List|http://n6xre.tiddlyspot.com/#%5B%5BWish%20List%5D%5D]] - [[If Gparted won't run use FixParts|http://n6xre.tiddlyspot.com/#%5B%5BIf%20Gparted%20won't%20run%20use%20FixParts%5D%5D]]''

<<miniBrowser http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830>>
''[[Mui Bueno Recipes - Horchata/|http://muybuenocookbook.com/2011/07/horchata/]]''
''[[Slinky loop aerial|https://www.nonstopsystems.com/radio/pdf-ant/article-antenna-slinky-RDCM-11-2010.pdf]] - [[Food Recipes|http://inventoryport.tiddlyspot.com/#Recipes]]''
''https://www.freecycle.org/''
<<miniBrowser http://www.otvinta.com/download12.html>>
'' Wikipedia [[David Carradine|https://en.wikipedia.org/wiki/David_Carradine]] - [[Ralph L. Boyce|https://en.wikipedia.org/wiki/Ralph_L._Boyce]] - [[Thaksin Shinawatra|https://en.wikipedia.org/wiki/Thaksin_Shinawatra]] trade in the [[Cayman Islands|https://en.wikipedia.org/wiki/Cayman_Islands]]''
''Thaksin Shinawatra traded 100 Billion Baht for 2942042000 US Dollars after the [[Military Coup|https://en.wikipedia.org/wiki/Category:Military_coups_in_Thailand]] 
at the time of David Carradine's death in [[Bankok, Thailand, June 3, 2009|https://en.wikipedia.org/wiki/Economy_of_Thailand#2006_to_2011]] (aged 72) reported by 
Ambassador Ralph L. Boyce. The United States never tried to recover the counterfeited money.''
''[[Tokyo Rose - JOAK|https://en.wikipedia.org/wiki/Tokyo_Rose]] - [[The Mouse That Roared|https://thepiratebay.org/torrent/4072072/The_Mouse_That_Roared_(1959)_(Peter_Sellers__Jean_Seberg)]] - [[VA gov|https://www.myhealth.va.gov/]] - [[A Helicopter pad on an airplane|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]] - [[uTOHphu|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]]''
''[[Zardoz (1974) 720p BrRip x264 - VPPV|http://thailanguage.tiddlyspot.com/#%5B%5BZardoz%20(1974)%20720p%20BrRip%20x264%20-%20VPPV%5D%5D]] -   [[Rrustdon (ficticious)|https://youtu.be/eenZZL_bf6o]] - https://www.tesla.com/model3''
''[[Felix The Cat Japanicky 1920 1929 Funny Cartoon Short|https://youtu.be/jgqeE1ZLL1w]]''
[[Footnotes, Endnotes, and Bibliographies|http://www.semo.edu/pdf/old/CWE_Footnotes_Endnotes_and_Bibliography.pdf]]
[[Ununoctium |http://en.wikipedia.org/wiki/Ununoctium]] - [[Transuranium element]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Submarine]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Ununoctium" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 02/07/2018 21:46:09 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BWebchat%20on%20Freenode%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . | ok |
| 02/07/2018 21:47:08 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BWebchat%20on%20Freenode%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 02/07/2018 22:58:32 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BWebchat%20on%20Freenode%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . | ok |
| 02/07/2018 22:59:13 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BWebchat%20on%20Freenode%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 06/08/2018 16:47:34 | YourName | [[/|http://fishcode.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 20/10/2018 16:48:06 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 22/01/2019 00:01:03 | fishcode  | [[/|http://fishcode.tiddlyspot.com/]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 22/01/2019 10:20:38 | fishcode  | [[/|http://fishcode.tiddlyspot.com/]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 07/07/2019 05:24:37 | fishcode  | [[/|http://fishcode.tiddlyspot.com/#SiteSubtitle]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
| 15/07/2019 10:28:49 | fishcode | [[/|http://fishcode.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://fishcode.tiddlyspot.com/store.cgi]] | . | [[index.html | http://fishcode.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// Environment
//

if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false;	// true to activate both in Plugin and UploadService
	
//
// Upload Macro
//

config.macros.upload = {
// default values
	defaultBackupDir: '',	//no backup
	defaultStoreScript: "store.php",
	defaultToFilename: "index.html",
	defaultUploadDir: ".",
	authenticateUser: true	// UploadService Authenticate User
};
	
config.macros.upload.label = {
	promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
	promptParamMacro: "Save and Upload this TiddlyWiki in %0",
	saveLabel: "save to web", 
	saveToDisk: "save to disk",
	uploadLabel: "upload"	
};

config.macros.upload.messages = {
	noStoreUrl: "No store URL in parmeters or options",
	usernameOrPasswordMissing: "Username or password missing"
};

config.macros.upload.handler = function(place,macroName,params) {
	if (readOnly)
		return;
	var label;
	if (document.location.toString().substr(0,4) == "http") 
		label = this.label.saveLabel;
	else
		label = this.label.uploadLabel;
	var prompt;
	if (params[0]) {
		prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0], 
			(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
	} else {
		prompt = this.label.promptOption;
	}
	createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};

config.macros.upload.action = function(params)
{
		// for missing macro parameter set value from options
		if (!params) params = {};
		var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
		var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
		var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
		var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
		var username = params[4] ? params[4] : config.options.txtUploadUserName;
		var password = config.options.pasUploadPassword; // for security reason no password as macro parameter	
		// for still missing parameter set default value
		if ((!storeUrl) && (document.location.toString().substr(0,4) == "http")) 
			storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
		if (storeUrl.substr(0,4) != "http")
			storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
		if (!toFilename)
			toFilename = bidix.basename(window.location.toString());
		if (!toFilename)
			toFilename = config.macros.upload.defaultToFilename;
		if (!uploadDir)
			uploadDir = config.macros.upload.defaultUploadDir;
		if (!backupDir)
			backupDir = config.macros.upload.defaultBackupDir;
		// report error if still missing
		if (!storeUrl) {
			alert(config.macros.upload.messages.noStoreUrl);
			clearMessage();
			return false;
		}
		if (config.macros.upload.authenticateUser && (!username || !password)) {
			alert(config.macros.upload.messages.usernameOrPasswordMissing);
			clearMessage();
			return false;
		}
		bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password); 
		return false; 
};

config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir) 
{
	if (!storeUrl)
		return null;
		var dest = bidix.dirname(storeUrl);
		if (uploadDir && uploadDir != '.')
			dest = dest + '/' + uploadDir;
		dest = dest + '/' + toFilename;
	return dest;
};

//
// uploadOptions Macro
//

config.macros.uploadOptions = {
	handler: function(place,macroName,params) {
		var wizard = new Wizard();
		wizard.createWizard(place,this.wizardTitle);
		wizard.addStep(this.step1Title,this.step1Html);
		var markList = wizard.getElement("markList");
		var listWrapper = document.createElement("div");
		markList.parentNode.insertBefore(listWrapper,markList);
		wizard.setValue("listWrapper",listWrapper);
		this.refreshOptions(listWrapper,false);
		var uploadCaption;
		if (document.location.toString().substr(0,4) == "http") 
			uploadCaption = config.macros.upload.label.saveLabel;
		else
			uploadCaption = config.macros.upload.label.uploadLabel;
		
		wizard.setButtons([
				{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption, 
					onClick: config.macros.upload.action},
				{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[i];
			opt.name = n;
			opt.lowlight = !config.optionsDesc[n];
			opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
			opts.push(opt);
		}
		var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
		for(n=0; n<opts.length; n++) {
			var type = opts[n].name.substr(0,3);
			var h = config.macros.option.types[type];
			if (h && h.create) {
				h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
			}
		}
		
	},
	onCancel: function(e)
	{
		backstage.switchTab(null);
		return false;
	},
	
	wizardTitle: "Upload with options",
	step1Title: "These options are saved in cookies in your browser",
	step1Html: "<input type='hidden' name='markList'></input><br>",
	cancelButton: "Cancel",
	cancelButtonPrompt: "Cancel prompt",
	listViewTemplate: {
		columns: [
			{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
			{name: 'Option', field: 'option', title: "Option", type: 'String'},
			{name: 'Name', field: 'name', title: "Name", type: 'String'}
			],
		rowClasses: [
			{className: 'lowlight', field: 'lowlight'} 
			]}
};

//
// upload functions
//

if (!bidix.upload) bidix.upload = {};

if (!bidix.upload.messages) bidix.upload.messages = {
	//from saving
	invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
	backupSaved: "Backup saved",
	backupFailed: "Failed to upload backup file",
	rssSaved: "RSS feed uploaded",
	rssFailed: "Failed to upload RSS feed file",
	emptySaved: "Empty template uploaded",
	emptyFailed: "Failed to upload empty template file",
	mainSaved: "Main TiddlyWiki file uploaded",
	mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
	//specific upload
	loadOriginalHttpPostError: "Can't get original file",
	aboutToSaveOnHttpPost: 'About to upload on %0 ...',
	storePhpNotFound: "The store script '%0' was not found."
};

bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
	var callback = function(status,uploadParams,original,url,xhr) {
		if (!status) {
			displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
			return;
		}
		if (bidix.debugMode) 
			alert(original.substr(0,500)+"\n...");
		// Locate the storeArea div's 
		var posDiv = locateStoreArea(original);
		if((posDiv[0] == -1) || (posDiv[1] == -1)) {
			alert(config.messages.invalidFileError.format([localPath]));
			return;
		}
		bidix.upload.uploadRss(uploadParams,original,posDiv);
	};
	
	if(onlyIfDirty && !store.isDirty())
		return;
	clearMessage();
	// save on localdisk ?
	if (document.location.toString().substr(0,4) == "file") {
		var path = document.location.toString();
		var localPath = getLocalPath(path);
		saveChanges();
	}
	// get original
	var uploadParams = new Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
	var originalPath = document.location.toString();
	// If url is a directory : add index.html
	if (originalPath.charAt(originalPath.length-1) == "/")
		originalPath = originalPath + "index.html";
	var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
	var log = new bidix.UploadLog();
	log.startUpload(storeUrl, dest, uploadDir,  backupDir);
	displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
	if (bidix.debugMode) 
		alert("about to execute Http - GET on "+originalPath);
	var r = doHttp("GET",originalPath,null,null,username,password,callback,uploadParams,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

bidix.upload.uploadRss = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		if(status) {
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
			bidix.upload.uploadMain(params[0],params[1],params[2]);
		} else {
			displayMessage(bidix.upload.messages.rssFailed);			
		}
	};
	// do uploadRss
	if(config.options.chkGenerateAnRssFeed) {
		var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
		var rssUploadParams = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,callback,Array(uploadParams,original,posDiv));
	} else {
		bidix.upload.uploadMain(uploadParams,original,posDiv);
	}
};

bidix.upload.uploadMain = function(uploadParams,original,posDiv) 
{
	var callback = function(status,params,responseText,url,xhr) {
		var log = new bidix.UploadLog();
		if(status) {
			// if backupDir specified
			if ((params[3]) && (responseText.indexOf("backupfile:") > -1))  {
				var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
				displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
			}
			var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
			displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
			store.setDirty(false);
			log.endUpload("ok");
		} else {
			alert(bidix.upload.messages.mainFailed);
			displayMessage(bidix.upload.messages.mainFailed);
			log.endUpload("failed");			
		}
	};
	// do uploadMain
	var revised = bidix.upload.updateOriginal(original,posDiv);
	bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};

bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
	var localCallback = function(status,params,responseText,url,xhr) {
		url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
		if (xhr.status == 404)
			alert(bidix.upload.messages.storePhpNotFound.format([url]));
		if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
			alert(responseText);
			if (responseText.indexOf("Debug mode") >= 0 )
				responseText = responseText.substring(responseText.indexOf("\n\n")+2);
		} else if (responseText.charAt(0) != '0') 
			alert(responseText);
		if (responseText.charAt(0) != '0')
			status = null;
		callback(status,params,responseText,url,xhr);
	};
	// do httpUpload
	var boundary = "---------------------------"+"AaB03x";	
	var uploadFormName = "UploadPlugin";
	// compose headers data
	var sheader = "";
	sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
	sheader += uploadFormName +"\"\r\n\r\n";
	sheader += "backupDir="+uploadParams[3] +
				";user=" + uploadParams[4] +
				";password=" + uploadParams[5] +
				";uploaddir=" + uploadParams[2];
	if (bidix.debugMode)
		sheader += ";debug=1";
	sheader += ";;\r\n"; 
	sheader += "\r\n" + "--" + boundary + "\r\n";
	sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
	sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
	sheader += "Content-Length: " + data.length + "\r\n\r\n";
	// compose trailer data
	var strailer = new String();
	strailer = "\r\n--" + boundary + "--\r\n";
	data = sheader + data + strailer;
	if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
	var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; ;charset=UTF-8; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
	if (typeof r == "string")
		displayMessage(r);
	return r;
};

// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
	if (!posDiv)
		posDiv = locateStoreArea(original);
	if((posDiv[0] == -1) || (posDiv[1] == -1)) {
		alert(config.messages.invalidFileError.format([localPath]));
		return;
	}
	var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
				store.allTiddlersAsHtml() + "\n" +
				original.substr(posDiv[1]);
	var newSiteTitle = getPageTitle().htmlEncode();
	revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
	revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
	revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
	revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
	revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
	return revised;
};

//
// UploadLog
// 
// config.options.chkUploadLog :
//		false : no logging
//		true : logging
// config.options.txtUploadLogMaxLine :
//		-1 : no limit
//      0 :  no Log lines but UploadLog is still in place
//		n :  the last n lines are only kept
//		NaN : no limit (-1)

bidix.UploadLog = function() {
	if (!config.options.chkUploadLog) 
		return; // this.tiddler = null
	this.tiddler = store.getTiddler("UploadLog");
	if (!this.tiddler) {
		this.tiddler = new Tiddler();
		this.tiddler.title = "UploadLog";
		this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
		this.tiddler.created = new Date();
		this.tiddler.modifier = config.options.txtUserName;
		this.tiddler.modified = new Date();
		store.addTiddler(this.tiddler);
	}
	return this;
};

bidix.UploadLog.prototype.addText = function(text) {
	if (!this.tiddler)
		return;
	// retrieve maxLine when we need it
	var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
	if (isNaN(maxLine))
		maxLine = -1;
	// add text
	if (maxLine != 0) 
		this.tiddler.text = this.tiddler.text + text;
	// Trunck to maxLine
	if (maxLine >= 0) {
		var textArray = this.tiddler.text.split('\n');
		if (textArray.length > maxLine + 1)
			textArray.splice(1,textArray.length-1-maxLine);
			this.tiddler.text = textArray.join('\n');		
	}
	// update tiddler fields
	this.tiddler.modifier = config.options.txtUserName;
	this.tiddler.modified = new Date();
	store.addTiddler(this.tiddler);
	// refresh and notifiy for immediate update
	story.refreshTiddler(this.tiddler.title);
	store.notify(this.tiddler.title, true);
};

bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir,  backupDir) {
	if (!this.tiddler)
		return;
	var now = new Date();
	var text = "\n| ";
	var filename = bidix.basename(document.location.toString());
	if (!filename) filename = '/';
	text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
	text += config.options.txtUserName + " | ";
	text += "[["+filename+"|"+location + "]] |";
	text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
	text += uploadDir + " | ";
	text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
	text += backupDir + " |";
	this.addText(text);
};

bidix.UploadLog.prototype.endUpload = function(status) {
	if (!this.tiddler)
		return;
	this.addText(" "+status+" |");
};

//
// Utilities
// 

bidix.checkPlugin = function(plugin, major, minor, revision) {
	var ext = version.extensions[plugin];
	if (!
		(ext  && 
			((ext.major > major) || 
			((ext.major == major) && (ext.minor > minor))  ||
			((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
			// write error in PluginManager
			if (pluginInfo)
				pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
			eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
	}
};

bidix.dirname = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(0, lastpos);
	} else {
		return filePath.substring(0, filePath.lastIndexOf("\\"));
	}
};

bidix.basename = function(filePath) {
	if (!filePath) 
		return;
	var lastpos;
	if ((lastpos = filePath.lastIndexOf("#")) != -1) 
		filePath = filePath.substring(0, lastpos);
	if ((lastpos = filePath.lastIndexOf("/")) != -1) {
		return filePath.substring(lastpos + 1);
	} else
		return filePath.substring(filePath.lastIndexOf("\\")+1);
};

bidix.initOption = function(name,value) {
	if (!config.options[name])
		config.options[name] = value;
};

//
// Initializations
//

// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);

// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");

//optionsDesc
merge(config.optionsDesc,{
	txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
	txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
	txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
	txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
	txtUploadUserName: "Upload Username",
	pasUploadPassword: "Upload Password",
	chkUploadLog: "do Logging in UploadLog (default: true)",
	txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});

// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

[[Valley of the Drums |http://en.wikipedia.org/wiki/Valley_of_the_Drums]]
[[Love Canal]]
[[Superfund]]
[[Toxmap]]
[[Downwinders]] Nuclear Radiation
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Neurodegeneration]]
[[There are three ways you can die]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Valley_of_the_Drums" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Vampire |http://en.wikipedia.org/wiki/Vampire]]
[[Vampire lifestyle]]
[[Psychic vampire]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Vampire" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Vampire lifestyle |http://en.wikipedia.org/wiki/Vampire_lifestyle]]
[[Vampire]]
[[Psychic vampire]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Vampire_lifestyle" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Virgin Radio |http://www.virginradio.com/]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.virginradio.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Virtual Wifi Hotspot for Windows 7 & 8 | http://virtualwifihotspot.codeplex.com/]]
For Linux see [[Debian / Ubuntu Linux: Setup Wireless Access Point (WAP) with Hostapd]]
<html>
<div align="center">
<iframe src="http://virtualwifihotspot.codeplex.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Test Score =

<html>
<style> #award { width: 120px; height: 90px; background: url("http://www.voipreview.org/images/speedtester/speed-test-award.png") no-repeat; } #award-button { width: 120; height: 60px; display: block; position: relative;} #award-button a { height: 60px; position: absolute; width: 120px; text-decoration: none; } .top-level {z-index: 999; color: #275fa6; text-decoration: none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; position: absolute; padding: 10px; font-weight: 700;} </style>  <div id="award">  <div id="award-button"><a href="http://www.speakeasy.net/speedtest/" title="Speakeasy speed test"></a></div>  <a href="http://www.voipreview.org" title="voip review" class="top-level"> VoIPReview.org</a> </div> 
</html>
[[War and environmental law | http://en.wikipedia.org/wiki/War_and_environmental_law]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/War_and_environmental_law" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Watch A Clockwork Orange| http://www.movie2kto.me/watch-movies/A_Clockwork_Orange/4862]]
[[A Clockwork Orange]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
<html>
<div align="center">
<iframe src="http://www.movie2kto.me/watch-movies/A_Clockwork_Orange/4862" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Youtube playlist - [[But what *is* a Neural Network?|https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi]]
''[[My N6XRE.ttl60.com:73 Freenode WebChat|http://n6xre.ttl60.com:73/mediawiki/index.php/Obitalk#Chat_-_ZIM_FILES]]''
''http://n6xre.ttl60.com:73/mediawiki/index.php/Main_Page''
''[[Webchat on Freenode |http://webchat.freenode.net?channels=%23twitter%2C%23skype%2C%23winsystem%2C%23broadband%2C%23wikipedia%2C%23blender&uio=d4]]  -  #twitter,#skype,#winsystem,#broadband,#wikipedia,#blender
<html>
<iframe src="http://webchat.freenode.net?channels=%23twitter%2C%23skype%2C%23winsystem%2C%23broadband%2C%23wikipedia%2C%23blender&uio=d4" width="647" height="400"></iframe>
</html>
 [[Streakwave|http://www.streakwave.com/Product-Open-Mesh.asp]] - [[Open-Mesh|http://www.open-mesh.com/]] - [[Broadband-Hamnet|http://www.broadband-hamnet.org/]] - [[Servicont - Your Local Internet Provider Search|http://www.servicont.com/]]
http://en.wikipedia.org/wiki/Internet_Relay_Chat -  Share files with http://www.pasteall.org
OBAMA BANNED THIS VIDEO - GEE, I WONDER WHY!
https://youtu.be/l-HqHSkYG-Y

<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/l-HqHSkYG-Y" frameborder="0" allowfullscreen></iframe>
</html>

Nobody over 30 can be trusted in the United States -- not even the FBI
[[Permaview|http://fishcode.tiddlyspot.com/#%5B%5BWeed%20eater%20Bike%20playlist%5D%5D%20%5B%5BRidekick%20Power%20Trailer%5D%5D]]
[[Weed eater Bike playlist|https://youtu.be/vDqtc6c0QJE?list=RDvDqtc6c0QJE]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vDqtc6c0QJE?list=RDvDqtc6c0QJE" frameborder="0" allowfullscreen></iframe>
</html>
''[[Why We Are at War | http://www.gutenberg.org/ebooks/6870]]'' -  ''[[United States entry into WWI | http://en.wikipedia.org/wiki/World_War_I#Entry_of_the_United_States]]'' - ''[[Videos | http://glassparrot.wordpress.com/video/]]'' - [[Full Metal Jacket (Private Pyle)]] - [[Eugenics-Binder1.pdf]]
[[Laws of war]] - [[Chemical warfare]] - [[Anxiogenic Drugs]] - [[Depressogenic Drugs]]'' - [[Aromaticity]]  - conspiracy to produce [[Cotard delusion]] - [[Jonathan Lucas]] 
[[War and environmental law]] - ''[[United Nations Environment Program | http://en.wikipedia.org/wiki/United_Nations_Environment_Program]]''  - [[Power_(social_and_political)]] - ''[[Crimes against humanity]]''
Also see [[1918 Pandemic | http://en.wikipedia.org/wiki/1918_flu_pandemic]].  It was started at [[Camp_Funston | http://en.wikipedia.org/wiki/Camp_Funston]], Kansas in 1918.
Academic [[Andrew Price-Smith |http://en.wikipedia.org/wiki/Andrew_Price-Smith]] has made the controversial argument that the virus helped tip the balance of power in the later days of the war towards the Allied cause.  In WWII see [[Kurt Blome]]
[[Chinese inventor's home-made submarine]] 
[[FBI's New Sentinel System: Exclusive Look]]
[[Evidence Of Revision]] (1 to 6)
<html>
<div align="center">
<iframe src="ftp://ftp.ibiblio.org/pub/docs/books/gutenberg/6/8/7/6870/6870-h/6870-h.htm" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[WikiBooks |http://en.wikibooks.org/wiki/Main_Page]] 
<html>
<div align="center">
<iframe src="http://en.wikibooks.org/wiki/Main_Page" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[start|javascript:void(eval(decodeURIComponent("(function(){try{(function%2520onclick(event)%2520%257B%250A%2520%2520%250A%2509story.closeAllTiddlers()%253B%2520restart()%253B%2520refreshPageTemplate()%253B%2520%250A%2520%2509return%2520false%253B%250A%250A%257D)()}catch(e){alert(e.description?e.description:e.toString())}})()")))]]

[[Wikipedia |http://en.wikipedia.org/wiki/Main_Page]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Main_Page" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikisource |http://en.wikisource.org/wiki/Main_Page]]
*  [[WikiSource]] - EPUB And PDF downloads. Good for [[Nook]]
*# [[Eugenics and other Evils (1917)]]
*# [[The Pearl/Volume 1/Lady Pokingham; or They All Do It]]
*# [[Popular Science Monthly/Volume 3/August 1873/Electric Telegraphs]]
*# [[Miranda v. Arizona]]
*# [[The Count of Monte Cristo by Alexandre Dumas]]
*# [[The Island of Doctor Moreau, by H. G. Wells]]
<html>
<div align="center">
<iframe src="http://en.wikisource.org/wiki/Main_Page" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikileaks |http://www.wikileaks.org/]]
[[Wikileaks-The Spyfiles]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.wikileaks.org/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikileaks-3G Interception / GSM Inbetween Interception System |http://wikileaks.org/spyfiles/docs/ability/80_3g-interception-gsm-inbetween-interception-system.html]]
[[Wikileaks]]
[[Wikileaks-The Spyfiles]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://wikileaks.org/spyfiles/docs/ability/80_3g-interception-gsm-inbetween-interception-system.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikileaks-Secret US Embassy Cables |http://www.wikileaks.org/cablegate.html]]
[[Wikileaks]]
[[Wikileaks-The Spyfiles]]
[[Wikileaks-3G Interception / GSM Inbetween Interception System]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://www.wikileaks.org/cablegate.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Wikileaks-The Spyfiles |http://wikileaks.org/the-spyfiles.html]]
[[Wikileaks]]
[[Wikileaks-Secret US Embassy Cables]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Copperhead (politics)]]
[[Origami]]
<html>
<div align="center">
<iframe src="http://wikileaks.org/the-spyfiles.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[winarchiver.3.2.final.incl.serial.scenedl]] for torrent
INFORMATION:
WinArchiver is a powerful archive utility, which can open, create, and manage archive files. It supports almost all archive formats, including zip, rar, 7z, iso, and other popular formats. WinArchiver can also mount the archive to a virtual drive without extraction.

WinArchiver supports the following file types: .zip (WinZip Files), .rar (WinRAR Files), .7z (7z Files), .mzp (Mountable Archive), .iso (CD/DVD Image File), .xdi(Extended Disc Image File), .001 (7z Sub Volume), .arj, .bz2, .bzip2, .gz, .gzip, .tar, .taz, .tbz, .tbz2, .tgz, .tpz, .cab, .cpio, .deb, .lha, .lzh, .rpm, .split, .swm, .wim (Windows Imaging File), .z, .daa (PowerISO File), .bin, .cue, .mdf, .mds, .ashdisc, .bwi, .b5i, .lcd, .img, .cdi, .cif, .p01, .pdi, .nrg (Nero Disc Image), .ncd, .pxi, .gi, .fcd, .vcd, .c2d, .dmg (Apple Disc Image), .bif, .ima, .flp, .uif (MagicISO File)

WinArchiver Virtual Drive is a free Virtual CD/DVD ROM utility. It can mount not only all popular CD/DVD image files, but also all popular archives. You can run programs or access the files from a virtual drive without original cd/dvd discs. The virtual drive works 200x faster than traditional cd/dvd rom drive. 

WinArchiver Virtual Drive can mount ZIP, RAR, 7Z, and other archives as virtual drive instantly. It provides a more convenient and faster way to access files in archives. You can mount an archive as a virtual drive, then access files in the archive through the virtual drive. With this feature, you don't need unpack archives before open files in archive, which can help you save lots of time.

 

 Main Features:


Open and extract zip, rar, 7z, and other archive files. WinArchiver can unzip all popular archives.
	Create zip, 7z, iso, and mzp files from hard disk files. 
	
Edit existing archive files.0

	Mount zip, rar, and other files to virtual drives without extraction. You can use WinArchiver as a professional virtual drive software.
	Burn image files to CD, DVD, and Blu-ray discs.
	Make disc image files from CD, DVD, and Blu-ray discs.
	Support unicode file names.
	Support multivolume, encryption, and archive comments.
	Support Windows Explorer shell integration.
	
Support both 32-bit and 64-bit Windows.

 	 
System requirement:

	
Windows 98 / Window Me / Windows 2000 / Windows XP / Windows 2003 / Windows Vista / Windows 7 / Windows 8 operating system or above. 

	
Intel Pentium 166MHz or above. 

	
64MB memory. 

	
At least 10MB hard disk space. 
[[Wolfram Mathworld |http://mathworld.wolfram.com/]]
[[Origami]]
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
<html>
<div align="center">
<iframe src=" http://mathworld.wolfram.com/" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
XYZprinting Da Vinci 1.0 3D Printer, Blue
- click -
[img[http://i.imgur.com/fDZnOjZ.png][http://goo.gl/Vg5ypB]]

[[Zeno's paradoxes |http://en.wikipedia.org/wiki/Zeno%27s_paradoxes]] - [[New Wave]] - [[Why We Are at War|Why We Are at War : Messages to the Congress January to April 1917 by Wilson]]
[[Superposition property]]
[[Bilocation]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Fukushima Daiichi nuclear disaster]]
[[Stargate Project]]
The sum of products of an infinite series can not be defined simultaneously with its result. What is important is the result of the description. Infinity is undefined..
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Zeno%27s_paradoxes" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Zoetrope | http://en.wikipedia.org/wiki/Zoetrope]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Zoetrope" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[Zoótropo y Praxinoscopio |http://youtu.be/cVRyUnHg8QA]]
<html>
<iframe width="560" height="315" src="http://www.youtube.com/embed/cVRyUnHg8QA" frameborder="0" allowfullscreen></iframe>
</html>
[[Make A High Tech Zoetrope]]
[[af Chapman (ship) |http://en.wikipedia.org/wiki/Af_Chapman_(ship)]] - formerly  [[G.D. Kennedy (−1923)|af Chapman (ship)]]
The [[Star of India]] is an iron windjammer - [[Full-rigged ship]]
[[Museum ship]] 
[[PlentyofFish (POF)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]] - [[Paper Models of Polyhedra]]
[[Card Games]] - [[Shoutcast]] - [[Jamendo]]
[[Ship Parts]]
[[Navigation by Sextant]]
[[Wikileaks-The Spyfiles]]
[[San Diego Pilots|Confederate submarine Pioneer]] -  [[Houston Pilots]]
*The [[G.D. Kennedy (−1923)|af Chapman (ship)]], is a  steel [[Full-rigged ship]] moored on the western shore of the islet Skeppsholmen in central Stockholm, Sweden,
*now serving as a youth hostel. [[Musha Cay and the Islands of Copperfield Bay]] should buy this.

*Nobody knows what happens in a museum at night unless they are there. The  [[G.D. Kennedy (−1923)|af Chapman (ship)]]
*with [[Clara Bow]] and her [[Paperless office]], [[Richard Branson]]. [[Bobby Fischer]], [[Margaret Battye]], and [[Hyman G. Rickover]]
*and also from [[Musha Cay and the Islands of Copperfield Bay]], the magic of [[David Copperfield]]
*[[Discovery of diamonds|Kimberley, Northern Cape]]
[img[http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Af_Chapman_at_Skeppsholmen_in_Stockholm_City.jpg/682px-Af_Chapman_at_Skeppsholmen_in_Stockholm_City.jpg][http://en.wikipedia.org/wiki/Af_Chapman_(ship)]]
<html>
<div align="center">
<iframe src="http://en.wikipedia.org/wiki/Af_Chapman_(ship)" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[img[http://farm4.staticflickr.com/3756/9069952007_b8d37dbeb9_o.jpg]] 
Paint with Gimp for a storyboard.
[[How to make a human in Blender using Makehuman | https://www.youtube.com/watch?v=LCvOzCwJ9Vs]] - [[MakeHuman download | http://www.makehuman.org/content/download.html]] - [[Blender 2.57 DOA Hitomi rig demo 1 | https://www.youtube.com/watch?v=MMHereecM6k]]
[[fastwiki Offline Encyclopedia | http://fastwiki.qwrite.info/en/down_install.en.html]]
<html>
<div align="center">
<iframe src="http://fastwiki.qwrite.info/en/down_install.en.html" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
Edit or View this for copy/pasting.

"""
default 0
timeout 30
# label ubnentry2
# menu label knoppix
# kernel /boot/isolinux/linux
# append initrd=/boot/isolinux/minirt.gz ramdisk_size=100000 lang=en apm=power-off  nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime

title     KPX705sda1
kernel /boot/isolinux/linux ramdisk_size=100000 lang=en apm=power-off  nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime knoppix_dir=KPX705sda1
initrd /boot/isolinux/minirt.gz
# map --unmap=0:0xff

title     KPX705sda2
kernel /boot/isolinux/linux ramdisk_size=100000 lang=en apm=power-off  nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime knoppix_dir=KPX705sda2
initrd /boot/isolinux/minirt.gz
# map --unmap=0:0xff
title     Default settings (Runs from RAM / USB usable)\n * Parted Magic version: 4.11, (C) 2010, Patrick Verner\n * http://www.partedmagic.com\n * Disclaimer: Author excluded from any liability.
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Live with default settings (media not usable)\n Live mode intended for 128-192MB based systems.\n The Live CD medium must remain in the drive.
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw loglevel=0 vga=791 livemedia noeject max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff
title     Live with low RAM settings\n Disables most daemons and other RAM-exhausting\n processes. The preferred Live option for systems\n with minimal memory (128MB of RAM).
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal lowram livemedia noeject nogpm nolvm nonfs nofstabdaemon nosmart noacpid nodmeventd nohal nosshd nosound nobluetooth loglevel=0 xvesa max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Do not eject CD (*emulators)\n Same as option 2 except for the noreplace-paravirt\n parameter, which is needed for some emulators.
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 noeject noreplace-paravirt livemedia loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Alternate graphical server\n Same as option 1. except Xvesa is used by default\n instead of Xorg. (Try this option if Xorg fails.)
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=791 xvesa loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Safe Graphics settings (vga=normal)\n Disables splash screen and console frame buffer support.
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=0 max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Failsafe settings\n vga=normal,, noapic, nolapic, nopcmcia, noscsi,\n nogpm, nosmart, & boots to console.
kernel /pmagic/bzImage edd=off acpi=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal nolapic nopcmcia noscsi nogpm consoleboot nosmart keymap=us nosshd nosound max_loop=256
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Console (Boots to the shell)\n Normal vga, verbose kernel messages, and\n no automatic graphical environment.
kernel /pmagic/bzImage edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=normal consoleboot max_loop=256 keymap=us
initrd /pmagic/initramfs
# map --unmap=0:0xff

title     Help\n Displays help texts.
terminal console
cat /boot/syslinux/message.txt
pause
clear
cat /boot/syslinux/message2.txt
pause
clear
cat /boot/syslinux/message3.txt
pause
clear
cat /boot/syslinux/message4.txt
pause
clear
cat /boot/syslinux/message5.txt
configfile /boot/grub/grub4dos.lst

title     Local boot\n Boot from your first hard disk.
rootnoverify (hd0)
chainloader +1

title     Reboot\n Restart the computer.
reboot

title     Memtest86+\n Check system RAM for errors.
kernel /boot/syslinux/memtest
# map --unmap=0:0xff

title Super Grub Disk 1\nEasily restore the grub bootloader.
map --mem /boot/sgd/sgd.gz (fd0)

map --hook
root (fd0)
chainloader (fd0)+1

title Super Grub Disk 2\nEasily restore the grub bootloader.
map --mem /boot/sgd/sgd2.gz (fd0)
map --hook
root (fd0)
chainloader (fd0)+1

title Hardware Detection Tool (HDT)\nAn interactive hardware analyzer by Erwan Velu.
map --mem /boot/syslinux/hdt.gz (fd0)
map --hook
root (fd0)
chainloader (fd0)+1
"""
[[[kat.ph]winarchiver.3.2.final.incl.serial.scenedl.torrent |../torrents/[kat.ph]winarchiver.3.2.final.incl.serial.scenedl.torrent]]
[[winarchiver |http://www.winarchiver.com/]] - Homepage (not free)
[[WinArchiver]] tiddler for information