<?xml version="1.0"?>
<opml version="2.0">
	<head>
		<title>scratchpad</title>
		<dateCreated>Fri, 26 Mar 2021 19:38:54 GMT</dateCreated>
		<dateModified>Tue, 24 Aug 2021 13:29:54 GMT</dateModified>
		<expansionState>2,3,8,9,12,13,16</expansionState>
		<lastCursor>0</lastCursor>
		<ownerTwitterScreenName>davewiner</ownerTwitterScreenName>
		<ownerName>Dave Winer</ownerName>
		<ownerId>http://twitter.com/davewiner</ownerId>
		<urlUpdateSocket>ws://localhost:1230/</urlUpdateSocket>
		<longTitle></longTitle>
		<description></description>
		</head>
	<body>
		<outline text="returnArray" created="Mon, 10 May 2021 15:31:34 GMT">
			<outline text="function () {" created="Mon, 10 May 2021 15:31:39 GMT">
				<outline text="var theArray = new Array ();" created="Mon, 10 May 2021 15:31:44 GMT"/>
				<outline text="for (var i = 0; i &lt; 10; i++) {" created="Mon, 10 May 2021 15:31:54 GMT">
					<outline text="" created="Mon, 10 May 2021 15:35:46 GMT"/>
					<outline text="let subobject = {" created="Mon, 10 May 2021 15:35:46 GMT">
						<outline text="i," created="Mon, 10 May 2021 15:36:45 GMT"/>
						<outline text="square: i * i," created="Mon, 10 May 2021 15:36:01 GMT"/>
						<outline text="cube: i * i * i," created="Mon, 10 May 2021 15:36:11 GMT"/>
						<outline text="snark: getRandomSnarkySlogan ()" created="Mon, 10 May 2021 15:36:22 GMT"/>
						<outline text="};" created="Mon, 10 May 2021 15:35:55 GMT"/>
						</outline>
					<outline text="" created="Mon, 10 May 2021 15:35:46 GMT"/>
					<outline text="" created="Mon, 10 May 2021 15:35:46 GMT"/>
					<outline text="theArray.push (subobject)" created="Mon, 10 May 2021 15:32:04 GMT"/>
					<outline text="}" created="Mon, 10 May 2021 15:32:03 GMT"/>
					</outline>
				<outline text="return (theArray);" created="Mon, 10 May 2021 15:32:14 GMT"/>
				<outline text="}" created="Mon, 10 May 2021 15:31:43 GMT"/>
				</outline>
			</outline>
		<outline text="oneFriendsInfo" created="Mon, 10 May 2021 15:20:51 GMT">
			<outline text="function () {" created="Mon, 10 May 2021 15:20:58 GMT">
				<outline text="var theProfile = twitter.getUserProfile (&quot;davewiner&quot;);" created="Mon, 10 May 2021 20:58:59 GMT"/>
				<outline text="return (theProfile);" created="Mon, 10 May 2021 15:51:57 GMT"/>
				<outline text="}" created="Mon, 10 May 2021 15:21:02 GMT"/>
				</outline>
			</outline>
		<outline text="getFriendsInfo" created="Mon, 10 May 2021 15:20:51 GMT">
			<outline text="function () {" created="Mon, 10 May 2021 15:20:58 GMT">
				<outline text="var theArray = new Array ();" created="Mon, 10 May 2021 15:51:38 GMT"/>
				<outline text="var theProfile = twitter.getUserProfile (&quot;davewiner&quot;);" created="Mon, 10 May 2021 20:58:59 GMT"/>
				<outline text="console.log (jsonStringify (theProfile))" created="Mon, 10 May 2021 20:58:39 GMT"/>
				<outline text="theArray.push (theProfile);" created="Mon, 10 May 2021 15:21:14 GMT"/>
				<outline text="return (theArray);" created="Mon, 10 May 2021 15:51:57 GMT"/>
				<outline text="}" created="Mon, 10 May 2021 15:21:02 GMT"/>
				</outline>
			</outline>
		<outline text="test " created="Sun, 04 Apr 2021 21:28:34 GMT">
			<outline text="function (name) {" created="Fri, 16 Apr 2021 15:16:32 GMT">
				<outline text="dialog.alert (&quot;Greetings: &quot; + name);"/>
				<outline text="}"/>
				</outline>
			</outline>
		<outline text="myPrefs" created="Sun, 04 Apr 2021 21:28:42 GMT">
			<outline text="{" created="Sun, 04 Apr 2021 21:28:43 GMT">
				<outline text="age: 22, " created="Fri, 16 Apr 2021 15:17:27 GMT"/>
				<outline text="country: &quot;USA&quot;,"/>
				<outline text="favoriteMovies: [" created="Sun, 04 Apr 2021 21:28:45 GMT">
					<outline text="&quot;babe&quot;,"/>
					<outline text="&quot;the departed&quot;," created="Sun, 04 Apr 2021 21:28:46 GMT"/>
					<outline text="&quot;heaven can wait&quot;," created="Sun, 04 Apr 2021 21:28:47 GMT"/>
					<outline text="&quot;casablanca&quot;"/>
					<outline text="]"/>
					</outline>
				<outline text="}"/>
				</outline>
			</outline>
		</body>
	</opml>
