This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // const fetch = require("node-fetch") | |
| let createPlaceholderAnswer = (letter, description) => ({ | |
| value: `${letter}. ${description}`, | |
| letter, | |
| select: () => { | |
| console.log("debug: called select() in answer", letter); | |
| }, | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var start,end,mean = []; | |
| var draggableBox; | |
| draggableBox = document.createElement('div'); | |
| draggableBox.style.cssText ="width:100px;height:100px;top:100px;left:100px"; | |
| document.body.appendChild(draggableBox) | |
| draggable(draggableBox); | |
| draggable(draggableBox); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var start,end,mean = []; | |
| var draggableBox; | |
| draggableBox = document.createElement('div'); | |
| draggableBox.style.cssText ="width:100px;height:100px;top:100px;left:100px"; | |
| document.body.appendChild(draggableBox) | |
| draggable(draggableBox); | |
| draggable(draggableBox); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var start,end,mean = []; | |
| var draggableBox; | |
| draggableBox = document.createElement('div'); | |
| draggableBox.style.cssText ="width:100px;height:100px;top:100px;left:100px"; | |
| document.body.appendChild(draggableBox) | |
| draggable(draggableBox); | |
| draggable(draggableBox); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Debian 和 Ubuntu: | |
| $ sudo apt-get install python-pip | |
| Fedora: | |
| $ sudo yum install python-pip | |
| On Unix and Mac OS X the configuration file is: $HOME/.pip/pip.conf | |
| On Windows, the configuration file is: %HOME%\pip\pip.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #: moto/templates/account/verified_email_required.html:16 | |
| msgid "" | |
| "We have sent an e-mail to you for\n" | |
| "verification. Please click on the link inside this e-mail. Please\n" | |
| "contact us if you do not receive it within a few minutes." | |
| msgstr "" | |
| #: moto/templates/account/verified_email_required.html:20 | |
| #, python-format | |
| msgid "" |