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
| javascript:(function() { | |
| var url = "https://www.google.com/search?safe=active&biw=1302&bih=916&tbm=isch&source=lnt&tbs=isz:ex,iszw:128,iszh:128&q={q}"; | |
| var prompt = 'Name the icon:'; | |
| var input_text = ''; | |
| function isValid() { | |
| return q.length > 0; | |
| } | |
| function getQuery() { |
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
| user_id | rating | |
|---|---|---|
| 5981ebca975c40091f105d22 | 4 | |
| 5981ebca975c40091f105d22 | 3 | |
| 5981ebca975c40091f105d22 | 5 | |
| 5087ff2cffd3db6f68053828 | 4 | |
| 5087ff2cffd3db6f68053828 | 4 | |
| 5087ff2cffd3db6f68053828 | 4 |
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
| user_id | rating | classification_category | |
|---|---|---|---|
| 5981ebca975c40091f105d22 | 1 | 18 | |
| 5981ebca975c40091f105d22 | 3 | ||
| 5981ebca975c40091f105d22 | 5 | 11 |
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
| # TPX | |
| mongorestore --host 127.0.0.1:27017 --drop --db tpx ../dumps/tpx/ | |
| ./manage.py delete-ats connect-scoutexchangellc | |
| ./manage.py console | |
| u = User.get_by_email("[email protected]") | |
| u.password = "1" | |
| u.save() | |
| make run | |
| # Connect |