As long as I regarded Lois as a beautiful, juicy, soft, vibrant, sweet-smelling, sweet-breathed machine for provoking and satisfying the appetite (and that was the Lois I had married), all was well. But as soon as I began to regard her as a person, trouble began. All would have been well, perhaps, had Lois been struck dumb at puberty. Then no man could have withstood her. But she could talk, and when something talks you sooner or later begin to listen to the sound it makes and begin, even in the face of all other evidence, to regard it as a person. You begin to apply human standards to it, and human element infects your innocent Eden pleasure in the juicy, sweet-breathed machine. I had loved Lois the machine, the way you love the filet mignon or the Georgia peach, but I definitely was not in love with Lois the person. In fact, as the realization grew that the machine-Lois belonged to, and was the instrument of, the person-Lois (or at least to the thing which could talk), the machine-Lois which I had innocen
- Wilson's theorem (p-1)! mod p = -1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body style="padding: 100px;"> | |
<input type="text" style="height: 40px; width: 300px; font-size: 24px;"/> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<script> | |
var i = 1; | |
setInterval(function () { | |
var e = document.createElement('div'); | |
e.innerText = '** ' + i + ' **'; | |
document.body.appendChild(e); | |
i += 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<iframe src="https://google.com"/> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body> | |
<script> | |
setTimeout(function () { | |
alert(1); | |
Array.from(document.getElementsByTagName('script')).map(function (e) { | |
alert(e.src + '||' + e.outerHTML); | |
var d = document.createElement('div'); | |
d.innerText = e.src + '||||' + e.outerHTML; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style> | |
body { | |
padding: 20px; | |
background: white; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html><html xmlns="http://www.w3.org/1999/xhtml" __wid__="1"><head __wid__="2"><!--__weblife_anchor__ 3--> | |
<meta charset="utf-8" __wid__="4"><!--__weblife_anchor__ 5--> | |
<!--__weblife_anchor__ 6--><!-- | |
Created using JS Bin | |
http://jsbin.com | |
Copyright (c) 2016 by anonymous (http://jsbin.com/nipiyanopi/1/edit) | |
Released under the MIT license: http://jsbin.mit-license.org |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body></body> | |
</html> |
OlderNewer