<!--{{{-->
<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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5B100s%20of%20AMERICAN%20%26%20BRIT%20CLASSIC%20Black%20and%20White%20FILMS%20from%201920s%2C1930s%2C%201940s%2C%201950s%5D%5D]]
[[100s of AMERICAN & BRIT CLASSIC Black and White FILMS from 1920s,1930s, 1940s, 1950s|https://www.youtube.com/playlist?list=PLX9_I-EOJPdFuOjcI2zkmTck55homHEBE]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLX9_I-EOJPdFuOjcI2zkmTck55homHEBE" frameborder="0" allowfullscreen></iframe>
</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>
[[The future we're building -- and boring - Elon Musk|https://youtu.be/zIwLWfaAg-8]] - [[FreeCAD Lessons for Beginners]] (Tools)<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/zIwLWfaAg-8" frameborder="0" allowfullscreen></iframe></html>
''[[A Lithium Gamble That Could Win Big for Tesla|http://fortune.com/2016/03/29/lithium-tesla-mine-nevada/]]''
<<miniBrowser http://fortune.com/2016/03/29/lithium-tesla-mine-nevada/>>
<<miniBrowser http://www.miningfeeds.com/2015/06/11/brine-harvesting-of-lithium-vs-hard-rock-mining/>>
https://www.webelements.com/lithium/chemistry.html
<<miniBrowser https://en.wikipedia.org/wiki/Lithium>>
<<miniBrowser https://en.wikipedia.org/wiki/Geothermal_power>>
# How is lithium mined? 
# Is salt water purified to pure water when lithium is processed?
# Can you heat water with an under ground nuclear reactor to process lithium?
# Can purified hot water be stored efficiently in underground man made [[Geothermal Wells|https://en.wikipedia.org/wiki/Geothermal_power]] to generate electricity?
# 
<<miniBrowser http://betteroffbitcoin.com/a-protocol-for-offline-bitcoin-over-radio-transactions/>>
[[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]]


[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BAdmiral%20Harry%20Train%5D%5D]] -  ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[INET-FAILURES|http://h8quadmod.tiddlyspot.com/#%5B%5BINTERNET%20FAILURES%20AT%20THE%20SANDFORD%20HOTEL%20IN%20SAN%20DIEGO%5D%5D]]'' - [[uTOHphu|Cult suicide]]
[[Moses!]] - These are the declassified [[missing pages of the Pentagon Papers|Pentagon Papers]]
I, ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'', graduated from the nuclear program in 1968 (holding a "Q" clearance for 9 years - military and civilian) and was transferred
to the [[USS Conyngham (DDG-17)|https://en.wikipedia.org/wiki/USS_Conyngham_(DDG-17)]]. I served temporary duty on [[USS Bryce Canyon (AD-36)|https://en.wikipedia.org/wiki/USS_Bryce_Canyon_(AD-36)]] and [[USS Isle Royale (AD-29)|https://en.wikipedia.org/wiki/USS_Isle_Royale_(AD-29)]] before being transfered.
Lt. Cmdr. Harry D. Train was the Captain and Donald Stiles Campbell, Jr was the Executive Officer of the USS Conyngham (DDG-17) in 1968.
I was honorably discharged with an Adminstrative Discharge For The Convenience Of The Navy with full benefits at the end of 1969. (IQ=164) I am not gay.
In 1988 a [[Navy Ship Stowaway on the Conyngham Was Sent Back to Ireland|http://www.nytimes.com/1988/07/29/us/navy-ship-stowaway-is-sent-back-to-ireland.html]] - [[She claimed she was sexually abused by several Conyngham sailors|http://articles.orlandosentinel.com/1988-09-14/news/0070040012_1_aboard-the-destroyer-twomey-navy-destroyer]] - [[Kathoey]]s?
''Getting past the Quartermaster must have been awfully easy. Maybe she was dressed as a  drunk or drugged sailor and  kidnapped onboard?''
Early 1960s - [[GHB|https://en.wikipedia.org/wiki/Gamma-Hydroxybutyric_acid]] - 1962 - [[Ketamine|https://en.wikipedia.org/wiki/Ketamine]] - 1963 - [[Rohypnol|https://en.wikipedia.org/wiki/Flunitrazepam]] - Possible connection in 1968 - [[Sirhan Sirhan|https://en.wikipedia.org/wiki/Sirhan_Sirhan]], [[Robert F. Kennedy|https://en.wikipedia.org/wiki/Robert_F._Kennedy]] and later [[Uri Geller|https://en.wikipedia.org/wiki/Uri_Geller]] at SAIC/[[Ingo Swann|https://en.wikipedia.org/wiki/Ingo_Swann]]@[[Stargate Project|https://en.wikipedia.org/wiki/Stargate_Project]]
|[[Admiral Harry Train aboard the Nassau - Part One|https://youtu.be/XWjUpJTMSzo]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/XWjUpJTMSzo" frameborder="0" allowfullscreen></iframe></html><br>[[Quelque chose est pourri au Danemark!|http://www.imdb.com/character/ch0004567/quotes]] Call the [[EPA|https://en.wikipedia.org/wiki/United_States_Environmental_Protection_Agency]] - ''[[Fighting Folly|http://www.govexec.com/magazine/features/2007/05/fighting-folly/24304/]]@SAIC''|[[Admiral Harry Train aboard the Nassau - Part Two|https://youtu.be/UzhNkJGQYlw]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/UzhNkJGQYlw" frameborder="0" allowfullscreen></iframe></html><br>Please scroll the below browser. Use the Fit and Reset buttons on the browser.|
|[[Admiral Harry Train aboard the Nassau - Part Three|https://youtu.be/nS1tmkIThSQ]] - 2004 ''[[Sabrina Harman|https://en.wikipedia.org/wiki/Sabrina_Harman]]''<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/nS1tmkIThSQ" frameborder="0" allowfullscreen></iframe></html><br>In 1962-64, after resisting Admiral Rickover's efforts to draft him<br>into the nuclear program, he was commanding officer of the diesel<br>submarine Barbel (SS-580). After that he was administrative aide<br>to Secretary of the Navy Paul Nitze and developed a close working<br>relationship with Nitze's EA, Elmo Zumwalt. Subsequently, Train<br>commanded the destroyer ''Conyngham (DDG-17)'' in the Med,<br> (Lt. Cmdr. Train lost his command of ''Conyngham (DDG-17)''<br>for misconduct, and served temporary duty on a refigerator boat<br>in 1969.) He then served briefly on the Second Fleet staff, and<br>then was executive assistant to Admiral Thomas Moorer, during<br>Moorer's duty as CNO and Chairman of the Joint Chiefs of Staff.<br>After retiring from full-time military service, Admiral Train worked<br>for [[Science Applications International Corporation (SAIC)|http://www.vanityfair.com/news/2007/03/spyagency200703]], the<br>nation's largest employee owned research and engineering<br>company. (See [[SAIC/EPA Superfund Fraud|http://www.vanityfair.com/news/2007/03/spyagency200703]] in this article.)<br>[[Indian Ocean|https://en.wikipedia.org/wiki/Indian_Ocean]]  - [[uTOHphu|Cult suicide]] - [[RFK^06/06/6OO^|https://en.wikipedia.org/wiki/Assassination_of_Robert_F._Kennedy]] >[[Fargo U|https://youtu.be/za56MdewGzM]]<[[Doggie Style|https://en.wikipedia.org/wiki/Indian_giver]]|[[SAIC|http://www.vanityfair.com/news/2007/03/spyagency200703]] - [[Black September]] - [[Harry DePue Train, II|http://www.usni.org/heritage/train]] - [[Harry D. Train II|https://en.wikipedia.org/wiki/Harry_D._Train_II]] - [[Donald Stiles Campbell, Jr.|http://www.gemut.com/images/stories/report/nrotcbiosz1.pdf]] - [[2|http://www.bgirlsboats.com/Donald-Campbell.html]] in Bookmarks<br><<miniBrowser http://www.vanityfair.com/news/2007/03/spyagency200703>><br>See [[SIAM: Society for Industrial and Applied Mathematics|https://www.siam.org/journals/]]  - [[USS Conyngham (DDG-17)|https://en.wikipedia.org/wiki/USS_Conyngham_(DDG-17)]] - [[2|http://www.maritimequest.com/warship_directory/us_navy_pages/destroyers/pages/uss_conyngham_ddg17_page_1.htm]] - [[USS Barbel (SS-580)|https://en.wikipedia.org/wiki/USS_Barbel_(SS-580)]] - [[Duke Cunningham]] in Bookmarks<br>|
|[[Adm Zumwalt|https://en.wikipedia.org/wiki/Elmo_Zumwalt]]'s [[son|http://www.nytimes.com/1988/08/14/obituaries/elmo-r-zumwalt-3d-42-is-dead-father-ordered-agent-orange-use.html]] died of [[Agent Orange|https://en.wikipedia.org/wiki/Agent_Orange]], 08/26/1988. Policy<br>making became [[Plausible deniability|https://en.wikipedia.org/wiki/Plausible_deniability]] theirafter.<br>See [[(DDG-1000)|https://en.wikipedia.org/wiki/USS_Zumwalt]] - [[Chemical warfare]]<br>[img[https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/USS_Zumwalt_%28DDG-1000%29_at_night.jpg/320px-USS_Zumwalt_%28DDG-1000%29_at_night.jpg][https://en.wikipedia.org/wiki/USS_Zumwalt]]|[[Admiral Hyman George Rickover Willingness to "sink them all"]]<br><br>[[Ariel Weinmann|https://en.wikipedia.org/wiki/Ariel_Weinmann]] deserted [[USS Albuquerque (SSN-706)|https://en.wikipedia.org/wiki/USS_Albuquerque_(SSN-706)]] and got no defense or Article 23. This appears to be<br>[[Plausible deniability|https://en.wikipedia.org/wiki/Plausible_deniability]] ; eg. [[False Flag|https://en.wikipedia.org/wiki/False_flag]] military propiganda. Weinmann was selected to graduate two weeks<br>early from Submarine School to join the USS Albuquerque (SSN-706) on a 6 month deployment to Europe and<br>The Persian Gulf. He went AWOL from Groton, Connecticut, then lived in Vienna, Austria. From there he went<br>to Mexico City, Mexico and was arrested on March 26, 2006 at the Dallas-Fort Worth International Airport<br>enroute to Vancouver, British Columbia. Weinmann's Intelligence Quotient (IQ) was somewhere around 150<br>(more than 3 standard deviations). How long would it take to go to three countries and how long was he on<br>the USS Albuquerque (SSN-706) after graduating? To graduate two weeks early from Submarine School you have<br>to be in the top of your class. Quelque chose est pourri au Danemark! = Something is rotten in Denmark! [[uTOHphu|Cult suicide]].<br> ...a ''pokadot'' dress...''[[z Z z z Z Z z z z Z Z Z yyyy yyyy yyyy|http://fishcode.tiddlyspot.com/#%5B%5BConfederate%20ironclad%20C.S.S.%20Manassas%5D%5D]]'' .... ''Workers Unite. Opium is the Religion of the Masses''...|
[[Operation Northwoods]] - [[False flag]]
[[Ariel Weinmann]]
[[Cotard delusion]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
''[[Admiral Hyman George Rickover Willingness to "sink them all" |http://en.wikipedia.org/wiki/Hyman_Rickover#Willingness_to_.22sink_them_all.22]]'' 
<<miniBrowser http://en.wikipedia.org/wiki/Hyman_Rickover#Willingness_to_.22sink_them_all.22>>
[[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]]
[[Permaview|http://psychology.tiddlyspot.com/#Airbnb]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] 
[[AirBNB - Las Vegas, NV, United States|https://www.airbnb.com/s/Las-Vegas--NV--United-States?page=1&source=filters&airbnb_plus_only=false&place_id=ChIJ0X31pIK3voARo3mz1ebVzDo&checkin=12%2F05%2F2016&checkout=01%2F05%2F2017&price_max=620&room_types%5B%5D=Entire%20home%2Fapt&room_types%5B%5D=Private%20room&adults=1&children=0&infants=0&ss_id=mftpwa4u&allow_override%5B%5D=&s_tag=MdUIjJTO]] - [[JetRadar|http://www.jetradar.com/searches/AHKT0212CLASY1]]
[[Moving Plans]] - [[Golden spiral]] - [[MY FIRST VLOG|MY FIRST VLOG - Casey Neistat]] - [[Living on a Boat]]
Check in - Mon, Sep 5 - Check out - Wed, Oct 5
Guests - 1 guest - Confirmation code - TBFH59
Address - West Key Kamala apartment [[Latitude/Logitude Lookup|http://www.latlong.net/]] - ([[map Lat 7.947257 Long 98.29939|https://www.google.com/maps/place/map+7.947257,+98.299393/data=!4m2!3m1!1s0x0:0x0?sa=X&ved=0ahUKEwj96qrn4tHOAhUDyGMKHQqUBi0Q8gEIGzAA]])
63 Kamala 8, Tambon Kammala, Amphoe Kathu, Chang Wat Phuket 83120, Thailand
|[[West Key Kamala apartment|https://www.airbnb.com/rooms/7957538]] -click- July 2, 2016 - $396 Rent - Reserved for 1 month - [[Thailand Law]] - other expenses<br>[img[http://i.imgur.com/igIbdYm.png][https://www.airbnb.com/rooms/7957538]]<br>http://www.phuketlivingrealestate.com/property/west-key-kamala-1-bedroom-apartment/|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="0" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a1.muscache.com/im/pictures/101388557/e5226ebf_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a1.muscache.com/im/pictures/101388557/e5226ebf_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|
|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="0" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a1.muscache.com/im/pictures/101388596/0be3dab1_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a1.muscache.com/im/pictures/101388596/0be3dab1_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|<html><div class="airbnb-embed-frame" data-add-type-to-city-link="1" data-city-link-index="1" data-eb="1463737949_uKH62iqEdz4eKlxF" data-embed-source-type="p3" data-trigger-source-type="p3" data-listing-id="7957538" data-photo-url="https://a2.muscache.com/im/pictures/101388922/a7b9b740_original.jpg?aki_policy=x_large" data-view="listing_frame" style="max-width:600px;margin:auto;transition:height .2s;"><img src="https://a2.muscache.com/im/pictures/101388922/a7b9b740_original.jpg?aki_policy=x_large" style="max-width:100%;" alt=""/><div><a href="https://www.airbnb.com/rooms/7957538" rel="nofollow"><h4>West Key Kamala apartment</h4></a><div>Tambon Kammala, Chang Wat Phuket, Thailand</div><blockquote>My apartment Clean, quiet and mountain views Facility</blockquote></div><script async="" src="https://www.airbnb.com/embeddable/airbnb_jssdk"></script></div></html>|
Click open to view in a New Tab
[[Thailand Wikivoyage|https://en.wikivoyage.org/wiki/Thailand]] - [[Tourism Authority of Thailand|http://www.tourismthailand.org/Accommodation]] - [[Thailand (Wikipedia)|https://en.wikipedia.org/wiki/Thailand]] - [[Airbnb|https://www.airbnb.com/]] - [[CARGO CRUISE]] - ''[[How to explore the world by cruise ship - Lonely Planet|https://www.lonelyplanet.com/travel-tips-and-articles/how-to-explore-the-world-by-cruise-ship]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]]''
<<miniBrowser https://en.wikivoyage.org/wiki/Thailand>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BAleister%20Crowley%20-%20Liber%20LXXVII%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Aleister Crowley - Liber LXXVII|http://hermetic.com/crowley/libers/lib77.html]]'' - ''[[Jack Parsons - Ordo Templi Orientis|http://motherboard.vice.com/read/the-last-of-the-magicians]]''
''It is self evident that a hermit may make his own laws, but it is a conflict of interest to publically enforce those laws when'' 
''other people adopt them as a legal agreement in public law. No law is better than bad law. They have not been ratified by congress.''
''[[United States Constitution - Article I Section 8 Clause 8]] - the right to authorships and agreements. [[HEIDI|https://youtu.be/sv2vOb60W-o]]''
<<miniBrowser http://hermetic.com/crowley/libers/lib77.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>
|[[Alison's Adventures|https://www.youtube.com/user/AlisonsAdventures/playlists]] - [[FEMA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/8cvszW8ZBgk?list=PLFP2qbtigLRsRsGD8UNPWqV_a41nmmEF0" frameborder="0" allowfullscreen></iframe></html>|[[Best Destinations in the World Most Popular Documentary 2016 HD|https://youtu.be/w_2ZUXsZLWE]] - ''[[N6XRE|http://n6xre.tiddlyspot.com/]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/w_2ZUXsZLWE" frameborder="0" allowfullscreen></iframe></html>|
|[[The Secret Life Of Thailand Hidden Treasure|https://youtu.be/GdBQZHzUqkA]] - ''[[Pixar|https://en.wikipedia.org/wiki/Pixar]] - [[Rio (2011 film)|https://en.wikipedia.org/wiki/Rio_(2011_film)]] - [[Pentagon Papers|https://en.wikipedia.org/wiki/Pentagon_Papers]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GdBQZHzUqkA" frameborder="0" allowfullscreen></iframe></html>|[[Dirt Cheap - Fiji|https://youtu.be/Im7ukO7ndqU]] - [[National Geographic The Pentagon|https://youtu.be/Gd3tN4H0NjY]] - [[INSIDE THE U.S. SECRET SERVICE|https://youtu.be/BHkvtmEyas8]] - [[uTOHphu|Cult suicide]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Im7ukO7ndqU" frameborder="0" allowfullscreen></iframe></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>
''[[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>
''[[Permaview|http://psychology.tiddlyspot.com/#Amscope]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[AmScope Videos|https://www.youtube.com/channel/UChTMJkVTuIiYsR0R63vqQ-w]] - http://scienceport.tiddlyspot.com/
-click-
''[[AmScope - SKU: B120B-E - 40X-2000X LED Digital Binocular Compound Microscope with 3D Stage + USB Camera|http://www.amscope.com/40x-2000x-led-digital-binocular-compound-microscope-with-3d-stage-usb-camera.html]]'' 
[img[http://ecx.images-amazon.com/images/I/61BHb5HzqWL._SL1200_.jpg][http://www.amscope.com/40x-2000x-led-digital-binocular-compound-microscope-with-3d-stage-usb-camera.html]]



-click-
''[[AmScope - SKU: UBW500X02MP - 5X-500X 2MP 8-LED Zoom Digital USB Microscope Endoscope XP/Vista/7/8 & Mac|http://www.amscope.com/5x-500x-2mp-8-led-zoom-digital-usb-microscope-endoscope-xp-vista-7-8-mac.html]]'' 
[img[http://ecx.images-amazon.com/images/I/7145pmFJdkL._SL1200_.jpg][http://www.amscope.com/5x-500x-2mp-8-led-zoom-digital-usb-microscope-endoscope-xp-vista-7-8-mac.html]]
<<miniBrowser https://en.wikipedia.org/wiki/Staining>>



[[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/>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BAnonymous%20-%20Plan%20to%20defeat%20the%20Illuminati%20and%20New%20World%20Order%202016%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[FEMA]]
|[[Anonymous - Plan to defeat the Illuminati and New World Order 2016|https://youtu.be/kobrwhxgkgQ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/kobrwhxgkgQ" frameborder="0" allowfullscreen></iframe></html>|[[The Real Story of the Vladimir Putin (Russia President) Documentary 2016)|https://youtu.be/UzroS7h7-z4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/UzroS7h7-z4" frameborder="0" allowfullscreen></iframe></html>|
[[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>
[[start (clear)|http://fishcode.tiddlyspace.com/]] - [[Google Hangout|https://plus.google.com/hangouts]]
[[start local for github|http://localhost/H8QuadMod/tiddlyspace/fishcode.html]]
http://h8quadmod.tiddlyspace.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>[[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://goo.gl/mE1Vlx]]<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>''[[My Webpages]]''<br>[[Git Tutorials]]<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>''[[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>[[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]]|

''[[Ariel Weinmann | http://en.wikipedia.org/wiki/Ariel_Weinmann]]'' - [[USS Albuquerque (SSN-706)]] - [[USS Hyman G. Rickover (SSN-709)]]
[[Cotard delusion]] - [[Cult suicide]] - [[There are three ways you can die]]
[[Article 32 hearing]] - why has it not been released?
[[Dr. Strangelove]] - [[Spectral evidence]] - [[False flag]] operation?
''[[MkUltra |https://www.google.com/search?q=MkUltra&oq=MkUltra&aqs=chrome.0.57j62l3.66945&sourceid=chrome&ie=UTF-8]]'' 
[[Richard Helms MkUltra]] - [[Stargate Project]]
[[Admiral Hyman George Rickover Willingness to "sink them all"]]
[[Submarine communications cable]] 
[[Bonapartism]] - [[Unitarios]]
[[Terrorism in the United States]]
[[Copperhead (politics)]]
[[Arnold Schwarzenegger]]
[[WikiPedia]]
[[Kiwix]] - [[Kiwix-serve]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
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?
<<miniBrowser https://en.wikipedia.org/wiki/Ariel_Weinmann>> .
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Blender Wiki]]
|[[Ariete Primo - The conversion of a 44 metre tugboat into an exclusive Super yacht|https://youtu.be/kt5Sn2GuC0I]]<br>[[ARIETE PRIMO YACHT FOR SALE|http://www.boatinternational.com/yachts-for-sale/ariete-primo--79663]] - US $11,194,920.00<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/kt5Sn2GuC0I" frameborder="0" allowfullscreen></iframe></html>|[[Classic Steel Motor Yacht for sale|https://youtu.be/bZj4QF9NCE4]]<br>More info: http://goo.gl/T2Nv6s US $3,279,320.00<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bZj4QF9NCE4" frameborder="0" allowfullscreen></iframe></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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BAssault%20of%20Gary%20Rust%20by%20Randy%20Scot%20and%20Karen%20Scot%20(1986)%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[There are three ways you can die]]
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>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BBenny%20Goodman%20Playlist%5D%5D]]
[[Benny Goodman Playlist|https://www.youtube.com/playlist?list=PLD9CAA39E6DB9CCC3]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/r2S1I_ien6A?list=PLD9CAA39E6DB9CCC3" frameborder="0" allowfullscreen></iframe>
</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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BBimbo's%20Initiation%5D%5D]]
[[Dick Silbermann]] - 1991
[[There are three ways you can die]]
[[Bimbo's Initiation|https://youtu.be/gua71Ia7rAU]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/gua71Ia7rAU" frameborder="0" allowfullscreen></iframe>
</html>
<<miniBrowser https://en.wikipedia.org/wiki/Bimbo_(Fleischer_Studios)>>
''Audie Murphy never wanted to be a hero (he was just afraid not to be). "No" means the same thing in all languages. He lived down the street''
''from ([[Oscar winning|Earthquake's Special Achievement Award: 1975 Oscars]]) Frank Brendel (Local 44, Special Effects) in Toluca Lake (my mother's 4th husband). Frank and him were good friends.''
''Franks house was kittycorner (in his back yard) to Bob Hopes house, and Audie Murphys house was at the end of the same block.  He had three''
''girls, and Audie had a couple. They use to have iceream parties with the kids at Curries Icecream on the Riverside Drive while tradeing WWII war stories''.

<<miniBrowser https://en.wikipedia.org/wiki/Audie_Murphy#Post-traumatic_stress>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BBitcoin%20ATMs%20by%20Country%5D%5D]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Living on a Boat]] - [[A Protocol for Offline Bitcoin Over Radio Transactions]]''
[[How To Sell Your Used Stuff Through Amazon]] - ''https://www.bitcart.io''
''Bitcoin is like [[Parks and Recreation|https://www.google.com/search?q=parks%20and%20recreation&npsic=0&rflfq=1&rlha=0&rllag=36154827,-115107393,6270&tbm=lcl&rldimm=10751124967914197083&ved=0ahUKEwjzye-om_XYAhXJ61MKHWhACZEQvS4IlQEwCw&rldoc=1&tbs=lrf:!2m1!1e2!2m1!1e3!3sIAE,lf:1,lf_ui:1#rlfi=hd:;si:10751124967914197083;mv:!1m3!1d139059.06495921523!2d-115.1470383!3d36.15570949999999!2m3!1f0!2f0!3f0!3m2!1i199!2i259!4f13.1;tbs:lrf:!2m1!1e2!2m1!1e3!3sIAE,lf:1,lf_ui:1]]. You have to leave collateral to check out a Chinese chess game.''
''It isn't [[Paypal|https://www.paypal.com/]]
''I would like to see a law made which would force banks to create
Bitcoin accounts in addition to normal accounts which can be accessed by ATM machines''
''[[Foreign Exchange Rates]]<br>http://www.xe.com/currencyconverter/ <br>[[Bank of Thailand Suggests Bitcoin Not Illegal|http://www.coindesk.com/bank-thailand-says-bitcoin-illegal-warns-use/]]<br>[[Moving money the modern way|http://betteroffbitcoin.com/moving-money-the-modern-way/]]<br>[[How to Bank With Ally Bank|https://www.ally.com/bank/online-banking/how-to-bank-with-ally/]]<br>[[Use Coinbase to buy and sell bitcoin|https://www.coinbase.com/]] - [[Shift|https://blog.coinbase.com/2016/01/28/shift-card-a-glimpse-under-the-hood/]]''<br>[[Bitcoin ATMs by Country|https://coinatmradar.com/countries/]]<br><<miniBrowser https://coinatmradar.com/countries/>>|[[Explaining Bitcoin Mining in 2017|https://youtu.be/iyq4od8MBoE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/iyq4od8MBoE" frameborder="0" allowfullscreen></iframe></html><br>[[How Bitcoin Works Under the Hood|https://youtu.be/Lx9zgZCMqXE]] - [[Blog|http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html]] - [[WIRED BitCoin|https://youtu.be/jbu6I-8mNUo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Lx9zgZCMqXE" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser https://www.dash.org/getting-started/>>
<br>
|[[Protectionist Trump Policies To Crash Dollar, Gold and Bitcoin to Soar|https://youtu.be/3SHj83PBzAw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/3SHj83PBzAw" frameborder="0" allowfullscreen></iframe></html>|[[Bitcoin|https://youtu.be/yQGQXy0RIIo?list=PLXNdE9YJ2zyrDTQoDB101mHf2AyafJw90]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/yQGQXy0RIIo?list=PLXNdE9YJ2zyrDTQoDB101mHf2AyafJw90" frameborder="0" allowfullscreen></iframe></html>|
|[[Bitcoin's Bubble vs. Dash's Killer App: Amanda B. Johnson at UNM|https://youtu.be/r7erSqaRRnw]] - https://www.dash.org/getting-started <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/r7erSqaRRnw" frameborder="0" allowfullscreen></iframe></html>|[[Crypto Investors Should Look Closer at Dash: The Atlanta Blockchain Hosts Evan & Amanda|https://youtu.be/0Nh3PtY9lw4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/0Nh3PtY9lw4" frameborder="0" allowfullscreen></iframe></html>|
|[[New Kids on the Blockchain|https://youtu.be/A1Vbrxkqjwc]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/A1Vbrxkqjwc" frameborder="0" allowfullscreen></iframe></html>|[[How the Blockchain revolution will change our lives?|https://youtu.be/ErxKm0b0DIU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/ErxKm0b0DIU" frameborder="0" allowfullscreen></iframe></html>|
*[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThe%20MOSSAD%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|[[911 Missing Links Israeli Mossad Involvement - Full Documentary|https://youtu.be/YC8j-uvZUI0]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/YC8j-uvZUI0" frameborder="0" allowfullscreen></iframe></html><br>[[Criss Angel challenges Uri Geller and Jim Callahan over paranormal claims|https://en.wikinews.org/wiki/Criss_Angel_challenges_Uri_Geller_and_Jim_Callahan_over_paranormal_claims]]|[[RFK Assassination, MK Ultra, Jonestown|https://youtu.be/qDwvXw7Ck7Y]] - [[Ketamine|https://en.wikipedia.org/wiki/Ketamine]]? - [[Stargate Project|https://en.wikipedia.org/wiki/Stargate_Project]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/qDwvXw7Ck7Y" frameborder="0" allowfullscreen></iframe></html><br>[[Wed, 06/05/1968, Ambassador Hotel (Los Angeles)|https://en.wikipedia.org/wiki/Assassination_of_Robert_F._Kennedy]] ...a pokadot dress|
[[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>
[[Permaview|http://glassparrot.tiddlyspot.com/#%5B%5BBlender%20Manual%20Localhost%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Nat King Cole Walkin]]
[[Blender Manual Localhost|http://localhost/BlenderManual/html/contents.html]]
[[Blender Wiki]] - If Blender Manual is not locally installed
[[Kiwix Localhost]] - ''[[Self-build and live aboard boat in Thailand|http://www.thaivisa.com/forum/topic/769652-self-build-and-live-aboard-boat-in-thailand/]]'' - [[Living on a Boat]]
<<miniBrowser http://n6xre.ttl60.com:73/BlenderManual/html-en-dev-r4239/>>
''http://freemathbooks.com/'' - ''[[Vector Math for 3D Computer Graphics Localhost|http://localhost/Vector%20Math%20for%203D%20Computer%20Graphics/chortle.ccsu.edu/VectorLessons/index.html]] ([[Web)|http://chortle.ccsu.edu/VectorLessons/index.html]]''
<<miniBrowser http://chortle.ccsu.edu/VectorLessons/index.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/]]
''[[FreeCAD|http://reprap.org/wiki/FreeCAD]]''
[[WikiPedia]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Blender Manual Localhost]]
''https://www.blender.org/''
<<miniBrowser http://n6xre.ttl60.com:73/mediawiki/index.php/Blender:Resources>>
[[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/]]
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BBoat%20Design%20Software%5D%5D]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moses!]] - [[Living on a Boat]] - [[Wooden Boat Building]]
[[Blender Manual Localhost]] - [[Blender Wiki]] - ''[[FreeCAD|http://reprap.org/wiki/FreeCAD]]'' - [[Kiwix Localhost]]
[[Delftship tutorial|https://youtu.be/r29xb8n6RlI?list=PLgf9W0QYpZ04JypjIyeFKajfBzOg5aBjl]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/r29xb8n6RlI?list=PLgf9W0QYpZ04JypjIyeFKajfBzOg5aBjl" frameborder="0" allowfullscreen></iframe></html><br>[[Popular Videos - Hull & Tutorial|https://youtu.be/I00QBv9khMA?list=PLrr3mN7PaaMZAc4C6B8QwWtSXO--13pCU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/I00QBv9khMA?list=PLrr3mN7PaaMZAc4C6B8QwWtSXO--13pCU" frameborder="0" allowfullscreen></iframe></html>
[[Boat Design Software|http://www.boatdesign.net/Directory/Software/Free_or_Low_Cost/]] - [[Rendering Delftship with Blender|http://www.delftship.net/DELFTship/index.php/forum/hull-modeling/3303-rendering]] - [[Blender for Modelling Boats|http://www.virtualskipper.com/forum/viewtopic.php?t=4775]] - [[JSDN|http://www.jsdn.es/jSDN/en/mainframe.html]]
<<miniBrowser http://www.boatdesign.net/Directory/Software/Free_or_Low_Cost/>>
[[Living on a Boat]] - [[Ship Parts]]
[[Boater Exam Playlist|https://youtu.be/icXkKKu1QrA?list=PLAAE7AB527707AB28]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/icXkKKu1QrA?list=PLAAE7AB527707AB28" frameborder="0" allowfullscreen></iframe></html>
[[Blender Fluid Physics|https://youtu.be/NXv1oeNAXkE?list=PLzPQoYZQ9uSUdotwhHbfWdNZe7THpq7ie]] - [[A1Sirius Playlists|https://www.youtube.com/user/A1Sirius/playlists]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/NXv1oeNAXkE?list=PLzPQoYZQ9uSUdotwhHbfWdNZe7THpq7ie" frameborder="0" allowfullscreen></iframe></html>
<<miniBrowser http://www.blenderguru.com/tutorials/make-beer-blender/>>
[[SHIP IN SUNSET - Blender Timelapse from Scratch|https://youtu.be/zs4jPwxlLp0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/zs4jPwxlLp0" frameborder="0" allowfullscreen></iframe></html>
[[Blender 3D - Simulation of ship - Part 1|https://youtu.be/PfEJhWb395E]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/PfEJhWb395E" frameborder="0" allowfullscreen></iframe></html>
[[Blender 3D - Simulation of ship - Part 2|https://youtu.be/SMBubLGUprA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/SMBubLGUprA" frameborder="0" allowfullscreen></iframe></html>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Bob Filner | http://en.wikipedia.org/wiki/Bob_Filner]] - [[Pete Wilson]] - [[Jim Bates]] - [[Rubbergate]] - [[Duke Cunningham]] - [[Roger Hedgecock]] - [[Susan Golding]] - [[Dick Silbermann]]
[[San Diego mayor out of rehab, but locked out of office]]
[[Did San Diego mayor target victims of military sexual assault?]]
<<miniBrowser http://en.wikipedia.org/wiki/Bob_Filner>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BCARGO%20CRUISE%5D%5D]]
[[CARGO CRUISE|https://www.thrillist.com/travel/nation/what-the-hell-is-a-cargo-cruise-magnificent-that-s-what]] - [[Airbnb]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] - Possibly you could ship your belongings in a Cargo Box as well as cruising.
<<miniBrowser https://www.thrillist.com/travel/nation/what-the-hell-is-a-cargo-cruise-magnificent-that-s-what>>
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://psychology.tiddlyspot.com/#%5B%5BCal%20Pen%20Code%20%C2%A7%20422.%20Punishment%20for%20threats.%20(2011)%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[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]]
[[United States Constitution - Article I Section 8 Clause 8]]
[[Despotism]]
<<miniBrowser http://en.wikipedia.org/wiki/Despotism>>
<<miniBrowser http://www.victimsofcrime.org/our-programs/stalking-resource-center/stalking-laws/criminal-stalking-laws-by-state/california>>
[[Permaview|http://psychology.tiddlyspot.com/#Calculators]]
|<<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>
|[[Catamaran Capsize Compilation (AC45+AC72)|https://youtu.be/RAGHFr4xzK4]]<br>AC 72 is a man killer, so you have to be careful with the pitch-up-blades.<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/RAGHFr4xzK4" frameborder="0" allowfullscreen></iframe></html>|[[Crash test boat capsize|https://youtu.be/1mhCYcztA8E]]<br>We installed some cameras to show you the results from a capsize.<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1mhCYcztA8E" frameborder="0" allowfullscreen></iframe></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>
|[[Celestial Navigation at Sea|https://youtu.be/kZCwgoUxXWs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/kZCwgoUxXWs" frameborder="0" allowfullscreen></iframe></html>|''[[Digital camera celestial navigation|http://www.oceannavigator.com/October-2008/Digital-camera-celestial-navigation/]]''<br><<miniBrowser http://www.oceannavigator.com/October-2008/Digital-camera-celestial-navigation/>>|
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BChemical%20warfare%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Chemical warfare |  http://en.wikipedia.org/wiki/Chemical_warfare]] - [[uTOHphu|Cult suicide]]
[[Moses!]] - ''[[BORG: You will be assimilated|http://www.travelphrases.info/languages/startreklanguages.htm]]''
[[There are three ways you can die]]
[[Admiral Harry Train]] - [[Bob Filner]]
[[The Untold Story of Vaccines]] - [[Geoengineering Watch Global Alert News]]
[[Assault of Gary Rust by Randy Scot and Karen Scot (1986)]]
[[Cal Pen Code § 422. Punishment for threats. (2011)]]
[[Terroristic threat]] - [[Torture and the United States]] - [[Political abuse of psychiatry]]
[[Learn Thai Online]] - ''[[Free Karate lessons online|http://karate.snowcron.com/]]''
[[United States Constitution - Article I Section 8 Clause 8]]
<<miniBrowser http://en.wikipedia.org/wiki/Chemical_warfare>>
<<miniBrowser https://en.wikipedia.org/wiki/Geneva_Protocol>>
[[Chiang Mai (Thailand) Vacation Travel Video Guide|https://youtu.be/tZ_QiNvQniY]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tZ_QiNvQniY" frameborder="0" allowfullscreen></iframe>
</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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
<<miniBrowser https://en.wikipedia.org/wiki/Collusion>>
<<miniBrowser https://en.wikipedia.org/wiki/Church_Committee
<<miniBrowser https://en.wikipedia.org/wiki/Mkultra>>
<<miniBrowser https://en.wikipedia.org/wiki/Richard_Helms>>
<<miniBrowser https://en.wikipedia.org/wiki/Allen_Dulles>>
<<miniBrowser https://en.wikipedia.org/wiki/Sidney_Gottlieb>>
<<miniBrowser https://en.wikipedia.org/wiki/Military_intelligence>>
<<miniBrowser https://en.wikipedia.org/wiki/Medical_intelligence>>
<<miniBrowser https://en.wikipedia.org/wiki/Indochina_War_timeline>>
<<miniBrowser https://en.wikipedia.org/wiki/Watergate_timeline>>
<<miniBrowser https://en.wikipedia.org/wiki/White_House_Plumbers>>
[[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]]
* [[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BCopenhagen%20Wheel%5D%5D]]
[[Copenhagen Wheel|https://electricbikereview.com/superpedestrian/prototype-copenhagen-wheel/]] - https://shop.superpedestrian.com/
<<miniBrowser https://electricbikereview.com/superpedestrian/prototype-copenhagen-wheel/>>
[[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|https://youtu.be/1pGg-rS26c4?list=PL6999343E306A4791]] (1 to 6)
I would avoid Politians and Theologeons with Cotard delusion because of [[Plausabe deniability|https://en.wikipedia.org/wiki/Plausible_deniability]] or a lack of evidence
<<miniBrowser http://en.wikipedia.org/wiki/Cotard_delusion>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BCult%20suicide%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[The Northrop F-5 - The MiG-28|https://youtu.be/YNcboWO-dlU]] - [[Pappy Boyington, Flying Tiger |https://www.warbirdforum.com/gregboy.htm]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/YNcboWO-dlU" frameborder="0" allowfullscreen></iframe></html>
[[Cult suicide|https://en.wikipedia.org/wiki/Mass_suicide]]
''[[Better Dead than Red|https://youtu.be/KsqBs8iOmvE?list=RDKsqBs8iOmvE]]''
[[There are three ways you can die]]
[[Chemical warfare]]
''[[Causality|https://en.wikipedia.org/wiki/Causality]]'' - [[Eugenics|Organized Stalking]]
''[[Aldous Huxley’s-Brave New World-Audio-book|https://archive.org/details/BRAVENEWWORLD1932ByAldousHuxleyDownloadPDFAudioBookReadByAldousHuxley]]''
''[[George-Orwell-1984-Audio-book|https://archive.org/details/George-Orwell-1984-Audio-book]] - utopia''
[[Aleister Crowley - Liber LXXVII]]
''[[Jack Parsons - Ordo Templi Orientis|http://motherboard.vice.com/read/the-last-of-the-magicians]]''
''[[The Sea Organization - Operation Clambake|http://www.xenu.net/archive/so/]] - [[OT III|http://www.xenu.net/archive/OTIII-scholar/]] One Billion Year including Death Scholarship''
''[[Scientology - the MEST Universe - Matter, Energy, Space and Time|http://lisatrust.freewinds.be/scientology/essays/stacy-family.htm]] - economic [[Despotism]]'' - ''[[Risk|https://en.wikipedia.org/wiki/Risk]]''
[[uTOHphu|Cult suicide]] (pronounced either ''ät ˈōh pü'' (as in the word ''what'') - [[snake venom|https://en.wikipedia.org/wiki/Venom]] or ''[[micro tofu|https://en.wikipedia.org/wiki/Tofu]] - no money (the root to all evil).''
<<miniBrowser https://en.wikipedia.org/wiki/Mass_suicide>>
''[[Risk|https://en.wikipedia.org/wiki/Risk]]''
<<miniBrowser https://en.wikipedia.org/wiki/Risk>>
''[[Dorje Shugden controversy|https://en.wikipedia.org/wiki/Dorje_Shugden_controversy]]'' - ''[[Buddist Economic Ethics|https://en.wikipedia.org/wiki/Buddhist_ethics#Economic_ethics]]'' - ''[[Buddhist Suffering - Dukkha|https://en.wikipedia.org/wiki/Dukkha]]'' - ''[[Theravada Buddhism|https://en.wikipedia.org/wiki/Theravada]]'' - [[On Reincarnation]] - ''[[Risk|https://en.wikipedia.org/wiki/Risk]]''
<<miniBrowser https://en.wikipedia.org/wiki/Dorje_Shugden_controversy>>
''[[Deadliest Disease In Human History : Best Documentary 2017|https://youtu.be/lQrTph5pqBs]] - Anything that destroys self esteem.''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/lQrTph5pqBs" frameborder="0" allowfullscreen></iframe></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())}})()")))]]

<html>
<iframe width="600" height="600" src="http://sheliak.org/dokuwiki/doku.php?id=anonymous:currencyconverter" frameborder="0" allowfullscreen></iframe>
</html>

# http://coinmill.com/EUR_USD.html#USD=1
<html><div align="center"><iframe src="http://coinmill.com/EUR_USD.html#USD=1" frameborder="0" width="100%" 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]]
[[Organized Stalking]]
[[Admiral Harry Train]]
[[Moving Plans]]
[[Thailand Shopping]]
[[Foreign Exchange Rates]]
[[Airbnb]]
[[How we found our Apartment in Chiang]]
[[Weather - Phuket, Thailand]]
[[World Travel Thailand]]
[[Google Translate]]
[[Elizabeth Travels]]
[[Thai Girls]]
[[Tenzin Gyatso]]
[[Reincarnation]]
[[Meditation]]
[[Moving Services]]
[[Learn Thai Online]]
[[How To Sell Your Used Stuff Through Amazon]]
[[Ship Parts]]
[[Boater Exam Playlist]]
[[Lèse majesté in Thailand]]
[[WikiTravel]]
[[How to play piano]]
[[Qui tam]]
[[Organized Stalking]]
[[Federal Bureau of Investigation]]
[[Making A Killing: The Untold Story Of Psychotropic Drugging (Documentary)]]
[[SiteSubtitle]]
[[DefaultTiddlers]]
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BDementia%20with%20Lewy%20bodies%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Dementia with Lewy bodies|https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies]] -  ''[[Concerta|https://en.wikipedia.org/wiki/Methylphenidate]]'' - [[Ya ba]]
<<miniBrowser https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies>>
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]]
[[Dentists in Phuket|http://phuket.thaivisa.com/dentists-in-phuket/]]
<<miniBrowser http://phuket.thaivisa.com/dentists-in-phuket/>>
[[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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BDick%20Silbermann%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
Formerly married to Mayor [[Susan Golding]].  Convicted for [[Money laundering]] in 1991.
Possibility of being indirectly involved with [[Pete Wilson]] - [[Duke Cunningham]] - [[Roger Hedgecock]] - [[Jim Bates]] and  former aide [[Bob Filner]] - in [[Rubbergate]] and tax fraud.
See [[Operation Condor|https://en.wikipedia.org/wiki/Operation_Condor]] 1978 under [[Jimmy Carter|https://en.wikipedia.org/wiki/Jimmy_Carter]]s office? Also see [[Leo Ryan|https://en.wikipedia.org/wiki/Leo_Ryan]]  from the 27th district of [[California State Assembly|https://en.wikipedia.org/wiki/California_State_Assembly_districts]] 
Leo Ryan investigated the conditions of California prisons by being held, under a pseudonym, as an inmate in Folsom Prison. He later was assassinated at The Peoples Temple (1978).
The timeline is important in order to ascertain the time period when [[Cult suicide]] started in the United States, and the conditions that were driving it.
([[Richard Helms|https://en.wikipedia.org/wiki/Richard_Helms]] {[[Targeted killing|https://en.wikipedia.org/wiki/Targeted_killing]]} - [[Adm. Stansfield Turner|https://en.wikipedia.org/wiki/Stansfield_Turner]] {[[Burn Before Reading|https://books.google.com/books/about/Burn_Before_Reading.html?id=tFcHJoJT4AQC]]} - [[Love Canal]] - [[Project MKUltra|https://en.wikipedia.org/wiki/Project_MKUltra]]) 
<<miniBrowser https://en.wikipedia.org/wiki/Money_laundering>>
[[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>
[[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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BDiyouware%20TwinTeeth%3A%20The%20PCB%20mini-factory%5D%5D]]
[[Diyouware TwinTeeth: The PCB mini-factory|http://www.diyouware.com/]]
<<miniBrowser http://www.diyouware.com/>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
<<miniBrowser https://spidercatweb.wordpress.com/2015/12/05/dr-donald-ewen-cameron-cia-mind-kontrol-torture/>>
<<miniBrowser http://www.wanttoknow.info/mkcourtcase>>
<<miniBrowser http://www.wanttoknow.info/mindcontrol>>
''[[Donald Ewen Cameron (Wikipedia)|https://en.wikipedia.org/wiki/Donald_Ewen_Cameron]]''
<<miniBrowser https://en.wikipedia.org/wiki/Donald_Ewen_Cameron>>
[[Donald Trump - Why they want to stop Trump|https://youtu.be/vXcL89qK8zc]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vXcL89qK8zc" frameborder="0" allowfullscreen></iframe>
</html>
I expect that if Donald Trump becomes president the exchange rate of 
the Thailand Baht (THB) will become inflated, by raising U.S. tarrifs on 
import/export trade and exchange rates with all far eastern countries 
and will make it more expensive to live in those countries, unfortunately.
Foreign investments will become less practical for developers to hide money.
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BDonald%20Trump%20Snake%20lyrics%20Bloomington%20IL%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''<br>''[[Donald Trump presidential campaign, 2016|https://en.wikipedia.org/wiki/Donald_Trump_presidential_campaign,_2016]]''<br>''[[Right-wing populism|https://en.wikipedia.org/wiki/Right-wing_populism]] - [[American Samoa|https://en.wikipedia.org/wiki/American_Samoa]]'' - [[Admiral Harry Train]] - [[Nat King Cole Walkin]]<br>''[[Donald Trump Snake lyrics Bloomington IL|https://youtu.be/lXFf3pTW6aI]] - [[Donald Trump - Al Wilson - The SNAKE with lyrics|https://youtu.be/8axWyK8nGuQ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/lXFf3pTW6aI" frameborder="0" allowfullscreen></iframe></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>
''[[Drinking Mushroom Shakes in Thailand|http://www.travelfreak.net/how-to-trip-on-mushrooms-in-thailand/]] - [[Track II diplomacy|https://en.wikipedia.org/wiki/Track_II_diplomacy]] - [[Homeostasis|https://en.wikipedia.org/wiki/Homeostasis]] - [[Drug prohibition law|https://en.wikipedia.org/wiki/Drug_prohibition_law]]''<br><<miniBrowser http://www.travelfreak.net/how-to-trip-on-mushrooms-in-thailand/>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BDuke%20Cunningham%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
On March 3, 2006, U.S. District Judge Larry A. Burns sentenced Cunningham to eight years and four months in prison.
[[Duke Cunningham|https://en.wikipedia.org/wiki/Duke_Cunningham]] - Possibility of being indirectly involved with [[Pete Wilson]] - [[Roger Hedgecock]] - [[Jim Bates]] and  former aide [[Bob Filner]] - in [[Rubbergate]] and [[Money laundering]].
<<miniBrowser https://en.wikipedia.org/wiki/Duke_Cunningham>>
|[[E-Girls|https://youtu.be/eou_etUyGP4?list=RDeou_etUyGP4]] - [[Comparison of dating websites|Comparison of online dating websites]] - ''[[BKK Singles|http://www.bkksingles.com/]]'' - [[Foreign Exchange Rates]]<br>[[Top|Moses!]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/eou_etUyGP4?list=RDeou_etUyGP4" frameborder="0" allowfullscreen></iframe></html>|[[How to Get a Mail-Order Bride|https://youtu.be/O0Ohz_KQOyE?list=RDO0Ohz_KQOyE]] - Ask [[Ganesha|http://blenderartists.org/forum/showthread.php?358626-Ganesha-(Khmer-style-Thailand)&highlight=thailand]] to be a Master of Wisdom and Power. - [[Thailand Law]]<br>Also for an income exemption because of [[Collusion]] to get a [[Non-Immigrant-O-A Visa|http://www.thaiembassy.sg/consular-visa-matters/visa-requirements]], if He could agree.<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/O0Ohz_KQOyE?list=RDO0Ohz_KQOyE" frameborder="0" allowfullscreen></iframe></html>|
|[[Dance Moms|https://youtu.be/7MmBj66_PCg?list=RD7MmBj66_PCg]] - [[The Animation School - Uploaded Videos]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/7MmBj66_PCg?list=RD7MmBj66_PCg" frameborder="0" allowfullscreen></iframe></html>|[[IRISH DANCE WORLD|https://youtu.be/gPylYGoquqM?list=PLgYuIFA4rhO7wnxMoS0pviAKroGUfGOsQ]] - [[The Destruction of Da Derga's Hostel|https://en.wikipedia.org/wiki/Togail_Bruidne_D%C3%A1_Derga]] - [[Learn Thai Online]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gPylYGoquqM?list=PLgYuIFA4rhO7wnxMoS0pviAKroGUfGOsQ" frameborder="0" allowfullscreen></iframe></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>

[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BEarthquake's%20Special%20Achievement%20Award%3A%201975%20Oscars%5D%5D]] - my mother, Ann Brendel was married to Frank Brendel.
[[Earthquake's Special Achievement Award: 1975 Oscars|https://youtu.be/8wZexQM0cYE]]
[[Frank Brendel (1914–1992) IMDb|http://www.imdb.com/name/nm0107152/]] - [[Albert Whitlock (I) (1915–1999) IMDb|http://www.imdb.com/name/nm0926087/]] - [[Glen Robinson (I) (1914–2002) IMDb|http://www.imdb.com/name/nm0732656/]]
(Frank is the first one to speak after Bob Hope's introduction.)
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/8wZexQM0cYE" frameborder="0" allowfullscreen></iframe>
</html>

NOTE: The Oscar had ''Frank Brendel's'' name on it and a number ''1''.  It was the first Oscar ever given as a Special Achievement Award
in Special Effects by Motion Pictures, Arts, and Sciences. It should have gone to the Smithsonian Institute when Ann Brendel died
Aug 2008 - same year as [[Bobby Fischer|https://en.wikipedia.org/wiki/Bobby_Fischer]], the chess player. Motion Pictures, Arts, and Sciences had a standing offer of ''$500,000.00'' 
for it if she ever wanted to sell it back to them. [[Bimbo's Initiation]] fee.

click
[img[https://goo.gl/vVuywM][http://www.imdb.com/name/nm0107152/?ref_=ttfc_fc_cr21]]

I worked on Airport 77 and Swashbuckler with Frank Brendel - as a Journeyan I (IATSE Local 44) 
Special Effects man. He was the Coordinator. He usually only worked with his own crew.
I worked with Glen Robinson - as a Journeyan I (IATSE Local 44) Special Effects man on
King Kong, Logan's Run, and Pennies from Heaven.
I worked with Albert Whitlock - as a Journeyan I (IATSE Local 44) Special Effects man on
Billy Jack Goes To Washington, Psycho II, Swashbuckler, It Happened One Christmas, Airport '77
[[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>
[[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>
“One's dignity may be assaulted, vandalized and cruelly mocked, but it can never be taken away unless it is surrendered.” ― Michael J. Fox.
Some really strong, and viscious ''[[KATHOEY PUNKS|https://en.wikipedia.org/wiki/Kathoey]]'' (''[[Cantharidin|https://en.wikipedia.org/wiki/Cantharidin]]'' freaks) really beat these girls up, I think. ''[[Shameless pimping robbers|http://www.returnofkings.com/71288/pimping-techniques-from-the-1930s-have-become-required-in-modern-relationships]]''. ''They're now runaways'', with no dignity. - [[E-Girls]] - ''([[Obey your master|https://youtu.be/BjmGP4jilKM]])''.
|[[Chiang Mai|https://youtu.be/hqlVlmL0Z3M?list=PLNMIFMBsJa5dghj-KyIxsPnGUyEOc430T]] - [[Elizabeth Travels|https://www.youtube.com/channel/UC4z6Vn8QlS4655oYHiCQupQ/playlists]] playlists - ''[[Practical Travel Info & Tips|http://moving.tiddlyspot.com/#%5B%5BPractical%20Travel%20Info%20%26%20Tips%5D%5D]]'' from [[Gabriel Traveler|https://www.youtube.com/user/gabejedmo/playlists]] playlists<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/hqlVlmL0Z3M?list=PLNMIFMBsJa5dghj-KyIxsPnGUyEOc430T" frameborder="0" allowfullscreen></iframe></html>|''[[Bangkok|https://youtu.be/NXgOzLtFWgs?list=PLNMIFMBsJa5f_8tJV1KOV5sR_wYYuE0um]] - I am so sorry that I sounded like a troll. I apologize. What I said wasn't funny. - [[Got Drunk|The Bruce Lee of Bartending]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/NXgOzLtFWgs?list=PLNMIFMBsJa5f_8tJV1KOV5sR_wYYuE0um" frameborder="0" allowfullscreen></iframe></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>
[[Permaview|http://psychology.tiddlyspot.com/#FEMA]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Top|Moses!]]
Timelines indicating political [[Collusion]]
[[Federal Emergency Management Agency|https://en.wikipedia.org/wiki/Federal_Emergency_Management_Agency]]
<<miniBrowser https://en.wikipedia.org/wiki/Federal_Emergency_Management_Agency>>
<<miniBrowser https://en.wikipedia.org/wiki/Humanitarian_intervention>>
[[Orlando Gunman Was ‘Cool and Calm’ After Massacre, Police Say|http://www.nytimes.com/2016/06/14/us/orlando-shooting.html?_r=0]] - [[2012 Aurora shooting]] - [[Huckleberry Finn audiobook|https://archive.org/details/huck_finn_librivox]] 
[[Libor scandal|https://en.wikipedia.org/wiki/Libor_scandal]] - Larceny, Embezzelment, Extortion, Blackmail, Threats and Murder, Organized Crime - FEMA camps conspiracy theory
[[False flag]]? - [[Federal Bureau of Investigation]] - [[uTOHphu|Cult suicide]] - [[Qui tam]] 
<<miniBrowser https://en.wikipedia.org/wiki/FEMA_camps_conspiracy_theory>>

[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BFederal%20Bureau%20of%20Investigation%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Federal Bureau of Investigation|https://en.wikipedia.org/wiki/Federal_Bureau_of_Investigation]]''
<<miniBrowser https://en.wikipedia.org/wiki/Federal_Bureau_of_Investigation>>
''See in Bookmarks - [[Internet Crime Schemes|http://h8quadmod.tiddlyspot.com/#%5B%5BInternet%20Crime%20Schemes%5D%5D]] - [[White House Plumbers (Wikipedia)|https://en.wikipedia.org/wiki/White_House_Plumbers]] - [[List of computer criminals (Wikipedia)|http://h8quadmod.tiddlyspot.com/#%5B%5BINTERNET%20FAILURES%20AT%20THE%20SANDFORD%20HOTEL%20IN%20SAN%20DIEGO%5D%5D]]''
<<miniBrowser http://h8quadmod.tiddlyspot.com/#%5B%5BInternet%20Crime%20Schemes%5D%5D>>
[[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
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moving Plans]] - [[RETIREMENT VISA PACKAGE]]
[[Bitcoin ATMs by Country]] - ''[[Banking Tips Before You Move To Thailand|https://youtu.be/cavOm17diwk]]''
[[Bimbo's Initiation]] - ''[[Google Translate|http://translate.google.com/]]'' - [[Airbnb]] - [[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] 
|[img[http://vignette1.wikia.nocookie.net/starwars/images/e/e4/Yoda_new_topps.jpg/revision/latest/scale-to-width-down/180?cb=20130131031643][http://retirecheap.asia/retire-thailand/jcs-makin-the-move-essential-checklist/]]<br><html><center>Relocation Checklist</center></html>|<<date filedate "DDD, 0hh:0mm:0ss - MMM DDth, YYYY">> -  - [[Calculators]] - [[Foreign Exchange Converter|http://www.xe.com/currencyconverter/#]] - [[Foreign Exchange Rates - Bangkok Bank|http://www.bangkokbank.com/BangkokBank/WebServices/Rates/Pages/FX_Rates.aspx]]<br><html><iframe width="800" height="200" src="http://www.xe.com/currencyconverter/#" frameborder="0" allowfullscreen></iframe><br><center><a href="https://www.airbnb.com/" target="_blank">Airbnb</a> --- <a href="http://www.lonelyplanet.com/" target="_blank">Lonely Planet</a> --- <a href="https://travel.state.gov/content/passports/en/passports/information/fees.html" target="_blank">Passports & International Travel</a> --- <a href="http://www.jetradar.com/cheapest/LAX/TH?departure=02:)06" target="_blank">JetRadar - Los Angeles to All Points, Thailand</a></center></html>|
[[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.
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BFreeCAD%20Lessons%20for%20Beginners%5D%5D]] 
[[To Farm Out Work or Not To Farm Out Work?]] - [[Ship Parts]]
''[[The Complete Linux Course: Beginner to Power User!|http://scienceport.tiddlyspot.com/#%5B%5BThe%20Complete%20Linux%20Course%3A%20Beginner%20to%20Power%20User!%5D%5D]]''
''[[Steam boat - Dorothy on GrabCAD|https://grabcad.com/library/steam-boat-dorothy-1]]''
See ''[[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]]'' 
[[FreeCAD Lessons for Beginners - playlist|https://youtu.be/_HEvhclR4-o?list=PL6fZ68Cq3L8k0JhxnIVjZQN26cn9idJrj]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/_HEvhclR4-o?list=PL6fZ68Cq3L8k0JhxnIVjZQN26cn9idJrj" frameborder="0" allowfullscreen></iframe></html>
[[FreeCAD Tutorials|https://youtu.be/TLf2KVrtGew?list=PLMjfntGK5aY4qRy4QJr6YiAilvcR90qDj]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/TLf2KVrtGew?list=PLMjfntGK5aY4qRy4QJr6YiAilvcR90qDj" frameborder="0" allowfullscreen></iframe></html>
[[FreeCAD - Paul Randall - playlist|https://youtu.be/jh5utko69Rc?list=PLkRx3bM9e3yCPkg9NQmW1eM-ynKcjoGhh]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/jh5utko69Rc?list=PLkRx3bM9e3yCPkg9NQmW1eM-ynKcjoGhh" frameborder="0" allowfullscreen></iframe></html>
[[FreeCAD Tutorial: Workflow/Interoperability between Blender & FreeCAD|https://youtu.be/EetlNuLjHMw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/EetlNuLjHMw" frameborder="0" allowfullscreen></iframe></html>
[[Mechanisms|https://youtu.be/Rb37-daSLQ4?list=PLhoXNQqrCmEfAaTf0AfQ1Ztxmz2DoZiCk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Rb37-daSLQ4?list=PLhoXNQqrCmEfAaTf0AfQ1Ztxmz2DoZiCk" frameborder="0" allowfullscreen></iframe></html>
''[[Yacht Design Software|http://www.yachtdesign.info/Software/Free_or_Low_Cost/]] - http://www.boatdesign.net/forums/design-software/free-low-cost-hull-modeling-software-2016-a-54856.html''
<<miniBrowser http://www.boat-links.com/linklists/boatlink-43.html#tools>>
''[[A Lithium Gamble That Could Win Big for Tesla]]''
''[[The Boring Company|https://en.wikipedia.org/wiki/The_Boring_Company]] (Wikipedia) - Elon Musk''
<<miniBrowser https://boringcompany.com/>>

* 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>
[[Geoengineering Watch Global Alert News, May 7, 2016|https://youtu.be/UDP-E83KsEo?list=PLwfFtDFZDpwtijqkJiOyc-WJOaGWOfVGG]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UDP-E83KsEo?list=PLwfFtDFZDpwtijqkJiOyc-WJOaGWOfVGG" frameborder="0" allowfullscreen></iframe>
</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]]
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BGolden%20spiral%5D%5D]] -  ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|''[[Cleaning Conch with Dr. Wood|https://youtu.be/DoU0DQclV9g]]'' - Conches are [[Kathoey]]s<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/DoU0DQclV9g" frameborder="0" allowfullscreen></iframe></html>|[[Conch (Wikipedia)|https://en.wikipedia.org/wiki/Conch]] - [[Golden spiral (Wikipedia)|https://en.wikipedia.org/wiki/Golden_spiral]]<br><<miniBrowser https://en.wikipedia.org/wiki/Conch>>|
|''[[Golden ratio & Spiral|https://youtu.be/4VrcO6JaMrM?list=PLqDIuQZJyJOEG62X3pPrur3tId8SYAp0O]]'' - [[Airbnb]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4VrcO6JaMrM?list=PLqDIuQZJyJOEG62X3pPrur3tId8SYAp0O" frameborder="0" allowfullscreen></iframe></html>|~|
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BGoogle%20Translate%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Google Translate|http://translate.google.com/]]  - [[Google Translate for Android|https://play.google.com/store/apps/details?id=com.google.android.apps.translate]] - [[Microsoft Translator|http://www.bing.com/translator/help]]
Record the audio for future use on your cell phone (when there is no internet).
[[Thai Girls]] - ''[[Buddism - Sukha|https://en.wikipedia.org/wiki/Sukha]]'' - [[Foreign Exchange Rates]] - [[Learn Thai Online]]
- click -
[img[http://i.imgur.com/WLyOGvJ.png][https://goo.gl/gfsNFA]]
* 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>
[[Grow Food on Your Boat|http://yachtpals.com/boats-growing-9036]]<br><<miniBrowser http://yachtpals.com/boats-growing-9036>>
  * 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>

[[Permaview|http://psychology.tiddlyspot.com/#Harmonica]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|[[Harmonica - Charlie McCoy|https://youtu.be/MUW4LYEJyks?list=RDMUW4LYEJyks]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/MUW4LYEJyks?list=RDMUW4LYEJyks" frameborder="0" allowfullscreen></iframe></html>|[[Live Harmonica Performances|https://youtu.be/_iPKBEUEnJ8?list=PLB756046826AA9336]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/_iPKBEUEnJ8?list=PLB756046826AA9336" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser http://www.instructables.com/id/How-To-Play-The-Harmonica/?ALLSTEPS>>
[[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]]
|<html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html>|[[Meditation]] ''Youtubes - [[If the River Was Whiskey]] - [[The Bruce Lee of Bartending]]<br>[[Amazon - SunEscape Pop Up Backpacking Tent|http://www.amazon.com/dp/B019ETO0SK?psc=1]] - Sale: $39.90 & FREE Shipping<br>[[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]] - Price: $36.99 & FREE Shipping<br>[[Amazon - Intex Cartridge Filter Pump 330 GPH Flow Rate|http://www.amazon.com/Intex-Krystal-Cartridge-Filter-110-120V/dp/B00PHWUK2O/ref=pd_sim_sbs_86_10?ie=UTF8&dpID=41uEnne239L&dpSrc=sims&preST=_AC_UL160_SR160%2C160_&refRID=1RZVVBQENQ2Y84FEJW1M]] - Price: $34.95 & FREE Shipping<br>-click-<br>[img[http://ecx.images-amazon.com/images/I/51fSIhjrE9L.jpg][http://www.amazon.com/dp/B00A9WXUPG?psc=1]]''<br>[[Wooden Boat Building]] - [[Hydroponics]] - [[Weather - Phuket, Thailand]]|

[[How Viabox Works|https://www.viabox.com/?locale=en]] - Duration of Free Storage = 180 days - [[How iPostal1 Works|https://ipostal1.com/DigitalMailbox.php?gclid=CjwKEAjwm8-6BRDgnb-Dk96UmRASJADbMycYrcufGJloVKGtsJlzAwJg-4DBjCcmtpzOGM8juLuG0xoC0wbw_wcB]] - [[How vPost works|http://th.vpost.com/our-services/how-it-works]] - [[Casey Neistat|MY FIRST VLOG - Casey Neistat]] - ''https://boostedboards.com/''
<<miniBrowser https://www.viabox.com/faq.php>>
I have 2 questions. I now rent a hotel room in San Diego, Ca. I want to visit Phuket, Thailand. I am living on Social Security.
1> Can I use my San Diego address for my Forward To Address, then change the Forward To Address later when I rent an apartment in
Thailand?
2> 180 days storage might not be long enough for me to save money for overseas shipping of my things. Can I buy long term storage after
180 days so I can use ViaBox for permanent storage as I travel - like a Store and Forward Warehouse? And how much would it cost?
----
Hi Gary,
Yes this is possible. You will need to send us a copy of your passport so we can change the country from your account.
As for the storage maximum we can offer is 180 days only. We can try to extend the purging period for you for 1 more 
month (no guarantees on this) if you can send us a request here 1 week before the scheduled purging period so we 
can forward it to our warehouse Manager.
Please let us know if you have any other questions/requests. Thank you
Grace,
Customer Service Team
----
''[[1915- Birth of a Nation 6 minute Scene|https://youtu.be/HPmK1tPl_j0]]''<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/HPmK1tPl_j0" frameborder="0" allowfullscreen></iframe></html>

''[[Permaview|http://moving.tiddlyspot.com/#%5B%5BHow%20To%20Sell%20Your%20Used%20Stuff%20Through%20Amazon%5D%5D]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[How To Sell Your Used Stuff Through Amazon|http://www.makeuseof.com/tag/sell-stuff-amazon/]] - [[Amazon.com Around The World|http://www.amazon.com/gp/feature.html?tag=geo02a9-20&linkCode=as2&ie=UTF8&docId=487250]]
<<miniBrowser http://www.makeuseof.com/tag/sell-stuff-amazon/>>
<<miniBrowser http://www.makeuseof.com/tag/how-to-add-a-successful-amazon-store-to-your-blog/>>

[[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 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>
[[Ship Parts]]
<<miniBrowser http://www.theroastedroot.net/how-to-make-ginger-beer/>>
<<miniBrowser http://www.crabbiesgingerbeer.com/>>
<<miniBrowser https://en.wikipedia.org/wiki/Ginger_beer>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BHow%20to%20play%20piano%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
  * [[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/sZSkUEK.jpg][https://en.wikipedia.org/wiki/List_of_musical_scales_and_modes]]

- 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>
|[[How to survive an airport layover without a lounge|https://youtu.be/FTwoLvgElDk]] - https://www.prioritypass.com/ - [[Admiral's Club SFO|http://www.sleepinginairports.net/airport-lounges/san-francisco-airport/admirals-club.htm]] <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/FTwoLvgElDk" frameborder="0" allowfullscreen></iframe></html>|[[TOP 5 TIPS: SURVIVING AIRPORT LAYOVERS|https://youtu.be/aOwi0A2Ln-4]] - [[Tips page|http://grrrltraveler.com/travel-tips-3/how-to-survive-airport-layovers/]] - http://sleepinginairports.net/ <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aOwi0A2Ln-4" frameborder="0" allowfullscreen></iframe></html>|
''[[How we found our Apartment in Chiang|http://christhefreelancer.com/finding-an-apartment-in-chiang-mai/]]
<<miniBrowser http://christhefreelancer.com/finding-an-apartment-in-chiang-mai/>>
Make a photo gallery of inventory with dimensions and store on Gdrive
Try to find an EXPAT in Thailand to Sublet (Exchange) with every 3 months (if my hotel manager will allow it)
[[Inventory for International Moving Quote]] - From San Diego, Ca. to Phuket, Thailand

[[Donald Trump presidential campaign, 2016|https://en.wikipedia.org/wiki/Donald_Trump_presidential_campaign,_2016]] - [[For Veterans|Donald Trump Snake lyrics Bloomington IL]]

''[[RetireCheap.Asia|http://www.retirecheap.asia/more-videos.htm]] - [[Couchsurfing|https://www.couchsurfing.com/]]'' - [[Learn Thai Online]]''
<<miniBrowser http://www.retirecheap.asia/more-videos.htm>>

[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Living on a Boat]]
[[Dirt-Free Farming: Will Hydroponics (Finally) Take Off?|http://modernfarmer.com/2013/06/dirt-free-farming-will-hydroponics-finally-take-off/]]
<<miniBrowser http://modernfarmer.com/2013/06/dirt-free-farming-will-hydroponics-finally-take-off/>>
<<miniBrowser http://verticalharvesthydroponics.com/>>
<<miniBrowser https://en.wikipedia.org/wiki/Hydroponics>>
|[[Soil-less sky farming: rooftop hydroponics on NYC restaurant|http://faircompanies.com/videos/view/soil-less-sky-farming-rooftop-hydroponics-on-nyc-restaurant/]]<br>[[Refarm the city: Arduino-based, open source tools for urban farmers|https://youtu.be/hKFAOeThC50]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/hKFAOeThC50" frameborder="0" allowfullscreen></iframe></html>|<<miniBrowser http://refarmthecity.org/wiki/index.php/Main_Page>>|
[[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
[[Sheliak (Beta Lyrae)]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
[[Blender Wiki]]
http://blender.org
Android/Arduino Shield - [[IOIO Documentation|http://sheliak.org/dokuwiki/doku.php?id=electronics:ioio_documentation]]
<html>
<div align="center">
<iframe src="http://sheliak.org/dokuwiki/doku.php?id=electronics:ioio_documentation" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[The Bruce Lee of Bartending]]
''[[If the River Was Whiskey|https://youtu.be/H74JTyZBdko?list=PLcW9Au8gMJn_GB_Bl7uXXuIL27pLS2TqF]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/H74JTyZBdko?list=PLcW9Au8gMJn_GB_Bl7uXXuIL27pLS2TqF" frameborder="0" allowfullscreen></iframe></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>
[[Information Theory|https://youtu.be/p0ASFxKS9sg?list=PLbg3ZX2pWlgKDVFNwn9B63UhYJVIerzHL]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/p0ASFxKS9sg?list=PLbg3ZX2pWlgKDVFNwn9B63UhYJVIerzHL" frameborder="0" allowfullscreen></iframe></html>
[[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)
[[Installing 64-Bit Linux on the Asus Transformer Book T100|https://linuxnorth.wordpress.com/2014/12/11/installing-64-bit-linux-on-the-asus-transformer-book-t100/]]
<<miniBrowser https://linuxnorth.wordpress.com/2014/12/11/installing-64-bit-linux-on-the-asus-transformer-book-t100/>>
[[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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BInternet%20censorship%20in%20Thailand%5D%5D]]
[[Internet censorship in Thailand|https://en.wikipedia.org/wiki/Internet_censorship_in_Thailand]]
<<miniBrowser https://en.wikipedia.org/wiki/Internet_censorship_in_Thailand>>
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]
Hit open
<<miniBrowser http://inventoryport.tiddlyspot.com/>>
[[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>
''[[JetRadar - Los Angeles to All Points, Thailand|http://www.jetradar.com/cheapest/LAX/TH?departure=02.09]] - [[JetRadar - San Diego to All Points, Thailand|http://www.jetradar.com/cheapest/SAN/TH?departure=02.09]]''
''[[JetRadar - Phuket Round Trip Bangkok, Thailand|http://www.jetradar.com/searches/AHKT0310ABKKY1]] - [[Malasia Round Trip for Visa Run|http://www.jetradar.com/searches/AHKT0211AHAN0411Y1]] - [[Flightnetwork Airline Information|http://www.flightnetwork.com/pages/airline-information/]]''
''[[Carry-On & Weight Baggage Limit Chart For 68 World Airlines|http://flyingwithfish.boardingarea.com/2009/06/28/carry-on-weight-baggage-limit-chart-for-65-world-airlines/]] - [[Worldwide Baggage Fee Chart|http://www.farecompare.com/about/worldwide-baggage-fee-chart/#/]]''
<<miniBrowser http://www.jetradar.com/searches/AHKT0310ABKK0510Y1>>
Malasia Round Trip for Visa Run
<<miniBrowser http://www.jetradar.com/searches/AHKT0211AKUL0411Y1>>
Singapore Round Trip for Visa Run
<<miniBrowser http://www.jetradar.com/searches/AHKT0111ASIN0311Y1>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Jim Bates|https://en.wikipedia.org/wiki/Jim_Bates_(politician)]] - [[Roger Hedgecock]] - [[Pete Wilson]] - [[Duke Cunningham]] - [[San Diego mayor out of rehab, but locked out of office]] - Bates ran in the Democratic primary in June 1992 but lost the nomination to his former aide, [[Bob Filner]], who used the sexual harassment case against him.
<<miniBrowser https://en.wikipedia.org/wiki/Jim_Bates_(politician)>>
[[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)
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Kathoey|https://en.wikipedia.org/wiki/Kathoey]] - [[Kiwix Localhost - Kathoey|http://localhost:8000/wikipedia_en_all_2015-05/A/Kathoey.html]] - [[Full Metal Jacket|https://en.wikipedia.org/wiki/Full_Metal_Jacket]]
<<miniBrowser https://en.wikipedia.org/wiki/Kathoey>>
[[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>
[[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>
[[Permaview|http://glassparrot.tiddlyspot.com/#%5B%5BKiwix%20Localhost%5D%5D]]  - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Nat King Cole Walkin]] 
[[Kiwix Localhost|http://localhost:8000/]] - http://www.kiwix.org/wiki/Software - [[Blender Manual Localhost]]
''[[Synchrotron radiation|https://en.wikipedia.org/wiki/Synchrotron_radiation]] - [[Synchrotron radiation (Kiwix)|http://localhost:8000/wikipedia_en_all_2015-05/A/Synchrotron_radiation.html]]'' 
''root - https://en.wikipedia.org/wiki/Nuclear_reactor''
kiwix - http://localhost:8000/wikipedia_en_all_2015-05/A/Nuclear_reactor.html 
Example: Use Kiwix search box to search for Islander 36. Or you can put 
http://localhost:8000/wikipedia_en_all_2015-05/A/Islander_36.html in the address bar and hit go. Try Boat_building.html
(This is only if you have installed Kiwix locally - my IP is blocked by a firewall.)
<<miniBrowser http://localhost:8000/wikipedia_en_all_2015-05/A/Nuclear_reactor.html>>
Try "Léon Blum" (and "Aunt Rose" - the wife of, in my family). = A spoiled, teenage girl named Debbie is the center of the plot. Odd. She's was a [[Mussolini|https://en.wikipedia.org/wiki/Benito_Mussolini]] sympathizer?
Debbie (12-25-1950 / 12-28-2001) was my sister on my mothers side, and she was not. We were adopted by Robert R. Rust. Rose Blum is Bobs mother (Lilian)s sister. 
Try "Giuseppe Gariboldi" - Leo use to call me Gariboldi when I was a kid. Leo was raised in Japan (was not an oriental) and later married my Aunt Rose after WWII.
[[Urbano Lazzaro|https://en.wikipedia.org/wiki/Urbano_Lazzaro]] of the [[52nd Garibaldi Partisan Brigade|https://en.wikipedia.org/wiki/Operation_Achse]] played an important role in capturing [[Benito Mussolini|https://en.wikipedia.org/wiki/Benito_Mussolini]] near the end of World War II. 
<<miniBrowser https://en.wikipedia.org/wiki/Giuseppe_Gariboldi>>
[[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>
<<miniBrowser https://en.wikipedia.org/wiki/Thai_alphabet>>
<<miniBrowser http://www.thaialphabet.net/>>
<<miniBrowser http://www.handspeak.com/spell/index.php?id=spell-asl>>
<<miniBrowser http://morsecode.scphillips.com/morse.html>>
[[Learn Thai with ThaiPod101.com |https://www.youtube.com/user/ThaiPod101/playlists]]
|[[Learn the Top 25 Must-Know Thai Phrases!|https://youtu.be/pbyhjgPOLYQ?list=PLD5LcdMxUGzevdE09urJylZ0AkmUtUTY7]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/pbyhjgPOLYQ?list=PLD5LcdMxUGzevdE09urJylZ0AkmUtUTY7" frameborder="0" allowfullscreen></iframe></html>|[[Learn Thai with Video|https://youtu.be/n1mxOxvrTi0?list=PL1D2792F4417E2051]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/n1mxOxvrTi0?list=PL1D2792F4417E2051" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Writing|https://youtu.be/M8tZqU_Et1I?list=PLD5LcdMxUGzfVsoq_yXyYTMdO3yPOoQ1w]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/M8tZqU_Et1I?list=PLD5LcdMxUGzfVsoq_yXyYTMdO3yPOoQ1w" frameborder="0" allowfullscreen></iframe></html>|[[Popular Thai Slang|https://youtu.be/mhXtKtF317Q]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/mhXtKtF317Q" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai Language Lesson|https://youtu.be/mJNrs4z_Pn0?list=PLcZvhMQ64T0yovgVsvYDvTmlfZXY8MseX]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/mJNrs4z_Pn0?list=PLcZvhMQ64T0yovgVsvYDvTmlfZXY8MseX" frameborder="0" allowfullscreen></iframe></html>|[[How to Express Your Love in Thai|https://youtu.be/g8uuy3i7EjM]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/g8uuy3i7EjM" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Listening Comprehension for Absolute Beginners|https://youtu.be/GgoyuXyoQXQ?list=PLD5LcdMxUGzfh4MS0rLHboflVYr1x7GSu]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/GgoyuXyoQXQ?list=PLD5LcdMxUGzfh4MS0rLHboflVYr1x7GSu" frameborder="0" allowfullscreen></iframe></html>|[[Thai lesson : How to get a massage in Thailand|https://youtu.be/bG8Lxdcokm0?list=PL7IcrQAW4d2FxfEoALyys4o3uB_NM-Rst]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bG8Lxdcokm0?list=PL7IcrQAW4d2FxfEoALyys4o3uB_NM-Rst" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai Alphabet Song|https://youtu.be/1Tk-x5KHJFI?list=RD1Tk-x5KHJFI]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1Tk-x5KHJFI?list=RD1Tk-x5KHJFI" frameborder="0" allowfullscreen></iframe></html>|[[Audio Dictionary: Thai to English|https://youtu.be/DbQHMxizGgs]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/DbQHMxizGgs" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai (Vocabulary)|https://youtu.be/8zmnAlVi09c]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/8zmnAlVi09c" frameborder="0" allowfullscreen></iframe></html>|[[ALG Learn Thai 5-10|https://youtu.be/dZ7pLNesMso]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/dZ7pLNesMso" frameborder="0" allowfullscreen></iframe></html>|
|[[Learn Thai language with English|https://youtu.be/cpsvLRUoxLg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/cpsvLRUoxLg" frameborder="0" allowfullscreen></iframe></html>|[[Thai Language very easy|https://youtu.be/U5LtdukYCgM]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/U5LtdukYCgM" frameborder="0" allowfullscreen></iframe></html>|
[[KRUU WEE TEACH THAI|https://youtu.be/zsjEIIkGLwE?list=LLCNPGGH7lguWWeFiHTp-OtQ]] - [[map: Patong Language School|https://www.google.co.th/?client=ubuntu&hs=cwp#q=language school phuket thailand&rflfq=1&rlha=0&rllag=7866257,98321453,5564&tbm=lcl&tbs=lf:1,lf_ui:2&fll=7.896391108447699,98.31052229424438&fspn=0.023634964901869893,0.0396971637563297&fz=15&oll=7.904297600000001,98.33710835&ospn=0.27480729422624695,0.12979399123784674&oz=11&qop=1&rlfi=hd:;si:3629149167939966033]]
<<miniBrowser http://www.phuket-languageschool.com/>>
<<miniBrowser http://psychology.tiddlyspot.com/#%5B%5BLearn%20Thai%20Online%5D%5D>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BLiving%20on%20a%20Boat%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
''[[Ouibiscuit - Le Cheval De Bao Royal|http://n6xre.tiddlyspot.com/#%5B%5BWish%20List%5D%5D]] = We singularly have the body of Royal See Horses.''
''[[Bao|https://www.urbandictionary.com/define.php?term=Bao]] definition. - [[Harry Belafonte - Wikipedia|https://en.wikipedia.org/wiki/Harry_Belafonte]] - Imagine a whole private Island of See Horses,''
''where the natives take care of you royally, every time you come home, by making gifts for you.''
''[[Sailing La Vagabonde|https://www.youtube.com/channel/UCZdQjaSoLjIzFnWsDQOv4ww]]'' - Living on [[Hardtack|https://en.wikipedia.org/wiki/Hardtack]] - [[Grow Food on Your Boat]] - [[Recipes|http://inventoryport.tiddlyspot.com/#Recipes]]
''The [[MAGIC (telescope)|https://en.wikipedia.org/wiki/MAGIC_(telescope)]] - [[Celestial Navigation at Sea]] - [[Satellite communications antenna systems]]''
''The [[Harmonica]] - See [[Raspberry Pi 3 MIDI|http://mediaport.tiddlyspot.com/#%5B%5BRaspberry%20Pi%203%20MIDI%5D%5D]] - [[How do customs and immigration work in a sailboat?|http://travel.stackexchange.com/questions/11085/how-do-customs-and-immigration-work-in-a-sailboat]]''
''Designing with [[FreeCAD|http://reprap.org/wiki/FreeCAD]]'' - [[Blender Wiki]] - ''[[Anet A8 Desktop 3D Printer Prusa i3 DIY Kit|http://inventoryport.tiddlyspot.com/#%5B%5BAnet%20A8%20Desktop%203D%20Printer%20Prusa%20i3%20DIY%20Kit%5D%5D]]'' - [[Kiwix Localhost]]''
''Building'' - ''[[Model Ship building|http://scienceport.tiddlyspot.com/#%5B%5BModel%20Ship%20building%5D%5D]]'' - [[Wooden Boat Building]] -  ''[[Self-build and live aboard boat in Thailand|http://www.thaivisa.com/forum/topic/769652-self-build-and-live-aboard-boat-in-thailand/]]''
''[[Boater Exam Playlist]] - [[Living on a Boat - part 1]]''
''Restorations'' - [[U.S.S. Williamsburg - Presidential Yacht For Sale Mini Documentary]]''
''[[Ariete Primo - The conversion of a 44 metre tugboat into an exclusive Super yacht]]
[[Moses!]] - [[Learn Thai Online]]  - [[Google Translate]] - [[Foreign Exchange Rates]] - ''[[Honor Marine Communications|http://www.honormarine.com/index.asp]]''
<<miniBrowser http://oceantrawleryachts.com/selene-trawler-yacht-models/>>
[[Ship Parts]]

<<miniBrowser https://en.wikipedia.org/wiki/Glossary_of_nautical_terms>>
<<miniBrowser https://forshipbuilding.com/>>
|[[Nordhavn Yachts|https://youtu.be/BfEvpp4rwZQ?list=PLnmilyFMIgC8XwfzStz0afufZuPVwAamL]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/BfEvpp4rwZQ?list=PLnmilyFMIgC8XwfzStz0afufZuPVwAamL" frameborder="0" allowfullscreen></iframe></html>|[[Dream Yachts|https://youtu.be/7CekBFBla7U?list=PLMZq7-eO3P7OChSVbDmB7TTSHUrTocO5C]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/7CekBFBla7U?list=PLMZq7-eO3P7OChSVbDmB7TTSHUrTocO5C" frameborder="0" allowfullscreen></iframe></html>|
|[[HOUSEBOAT FOR SALE - GIBSON 14' x 50' TENNESSEE|https://youtu.be/yGGVhYwabkw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/yGGVhYwabkw" frameborder="0" allowfullscreen></iframe></html>|[[Selene 66' Trawler Yacht. Luxury long range trawler|https://youtu.be/LfyzrmjaFZ4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/LfyzrmjaFZ4" frameborder="0" allowfullscreen></iframe></html>|
|[[Catamaran Sailing|https://youtu.be/6fnRRyRetB4?list=PLxCJkMg_yj37vD6-FvpTb_0pfXoXHs6ly]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/6fnRRyRetB4?list=PLxCJkMg_yj37vD6-FvpTb_0pfXoXHs6ly" frameborder="0" allowfullscreen></iframe></html>|[[Popular Tugboat & Yacht videos|https://youtu.be/5IXH6VEPsao?list=PLO7OIeX45FfH9DXvG7O_u3-7dNXbKiPmV]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/5IXH6VEPsao?list=PLO7OIeX45FfH9DXvG7O_u3-7dNXbKiPmV" frameborder="0" allowfullscreen></iframe></html>|
|[[Discovery www.bateauxdumidi.com tel 0612060453|https://youtu.be/npIITfRfmNo]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/npIITfRfmNo" frameborder="0" allowfullscreen></iframe></html>|[[CLASSIC-STEEL-MOTOR-YACHT|http://www.devalk.nl/en/yachtbrokerage/451856/CLASSIC-STEEL-MOTOR-YACHT.html]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bZj4QF9NCE4" frameborder="0" allowfullscreen></iframe></html>|
|[[Heliotrope Solar Assisted Power Catamaran Yacht|https://youtu.be/siyQqnASHDU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/siyQqnASHDU" frameborder="0" allowfullscreen></iframe></html>|[[Nordhavn 40 - Around The World|https://youtu.be/CEb9XUjofE8]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/CEb9XUjofE8" frameborder="0" allowfullscreen></iframe></html>|
|[[Unusual Catamaran with Wind Turbine Propulsion in Guernsey|https://youtu.be/IzGCYaJbf0A]] - [[SkySails|The Technology Video SkySails]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/IzGCYaJbf0A" frameborder="0" allowfullscreen></iframe></html>|[[How to sail|https://youtu.be/Z5gyVG7MSCY?list=PLFEbEX5nbL7VYg5n7uOpUnTxTI-w7H2Dd]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Z5gyVG7MSCY?list=PLFEbEX5nbL7VYg5n7uOpUnTxTI-w7H2Dd" frameborder="0" allowfullscreen></iframe></html>|
|[[Private Jets Documentary - Cine|https://youtu.be/EOWu0OegVSk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/EOWu0OegVSk" frameborder="0" allowfullscreen></iframe></html>|[[Mr. Trump's 757|https://youtu.be/UZq3iCn2y74]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/UZq3iCn2y74" frameborder="0" allowfullscreen></iframe></html>|
* See [[007 Lotus Esprit 'Submarine Car'|http://www.rmsothebys.com/lots/lot.cfm?lot_id=1061050]] - [[Faraday Future car 2016|http://glassparrot.tiddlyspot.com/#%5B%5BFaraday%20Future%20car%202016%5D%5D]] - https://www.skyjet.com/
|[[Living on a Boat - part 1|https://youtu.be/WHCDQ-YRUy8?list=PLLBTXJQECLPyrDky3HU_qI3ZJKMAV1fAL]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WHCDQ-YRUy8?list=PLLBTXJQECLPyrDky3HU_qI3ZJKMAV1fAL" frameborder="0" allowfullscreen></iframe></html>|[[houseboats and living happy on the water|https://www.youtube.com/playlist?list=PL0Fl7dCpoux437ZOB1JpYlcHlhnSy52Sn]] - [[Learn Thai Online]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL0Fl7dCpoux437ZOB1JpYlcHlhnSy52Sn" frameborder="0" allowfullscreen></iframe></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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BL%C3%A8se%20majest%C3%A9%20in%20Thailand%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Lèse majesté in Thailand|https://en.wikipedia.org/wiki/L%C3%A8se_majest%C3%A9_in_Thailand]]
<<miniBrowser https://en.wikipedia.org/wiki/L%C3%A8se_majest%C3%A9_in_Thailand>>
Lèse majesté assumes that Royalty is a responsibility that requires perfection.  If the National Anthem: Phleng Chat Thai is true, 
then tyranny can never happen to those who lack perfection, and the royalty is greatly outnumbered. I hope there is a better answer,
to equalize such a responsibility, and to releave the human condition so as to have a more common ground, without compromize.
King Bhumibol Adulyadej, is an accomplished jazz saxophonist, clarinetist, and trumpeter, who jammed with Benny Goodman
when he was on tour in Thailand, Burma, Cambodia, Malaya, Japan, Singapore, South Korea, and Hong Kong, so he must be 
the next best thing to perfect, [[The Ambassador of Swing|http://www.meridian.org/jazzambassadors/benny_goodman/benny_goodman.php]] or else that would not have happened.
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
|[[MY FIRST VLOG - Casey Neistat|https://www.youtube.com/playlist?list=PLTHOlLMWEwVy52FUngq91krMkQDQBagYw]] - [[The Bruce Lee of Bartending]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gnHCw87Enq4?list=PLTHOlLMWEwVy52FUngq91krMkQDQBagYw" frameborder="0" allowfullscreen></iframe></html>|[[Vlune 3 - MEETING CASEY NEISTAT?|https://youtu.be/rFj8pcos8KE?list=PLnN2bBxGARv7W6rK2AYdV4CXc1Vd88k3h]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/rFj8pcos8KE?list=PLnN2bBxGARv7W6rK2AYdV4CXc1Vd88k3h" frameborder="0" allowfullscreen></iframe></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>
[[Making A Killing: The Untold Story Of Psychotropic Drugging (Documentary)|https://youtu.be/qHlLRge45sg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/qHlLRge45sg" frameborder="0" allowfullscreen></iframe></html>
[[Permaview|http://psychology.tiddlyspot.com/#Malaysia]]
[[Malaysia|https://en.wikipedia.org/wiki/Malaysia]]
<<miniBrowser https://en.wikipedia.org/wiki/Malaysia>>
[[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>
''[[Watch the world's ships sail Earth's oceans in REAL TIME|http://www.dailymail.co.uk/sciencetech/article-2636152/Watch-worlds-ships-sail-planets-oceans-REAL-TIME-Interactive-map-reveals-crowded-routes-taken-worlds-vessels.html]] - [[GNU AIS - Automatic Identification System for Linux|http://gnuais.sourceforge.net/]] - [[AIS FREQUENTLY ASKED QUESTIONS|https://www.navcen.uscg.gov/?pageName=AISFAQ]]''
<<miniBrowser http://www.marinetraffic.com/en/ais/home/centerx:98.374/centery:7.810/zoom:12>>
[[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]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Ship Parts]] - [[Terence McKenna - The Tree Of Knowledge - [COMPLETE 10 HOUR TALK]|https://youtu.be/OzmeBkrBcOU]] - [[Terence McKenna - The Last Word|https://youtu.be/wtkGwHnZM6M]]''
|''[[Eckhart Tolle|https://youtu.be/J3WsZp0A4og?list=PLV8dwqzRYISJcA3PjOy0sgMDUvWXuntbV]] - [[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]]'' - ''[[Go Camping|https://goo.gl/yJNGbV]]'' - [[Hydroponics]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/usvMNWIf4L4?list=PLV8dwqzRYISJcA3PjOy0sgMDUvWXuntbV" frameborder="0" allowfullscreen></iframe></html>|''[[Gnosis - Meditation Techniques - Dalai Lama|https://youtu.be/q_nPcjEHU8E]] - [[Amazon - Backpacking Tent |http://www.amazon.com/dp/B019ETO0SK?psc=1]]''<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/q_nPcjEHU8E" frameborder="0" allowfullscreen></iframe></html>|
|''[[Alan Watts - Cosmic Network|https://youtu.be/QCpA6rgvb7Q?list=RDQCpA6rgvb7Q]] - [[The Essential Alan Watts ebook|http://fyktoree03.livejournal.com/23851.html]]'' - [[Wooden Boat Building]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/QCpA6rgvb7Q?list=RDQCpA6rgvb7Q" frameborder="0" allowfullscreen></iframe></html>|''[[Terence McKenna Movies|https://www.youtube.com/user/wplnts/playlists]] - [[Amscope]] - [[Vaults of Erowid]] - [[The Lycaeum]]'' - [[Moving Plans]] - [[Blender|Blender Wiki]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/aAlaRdrcQcY?list=PLwOcdj091QTa7hTp0TJR0ILBGy_T3_mwq" frameborder="0" allowfullscreen></iframe></html>|

 
* 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
----
Ginger beer - Wikipedia
https://en.wikipedia.org/wiki/Ginger_beer
----
Crabbies Ginger Beer
http://www.crabbiesgingerbeer.com/
----
 How to Make Ginger Beer
http://www.theroastedroot.net/how-to-make-ginger-beer/
----
Blender Wiki
http://wiki.blender.org/
----
Geothermal power (Wikipedia)
https://en.wikipedia.org/wiki/Geothermal_power
----
Lithium (Wikipedia)
https://en.wikipedia.org/wiki/Lithium
----
Lithium: reactions of elements
https://www.webelements.com/lithium/chemistry.html
----
Brine Harvesting of Lithium vs. Hard Rock Mining
http://www.miningfeeds.com/2015/06/11/brine-harvesting-of-lithium-vs-hard-rock-mining/
----
The Boring Company
https://boringcompany.com/
----
The Boring Company
http://fortune.com/2016/03/29/lithium-tesla-mine-nevada/
----
Tools
http://www.boat-links.com/linklists/boatlink-43.html#tools
----
4.2m skiff
http://www.dinghy.pl/42m_skiff.htm
----
The Mother Of All Maritime Links
http://www.boat-links.com/boatlink.html
----
Designing Boats University of Minnesota
http://www.tc.umn.edu/~parke120/Boats/design-i-y.html
----
NAVTEX
http://weather.gmdss.org/index.html
----
Marine Traffic Map
http://www.marinetraffic.com/en/ais/home/centerx:98.374/centery:7.810/zoom:12
----
Marine Traffic
http://www.marinetraffic.com/en/p/plans
----
PSY
http://www.shoutcast.com/Search?query=Psy
----
To Farm Out Work or Not To Farm Out Work?
https://www.engraversjournal.com/article.php/3034/index.html
----
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
----
Boat Design Net
http://www.boatdesign.net/forums/design-software/free-low-cost-hull-modeling-software-2016-a-54856.html
----
How To Make A Beer
http://www.blenderguru.com/tutorials/make-beer-blender/
----
Internet Radio
https://www.internet-radio.com
----
Dash Advantages
https://www.dash.org/getting-started/
----
Wikipedia
https://en.wikipedia.org/wiki/
----
Learn The Thai Alphabet
http://www.thaialphabet.net/
----
Thai alphabet
https://en.wikipedia.org/wiki/Thai_alphabet
----
Name: phuket@jabber.hot-chilli.net
https://jabber.hot-chilli.net/jappix/
----
Magic Mushroom Shakes
http://www.travelfreak.net/how-to-trip-on-mushrooms-in-thailand/
----
Dentists in Phuket
http://phuket.thaivisa.com/dentists-in-phuket/
----
Nuclear reactor (Kiwix)
http://localhost:8000/wikipedia_en_all_2015-05/A/Nuclear_reactor.html
----
Nuclear reactor (Wikipedia)
https://en.wikipedia.org/wiki/Nuclear_reactor
----
Synchrotron radiation (Kiwix)
http://localhost:8000/wikipedia_en_all_2015-05/A/Synchrotron_radiation.html
----
Blender Reference Manual (Blender.org)
https://www.blender.org/manual/
----
Blender Reference Manual (Localhost)
http://localhost/BlenderManual/html/contents.html
----
Vector Math for 3D Computer Graphics (Web)
http://chortle.ccsu.edu/VectorLessons/index.html
----
Vector Math for 3D Computer Graphics Localhost
http://localhost/Vector%20Math%20for%203D%20Computer%20Graphics/chortle.ccsu.edu/VectorLessons/index.html
----
A Protocol for Offline Bitcoin Over Radio Transactions
http://betteroffbitcoin.com/a-protocol-for-offline-bitcoin-over-radio-transactions/
----
Bitcoin ATMs by Country
https://coinatmradar.com/countries/
----
Collusion (Wikipedia)
https://en.wikipedia.org/wiki/Collusion
----
Richard Helms (Wikipedia)
https://en.wikipedia.org/wiki/Richard_Helms
----
Allen Dulles (Wikipedia)
https://en.wikipedia.org/wiki/Allen_Dulles
----
Sidney Gottlieb (Wikipedia)
https://en.wikipedia.org/wiki/Sidney_Gottlieb
----
Military intelligence (Wikipedia)
https://en.wikipedia.org/wiki/Military_intelligence
----
Cotard delusion (Wikipedia)
http://en.wikipedia.org/wiki/Cotard_delusion
----
Medical intelligence (Wikipedia)
https://en.wikipedia.org/wiki/Medical_intelligence
----
Indochina War timeline (Wikipedia)
https://en.wikipedia.org/wiki/Indochina_War_timeline
----
Watergate timeline (Wikipedia)
https://en.wikipedia.org/wiki/Watergate_timeline
----
Self-build and live aboard boat in Thailand
http://www.thaivisa.com/forum/topic/769652-self-build-and-live-aboard-boat-in-thailand/
----
Léon Blum (Kiwix)
http://localhost:8000/wikipedia_en_all_2015-05/A/Léon_Blum.html
----
Léon Blum (Wikipedia)
https://en.wikipedia.org/wiki/Léon_Blum.html
----
List of computer criminals (Wikipedia)
http://h8quadmod.tiddlyspot.com/#%5B%5BINTERNET%20FAILURES%20AT%20THE%20SANDFORD%20HOTEL%20IN%20SAN%20DIEGO%5D%5D
----
Internet Crime Schemes
http://h8quadmod.tiddlyspot.com/#%5B%5BInternet%20Crime%20Schemes%5D%5D
----
Federal Bureau of Investigation (Wikipedia)
https://en.wikipedia.org/wiki/Federal_Bureau_of_Investigation
----
White House Plumbers (Wikipedia)
https://en.wikipedia.org/wiki/White_House_Plumbers
----
United States Constitution (Wikipedia)
https://en.wikipedia.org/wiki/United_States_Constitution
----
United States Constitution - Article I Section 8 Clause 8
http://cyber.law.harvard.edu/openlaw/eldredvashcroft/progress.html
----
Selected Works of Malla Pollack
https://works.bepress.com/malla_pollack/
----
Habeas corpus (Wikipedia)
https://en.wikipedia.org/wiki/Habeas_corpus
----
Federal Emergency Management Agency (Wikipedia)
https://en.wikipedia.org/wiki/Federal_Emergency_Management_Agency
----
FEMA camps conspiracy theory (Wikipedia)
https://en.wikipedia.org/wiki/FEMA_camps_conspiracy_theory
----
Humanitarian intervention (Wikipedia)
https://en.wikipedia.org/wiki/Humanitarian_intervention
----
Advantages of Immigration Lawyers
http://www.legal-thailand.com/advantages-of-immigration-lawyers.html
----
Thai Post Offices
http://www.thailandguru.com/thailand-postal-office-couriers.html
----
FedEx Customs Compliance Made Easy
https://smallbusiness.fedex.com/compliant-international-shipping.html
----
DHL Customs Services and Support
http://www.dhl.com/en/express/customs_support.html
----
Moving to Thailand : Household Goods
http://www.legal-thailand.com/moving-to-thailand-household-goods.html
----
How Viabox Works (FAQ)
https://www.viabox.com/faq.php
----
Seven Seas Worldwide
http://www.sevenseasworldwide.com/en-us/shipping/thailand
----
UPakWeShip Shipping Volume Calculator
http://upakweship.com/moving-tips/volume-estimator/
----
UPakWeShip International Shipping Services
http://upakweship.com/
----
Bigmove Phuket International Shipping Services
http://www.bigmovephuket.com/international-moves/
----
International Sea & Air Shipping Services
http://www.internationalmoving.com/
----
Qui tam (Wikipedia)
https://en.wikipedia.org/wiki/Qui_tam
----
Torture and the United States (Wikipedia)
http://en.wikipedia.org/wiki/Torture_and_the_United_States
----
Political abuse of psychiatry (Wikipedia)
https://en.wikipedia.org/wiki/Political_abuse_of_psychiatry#United_States
----
Terroristic threat (Wikipedia)
https://en.wikipedia.org/wiki/Terroristic_threat
----
Despotism (Wikipedia)
http://en.wikipedia.org/wiki/Despotism
----
Chemical warfare (Wikipedia)
http://en.wikipedia.org/wiki/Chemical_warfare
----
Donald Ewen Cameron
https://spidercatweb.wordpress.com/2015/12/05/dr-donald-ewen-cameron-cia-mind-kontrol-torture/
----
Mind Control Victims Win Ewen Cameron Case
http://www.wanttoknow.info/mkcourtcase
----
The Secrets of Mind Control
http://www.wanttoknow.info/mindcontrol
----
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
----
Banggood-diy electronics kit, 3d printer,raspberry pi
http://www.banggood.com/Wholesale-Arduino-SCM-and-3D-Printer-Acc-c-2153.html?utm_source=facebook&utm_medium=cpc_elc&utm_campaign=ar-140ar-rm-r&utm_content=tracy&utm_design=46
----
Dementia with Lewy bodies (Wikipedia)
https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies
----
Ya ba (Wikipedia)
https://en.wikipedia.org/wiki/Ya_ba
----
Methamphetamine Neurotoxicity (Wikipedia)
https://en.wikipedia.org/wiki/Methamphetamine#Neurotoxicity_and_neuroimmune_response
----
Golden Triangle (Southeast Asia) (Wikipedia)
https://en.wikipedia.org/wiki/Golden_Triangle_(Southeast_Asia)
----
14th Dalai Lama (Wikipedia)
https://en.wikipedia.org/wiki/14th_Dalai_Lama
----
Tenzin Gyatso (Wikipedia)
https://en.wikipedia.org/wiki/14th_Dalai_Lama#CIA_Tibetan_program
----
Tenzin Gyatso - Interest in science, and Mind and Life Institute (Wikipedia)
https://en.wikipedia.org/wiki/14th_Dalai_Lama#Interest_in_science.2C_and_Mind_and_Life_Institute
----
Decentralized decision-making (Wikipedia)
https://en.wikipedia.org/wiki/Decentralized_decision-making
----
On Reincarnation
http://www.buddhanet.net/e-learning/reincarnation.htm
----
Dorje Shugden controversy (Wikipedia)
https://en.wikipedia.org/wiki/Dorje_Shugden_controversy
----
Pentagon Papers
https://en.wikipedia.org/wiki/Pentagon_Papers
----
Iraq War (Wikipedia)
https://en.wikipedia.org/wiki/Iraq_War
----
Samuel L. Popkin and Susan Shirk (Wikipedia)
https://en.wikipedia.org/wiki/Samuel_L._Popkin
----
Ariel Weinmann (Wikipedia)
https://en.wikipedia.org/wiki/Ariel_Weinmann
----
Admiral Hyman George Rickover Willingness to "sink them all" (Wikipedia)
http://en.wikipedia.org/wiki/Hyman_Rickover#Willingness_to_.22sink_them_all.22
----
Harry D. Train II (Wikipedia)
https://en.wikipedia.org/wiki/Harry_D._Train_II
----
Harry DePue Train, II, Admiral, US Navy (Retired)
http://www.usni.org/heritage/train
----
Science Applications International Corporation (SAIC)
http://www.vanityfair.com/news/2007/03/spyagency200703
----
Donald Stiles Campbell, Jr.
http://www.bgirlsboats.com/Donald-Campbell.html
----
Kathoey (Wikipedia)
https://en.wikipedia.org/wiki/Kathoey
----
Liber LXXVII - Aleister Crowley
http://hermetic.com/crowley/libers/lib77.html
----
Frank Brendel (IMDb)
http://www.imdb.com/name/nm0107152/?ref_=ttfc_fc_cr21
----
Audie Murphy
https://en.wikipedia.org/wiki/Audie_Murphy#Post-traumatic_stress
----
Bimbo (Fleischer Studios)
https://en.wikipedia.org/wiki/Bimbo_(Fleischer_Studios)
----
Scientific Calculator
http://www.calculator.net/scientific-calculator.html
----
Unit Converter
http://www.unitconverters.net/
----
Paper Models of Polyhedra
http://www.korthalsaltes.com/
----
Conch (Wikipedia)
https://en.wikipedia.org/wiki/Conch
----
Golden spiral (Wikipedia)
https://en.wikipedia.org/wiki/Golden_spiral
----
Thailand (Wikipedia)
https://en.wikipedia.org/wiki/Thailand
----
Internet censorship in Thailand (Wikipedia)
https://en.wikipedia.org/wiki/Internet_censorship_in_Thailand
----
HoboTraveler
http://www.hobotraveler.com/videos/
----
RetireCheap.Asia
http://www.retirecheap.asia/more-videos.htm
----
Phuket Has Been Good To Us Foundation
http://www.givingway.com/organization/3505b90a-d626-4900-9ca4-2d639afb2160/Phuket+Has+Been+Good+To+Us+Foundation
----
Tourism Authority of Thailand
http://www.tourismthailand.org/Accommodation
----
Thailand Wikivoyage
https://en.wikivoyage.org/wiki/Thailand
----
JetRadar - Los Angeles to All Points, Thailand
http://www.jetradar.com/cheapest/LAX/TH?departure=02:)06
----
JetRadar - Los Angeles to Chiang Mai
http://www.jetradar.com/searches/CLAX0206ACNXY1
----
Thaivisa ONLINE Radio
http://www.thaivisa.com/radio/
----
THAI 101
http://www.101languages.net/thai/thai-radio/
----
Learn Thai Online
http://j3.learnthaionline.com/index.php
----
WWOOF Organic Farming exchange program
http://wwoofthailand.com/how-it-works/
----
HelpX exchange program
http://www.helpx.net/
----
Around the World by Sailboat
http://www.transitionsabroad.com/listings/travel/adventure-travel/articles/around-the-world-by-sailboat.shtml
----
Lonely Planet - Taiwan
https://www.lonelyplanet.com/taiwan
----
Offshore Passage Opportunities
https://www.sailopo.com/default.aspx?
----
BKK Singles
http://www.bkksingles.com/
----
Lonely Planet
http://www.lonelyplanet.com/
----
Lonely Planet - Phuket Province
https://www.lonelyplanet.com/thailand/phuket-province
----
Airbnb
https://www.airbnb.com/
----
West Key Kamala apartment
https://www.airbnb.com/rooms/7957538
----
Weather - Phuket, Thailand
http://www.holiday-weather.com/phuket/
----
How we found our Apartment in Chiang Mai
http://christhefreelancer.com/finding-an-apartment-in-chiang-mai/
----
CARGO CRUISE
https://www.thrillist.com/travel/nation/what-the-hell-is-a-cargo-cruise-magnificent-that-s-what
----
Thailand Visa Regulations for Retirement and Tourism
http://www.retirecheap.asia/more-videos.htm#legal
----
Map of Thailand-Karte.jpg
http://www.mapsofworld.com/deutsch/maps/thailand-karte.jpg
----
Why aren't Vertical-Axis Wind Turbines more popular?
https://www.quora.com/Why-arent-Vertical-Axis-Wind-Turbines-more-popular
----
Cal-ePower 10kW turbine
http://www.cal-epower.com/solution.html
----
Tesla turbine (Wikipedia)
https://en.wikipedia.org/wiki/Tesla_turbine
----
Tesla turbine (Kiwix Localhost)
http://localhost:8000/wikipedia_en_all_2015-05/A/Tesla_turbine.html
----
Category:Steam power (Wikipedia)
https://en.wikipedia.org/wiki/Category:Steam_power
----
Steamboat (Wikipedia)
https://en.wikipedia.org/wiki/Steamboat
----
Steamboat (Kiwix Localhost) 
http://localhost:8000/wikipedia_en_all_2015-05/A/Steamboat.html
----
Supercritical steam generator (Wikipedia)
https://en.wikipedia.org/wiki/Supercritical_steam_generator
----
Supercritical steam generator (Kiwix Localhost)
http://localhost:8000/wikipedia_en_all_2015-05/A/Supercritical_steam_generator.html
----
Boiler (Wikipedia)
https://en.wikipedia.org/wiki/Boiler
----
Boiler (Kiwix Localhost)
http://localhost:8000/wikipedia_en_all_2015-05/A/Boiler.html
----
Electric steam boiler (Wikipedia)
https://en.wikipedia.org/wiki/Electric_steam_boiler
----
Electric steam boiler (Kiwix Localhost)
http://localhost:8000/wikipedia_en_all_2015-05/A/Electric_steam_boiler.html
----
Electrolysis of water (Wikipedia)
https://en.wikipedia.org/wiki/Electrolysis_of_water
----
Electrolysis of water(Kiwix Localhost)
http://localhost:8000/wikipedia_en_all_2015-05/A/Electrolysis_of_water.html
----
Boat Design Software
http://www.boatdesign.net/Directory/Software/Free_or_Low_Cost/
----
Rendering Delftship with Blender
http://www.delftship.net/DELFTship/index.php/forum/hull-modeling/3303-rendering
----
Blender for Modelling Boats
http://www.virtualskipper.com/forum/viewtopic.php?t=4775
----
JSDN Yaught Modeler
http://www.jsdn.es/jSDN/en/mainframe.html
----
Glossary of nautical terms (Wikipedia)
https://en.wikipedia.org/wiki/Glossary_of_nautical_terms
----
Ocean Trawler Yachts
http://oceantrawleryachts.com/yacht-sales/selene-trawlers-for-sale/
----
Selene Trawler Yacht Models
http://oceantrawleryachts.com/selene-trawler-yacht-models/
----
Esper (an Oyster 435) in PSS Boat Yard, Chebilang, Satun, Thailand
http://followtheboat.com/esper-refit-week-1/
----
Boat building (Wikipedia)
http://en.wikipedia.org/wiki/Boat_building
----
Catamaran (Wikipedia)
https://en.wikipedia.org/wiki/Catamaran
----
Trimaran (Wikipedia)
https://en.wikipedia.org/wiki/Trimaran
----
Buoyancy (Wikipedia)
https://en.wikipedia.org/wiki/Buoyancy
----
Pontoon effect (Wikipedia)
https://en.wikipedia.org/wiki/Pontoon_effect
----
Hull (watercraft) (Wikipedia)
https://en.wikipedia.org/wiki/Hull_(watercraft)
----
Tûranor PlanetSolar Solar Catamaran (Wikipedia)
https://en.wikipedia.org/wiki/T%C3%BBranor_PlanetSolar
----
Jungle Joel Videos
http://www.junglejoel.com/
----
Roger Hedgecock
https://en.wikipedia.org/wiki/Roger_Hedgecock
----
Dick Silbermann
https://en.wikipedia.org/wiki/Money_laundering
----
Jim Bates
https://en.wikipedia.org/wiki/Jim_Bates_(politician)
----
Bob Filner
http://en.wikipedia.org/wiki/Bob_Filner
----
Duke Cunningham (Wikipedia)
https://en.wikipedia.org/wiki/Duke_Cunningham
----
Pete Wilson
https://en.wikipedia.org/wiki/Pete_Wilson
----
Susan Golding
https://en.wikipedia.org/wiki/Susan_Golding
----
Rubbergate
https://en.wikipedia.org/wiki/House_banking_scandal
----
Causality (Wikipedia)
https://en.wikipedia.org/wiki/Causality
----
Risk (Wikipedia)
https://en.wikipedia.org/wiki/Risk
----
Cult suicide (Wikipedia)
https://en.wikipedia.org/wiki/Mass_suicide
----
Lèse majesté in Thailand (Wikipedia)
https://en.wikipedia.org/wiki/L%C3%A8se_majest%C3%A9_in_Thailand
----
Wax lips (Wikipedia)
https://en.wikipedia.org/wiki/Wax_lips
----
Tootsie Roll Tragedy: The Real Leo Hirschfeld Story
https://candyprofessor.com/2010/02/03/tootsie-roll-mystery/
----
How To Play The Harmonica
http://www.instructables.com/id/How-To-Play-The-Harmonica/?ALLSTEPS
----
Copenhagen Wheel
https://electricbikereview.com/superpedestrian/prototype-copenhagen-wheel/
----
Honor Marine Communications
http://www.honormarine.com/index.asp
----
Siamese Rescue
http://www.siameserescue.org/
----
Siamese cat (Wikipedia)
https://en.wikipedia.org/wiki/Siamese_cat
----
Synchrotron radiation (Wikipedia)
https://en.wikipedia.org/wiki/Synchrotron_radiation
----
Survival Channels for Baofeng
https://radiofreeq.wordpress.com/2015/01/22/survival-channels-for-baofeng-programming-shtf-ham-frs-pmr-gmrs-murs-marine-weather-business/#more-573
----
Calculus by Gilbert Strang
http://ocw.mit.edu/ans7870/resources/Strang/Edited/Calculus/Calculus.pdf
----
SIAM (Society for Industrial and Applied Mathematics)
https://www.siam.org/journals/
----
Siam Officially Renamed Thailand
http://www.historytoday.com/richard-cavendish/siam-officially-renamed-thailand
----
Patreon is recurring crowdfunding for artists and creators
http://blog.patreon.com/
----
Foreign Exchange Rates
http://www.bangkokbank.com/BangkokBank/WebServices/Rates/Pages/FX_Rates.aspx
----
Installing 64-Bit Linux on the Asus Transformer Book T100
https://linuxnorth.wordpress.com/2014/12/11/installing-64-bit-linux-on-the-asus-transformer-book-t100/
----
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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Money laundering|https://en.wikipedia.org/wiki/Money_laundering]]
<<miniBrowser https://en.wikipedia.org/wiki/Money_laundering>>
[[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>
[[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())}})()")))]]

[[Sheliak (Beta Lyrae)|http://sheliak.org/dokuwiki/doku.php?id=start]]
[[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>
* 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>
''[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BMoving%20Plans%5D%5D]] - [[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''  - [[West Key Kamala apartment|Airbnb]] (''[[map Lat 7.947257 Long 98.29939|https://www.google.com/maps/place/map+7.947257,+98.299393/data=!4m2!3m1!1s0x0:0x0?sa=X&ved=0ahUKEwj96qrn4tHOAhUDyGMKHQqUBi0Q8gEIGzAA]]'')  - [[Radio Communications Without A Radio - Echolink|N6XRE EchoLink]] - ''[[H.M.S. Pinafore|http://artport.tiddlyspot.com/#%5B%5BH.M.S.%20Pinafore%5D%5D]]''
[[Inventory Quote|Inventory for International Moving Quote]] - ''[[What to Pack For Southeast Asia?|https://youtu.be/O2JliZQe7rg]] - [[List of sandwiches|http://inventoryport.tiddlyspot.com/#%5B%5BList%20of%20sandwiches%5D%5D]]'' - [[Thailand Law]] - [[Drinking Magic Mushroom Shakes in Thailand]] - [[Dentists in Phuket]]
|''[[20 Seconds in Thailand|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Robert Wagner|https://www.patreon.com/ThailandRob?ty=h]] retired to [[Thailand|https://en.wikipedia.org/wiki/Thailand]] from [[Merrill Lynch|https://en.wikipedia.org/wiki/Merrill_Lynch]] ie; [[Brainstormer|https://en.wikipedia.org/wiki/Brainstorm_(1983_film)]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Nwhpx_Voq3s?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke" frameborder="0" allowfullscreen></iframe></html><br>''[[FINDING AN APARTMENT IN CHIANG MAI (WITH PRICES)|https://youtu.be/Y3pDmpyEoII]]'' - ''http://moving.tiddlyspot.com/''|[[How To Sell Your Used Stuff Through Amazon]]<br><html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html><br>[[Weather - Phuket, Thailand]] - ''[[Homeostasis|https://en.wikipedia.org/wiki/Homeostasis]]''<br>''[[KAMALA MOTORBIKE RENTALS|http://motorbikehireinphuket.com/]] - [[How to|http://tielandtothailand.com/how-to-rent-a-motorbike-in-thailand/]]''<br>''[[E-Commerce Sites in Thailand|http://www.acommerce.asia/top-10-e-commerce-sites-in-thailand/]]'' - [[Mushrooms in Thailand?|Drinking Magic Mushroom Shakes in Thailand]]<br>''[[Lèse majesté in Thailand|http://psychology.tiddlyspot.com/#%5B%5BL%C3%A8se%20majest%C3%A9%20in%20Thailand%5D%5D]] - [[The Ambassador of Swing|http://www.meridian.org/jazzambassadors/benny_goodman/benny_goodman.php]]''|
|[[Foreign Exchange Rates]] - ''[[Banking Tips Before You Move To Thailand|https://youtu.be/cavOm17diwk]]''<br>[[Bitcoin|https://en.wikipedia.org/wiki/Bitcoin]] - [[Bitcoin ATMs by Country]] - Jan. 2, 2017 - [[List of shopping malls in Thailand|https://en.wikipedia.org/wiki/List_of_shopping_malls_in_Thailand]]<br>[[Bank of Thailand Suggests Bitcoin Not Illegal|http://www.coindesk.com/bank-thailand-says-bitcoin-illegal-warns-use/]] - [[How It's Made - Mosquito Coils|https://youtu.be/w7Mr7OaKzkU?list=PLczWQhFbr0VA-G4WvuhhZ0LbGQaNaOB2A]]<br>West Key Kamala apartment Rent - [[SuperShuttle|http://www.supershuttle.com/Locations/SanDiegoSAN]] - Pickup Time: Fri Sep 02 2016 4:45 PM - 5:00 PM<br>02 Sept to 02 Oct - $390 Per Month - $390.00 USD = 13,634.18 THB<br>16 November to 17 March - $578 Per Month - $578.00 USD = 20,208.86 THB - ''[[Airbnb]]''<br>$585 San Diego To Phuket Airplane - Sept. 02, 2016 ''[[JetRadar|JetRadar - Los Angeles to All Points, Thailand]] - [[Ticket|https://drive.google.com/file/d/0B0XwG15s3jNqWnNRSWdyNHU4cTA/view?usp=sharing]] - [[Thailand Spreadsheet|https://goo.gl/NToxIM]]''<br>$77 Phuket to/from Kuala Lumpur Airplane - Nov. 02-04, 2016 ''[[JetRadar|http://www.jetradar.com/searches/AHKT0211AKUL0411Y1]] - [[Soniastravels Channel|https://www.youtube.com/user/soniastravels/playlists]]''<br>$135 Passport [[Office of the US Inspector General|https://travel.state.gov/content/passports/en/passports/information/fees.html]] - [[China Southern Seat Maps|http://www.seatguru.com/airlines/China_Southern/China_Southern_Boeing_787.php?flightno=660&date=]]<br>* [[San Diego Office|https://iafdb.travel.state.gov/DetailsForm.aspx?AFID=30088&vs=0]] - [[map|https://www.google.com/maps/place/1600+Pacific+Hwy,+San+Diego,+CA+92101/@32.7219487,-117.1742964,17z/data=!3m1!4b1!4m5!3m4!1s0x80d954ad67ff9797:0xcafdc4563f46749b!8m2!3d32.7219487!4d-117.1721077]] - done Jun. 16, 2016 - [[Virgin America San Diego|https://www.virginamerica.com/cms/fly-with-us/airport-info/san-diego-san]] - [[Bags|http://virginamerica.custhelp.com/app/answers/detail/a_id/55]] - [[Bangkok Airport Guide|https://youtu.be/9XhyZaA7ZN4]]<br>[[RETIREMENT VISA PACKAGE]] - [[Thai Post Offices]] - ''[[Airline Baggage Rules|http://www.csair.com/au/en/faq/mfxltype.shtml]] - [[International|http://www.csair.com/en/orders/order/lvkexuzhiguoji/]]''<br>''https://booking.supershuttle.com/my-trips - [[Arrival Processes|https://youtu.be/u0_5f5Xv7lw]] - [[Phuket International Airport|https://youtu.be/8JnXffHfR1U?list=PL7DLm8XKQ0Xu3tBIiunnx1p1W5InTlxqj]]''|''[[How Viabox Works|https://www.viabox.com/?locale=en]] - [[Terms and Conditions|https://www.viabox.com/terms_conditions.php]]''<br>''Send a message to customer service to change''<br>''my forwarding address''<br>''[[How to Get Mail by General Delivery|http://peopleof.oureverydaylife.com/mail-general-delivery-5546.html]] Storeage for 30 days''<br>''[[UPakWeShip International Shipping Services|http://upakweship.com/]]''<br>[[Moving Services]]|
|[[Backpacking Southeast Asia|https://youtu.be/KnS6UoNNgEE]] - ''[[Getting a Thai Driving Licence|https://youtu.be/69AazhEQrDU]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/KnS6UoNNgEE" frameborder="0" allowfullscreen></iframe></html><br>[[How to survive an airport layover without a lounge]] - [[Alison's Adventures]] - [[Elizabeth Travels]]|[[20 WAYS TO TRAVEL FOR FREE! ...REALLY!|https://youtu.be/qEyL-tjWyMc]] - [[World Travel Thailand]] - [[World Travel]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/qEyL-tjWyMc" frameborder="0" allowfullscreen></iframe></html><br>[[How To Sell Your Used Stuff Through Amazon]] - ''[[Google Translate|http://translate.google.com/]]'' - [[Moving Services]]|
''[[Bigmove Phuket International Shipping Services|http://www.bigmovephuket.com/international-moves/]] - Click open to view in a New Tab''
<<miniBrowser http://www.bigmovephuket.com/international-moves/>>
''[[International Sea & Air Shipping Services|http://www.internationalmoving.com/]] - Click open to view in a New Tab''
<<miniBrowser http://www.internationalmoving.com/>>
[[DHL|http://www.dhl.com/en/logistics/freight_transportation/intermodal_and_multimodal_transport.html#.V2QuNe3CcSo]]
<<miniBrowser http://www.dhl.com/en/logistics/freight_transportation/intermodal_and_multimodal_transport.html#.V2QuNe3CcSo>>
|-click-<br>[[UPakWeShip Shipping Volume Calculator|http://upakweship.com/moving-tips/volume-estimator/]]<br>[img[http://i.imgur.com/stMdXib.png][http://upakweship.com/moving-tips/volume-estimator/]]|[[UPakWeShip International Shipping Services|http://upakweship.com/]] - Click open to view in a New Tab<br>-click-<br>[img[https://i.imgur.com/3jGpBXh.png][http://upakweship.com/]]|
[[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/>>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BMy%20SUPER%20CHEAP%20%2480%20Apartment%20in%20Thailand!%5D%5D]]
''[[RetireCheap.Asia Member Talks about His Retirement In Thailand!|https://youtu.be/03EFH9IhEjg]]'' on Youtube - [[Relocation Checklist|http://retirecheap.asia/retire-thailand/jcs-makin-the-move-essential-checklist/]]
|[[My SUPER CHEAP $80 Apartment in Thailand!|https://youtu.be/v_EG_e-uIdg?list=PLyW9gKNeaBRthYULXfD0pq5vI6MYaqjKR]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/v_EG_e-uIdg?list=PLyW9gKNeaBRthYULXfD0pq5vI6MYaqjKR" frameborder="0" allowfullscreen></iframe></html><br>Get the Guide to Find a Cheap Thai Apartment like this: http://www.truetransient.com/cheapthaiapartment <br>A tour of my $80 apartment in Chiang Mai, Thailand and the surrounding area.|[[Arunothai House - Affordabe Room Rentals in Central Pattaya | Thailand Thai HD Video|https://youtu.be/Et0bVZyeVns]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Et0bVZyeVns" frameborder="0" allowfullscreen></iframe></html><br>Visit my website at http://www.junglejoel.com - I've been staying here at Arunothai House, and I<br>recommend it to anyone looking for short or medium term room rentals in Pattaya (weekly, monthly).<br>For this particular room, I'm paying 10,000 Baht, monthly. Great central location, quiet area, competitive<br>rates. I've been using their excellent wifi to upload my videos (including this one). <br>10,000.00 THB=285.038 USD|
|[[Best Balcony Apartment in Chiang Mai, Thailand, $125 a Month!|https://youtu.be/vhUQ8xOTIug]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/vhUQ8xOTIug" frameborder="0" allowfullscreen></iframe></html><br>Here is a look at my Apartment in Chiang Mai Thailand. I have a room that is about the size of a large<br>college double, with my own bathroom, closet, kitchenette, and best of all, my large private balcony,<br>where I have friends over to chill out all the time! Sometimes I have couch surfers, so please drop me<br>a line if you are passing through. Thanks for visiting my place!|[[Chiang Mai -- Excellent Budget Residence and Most Excellent Pizza Restaurant|https://youtu.be/omRS4RwUDiU]]<br>Across from University<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/omRS4RwUDiU" frameborder="0" allowfullscreen></iframe></html><br>Check out our exclusive member site: http://goo.gl/M0nMT5 I am happy when<br>I find information fans have requested or that I think is an exceptional value or<br>maybe just a real treat. This time I have given you all of the above. I had a<br>request for housing near the University of Chiang Mai and also a request for<br>a good pizza. I ate the pizza and I must say it is one of the best I have tasted<br>in Thailand. We need to help keep the small businesses in business right? I<br>will be putting both of these businesses with maps on http://MapsNMore.com <br>so you can get more info. Please become a friend or subscribe to this channel<br>and you if can, link back to my website I'd appreciate it. For more videos, books<br>on retiring abroad and a Retirement Budget Calculator go check out<br>http://retirecheap.asia - 6,000.00 THB=170.722 USD|
<<miniBrowser http://www.junglejoel.com/>>
[[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())}})()")))]]

[[Archimedes-Lab]]
''[[Twitter Page|https://twitter.com/glassparrot]]''

Here are my webpages and references.

Goto http://fishcode.tiddlyspace.com/
Goto http://sheliak.org/dokuwiki/doku.php?id=start
Goto https://vega.pythonanywhere.com
Goto https://www.facebook.com/gary.rust.75
Goto http://fishcode.tiddlyspot.com/
Goto http://glassparrot.wordpress.com/video/
Goto http://glassparrot.wikia.com/wiki/Glassparrot_Wiki
Goto http://glassparrot.tiddlyspot.com/
Goto http://blenderorganizer.tiddlyspot.com/
Goto http://psychology.tiddlyspot.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[http://i.imgur.com/vzDkaW8.jpg][https://www.facebook.com/gary.rust.75]]

- click for Gary Rust on Sheliak -
[img[http://i.imgur.com/cDasaKo.jpg][http://sheliak.org/dokuwiki/doku.php?id=start]]
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
<<miniBrowser http://n6xre.tiddlyspot.com/#EchoLink%20Broadcastify%20%5B%5BQRP%20School%5D%5D>>
|[[NO CONTRACT RETURN TO SENDER ( self defense )|https://youtu.be/EMpciAMTTkY]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/EMpciAMTTkY" frameborder="0" allowfullscreen></iframe></html>|[[Return to Sender Step by Step Explained in Full|https://youtu.be/8rqTiRL2owQ]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/8rqTiRL2owQ" frameborder="0" allowfullscreen></iframe></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>
[[Nat King Cole Walkin|https://youtu.be/_y_acJdFd68?list=RD_y_acJdFd68]] - [[Dick Whittinghill|https://en.wikipedia.org/wiki/Dick_Whittinghill]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_y_acJdFd68?list=RD_y_acJdFd68" frameborder="0" allowfullscreen></iframe>
</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>
[[Permaview|http://psychology.tiddlyspot.com/#Neurodegeneration]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Neurodegeneration |http://en.wikipedia.org/wiki/Neurodegenerative_disease]] - [[Category:Neurodegenerative disorders | http://en.wikipedia.org/wiki/Category:Neurodegenerative_disorders]]
[[Ya ba]]
[[Naegleria fowleri]]
[[Pick's disease]]
[[Nervous system]]
[[Prosopagnosia]]
[[Face perception]]
[[Capgras delusion]] - [[Ketamine]] - [[Risperidone]] - [[Piracetam]] - [[Galantamine]]
[[Münchausen syndrome by proxy]]
[[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>
|[[Noam Chomsky|https://youtu.be/P2lsEVlqts0?list=PLGp2jSK7C8hCoAH6UQwdMdUpcf_BR_sYR]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/P2lsEVlqts0?list=PLGp2jSK7C8hCoAH6UQwdMdUpcf_BR_sYR" frameborder="0" allowfullscreen></iframe></html>|[[Noam Chomsky (Wikipedia)|https://en.wikipedia.org/wiki/Noam_Chomsky]]<br><<miniBrowser https://en.wikipedia.org/wiki/Noam_Chomsky>>|
[[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
[[On Reincarnation|http://www.buddhanet.net/e-learning/reincarnation.htm]]
<<miniBrowser http://www.buddhanet.net/e-learning/reincarnation.htm>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BOrganized%20Stalking%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[There are three ways you can die]]
''[[Evidence Of Revision|https://youtu.be/1pGg-rS26c4?list=PL6999343E306A4791]] (1 to 6)''
''[[Retribution against Heads of State and Prime Ministers|http://www.logosjournal.com/issue_6.3/deak.htm]] - [[Nuremberg principles|https://en.wikipedia.org/wiki/Nuremberg_principles]]'' - [[FEMA]] - [[Collusion]] - [[Qui tam]]
|[[Organized Stalking|https://youtu.be/7iuJDNceu80?list=UUP7Ovkw4a1FTYm56918wtQQ]] - Jeffrey Madore - [[Radio Communications Without A Radio - Echolink|N6XRE EchoLink]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/7iuJDNceu80?list=UUP7Ovkw4a1FTYm56918wtQQ" frameborder="0" allowfullscreen></iframe></html><br>[[Anxiogenic Drugs]] - [[Depressogenic Drugs]] - [[Pentylenetetrazol]] - [[Geneva Protocol|Chemical warfare]]<br>How much money will insurance, pharmaceutical and for-profit health services spend<br>to discredit dissidents? I think this person is just angry, not crazy, and is beating around<br>the bush about cultural aeromatic drug abuse - which could result in [[Cotard delusion]].<br>See [[Torture and the United States]] and the MKULTRA Project with Dr. [[Ewen Cameron|Donald Ewen Cameron]].<br>This person resembles Don Snow, my natural father, but younger. Don Snow,<br>was a microwave engineer who worked for Litton Industries in the San Fernando Valley,<br>California, in the 1960s.  He also taught microwave technology at Pasadena College in<br>California for one or two years.  My mother told me that he was a ladies man, was<br>aditicted to herion in his early 20s, and was arested and served time for posession<br>and sales of herion when he was in a car club (in the 1940s) called the Yellow Cadalacs.<br>He left her in 1952, after he was married to her for three years, after my sister and I were<br>born. She married Robert R. Rust in 1954 and Debbie and I were adopted in 1955. My<br>mother said that she was too young at the time to know about drug addiction.<br>She was lying, I am relatively certain. This person is not him, but he is very organized,<br>in an odd sort of way.  As I watched him, I empathize strongly with what he is saying<br>|[[NWO: Eugenics|https://youtu.be/yj4YQc86qM0]] - [[Despotism|https://en.wikipedia.org/wiki/Despotism]] - [[Attempted Murder|http://www.legalmatch.com/law-library/article/attempted-murder-lawyers.html]] - [[Treason|http://legal-dictionary.thefreedictionary.com/treason]] - [[Tomorrow's Children (1934)|https://youtu.be/0EVdAOKjR-s]] on Youtube<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/yj4YQc86qM0" frameborder="0" allowfullscreen></iframe></html><br>''[[Epigenetic Eugenics, The Population Control Of Today|https://youtu.be/REqmE7Vpy7k]]'' on Youtube<br>In this video Luke Rudkowski interviews Mark Passio, researcher of the occult about today's<br>current population control program that is being used against the people. Mark gave a four<br>hour talk on this subject at the Free Your Mind conference so this is only a synapsious of all the<br>information he presented. We also talked about Marks past with the church of Satan, leaving the<br>church and learning his expertise on the subject of the occult.<br>''[[EUGENICS playlist|https://www.youtube.com/playlist?list=PLBCA98F7A7E844AFD]]'' on Youtube<br>People are waking up to the fact that the governments are all power hungry and corrupt and are not<br>there to serve the interests of the people, but that of the global elite and the multi-billion dollar corporations.<br><br>See [[Münchausen syndrome by proxy]] and [[Delusional misidentification syndrome]] - View [[Amscope]] info<br>Larceny, Embezzelment, Extortion, Blackmail, Threats and Murder, Organized Crime.<br>Anarchy would be more desirable than these controversies. - [[California Penal Code § 422|Cal Pen Code § 422. Punishment for threats. (2011)]]<br><br>''[[100s of AMERICAN & BRIT CLASSIC Black and White FILMS from 1920s,1930s, 1940s, 1950s]]''<br>This is how much the world has changed, and how naive people can be when deceived by [[tyranny|https://en.wikipedia.org/wiki/Tyrant]].|
[[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>
[[Passports & International Travel|https://travel.state.gov/content/passports/en/country/thailand.html]]
<<miniBrowser https://travel.state.gov/content/passports/en/country/thailand.html>>
<<miniBrowser http://www.retirecheap.asia/more-videos.htm#legal>>
/***
|''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"
	});
*/
//}}}
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BPentagon%20Papers%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Pentagon Papers|https://en.wikipedia.org/wiki/Pentagon_Papers]] - [[United States Constitution - Article I Section 8 Clause 8]]
(see Bookmarks) [[Samuel L. Popkin and Susan Shirk|https://en.wikipedia.org/wiki/Samuel_L._Popkin]] - [[Iraq War|https://en.wikipedia.org/wiki/Iraq_War]] - [[Admiral Harry Train]] - [[Donald Trump|Donald Trump - Why they want to stop Trump]]
<<miniBrowser https://en.wikipedia.org/wiki/Pentagon_Papers>>
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Pete Wilson|https://en.wikipedia.org/wiki/Pete_Wilson]]
<<miniBrowser https://en.wikipedia.org/wiki/Pete_Wilson>>
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BPolitical%20abuse%20of%20psychiatry%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Political abuse of psychiatry|https://en.wikipedia.org/wiki/Political_abuse_of_psychiatry#United_States]]
[[United States Constitution - Article I Section 8 Clause 8]]
<<miniBrowser https://en.wikipedia.org/wiki/Political_abuse_of_psychiatry#United_States>>
[[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
 *http://sheliak.org/dokuwiki/doku.php?id=media:music: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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BQui%20tam%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Qui tam|https://en.wikipedia.org/wiki/Qui_tam]]
[[Internet Crime Schemes|http://goo.gl/Stm6zF]]
[[FEMA]] - [[NO CONTRACT RETURN TO SENDER]]
[[Neurodegeneration]]
[[United States Constitution - Article I Section 8 Clause 8]]
[[Noam Chomsky]]

''! wish the FBI (or [[LawHelpCa.org|http://lawhelpca.org/issues/protection-from-abuse/elder-abuse]]) could investigate Organized Stalking and Elder Abuse in my neiborhood and would file restaining''
''orders and Qui tams to protect myself and others. It would not be hard to prove. I have been violently attacked in the past by people I did not know.
''To me, [[Bimbo's Initiation]] ''is only harrassment. When I was young I thought it was funny, but I don't think it is funny any more''
''(after being continuously threatened and nearly killed on several occasions by foolish heretics).'' 
''[[Relator]]  [[Spreadsheet|https://docs.google.com/spreadsheets/u/0/]] [[Permaview|http://psychology.tiddlyspot.com/#%5B%5BQui%20tam%5D%5D]] = Partial assignment list, Defendant = Incorporated district list'' 
<<miniBrowser https://en.wikipedia.org/wiki/Qui_tam>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Foreign Exchange Rates]] - [[Moving Plans]] - [[JetRadar|http://www.jetradar.com/new_searches/AHKT2609ABKKY1]] - [[Suratthani Train Station|http://www.thairailways.com/train-station.suratthani.html]]
[[How to get a 60 day Thailand tourist visa|https://www.dontworryjusttravel.com/asiapacific/thailand/thailand-60-day-tourist-visa/]] - 20,000.00 THB = 574.878 USD
[[VisaHQ|https://thailand.visahq.com/#!thailand-tourist-visa-over-30-days]]
[[Why I went from Phuket to Malaysia V101|https://youtu.be/tIMPsHJTuS4]] 20 Seconds in Thailand
[[KBV Phuket Visa Run to Penang, Malaysia|http://www.kbv-phuketvisarun.com/thai-visa-run/malaysia-visa-run-penang/]] 4,000.00 THB	 = 114.040 USD
[[Getting a Thai visa in Kuala Lumpur, Malaysia|https://www.travelfish.org/orientation_detail/malaysia/peninsular_malaysia/kuala_lumpur/kuala_lumpur/104]] - ''[[JetRadar|http://www.jetradar.com/searches/CHKT0211CKULY1]]'' $44 Phuket to Kuala Lumpur Airplane - Nov. 02, 2016
[[Cheap Hotels in Kuala Lumpur|https://www.tripadvisor.com/HotelsList-Kuala_Lumpur-Cheap-Hotels-zfp10572.html]] $15
http://www.thaiembassy.com/thailand/new-visa-rules.php
http://www.movetocambodia.com/practicalities/how-to-get-a-visa-for-thailand-in-phnom-penh-cambodia/
[[Tourists on 'walk-in' visa entries to get 30-day extensions|http://www.phuketgazette.net/phuket-news/Tourists-walkin-visa-entries-get-30day-extensions/31290]]
http://www.phuket-visarun.com/visa_run_penang.html
https://embassy-finder.com/thailand_in_los-angeles_usa
https://www.tilalegal.com/thai-nonimmigrant-visa
http://thaiembdc.org/tourist-visa-category-tr-multiple-metv/
http://www.thaiembassy.com/visa/thaivisa.php - http://www.thaiembassy.com/legal-guide/thai-visas.pdf
http://usa.siam-legal.com/thailand-visa/90-Day-Thailand-Visa-for-US-Citizens.php
[[Non-Immigrant Visa - Business (B), Education (ED), Family/Spouse (O), Volunteer (O), Research (RS), Religious (RA), Media (M), Official (F)|http://www.thaiconsulatela.org/service_detail.aspx?link_id=34]]
|[[Thailand Visa Application|https://youtu.be/venLdcs0sVA]] - https://www.youtube.com/user/SiamLegal/featured <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/venLdcs0sVA" frameborder="0" allowfullscreen></iframe></html>|[[20 Seconds in Thailand VLOG 011 / Visa run to Laos|https://youtu.be/cz7d4YfL77U]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/cz7d4YfL77U" frameborder="0" allowfullscreen></iframe></html>|
|[[Thailand Immigration, VISA and VISA runs from Bangkok VLOG 039|https://youtu.be/rDlkDAYM2HU]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/rDlkDAYM2HU" frameborder="0" allowfullscreen></iframe></html>|[[Tila Visa|https://www.tilalegal.com/thai-nonimmigrant-visa]] - [[Non-Immigrant Visa - Business (B), Education (ED), Volunteer (O), Research (RS)|http://www.thaiconsulatela.org/service_detail.aspx?link_id=34]]<br><html><iframe width="560" height="315" src="https://www.tilalegal.com/thai-nonimmigrant-visa" frameborder="0" allowfullscreen></iframe></html>|
|[[Thailand's 6 Month Multiple Entry Tourist Visa|http://www.johnnyfd.com/2015/10/thailands-6-month-multiple-entry.html]]<br><html><iframe width="560" height="315" src="http://www.johnnyfd.com/2015/10/thailands-6-month-multiple-entry.html" frameborder="0" allowfullscreen></iframe></html>|[[Extending Your 30 Day On Arrival Tourist Visa|http://thetimetogoisnow.com/2014/11/extending-your-30-day-on-arrival-tourist-visa-in-thailand/]] - [[How to get a 60 day Thailand tourist visa|https://www.dontworryjusttravel.com/asiapacific/thailand/thailand-60-day-tourist-visa/]] - [[map|https://www.google.com/maps/d/viewer?hl=en_US&mid=1r81uyBYdMeM7A7W_-5L1pFWfsFQ]]<br><html><iframe width="560" height="315" src="http://thetimetogoisnow.com/2014/11/extending-your-30-day-on-arrival-tourist-visa-in-thailand/" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser https://travel.state.gov/content/passports/en/passports.html>>
<<miniBrowser http://www.thaiembassy.com/thailand/new-visa-rules.php>>
<<miniBrowser http://www.givingway.com/organization/3505b90a-d626-4900-9ca4-2d639afb2160/Phuket+Has+Been+Good+To+Us+Foundation>>
Dear Gary,
Good day!
This is your first option.
http://www.immigration.go.th/nov2004/en/base.php?page=download
Please see information below on how we can assist you with retirement visa from start to finish. 
The first part includes assistance in getting a 90-day non immigrant visa while you are in the US. 
http://www.immigration.go.th/nov2004/download/pdf/tm7.pdf
The second step is changing this to retirement visa in Thailand.

RETIREMENT VISA PACKAGE: 845 USD
Package include: Telephone consultation, initial visa application in the US, and once you arrive in 
Thailand we will process your One Year Thai Retirement Visa application inside Thailand. It also 
includes consultation in our Bangkok office and conversion of your visa at the immigration office 
in Thailand. The embassy fee (around 80 USD) and the government fees are not included.

Please see relevant info below regarding RETIREMENT VISA in THAILAND

Special Requirements:
-Must be 50 years of age or older.
-Must be able to show your financial evidence between:
BANK ACCOUNT SHOWING THB 800,000 (must be able to show the evidence 
of transfer the money to your Thai Bank account and this sum of money must be deposited 
in your bank account at least 2 months)

 OR

MONTHLY INCOME/PENSION OF AT LEAST THB 65,000 (must present a letter from your 
embassy to prove the pension and the letter from the government or social security).

PROCESS

For the processing procedure, we will first help you obtain a 90-day Non Immigrant Visa from the 
Thai embassy in the US to enter in Thailand. We will provide the documents that you need for this 
visa application. The whole process will take 5 to 7  business days. We will apply for the 
non immigrant O visa at the Thai consulate we have a good relationship with.  We will assist you 
and your family obtain the initial 90-day visas.

We will assist you with the US embassy Bangkok in getting the income affidavit or we will assist 
you in opening a Thai bank account.

It is not complicated to process the One Year Retirement Visa in Thailand. You can save times to 
process this type of visa because you do not need to show the Medical Certificate and the Criminal Certificate.

You can travel around Thailand because the immigration will accept your retirement visa application on the 
last 30 days of your 90 days Non-Immigrant visa. Therefore, you will have to visit us again to schedule our 
appointment at the immigration office.

To proceed with the conversion of your 90 days Non Immigrant Visa to One Year Retirement Visa, our 
Thai Visa specialist will accompany you to the Immigration office for processing your One Year Retirement Visa. 
You can obtain the One Year Retirement Visa with multiple entries within a day. 

Should you decide to retain our service, you can pay this online;
http://usa.siam-legal.com/thailand-visa/Thailand-Retirement-Visa-for-US-Citizens.php

Click on the APPLY NOW button located at the bottom part of the page.

Once you confirm our service by paying online, you will be receiving an e-mail correspondence that you need to 
fill out and you need to send it back to us. We will then create your documents needed for the initial visa application. 
It’s best to start the application as early as today so that we can prepare and organize your documents.

Note: Aside from the service fee which you will pay online. Please anticipate other fees such as the following:
Embassy fee in the US- 80 USD
Thai extension fee- 1900 baht 1,900.00 THB = $54.3360 USD
Re entry permit fee- 1000 baht or 3800 baht - 1,000.00 THB 	= $28.6030 USD - 3,800.00 THB = $108.686 USD
Transportation fee- This will depend where you will be residing in Thailand and the Thai immigration office involved.

Should you need more information, please send us back an e-mail.  We are more than happy to be of great 
service to you.
Have a nice day.

Sincerely,

Rex R. Baay

Consultant

SIAM LEGAL INTERNATIONAL

Unit 23-14, 23rd Floor Interchange 21 Building

399 Sukhumvit Road (corner Asoke)

North Klongtoey, Wattana

Bangkok 10110 Thailand

www.siam-legal.com

Email: rex@siam-legal.com

Tel: (+66) 2 259 8100 Ext. 404

This email communication is confidential and may be legally privileged. If you are not the intended recipient please 
notify us immediately; you should not copy or use it for any purpose nor disclose its contents to any other person. 
The information included with this electronic mail is not being transmitted by secure means. Siam Legal International 
and its affiliates bear no responsibility for unauthorized access or alteration to this communication nor for any 
consequence based on or arising from your use of information that may be accessed or altered by any person.
	
Click here to Reply or Forward
1.68 GB (9%) of 17 GB used
Manage
Terms - Privacy
Last account activity: 28 minutes ago
Details
Rex Baay
[[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>
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>
<<miniBrowser http://www.buddhanet.net/e-learning/reincarnation.htm>>
[[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>
[[Ridekick Power Trailer|https://youtu.be/YpyZN78_Iwo]]
<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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Roger Hedgecock|https://en.wikipedia.org/wiki/Roger_Hedgecock]] - [[Money laundering]]
Hedgecock Aides Admit Breaking Law : Two Plead Guilty to Conspiracy in Ex-Mayor's 1983 Campaign
<<miniBrowser https://en.wikipedia.org/wiki/Roger_Hedgecock>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Rubbergate|https://en.wikipedia.org/wiki/House_banking_scandal]] - [[Jim Bates]] - [[Pete Wilson]]
<<miniBrowser https://en.wikipedia.org/wiki/House_banking_scandal>>
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Satellite communications antenna systems]]
|[[HackRF: A Low Cost Software Defined Radio Platform|https://youtu.be/g070WBv1ly0]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/g070WBv1ly0" frameborder="0" allowfullscreen></iframe></html>|[[IZ5RZR - How to receive Noaa Satellites with Sdr RTL2832U|https://youtu.be/o03pIqe0UI0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/o03pIqe0UI0" frameborder="0" allowfullscreen></iframe></html>|
|[[SINGAPORE LIVING|https://www.youtube.com/playlist?list=PLIYn3DJsX3sUbscSBzixUtnK07xAqwjKr]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLIYn3DJsX3sUbscSBzixUtnK07xAqwjKr" frameborder="0" allowfullscreen></iframe></html>|[[101 East - Singapore, the world's richest city|https://youtu.be/ESCk7pmuR4k]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/ESCk7pmuR4k" frameborder="0" allowfullscreen></iframe></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]]
[[Jim Bates]]
[[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>
[[Permaview|http://glassparrot.tiddlyspot.com/#Moses!]] - ''[[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]]'' <br>[[Assault of Gary Rust|Assault of Gary Rust by Randy Scot and Karen Scot (1986)]] - [[There are three ways you can die]] - [[Moving Services]] - ''[[SEEKER Podcasts|http://www.seeker.com/]]''
|[[Morons!|Bimbo's Initiation]] They're all morons. You realize, ''[[this|https://en.wikipedia.org/wiki/Corruption]]'' means [[war|Chemical warfare]]! [[uTOHphu|Cult suicide]]<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.|[[จิต สู้ มาร|https://www.viddsee.com/video/spirit-fight-evil/tfyib]] - ''A Latin maxim - sic utere tuo ut alterum non laedes - advocates that "no one is to<br>use his property in such a manner as to injure that of another."'' - [[Meditation]]<br>[[Talkatone|http://www.makeuseof.com/tag/free-phone-calls-wifidata-talkatone-android-ios/]] (619)361-1895  - [[Best Programs To Learn Thai|http://artport.tiddlyspot.com/#%5B%5BChanging%20a%20Song%E2%80%99s%20Pitch%20in%20Audacity%5D%5D]] - [[Foreign Exchange Rates]]<br>[[New Computer Knows The Day You Will Die|https://youtu.be/WW1UI-d4MmY]] - [[The Devil And Miss Jones|http://glassparrot.tiddlyspot.com/#%5B%5BThe%20Devil%20And%20Miss%20Jones%5D%5D]] - [[World Travel]] - [[Qui tam]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WW1UI-d4MmY" frameborder="0" allowfullscreen></iframe></html><br>[[HP Spectre HP Laptop|http://glassparrot.tiddlyspot.com/#%5B%5BHP%20Spectre%20HP%20Laptop%5D%5D]] - [[The Tootsie Roll Tragedy|Tootsie Roll Tragedy: The Real Leo Hirschfeld Story]] - [[High-speed multimedia radio|http://glassparrot.tiddlyspot.com/#%5B%5BHigh-speed%20multimedia%20radio%5D%5D]] - [[Living on a Boat]]<br>[[Banking Tips Before You Move To Thailand|https://youtu.be/cavOm17diwk]] -  [[WEBINAR|http://www.securecreditor.com/]] - [[NO CONTRACT RETURN TO SENDER]]<br>[[Anonymous - Plan to defeat the Illuminati and New World Order 2016]] - [[Mosquito repellent|http://scienceport.tiddlyspot.com/#%5B%5BMosquito%20repellent%5D%5D]]<br>[[Moving Plans]] - [[World Travel Thailand]] - [[FBI|Federal Bureau of Investigation]] - [[Münchausen syndrome|Münchausen syndrome by proxy]] - [[Torture and the United States]]|''[[Internet Crime Schemes|http://goo.gl/Stm6zF]]'' - [[Qui tam]] - ''[[Law|http://www.bergermontague.com/practice-areas/whistleblowers,-qui-tam-false-claims-act/what-is-qui-tam-litigation]]''<br>[img[http://www.baanliam.com/toppicks/images/fbi_badge_patch.gif][http://goo.gl/Stm6zF]]<br>''-click- [[Department of Justice|https://www.justice.gov/]] - [[Hangouts|https://plus.google.com/hangouts]]''|
* 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/
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[SDR]] - ''[[Satellite Radio Frequencies|http://www.zarya.info/Frequencies/Frequencies136.php]] - [[Amazon TP-LINK TL-ANT2424B 2.4GHz 24dBi Directional Grid Parabolic Antenna|http://www.amazon.com/TL-ANT2424B-Directional-Parabolic-connector-resistant/dp/B003CFATOW]]''
''[[Repeaterbook|https://www.repeaterbook.com/]] - [[Installing a Long Range WIFI Antenna on Your Boat in About an Hour|http://glassparrot.tiddlyspot.com/#%5B%5BInstalling%20a%20Long%20Range%20WIFI%20Antenna%20on%20Your%20Boat%20in%20About%20an%20Hour%5D%5D]]''
|[[TracPhone FB150 Product Overview - KVH Industries, Inc.|https://youtu.be/Qbo7c1TzHaE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Qbo7c1TzHaE" frameborder="0" allowfullscreen></iframe></html><br>For more information, please visit us at http://www.kvh.com/tracphone. <br>KVH provides satellite communications antenna systems and airtime service<br>for vessels worldwide; systems include Inmarsat's FleetBroadband.|[[World's cheapest INMARSAT reception systen using DVB-T USB dongle (RTL SDR)|https://youtu.be/zuyHpx1tnWI]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/zuyHpx1tnWI" frameborder="0" allowfullscreen></iframe></html><br>For those interested in INMARSAT data decoding I found this link here on YouTube<br>using easySDR (that's a Funcube Dongle copy from Poland):<br>http://www.youtube.com/watch?v=30IHW5I-sKQ|
|[[SO-50 Amateur Radio Satellite with Baofeng UV-5R Jan 2014|https://youtu.be/JXBY7iSn2Qs]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/JXBY7iSn2Qs" frameborder="0" allowfullscreen></iframe></html><br>Tuning into low earth orbit satellite<br>SO-50 on 436.795 FM|[[Baofeng UV-5R - Tuning for GMRS and FRS Operation for emergencies.|https://youtu.be/MlxK80QUYpk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/MlxK80QUYpk" frameborder="0" allowfullscreen></iframe></html><br>Download the GMRS/FRS Frequency and PL Tone Cheat Sheet here:<br>http://missionspec.com/oe/MissionSpec-GMRS-FRS-CheatSheet02.pdf|
[[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]]
[[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())}})()")))]]

[[Sheliak (Beta Lyrae)|http://sheliak.org/dokuwiki/doku.php?id=start]]
[[WikiPedia]]
[[Kiwix]]
[[Encylopedia of Earth]]
[[Archimedes-Lab]]
[[Wolfram Mathworld]]
[[Origami]]
http://blender.org
[[Blender Wiki]]
[[BlenderDocumentation.pdf]]
[[IOIO Documentation]] - Arduino Android IO Shield
<html>
<div align="center">
<iframe src="http://sheliak.org/dokuwiki/doku.php?id=start" frameborder="0" width="100%" height="640"></iframe>
</div>
</html>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Living on a Boat]] - ''[[Google Firebase|https://firebase.google.com/]]'' - [[Meditation]] - [[Moving Plans]]
[[Marine Traffic Map]] - ''Watch the world's ships sail Earth's oceans in REAL TIME''
''[[FreeCAD|http://reprap.org/wiki/FreeCAD]] ([[YORIK's FreeCAD blog|http://yorik.uncreated.net/guestblog.php?tag=freecad]]) - [[Blender Download|https://blender.org]]'' - [[Blender Wiki]]
[[FreeCAD Lessons for Beginners]] (Tools) - ''[[FreeCAD-Ship s60 tutorial|https://www.freecadweb.org/wiki/FreeCAD-Ship_s60_tutorial]]''
''[[Free Boat Design Resources|http://www.webring.org/l/rd?ring=woodenboatring;id=3;url=http%3A%2F%2Fhome%2Eclara%2Enet%2Fgmatkin%2Fdesign%2Ehtm]] - [[Yacht Design Software|http://www.yachtdesign.info/Software/Free_or_Low_Cost/]] - [[General Dynamics Electric Boat|https://en.wikipedia.org/wiki/General_Dynamics_Electric_Boat]]'' 
''[[Admiral Hyman G. Rickover|https://en.wikipedia.org/wiki/Hyman_G._Rickover#Willingness_to_.22sink_them_all.22]] - [[Captain John The Pissant Lehman|https://en.wikipedia.org/wiki/John_Lehman#Secretary_of_the_Navy_.281981.E2.80.931987.29]] - Secretary of the Navy''  
''[[Sailing La Vagabonde|https://www.youtube.com/playlist?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo]] - [[Sailing SV Delos|https://www.youtube.com/channel/UCvLc83k5o11EIF1lEo0VmuQ]] - [[HF Radio Email|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]] - [[Kitesurfing playlist|https://youtu.be/jOSsb2GgcoU?list=PL7Vxr4S2kpzeqZXpbjhVSIB5GCtV_GMhX]]''
* ''[[Prism Tensor 4.2 Power Kite|https://www.amazon.com/Prism-Kites-Tensor-Power-Kite/dp/B003AJVGT2]] - $393.22 - [[The Bruce Lee of Bartending|http://moving.tiddlyspot.com/#%5B%5BThe%20Bruce%20Lee%20of%20Bartending%5D%5D]] - [[SuperYacht|https://youtu.be/7CekBFBla7U]]'' 
* ''(You can kill all power on the kite instantly just by letting go of the bar or handles)''
* ''[[Cylamatic Ebike - Amazon|http://scienceport.tiddlyspot.com/#Cylamatic]] $549.99 (for Chariot Kitesurfing) - [[Batteries|http://scienceport.tiddlyspot.com/#Battery]] - [[Rocking Chairs|https://www.walmart.com/search/?query=rocking%20chairs%20for%20porch&typeahead=rocking%20ch]] - [[Oculus Rift|https://www.walmart.com/search/?query=oculus%20rift]]''
* ''[[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]] - [[DIY 6DOF Oculus Motion Platform|http://6dof.my.primusnetz.de/]] (for movies at [[psy|https://yp.shoutcast.com/sbin/tunein-station.pls?id=543496]])''
* ''Next step - [[Running Into the Air: Powered Paragliding|https://youtu.be/-fVTG8qZUeA]] with an [[Ebike Hub Prop|https://youtu.be/1_uttk219pk]] - [[2|https://youtu.be/0URUs-tDsv0]] - gasoline - [[3|https://youtu.be/x1gPRytxq-c]] - [[4|https://youtu.be/s-_VCqZV7N0]]''
* ''[[Seaeye Falcon ROV in HD with 2x Go Pro's|https://youtu.be/QDFuiZtYo0k]] - [[Remotely Operated Vehicle|https://en.wikipedia.org/wiki/Remotely_operated_underwater_vehicle]]''
* ''See the [[SEAMAGINE AURORA SUBMARINE|https://youtu.be/w0Uk-3cHRmw]] - [[Hidden Treasures|https://youtu.be/L7ZUqn7fhgA]] - [[A Lithium Gamble|A Lithium Gamble That Could Win Big for Tesla]]''''
* ''[[Cruising World - boat maintenance|http://www.cruisingworld.com/how-to/maintenance]] - [[Cruising World Videos|http://www.cruisingworld.com/cruising-world-videos?video=x5h9jmc]]''
''Building'' - [[Wooden Boat Building]] - [[Satellite communications antenna systems]] 
''Restorations'' - [[U.S.S. Williamsburg - Presidential Yacht For Sale Mini Documentary]] 
- Would [[Elon Musk|https://en.wikipedia.org/wiki/Elon_Musk]] founder of [[Tesla, Inc.|https://en.wikipedia.org/wiki/Tesla,_Inc.]] be interested in doing [[Thorium|https://en.wikipedia.org/wiki/Liquid_fluoride_thorium_reactor]] / [[Electric|https://en.wikipedia.org/wiki/Molten_salt_battery]] power
- research as a restoration project of the U.S.S. Williamsburg for scientific purposes?
[[Ariete Primo - The conversion of a 44 metre tugboat into an exclusive Super yacht]]

''[[Boat Design Net|http://www.boatdesign.net/forums/design-software/free-low-cost-hull-modeling-software-2016-a-54856.html]]''
<<miniBrowser http://www.tc.umn.edu/~parke120/Boats/design-i-y.html>>
<<miniBrowser http://www.boat-links.com/boatlink.html>>
''[[How to Make Ginger Beer]] (See this page)''<br>
''[[HF Radio Email|http://n6xre.tiddlyspot.com/#%5B%5BBaofeng%20Radio%20TNC%20Packet%20Radio%20cable%5D%5D]] - [[Weather Forecast|http://scienceport.tiddlyspot.com/#%5B%5BWeather%20Forecast%5D%5D]]''
<<miniBrowser http://weather.gmdss.org/index.html>>
[[The Journey: Buying, Exploring and Sailing Sailboat Southern Cross|https://www.youtube.com/playlist?list=PLzApbmXlzQYIRoA0dRPS4w0mo0tW55lIA]]<br>[[What makes a Bluewater Sailboat|https://www.youtube.com/playlist?list=PLzApbmXlzQYLIzIB9-lKtsqIfq4ARmFaT]] - [[Life is Like Sailing - playlists|https://www.youtube.com/user/bcsailor2003/playlists]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/L_nCOmKTxdk?list=PLzApbmXlzQYLIzIB9-lKtsqIfq4ARmFaT" frameborder="0" allowfullscreen></iframe></html>
[[Diving the Hyper-Sub|https://youtu.be/Eo5Z9253GbU]] ''- Make an RC Model with [[FreeCAD|https://www.freecadweb.org/wiki/Online_Help_Startpage]] and [[Blender|https://docs.blender.org/manual/en/dev/]] - [[Schools|http://www.boat-links.com/linklists/boatlink-18.html#schools]]''<br>''[[Marine Advanced Technology Education (MATE)|https://www.marinetech.org/]] - [[UNDERWATER DRONES|https://youtu.be/sVZR5KBaCZ4]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Eo5Z9253GbU" frameborder="0" allowfullscreen></iframe></html>
-click-
[img[https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/Starofindia.jpg/640px-Starofindia.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
''See in Bookmarks - [[Boat building |http://en.wikipedia.org/wiki/Boat_building]] - [[Catamaran|https://en.wikipedia.org/wiki/Catamaran]] - [[Trimaran|https://en.wikipedia.org/wiki/Trimaran]] - [[Buoyancy|https://en.wikipedia.org/wiki/Buoyancy]] - [[Pontoon effect|https://en.wikipedia.org/wiki/Pontoon_effect]] - [[Hull (watercraft)|https://en.wikipedia.org/wiki/Hull_(watercraft)]] - [[Tûranor PlanetSolar|https://en.wikipedia.org/wiki/T%C3%BBranor_PlanetSolar]] Solar Catamaran''
<<miniBrowser http://en.wikipedia.org/wiki/Boat_building>>
<<miniBrowser https://forshipbuilding.com/>>
<<miniBrowser http://www.dinghy.pl/42m_skiff.htm>>
[[Velieri|https://youtu.be/fUgXBk341T0]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/fUgXBk341T0" frameborder="0" allowfullscreen></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/]]''
[[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]]
http://sheliak.org/dokuwiki/doku.php?id=media:music: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>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BSiam%20Officially%20Renamed%20Thailand%5D%5D]]
''NOTICE: See [[Siam Was Officially Renamed Thailand in 1949||http://www.historytoday.com/richard-cavendish/siam-officially-renamed-thailand]] - See [[SIAM: Society for Industrial and Applied Mathematics|https://www.siam.org/journals/]] in Bookmarks - Also see [[Calculus by Gilbert Strang|http://ocw.mit.edu/ans7870/resources/Strang/Edited/Calculus/Calculus.pdf]] - and [[Synchrotron radiation|https://en.wikipedia.org/wiki/Synchrotron_radiation]]''

<<miniBrowser http://www.historytoday.com/richard-cavendish/siam-officially-renamed-thailand>>
[[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]]''
Psychology
[[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>
[[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>
Click the "new tiddler" button towards the top right of the screen to write something in your space. You'll need to give it a title, some content and, optionally, some tags that will help you identify it later.

!Stuck for ideas?
Not sure what to write about? Not sure what to keep in your space? Other people use ~TiddlySpace for almost anything. How about some of the following:

* [[Save interesting sites|http://bookmarks.tiddlyspace.com]], images or articles from around the web so that you can refer back to them.
* [[Record your family tree|http://familytree.tiddlyspace.com]], store notes on long lost relatives or ancestors and map their relationship to you.
* [[Make up a pocketbook|http://pocketbook.tiddlyspace.com]] to store some useful information in, then print it out, [[fold it up|http://www.pocketmod.com/]], and take it with you.
* [[Plan your holiday|http://the-web-is-your-oyster.tiddlyspace.com/]], record where you're planning to go, note down places of interest and refer back to it later.
* [[Create a mindmap|http://mindmaps.tiddlyspace.com/]] to visualise your inner thoughts and see how they relate to each other.
* [[Set up a questionnaire|http://questionnaire.tiddlyspace.com/]] and get all your friends to answer it.

If you don't like any of those ideas, you can still use this space directly to keep notes and link them together, make a todo list and keep track of everything you're doing, or any one of a hundred million other things.

Still stuck? Check out the @featured space for more suggestions.

You can also [[socialise with others|How to socialise]].
[[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>
[[Survival Channels for Baofeng Programming SHTF-HAM-FRS-PMR-GMRS-MURS-MARINE-WEATHER-BUSINESS|https://radiofreeq.wordpress.com/2015/01/22/survival-channels-for-baofeng-programming-shtf-ham-frs-pmr-gmrs-murs-marine-weather-business/#more-573]]
<<miniBrowser https://radiofreeq.wordpress.com/2015/01/22/survival-channels-for-baofeng-programming-shtf-ham-frs-pmr-gmrs-murs-marine-weather-business/#more-573>>
[[Susan Golding|https://en.wikipedia.org/wiki/Susan_Golding]] - [[Dick Silbermann]] - [[Jim Bates]] - [[Pete Wilson]] - [[Roger Hedgecock]]
<<miniBrowser https://en.wikipedia.org/wiki/Susan_Golding>>
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>
[[ 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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BTenzin%20Gyatso%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[The Last Words of the Buddha - playlist|https://youtu.be/ihp9u9xEIkI?list=RDihp9u9xEIkI]]- [[Information Theory]] - [[Banggood|http://www.banggood.com/Wholesale-Arduino-SCM-and-3D-Printer-Acc-c-2153.html?utm_source=facebook&utm_medium=cpc_elc&utm_campaign=ar-140ar-rm-r&utm_content=tracy&utm_design=46]]'' 
|>|See Bookmarks - ''[[14th Dalai Lama (Wikipedia)|https://en.wikipedia.org/wiki/14th_Dalai_Lama]] - [[A Choir of Angels (Music Slowed 800%)|https://youtu.be/hOVdjxtnsH8?list=RDhOVdjxtnsH8]] - [[Decentralized decision-making|https://en.wikipedia.org/wiki/Decentralized_decision-making]] - [[Dorje Shugden controversy|https://en.wikipedia.org/wiki/Dorje_Shugden_controversy]] - [[CIA_Tibetan_program|https://en.wikipedia.org/wiki/CIA_Tibetan_program]] - [[Louie Louie|https://youtu.be/wx-8_GI4d2c?list=RDwx-8_GI4d2c]]''<br><<miniBrowser https://en.wikipedia.org/wiki/14th_Dalai_Lama>>|
|''[[Pleiadian Alaje|https://youtu.be/bfXwYCfJZag]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/bfXwYCfJZag" frameborder="0" allowfullscreen></iframe></html>|''[[Alaje's Music|https://youtu.be/nYYuay05Vag?list=RDnYYuay05Vag]]'' - [[Golden spiral]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/nYYuay05Vag?list=RDnYYuay05Vag" frameborder="0" allowfullscreen></iframe></html>|
|>|''[[Golden Triangle (Asia)|https://en.wikipedia.org/wiki/Golden_Triangle_(Southeast_Asia)]]'' - ''[[Tenzin Gyatso - Science, and Mind and Life Institute|https://en.wikipedia.org/wiki/Mind_and_Life_Institute]]'' - ''[[Risk|https://en.wikipedia.org/wiki/Risk]]'' - ''[[MV Freewinds|https://en.wikipedia.org/wiki/Freewinds]] [[Scientology|https://en.wikipedia.org/wiki/Church_of_Scientology]] cruise ship'' - [[Ya ba]] - [[Artificial LBD|Dementia with Lewy bodies]] - ''[[Concerta|https://en.wikipedia.org/wiki/Methylphenidate]]'' - ''[[Heavens Gate|http://www.heavensgate.com/]]'' - [[uTOHphu|Cult suicide]]<br><<miniBrowser https://en.wikipedia.org/wiki/Golden_Triangle_(Southeast_Asia)>>|
See [[Aleister Crowley - Liber LXXVII]]
''Question 1: If a person left a fruit smoothie on a buddist shrine, and a monk came along,''
''would he avoid it or would he bless the people who left it for him -- or does it even matter?''
''Question 2: Do monks drink beer and eat icecubes? (I think this might be a bad question to ask).''
''I am only asking because I have tried to make my own in the past, and it didn't work as well as I would like.''
[[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>
* ''[[uTOHphu|Cult suicide]] - [[Revealed:The Capital Of The New World Order|https://youtu.be/XjcVhWFshJk]]''
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BTerroristic%20threat%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Terroristic threat|https://en.wikipedia.org/wiki/Terroristic_threat]]
[[Nuremberg principles|https://en.wikipedia.org/wiki/Nuremberg_principles]] - [[List of war crimes|https://en.wikipedia.org/wiki/List_of_war_crimes]]
[[Full Metal Jacket|https://en.wikipedia.org/wiki/Full_Metal_Jacket]] - [[Stanley Kubrick|https://en.wikipedia.org/wiki/Stanley_Kubrick]]
[[Sexual assault in the United States military|https://en.wikipedia.org/wiki/Sexual_assault_in_the_United_States_military]]
[[Sabrina Harman|https://en.wikipedia.org/wiki/Sabrina_Harman]]
[[United States Constitution - Article I Section 8 Clause 8]]
<<miniBrowser https://en.wikipedia.org/wiki/Terroristic_threat>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThai%20Girls%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[The Bruce Lee of Bartending]]
[[Learn Thai Online]] - [[Origamy|Paper Models of Polyhedra]] - [[Foreign Exchange Rates]] - [[SINGAPORE LIVING]] - ''[[Kalama Sutta|https://en.wikipedia.org/wiki/Kalama_Sutta]] - [[Buddism - Sukha|https://en.wikipedia.org/wiki/Sukha]] - [[Full Moon Party 2015|https://youtu.be/1TVLTgGMmpo]] - [[A Trip To The Moon|http://glassparrot.tiddlyspot.com/#%5B%5BA%20Trip%20to%20the%20Moon%20-%20Georges%20M%C3%A9li%C3%A8s%201902%5D%5D]] - Everybody wants to go to the moon.''
|[[HOOTERS" Pattaya Beach Road Thailand|https://youtu.be/fRTUjf1BwOA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/fRTUjf1BwOA" frameborder="0" allowfullscreen></iframe></html>|[[Отдых в Тайланде ТАЙКИ ЖГУТ|https://youtu.be/WZ4IKntOlvw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/WZ4IKntOlvw" frameborder="0" allowfullscreen></iframe></html>|

''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''  - [[West Key Kamala apartment|Airbnb]]
 Janejira - email: janejira-s5ywl50pk69rj79j@host.airbnb.com 
[[Moving Plans]] - [[ViaBox|How To Sell Your Used Stuff Through Amazon]] - [[RETIREMENT VISA PACKAGE]]
[[Thai Post Offices|http://www.thailandguru.com/thailand-postal-office-couriers.html]]
<<miniBrowser http://www.thailandguru.com/thailand-postal-office-couriers.html>>
[[DHL Customs Services and Support|http://www.dhl.com/en/express/customs_support.html]]
<<miniBrowser http://www.dhl.com/en/express/customs_support.html>>
[[FedEx Customs Compliance Made Easy|https://smallbusiness.fedex.com/compliant-international-shipping.html]]
<<miniBrowser https://smallbusiness.fedex.com/compliant-international-shipping.html>>
[[Permalink|http://psychology.tiddlyspot.com/#Thailand]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Thailand|https://en.wikipedia.org/wiki/Thailand]]
<<miniBrowser https://en.wikipedia.org/wiki/Thailand>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThailand%20Law%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moving Plans]]
''Use the Fit and Reset buttons on the browser for resizing the frame.''
[[Moving to Thailand : Household Goods|http://www.legal-thailand.com/moving-to-thailand-household-goods.html]] -  [[Moving Plans]]
<<miniBrowser http://www.legal-thailand.com/moving-to-thailand-household-goods.html>>
[[Advantages of Immigration Lawyers|http://www.legal-thailand.com/advantages-of-immigration-lawyers.html]] -  [[Moving Plans]]
<<miniBrowser http://www.legal-thailand.com/advantages-of-immigration-lawyers.html>>




[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThailand%20Shopping%5D%5D]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[E-Commerce Sites in Thailand|http://www.acommerce.asia/top-10-e-commerce-sites-in-thailand/]] - [[Top 10 Phuket Shopping|http://www.phuket.com/shopping/top10-phuket-shopping.htm]] - [[Big C Online - Phuket|http://www.bigc.co.th/]] - [[Gemstones|http://www.sawadee.com/thailand/gems/]]''
''[[Honda PCX Thailand|http://www.bahtsold.com/view/honda-pcx-in-great-condition-260962]] - [[Motorcycle Thailand|http://www.motorcycle.in.th/page.php/Kawasaki_Motorcycle_Price_List]] - [[PHUKET MOTORBIKE RENTALS|http://motorbikerentalphuket.com/]] - [[MOTOR BIKE MODS|http://www.dragonfly75.com/motorbike/index.html]] - [[How to "Weld" Aluminum for Beginners|http://scienceport.tiddlyspot.com/#%5B%5BHow%20to%20%22Weld%22%20Aluminum%20for%20Beginners%5D%5D]]<br> [[Shift Kit (buy)|http://goo.gl/Xpkjso]] 5,487.07 ฿ = 158.00 USD - [[80cc 2 Stroke Motorized Bicycle Bike Engine|http://www.lazada.co.th/1-set-80cc-2-stroke-cycle-black-motor-muffler-motorized-bicycle-bike-engine-gas-intl-5392941.html]] 6,930 ฿ - [[COYOTE ZIGN 26-inch mountain bike version 6SPEED|http://www.lazada.co.th/coyote-zign-26-6speed-5166407.html]] 3600 ฿ - Total = 10530 ฿ = 301.667 USD''<br>''[[BBS03/BBSHD Bafang/8Fun 48V 1000W mid drive electric motor kit with 48V 14Ah Li-ion down tube battery with 5V USB output+charger|http://www.aliexpress.com/item/Bafang-8Fun-BBS03-BBSHD-48V-1000W-mid-drive-electric-motor-kit-with-48V-14Ah-MG11865-Li/32552249216.html?spm=2114.10010108.1000013.19.iWszlI&scm=1007.13339.35814.0&pvid=c47235fb-fda6-421e-bfb7-5c6ba054e508&tpp=0]] US $1,220.74''<br>''[[TRINX Folding mountain bike 26" - 21-speed|http://www.lazada.co.th/trinx-ys2621d-5519060.html]] 6500 ฿ = 187.814 USD - [[K-BIKE MAXX MOUTAIN BIKE 26" - 21 speed SHIMANO version HOLLYWOOD|http://www.lazada.co.th/k-bike-maxx-moutain-bike-26-21-speed-shimano-hollywood-26ksmtb2106-5900669.html]] 4990 ฿ = 143.061 USD''<br>''[[S-Team BIKE Folding Bicycle 20" - 6-speed|http://www.lazada.co.th/s-team-bike-folding-bike-20-6-speed-dolphin-7009515.html]] 2990 ฿ = 86.2971 USD - [[COYOTE folding bicycle 20" - 21 speed|http://www.lazada.co.th/coyote-heaven-20-6419046.html]] 3850 ฿ = 111.244 USD - [[Bicycle Aluminum Alloy Rear Rack|http://www.lazada.co.th/bicycle-aluminum-alloy-rear-rack-small-hole-intl-5048781.html]] 522 ฿ = 15.0379 USD 
[[Harbor Freight Tools|https://en.wikipedia.org/wiki/Harbor_Freight_Tools]] is a USA company - Idea: Detachable rear mounted  80cc mod to make a vertical [[Shift Kit (1)|https://youtu.be/9o7IpFrnlBs]] ([[2)|https://youtu.be/bY9BeSOfQ7s]]  [[(3)|https://youtu.be/UicCKo0Qf0Q]] chain driven 20" [[folding motorbike|http://www.lazada.co.th/coyote-heaven-20-6419046.html]], with a trailer. 
[[Blender.org|https://www.blender.org/get-involved/]] - [[FreeCAD|http://www.freecadweb.org/]] - [[GIMP|https://www.gimp.org/]] - Farm the build out to PHUKET MOTORBIKE RENTALS.  Make the Engine and Shift Kit Bracket out of wood to absorb vibration. Strengthen the 
aluminum bicycle rack by welding heavier braces to it. Make it Non-flexible. I need to draft this up.
[[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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThe%20Birth%20of%20a%20Nation%20(1915%20film%20by%20D.W%20Griffith)%5D%5D]]
[[The Birth of a Nation (1915 film by D.W Griffith)|https://youtu.be/I3kmVgQHIEY]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/I3kmVgQHIEY" frameborder="0" allowfullscreen></iframe>
</html>
[[The Boat Design Directory|http://www.boatdesign.net/Directory/]]
<<miniBrowser http://www.boatdesign.net/Directory/>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[MY FIRST VLOG|MY FIRST VLOG - Casey Neistat]]
|[[QUIEROFLAIR Anthony Serra|https://www.youtube.com/playlist?list=FLRNo4I1VcFL06U0JJZGhj-g]] - [[If the River Was Whiskey]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HBq6kfIQoAw?list=FLRNo4I1VcFL06U0JJZGhj-g" frameborder="0" allowfullscreen></iframe></html>|[[THE BEST (FLAIR) INTERNATIONAL BARTENDER. UNIVERSITY OF CEBU PHILIPPINES|https://youtu.be/XKzXjx7ky3U]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/XKzXjx7ky3U" 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 Lycaeum|http://www.lycaeum.org/wiki/Main_Page]]
<<miniBrowser http://www.lycaeum.org/wiki/Main_Page>>
[[The Music Goes 'Round And Around'|https://youtu.be/j8cQb6R0wdU?list=RDj8cQb6R0wdU]] - [[Jimi Hendrix Last Performance ' Love and Peace Festival ' 1970|http://glassparrot.tiddlyspot.com/#%5B%5BJimi%20Hendrix%20Last%20Performance%20'%20Love%20and%20Peace%20Festival%20'%201970%20Isle%20of%20Fehmarn%2C%20Germany%5D%5D]]
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/j8cQb6R0wdU?list=RDj8cQb6R0wdU" frameborder="0" allowfullscreen></iframe>
</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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThe%20Technology%20Video%20SkySails%5D%5D]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]'' - [[Boat Design Software]] - ''Amazon - [[WINDMILL (DB-400) 400W 12V Wind Turbine Generator kit - $349.00|http://www.amazon.com/DB-400-residential-agriculture-controller-installation/dp/B00RG2TF6U/ref=sr_1_fkmr0_3?ie=UTF8&qid=1464061329&sr=8-3-fkmr0&keywords=ALEKO+BLWG450W+5+Blades+Wind+Turbine+Wind+Generator+Mill+From+ALEKO]] - [[Newport Vessels 62lb Thrust Electric Trolling Motor Saltwater|http://www.amazon.com/Newport-Vessels-Electric-Trolling-Saltwater/dp/B00KJE9PDK/ref=sr_1_17?ie=UTF8&qid=1464069537&sr=8-17&keywords=electric+trolling+motor]]
[[Harbor Freight - Solar Panels|http://www.harborfreight.com/solar-panels.html]]''
|[[The Technology Video SkySails|https://youtu.be/pYv6k5A-kHg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/pYv6k5A-kHg" frameborder="0" allowfullscreen></iframe></html>|[[The OMEGASAILS-kite for powerboats|https://youtu.be/Z6pPYwmu32w]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Z6pPYwmu32w" frameborder="0" allowfullscreen></iframe></html>|
|[[Wind Power Technology|https://youtu.be/oPh-Mq2J4R0?list=RDoPh-Mq2J4R0]] - [[Unusual Catamaran with Wind Turbine Propulsion in Guernsey]]<br><html><center><iframe width="560" height="315" src="https://www.youtube.com/embed/oPh-Mq2J4R0?list=RDoPh-Mq2J4R0" frameborder="0" allowfullscreen></iframe></center></html>|[[Why aren't Vertical-Axis Wind Turbines more popular?|https://www.quora.com/Why-arent-Vertical-Axis-Wind-Turbines-more-popular]] -click-<br>[img[http://i.imgur.com/fDNnWq3.png][https://www.quora.com/Why-arent-Vertical-Axis-Wind-Turbines-more-popular]]|
[[Cal-ePower 10 kW turbine|http://www.cal-epower.com/solution.html]]
<<miniBrowser http://www.cal-epower.com/solution.html>>
[[Tesla turbine|https://en.wikipedia.org/wiki/Tesla_turbine]] - [[Tesla turbine (Kiwix Localhost)|http://localhost:8000/wikipedia_en_all_2015-05/A/Tesla_turbine.html]] - [[Electrolysis of water (Wikipedia)|https://en.wikipedia.org/wiki/Electrolysis_of_water]] - [[Electrolysis of water(Kiwix Localhost)|http://localhost:8000/wikipedia_en_all_2015-05/A/Electrolysis_of_water.html]]
<<miniBrowser https://en.wikipedia.org/wiki/Tesla_turbine>>
[[Category:Steam power|https://en.wikipedia.org/wiki/Category:Steam_power]] - [[Steamboat (Wikipedia)|https://en.wikipedia.org/wiki/Steamboat]] - [[Steamboat (Kiwix Localhost)|http://localhost:8000/wikipedia_en_all_2015-05/A/Steamboat.html]] - [[Boiler (Wikipedia)|https://en.wikipedia.org/wiki/Boiler]] - [[Boiler (Kiwix Localhost)|http://localhost:8000/wikipedia_en_all_2015-05/A/Boiler.html]] - [[Electric steam boiler (Wikipedia)|https://en.wikipedia.org/wiki/Electric_steam_boiler]] - [[Electric steam boiler (Kiwix Localhost)|http://localhost:8000/wikipedia_en_all_2015-05/A/Electric_steam_boiler.html]]
<<miniBrowser https://en.wikipedia.org/wiki/Category:Steam_power>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BThe%20Untold%20Story%20of%20Vaccines%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[uTOHphu|Cult suicide]]
[[United States Constitution - Article I Section 8 Clause 8]]
|[[Silent Epidemic; The Untold Story of Vaccines Movie dire|https://youtu.be/K1m3TjokVU4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/K1m3TjokVU4" frameborder="0" allowfullscreen></iframe></html>|[[The Exploding Autoimmune Epidemic - Dr. Tent - It's Not Autoimmune, you have Viruses|https://youtu.be/r8FCJ_VPyns?list=RDr8FCJ_VPyns]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/r8FCJ_VPyns?list=RDr8FCJ_VPyns" frameborder="0" 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]]
# ''[[Built on Sand: The Collapsing Creationist Tower|http://www.freethoughtassociation.org/minutes/2005/May25-2005.htm]]''
# ''[[Tower of Babel|https://en.wikipedia.org/wiki/Tower_of_Babel]]''
[[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 Markup, Themes, and Plug-ins|https://youtu.be/p2plAqE_Odc]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/p2plAqE_Odc" 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>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BTo%20Farm%20Out%20Work%20or%20Not%20To%20Farm%20Out%20Work%3F%5D%5D]] - ''It is better to do only R&D in combination with OEM''
''[[Additive Manufacturing - Ceramic 3D Printing Breakthrough|http://blenderorganizer.tiddlyspot.com/#%5B%5BAdditive%20Manufacturing%20-%20Ceramic%203D%20Printing%20Breakthrough%5D%5D]] Youtube'' 
See ''[[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]]  - Additive Manufacturing can be done with a T8 CNC - especially for jewelery.''
''Good for unsupported T8 Lego sailboats. - [[Sardi Pax|https://www.youtube.com/user/srf123]] - [[A Helicopter pad on an airplane|http://h8quadmod.tiddlyspot.com/#%5B%5BA%20Helicopter%20pad%20on%20an%20airplane%5D%5D]]''
''https://en.wikipedia.org/wiki/Cyanoacrylate - Idea: Many inkjet printers that print with Cyanoacrylate, printing on stackable foil. Laser cut. Sand fill.  Fire foil.
[[Aluminum shell prototyping parts|http://n6xre.tiddlyspot.com/#%5B%5BAluminum%20shell%20prototyping%20parts%5D%5D]] - T8 Legos - [[FreeCAD Lessons for Beginners]]''
<<miniBrowser https://www.engraversjournal.com/article.php/3034/index.html>>
[[Permalink|http://psychology.tiddlyspot.com/#%5B%5BTootsie%20Roll%20Tragedy%3A%20The%20Real%20Leo%20Hirschfeld%20Story%5D%5D]]
Leo Hirschfeld couldn't stand not being his own boss, even after becoming rich working for somebody else, you don't get no satisfaction that way.
[[Tootsie Roll Tragedy: The Real Leo Hirschfeld Story|https://candyprofessor.com/2010/02/03/tootsie-roll-mystery/]]
<<miniBrowser https://candyprofessor.com/2010/02/03/tootsie-roll-mystery/>>
<<miniBrowser https://en.wikipedia.org/wiki/Wax_lips>>
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BTorture%20and%20the%20United%20States%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Torture and the United States |http://en.wikipedia.org/wiki/Torture_and_the_United_States]]
[[Nuremberg principles|https://en.wikipedia.org/wiki/Nuremberg_principles]]
[[Münchausen syndrome by proxy]]
[[Neurodegeneration]]
''[[Dementia with Lewy bodies|https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies]] - [[Concerta|https://en.wikipedia.org/wiki/Methylphenidate]]''
''[[Deep travel|https://youtu.be/GErjagMyrYk]]''
''[[Ask Andy Show|http://www.hobotraveler.com/videos/]]''
[[United States Constitution - Article I Section 8 Clause 8]]
<<miniBrowser http://en.wikipedia.org/wiki/Torture_and_the_United_States>>
[[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 = 'psychology';

// 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]]
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Blender Wiki]]
[[U.S.S. Williamsburg - Presidential Yacht For Sale Mini Documentary|https://youtu.be/XEYrhiFswWo]]<br>[[YachtsForSale|https://www.youtube.com/channel/UCfytmQqrYjlu5FZ7nnYBpYg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/XEYrhiFswWo" frameborder="0" allowfullscreen></iframe></html>
[[CRN 122 - 57m Romance|https://youtu.be/7CekBFBla7U]] Sensational<br>See the [[25 Most Expensive Yachts Ever Built|https://youtu.be/4bL6cNCHujk]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/7CekBFBla7U" frameborder="0" allowfullscreen></iframe></html>
* 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://psychology.tiddlyspot.com/#%5B%5BUnited%20States%20Constitution%20-%20Article%20I%20Section%208%20Clause%208%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Blender Manual Localhost]] - [[Kiwix Localhost]]
[[Thailand Law]] - [[Lèse majesté in Thailand]] 
''[[BECAUSE WE SAY SO|https://www.kirkusreviews.com/book-reviews/noam-chomsky/because-we-say-so/]] by Noam Chomsky''
[[Foreign Exchange Rates]]
[[United States of America Constitution - Full]] - [[uTOHphu|Cult suicide]]
[[United States Constitution - Article I Section 8 Clause 8|http://cyber.law.harvard.edu/openlaw/eldredvashcroft/progress.html]]
See in Bookmarks - [[Law|http://network.bepress.com/law/]] - [[Selected Works of Malla Pollack|https://works.bepress.com/malla_pollack/]] - [[Habeas corpus|https://en.wikipedia.org/wiki/Habeas_corpus]] - The [[Pentagon Papers]] - [[The Untold Story of Vaccines]] - [[Federal Bureau of Investigation]] - [[Qui tam]]
<<miniBrowser http://cyber.law.harvard.edu/openlaw/eldredvashcroft/progress.html>>
The congress writes and ratifies agreements of law. The Supreme Court interpets those agreements.
The citizen may be in conflict of interest with the Constitution when making his own agreements in
contracts and licences which are authorships of the law, but can not ratify law. The sponcership
of those citizens is to resolve those conflicts of interest by a [[Writ Of Habeas Corpus|https://en.wikipedia.org/wiki/Habeas_corpus]] to find the
rightful owner.  The government may secure to property only in conflict of interest and only for the
purpose of sponcership and resolution for a reasonable period of time, but may never own property 
of a citizen. The Supreme Court is an extention of the Internal Justice System. They have no power
to prosicute and they are not an extention of the Civil Justice System or Military Justice System.
The President and the Supreme Court may veto agreements of law, or invalidate them. 
The Civil Justice System or Military Justice System has the power to prosicute in agreements of 
law, by using examples of recorded mandate and by adhearing to ratified agreements of law.
There are no 10,000 page agreements of law. They are disagreements, and unconstitutional
because they generate a conflict of interest with the Constitution and the citizen, and are 
diversions of public interest and responsibilities. Globalization generally infers a delution 
of private protection of the individual citizen, who is governed by individual self evident rights.
[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BUnited%20States%20of%20America%20Constitution%20-%20Full%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[United States of America Constitution - 1789 (rev. 1992)|https://www.constituteproject.org/constitution/United_States_of_America_1992]]
See in Bookmarks [[United States Constitution - Article I Section 8 Clause 8]] - [[Federal Bureau of Investigation]] - [[Qui tam]]
<<miniBrowser https://en.wikipedia.org/wiki/United_States_Constitution>>
''[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[RPi Hub|http://glassparrot.tiddlyspot.com/#%5B%5BRPi%20Hub%5D%5D]]''
[[The Technology Video SkySails]]
[[Unusual Catamaran with Wind Turbine Propulsion in Guernsey|https://youtu.be/IzGCYaJbf0A]]
<html>
<iframe width="420" height="315" src="https://www.youtube.com/embed/IzGCYaJbf0A" frameborder="0" allowfullscreen></iframe>
</html>
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 13/06/2018 04:28:16 | Psychology | [[/|http://psychology.tiddlyspot.com/#%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D%20%5B%5BUniversal%20Licensing%20System%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 26/06/2018 13:24:06 | Psychology | [[/|http://psychology.tiddlyspot.com/#%5B%5BBoat%20Design%20Software%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 26/06/2018 13:32:49 | Psychology | [[/|http://psychology.tiddlyspot.com/#%5B%5BBoat%20Design%20Software%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 06/08/2018 16:53:44 | YourName | [[/|http://psychology.tiddlyspot.com/#DefaultTiddlers%20%5B%5BNetgear%20CM-500%20Cable%20Modem%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 20/10/2018 16:59:08 | Psychology  | [[/|http://psychology.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 22/01/2019 00:07:09 | Psychology | [[/|http://psychology.tiddlyspot.com/]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 22/01/2019 10:26:27 | Psychology | [[/|http://psychology.tiddlyspot.com/]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 07/07/2019 05:29:16 | Psychology | [[/|http://psychology.tiddlyspot.com/#SiteSubtitle]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 15/07/2019 10:38:03 | Psychology | [[/|http://psychology.tiddlyspot.com/#%5B%5BMy%20Mediawiki%5D%5D]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.tiddlyspot.com/index.html]] | . |
| 29/07/2019 21:48:30 | N6XRE | [[psychology.html|file:///home/garyrust/sshfs/192.168.11.113/var/www/html/Tiddlyspot/psychology.html]] | [[store.cgi|http://psychology.tiddlyspot.com/store.cgi]] | . | [[index.html | http://psychology.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>
[[Vaults of Erowid|https://www.erowid.org/psychoactives/psychoactives.shtml]]
<<miniBrowser https://www.erowid.org/psychoactives/psychoactives.shtml>>
[[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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]] - [[Winlink Digital Ameteur Radio|http://glassparrot.tiddlyspot.com/#%5B%5BWinlink%20Digital%20Ameteur%20Radio%5D%5D]]''
[[Weather - Phuket, Thailand|http://www.holiday-weather.com/phuket/]] - [[Latitude and Longitude finder|http://www.worldatlas.com/aatlas/findlatlong.htm]]
The latitude and longitude of Phuket, Thailand is: 7° 57' N / 98° 20' E 
<<miniBrowser http://www.holiday-weather.com/phuket/>>
|[[Meditation]] ''Youtubes - [[If the River Was Whiskey]] - [[The Bruce Lee of Bartending]]<br>[[Amazon - SunEscape Pop Up Backpacking Tent|http://www.amazon.com/dp/B019ETO0SK?psc=1]] - Sale: $39.90 & FREE Shipping<br>[[Amazon - Intex Pool 6 Ft. X 20 In. 234 Gal|http://www.amazon.com/dp/B00A9WXUPG?psc=1]] - Price: $36.99 & FREE Shipping<br>[[Amazon - Intex Cartridge Filter Pump 330 GPH Flow Rate|http://www.amazon.com/Intex-Krystal-Cartridge-Filter-110-120V/dp/B00PHWUK2O/ref=pd_sim_sbs_86_10?ie=UTF8&dpID=41uEnne239L&dpSrc=sims&preST=_AC_UL160_SR160%2C160_&refRID=1RZVVBQENQ2Y84FEJW1M]] - Price: $34.95 & FREE Shipping<br>-click-<br>[img[http://ecx.images-amazon.com/images/I/51fSIhjrE9L.jpg][http://www.amazon.com/dp/B00A9WXUPG?psc=1]]''<br>[[Wooden Boat Building]]'' - [[Hydroponics]]'' - [[Moving Plans]]|''[[Eachine Goggles One 5 Inches 5.8G 40CH HD 1080p HDMI FPV Goggles Video Glasses|http://www.banggood.com/Eachine-Goggles-One-5-Inch-5_8G-40CH-Raceband-HD-1080p-72-Degree-HDMI-FPV-Goggles-Video-Glasses-p-1043694.html]] $129.99''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/f9ulZytCuf8" frameborder="0" allowfullscreen></iframe></html>|<html><a href="http://www.viabox.com/register" target="_blank"><img src="http://www.viabox.com/images/250x250.gif" alt="Viabox" width="250" height="250" border="0" /></a></html>|
''[[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
It is best to keep to people you know -- like, in my case, [[Billy Furman|https://goo.gl/54RS2i]]
- click 
[img[https://scontent-dfw1-1.xx.fbcdn.net/hphotos-xap1/v/t1.0-9/1483355_10152081865067593_1142260382_n.jpg?oh=4f2b0d06aa1eae54815daa48c29e7fa0&oe=570074F5][https://goo.gl/54RS2i]]
''[[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>
[[WikiTravel|http://wikitravel.org/en/Taiwan]]
<<miniBrowser http://wikitravel.org/en/Taiwan>>
|[[12 Days in Taiwan | Summer of 2013|https://youtu.be/52s54sl3BfQ?list=PLrvJJu2Pt1jhb8XKMi0y1BGel24DHbIDU]] - [[Kyde and Eric playlists|https://www.youtube.com/user/kepsux/playlists]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/52s54sl3BfQ?list=PLrvJJu2Pt1jhb8XKMi0y1BGel24DHbIDU" frameborder="0" allowfullscreen></iframe></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>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[Moses!]] - [[Living on a Boat]]
[[Blender Manual Localhost]] - [[Blender Wiki]] - ''[[FreeCAD|http://reprap.org/wiki/FreeCAD]]'' - [[Boat Design Software]] - [[Kiwix Localhost]]
''Building'' - [[Ship Parts]] - [[The Boat Design Directory]]
''Restorations'' - [[U.S.S. Williamsburg - Presidential Yacht For Sale Mini Documentary]] - [[Ariete Primo - The conversion of a 44 metre tugboat into an exclusive Super yacht]]
|[[Wooden Boat Building|https://youtu.be/0L_T8pakALA?list=PLC1bsDp4QFIJlF8Q2tTIswBh_D52UDWLw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/0L_T8pakALA?list=PLC1bsDp4QFIJlF8Q2tTIswBh_D52UDWLw" frameborder="0" allowfullscreen></iframe></html>|[[Wooden boat building - Aigars G|https://youtu.be/Wuoy1dGOxFI]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/Wuoy1dGOxFI" frameborder="0" allowfullscreen></iframe></html>|
|[[Building Emma|https://youtu.be/Eq0QCISgetM]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/Eq0QCISgetM" frameborder="0" allowfullscreen></iframe></html>|[[Boats to build|https://youtu.be/nExRF8I6oYk?list=PLMxVerwxTNdSMVNXXA-rMHvodN3VZPnMB]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/nExRF8I6oYk?list=PLMxVerwxTNdSMVNXXA-rMHvodN3VZPnMB" frameborder="0" allowfullscreen></iframe></html>|
|[[NYWS-708_Sailboat__1of2.avi|https://youtu.be/Fh3yV6Q5FLs]]<br>[[Plans|http://www.symionic.com/newyankee/index.php?id=53#!/~/product/id=7916543]]<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/Fh3yV6Q5FLs" frameborder="0" allowfullscreen></iframe></html>|[[NYWS 709 Sailboat 2of2|https://youtu.be/Q7a7S-PqD2E]] - [[SkySails|The Technology Video SkySails]]<br>Make an electric trimaran sailboat with a cabin holding 3 Clancys together<br><html><iframe width="420" height="315" src="https://www.youtube.com/embed/Q7a7S-PqD2E" frameborder="0" allowfullscreen></iframe></html>|
|[[Van Dam Boats on American Craftsman|https://youtu.be/L61Ip-OhOlw]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/L61Ip-OhOlw" frameborder="0" allowfullscreen></iframe></html>|[[Chummy Rich: Maine Boat Builder- Dobbs Productions, Bar Harbor,Maine|https://youtu.be/sWIs-9wlaV4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/sWIs-9wlaV4" frameborder="0" allowfullscreen></iframe></html>|
|[[Wooden boatbuilding - Faber Navalis: A film by Maurizio Borriello|https://youtu.be/NtQDbJXh1oY]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/NtQDbJXh1oY" frameborder="0" allowfullscreen></iframe></html>|[[All Shipwright videos with Louis Sauzedde|https://youtu.be/dEoi2E05zDU?list=PLzlN3A2DLgNz7vh_8Hur0N7ICHnt0Rt1n]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/dEoi2E05zDU?list=PLzlN3A2DLgNz7vh_8Hur0N7ICHnt0Rt1n" frameborder="0" allowfullscreen></iframe></html>|
<<miniBrowser http://rapidwhale.com/mini-boat.php>>
''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]'' - [[World Travel Thailand]] - [[Learn Thai Online]]
|[[Lisbon and the Algarve - Rick Steves Europe|https://youtu.be/5mjEAakFj_A?list=PL6uh7qTbHixWcjhAOIzQT1NRFxN97lEpD]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/5mjEAakFj_A?list=PL6uh7qTbHixWcjhAOIzQT1NRFxN97lEpD" frameborder="0" allowfullscreen></iframe></html>|[[Portugal Travel Skills - Rick Steves Travel Talks|https://youtu.be/gx_83wZkt20?list=PLwTQPWHcUfhQY9AAOE7LCxP2eAiF4hsHN]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/gx_83wZkt20?list=PLwTQPWHcUfhQY9AAOE7LCxP2eAiF4hsHN" frameborder="0" allowfullscreen></iframe></html>|
|[[10 reasons to visit Portugal|https://youtu.be/sBZkR9TFFqk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/sBZkR9TFFqk" frameborder="0" allowfullscreen></iframe></html>|[[Madeira - Portugal - The most beautiful sights|https://youtu.be/1wMBLcWPXRo]] - [[EUROPEAN HISTORY: The Portuguese Empire!|https://youtu.be/zRo1AlJEM6I]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/1wMBLcWPXRo" frameborder="0" allowfullscreen></iframe></html>|
|[[Our 11 Reasons To Live In Costa Rica|https://youtu.be/QsTvlqdBlbc]] - http://boomersoffshore.com/ <br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/QsTvlqdBlbc" frameborder="0" allowfullscreen></iframe></html>|[[Costa Rica (Central-America) Vacation Travel Video Guide|https://youtu.be/HqICnyEyoUo]] - [[Costa Rica|https://youtu.be/Bn04STC42Pw?list=PL8DF21966FB3D9B5E]] playlist<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/HqICnyEyoUo" frameborder="0" allowfullscreen></iframe></html>|
|[[An American in Puerto Rico (The Movie)|https://youtu.be/CMiP1Uus1UE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/CMiP1Uus1UE" frameborder="0" allowfullscreen></iframe></html>|[[FORBIDDEN PUERTO RICO|https://youtu.be/G1UrSXgrqDg?list=PLWOFUAQV6saZy-obZOFS8RWsXp4EUY47b]] - [[PUERTO RICO - A TRUTH THAT MUST BE TOLD|https://youtu.be/OPK_HShQ7co]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/G1UrSXgrqDg?list=PLWOFUAQV6saZy-obZOFS8RWsXp4EUY47b" frameborder="0" allowfullscreen></iframe></html>|
|[[Puerto Rican Summer Boat Party - Parguera|https://youtu.be/SN3pylzwxi0]] - [[Glimpse of how beautiful Rincon Puerto Rico is!|https://youtu.be/6SUTTmVm9Bg]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/SN3pylzwxi0" frameborder="0" allowfullscreen></iframe></html>|[[America's Backyard: Puerto Rico|https://youtu.be/CHRWdXWrKp4]] - [[La Perla: The Other Side of El Viejo San Juan|https://youtu.be/m4xM5y-84HE]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/CHRWdXWrKp4" frameborder="0" allowfullscreen></iframe></html>|
|[[Strain Hunters Jamaica Expedition|https://youtu.be/vyaKiWkHFlc]] - [[Drugcity Report Kingston Jamaica 2013 Documentary|https://youtu.be/iwCbuabchS4]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/vyaKiWkHFlc" frameborder="0" allowfullscreen></iframe></html>|[[Jamaica (North-America) Vacation Travel Video Guide|https://youtu.be/SgoIJe4WfDk]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/SgoIJe4WfDk" frameborder="0" allowfullscreen></iframe></html>|
''[[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/]] (619)361-1895 - [[World Travel]] - [[International version of QQ|http://imqq.com/]] - [[Startinchina|http://www.startinchina.com/]] - [[Thailand (Wikipedia)|Thailand]] - [[Learn Thai Online]] - [[Youtube Audio Library|https://www.youtube.com/audiolibrary/music]] - [[YouTube Help|https://support.google.com/youtube#topic=4355266]]
[[Beating Depression in Thailand V 079|https://youtu.be/_Hn26hRSnoY]] - [[Nat King Cole Walkin]] - [[Relocation Checklist|http://retirecheap.asia/retire-thailand/jcs-makin-the-move-essential-checklist/]] - [[Retire In Thailand! NOW|https://youtu.be/03EFH9IhEjg]] - [[Moving Plans]] see [[Thailand Law]] - [[California Penal Code § 422|Cal Pen Code § 422. Punishment for threats. (2011)]] - [[The Bruce Lee of Bartending]]
$77 Phuket to/from Kuala Lumpur Airplane - Nov. 02-04, 2016 ''[[JetRadar|http://www.jetradar.com/searches/AHKT0211AKUL0411Y1]] - [[RETIREMENT VISA PACKAGE]] - [[Foreign Exchange Rates|http://psychology.tiddlyspot.com/#%5B%5BForeign%20Exchange%20Rates%5D%5D]] - [[Cheap 3 Axis Handheld Gimbal|http://mediaport.tiddlyspot.com/#%5B%5BCheap%203%20Axis%20Handheld%20Gimbal%5D%5D]] - [[Return to Top of Page|Moses!]]
|[[20 Seconds in Thailand|https://www.youtube.com/channel/UCd7MMxZLnYVREjGJLXYJvCA/featured]] - [[Robert Wagner|https://www.patreon.com/ThailandRob?ty=h]] retired to [[Thailand|https://en.wikipedia.org/wiki/Thailand]] from [[Merrill Lynch|https://en.wikipedia.org/wiki/Merrill_Lynch]] ie; [[Brainstormer|https://en.wikipedia.org/wiki/Brainstorm_(1983_film)]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/0YsaYAIxwg4?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke" frameborder="0" allowfullscreen></iframe></html>|[[Guz5135.Grumpy Old Man|https://youtu.be/pN6o4FRNJJc?list=PLk9bklarfCtsK2aEcMbNnf9AzBpxrbMlb]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/pN6o4FRNJJc?list=PLk9bklarfCtsK2aEcMbNnf9AzBpxrbMlb" frameborder="0" allowfullscreen></iframe></html>|
|[[8 Miles From Home - CINEMATIC THAILAND|https://www.youtube.com/playlist?list=PLBCAE752A48C5E035]] - See ''[[Blender Foundation|https://www.blender.org/foundation/]] and the'' [[Golden spiral]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/osyPNeTfXU4?list=PLBCAE752A48C5E035" frameborder="0" allowfullscreen></iframe></html>|[[Eight Miles from Home DAILY VLOGS|https://www.youtube.com/playlist?list=PLEFy_dGyZwbCtCVOhzQt5S-xmWd4lZA-B]] - [[WHY PORTUGAL? Q&A|https://youtu.be/cgj4YrrVmRQ]] - [[Lisbon and the Algarve|World Travel]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/4W2XhSRu7-0?list=PLEFy_dGyZwbCtCVOhzQt5S-xmWd4lZA-B" frameborder="0" allowfullscreen></iframe></html>|
|[[Thai lady's life|https://youtu.be/Zw1zqKMZkBA?list=PL_7vKeHYaXi7-DeEhazrMKjtEp3rviitA]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/Zw1zqKMZkBA?list=PL_7vKeHYaXi7-DeEhazrMKjtEp3rviitA" frameborder="0" allowfullscreen></iframe></html>|[[Places to Live or Visit|https://www.youtube.com/playlist?list=PL9FDE688F9FD403F5]] - [[JC – Retirement Survival Expert, Author and Keynote Speaker|http://retirecheap.asia/retire-thailand/about-jc/]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL9FDE688F9FD403F5" frameborder="0" allowfullscreen></iframe></html>|
|Sailing [[SV|http://www.acronymfinder.com/SV.html]] [[Delos|https://en.wikipedia.org/wiki/Delos]] - From The Beginning! [[Sailing Around The World|https://www.youtube.com/playlist?list=PL3ABF62604C42649F]] - [[Living on a Boat - Introduction|Living on a Boat]]<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/2uBS3HcAaRI?list=PL3ABF62604C42649F" frameborder="0" allowfullscreen></iframe></html>|[[Sailing Around the World on La Vagabonde|https://www.youtube.com/playlist?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo]] - [[Living on a Boat - part 1]] - ''[[GEOFF CARTER in Thailand|https://www.youtube.com/playlist?list=PLVkRPC8agawpq7nVtJ1Jgrbw-b7KMrCkq]]''<br><html><iframe width="560" height="315" src="https://www.youtube.com/embed/TKm2FX9kKZ4?list=PLej_Gvr1c1MM4hEcyzmT06mGoIqoXHcwo" frameborder="0" allowfullscreen></iframe></html>|
* [[Foreign Exchange Rates]] - See [[007 Lotus Esprit 'Submarine Car'|http://www.rmsothebys.com/lots/lot.cfm?lot_id=1061050]] - [[Faraday Future car 2016|http://glassparrot.tiddlyspot.com/#%5B%5BFaraday%20Future%20car%202016%5D%5D]] 
* ''[[Thailand]] - [[Internet censorship in Thailand]] - [[Lèse majesté in Thailand]] - [[Theravada Buddhism|https://en.wikipedia.org/wiki/Theravada]] - [[Buddhism practices|http://buddhismbeliefs.org/buddhism-practices]]''
* ''[[Why Thailand Rob is on Patreon|https://www.patreon.com/ThailandRob?ty=h]] - [[Tootsie Rolls|Tootsie Roll Tragedy: The Real Leo Hirschfeld Story]] - [[Patreon is recurring crowdfunding for artists and creators.|http://blog.patreon.com/]] - [[Siamese cat|https://en.wikipedia.org/wiki/Siamese_cat]] - [[Siamese Rescue|http://www.siameserescue.org/]]''
* ''[[20 Seconds in Thailand VLOG 001/ Why you see me on YouTube|https://youtu.be/EVfmXybIf3w?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke]]''
* [[Diyouware TwinTeeth: The PCB mini-factory]]
* ''[[Zhiyun Z one pro Z1 pro 3 Axis Handheld Gimbal Camera Stabilizer for Gopro 3 3+ 4,support Gopro 4 with LCD BacPac|http://www.amazon.com/dp/B00P7HCIK6/ref=dra_a_rv_mr_hn_xx_P1400_1000?tag=dradisplay-20&ascsubtag=dba7e5b1b13557bc32590c598c30f4e6_S]]'' - $168.90 & FREE Shipping on Amazon.
* ''[[HoboTraveler|http://www.hobotraveler.com/videos/]]''
* [[JetRadar - Los Angeles to All Points, Thailand]]
* [[Chiang Mai (Thailand) Vacation Travel Video Guide]]
* ''[[THAILAND - Girls, Bars, Food, Prices, Accommodation, Tips|https://youtu.be/YFzdKpyd7YQ]] - [[Cost of Buying a Used Motorcycle at Thai Prices -- Chiang Mai|https://youtu.be/1ooWJ-u_4QE]]''
* ''[[Thailand Immigration, VISA and VISA runs from Bangkok VLOG 039|https://youtu.be/rDlkDAYM2HU?list=PLG0GurhlflTd7lZ45X86gNrLQ1K7jb2ke]]''
* ''[[Visa Run between Chiang Mai, Thailand and Vientiane, Laos|https://www.youtube.com/watch?v=NVZA23V4T5w]]''
* ''[[20 Seconds in Thailand VLOG 011 / Visa run to Laos|https://youtu.be/cz7d4YfL77U]] - [[Malaysia]]''
* ''[[Thailand Visa Regulations for Retirement and Tourism|http://www.retirecheap.asia/more-videos.htm#legal]] - [[Passports & International Travel]] - [[How to apply for 6 month visa in Thailand HIPPY STYLE|https://youtu.be/WLutfp9t_nM]] - [[2|https://youtu.be/mjFQ7vyBOUA]]''
''I love Catamaran Sailboats. They sail flat when you are careful. Be [[careful|Catamaran Capsize Compilation (AC45+AC72)]]. [[Dragonfly Trimarans|https://en.wikipedia.org/wiki/Dragonfly_Trimarans]] are safer and better, and they fold. I want one.'' 
''See more boats here...''  [[Living on a Boat]] - ''part 2 Youtubes (also monohulls)''
XYZprinting Da Vinci 1.0 3D Printer, Blue
- click -
[img[http://i.imgur.com/fDZnOjZ.png][http://goo.gl/Vg5ypB]]

[[Permaview|http://psychology.tiddlyspot.com/#%5B%5BYa%20ba%5D%5D]] - ''[[N6XRE - RUST, GARY A|http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=722830]]''
[[Ya ba|https://en.wikipedia.org/wiki/Ya_ba]]
<<miniBrowser https://en.wikipedia.org/wiki/Ya_ba>>
[[Methamphetamine Neurotoxicity|https://en.wikipedia.org/wiki/Methamphetamine#Neurotoxicity_and_neuroimmune_response]] - [[Neurodegeneration]]
<<miniBrowser https://en.wikipedia.org/wiki/Methamphetamine#Neurotoxicity_and_neuroimmune_response>>
[[Dementia with Lewy bodies|https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies]] -  ''[[Concerta|https://en.wikipedia.org/wiki/Methylphenidate]]'' 
<<miniBrowser https://en.wikipedia.org/wiki/Dementia_with_Lewy_bodies>>
[[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]]
[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
config.options.txtTheme = "BasaltTheme";