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
| // ==UserScript== | |
| // @name HN User Info (Age & Karma) | |
| // @namespace https://news.ycombinator.com/ | |
| // @version 1.0 | |
| // @description Shows account age (in days) and karma next to every username on Hacker News | |
| // @match https://news.ycombinator.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM.xmlHttpRequest | |
| // @connect hacker-news.firebaseio.com | |
| // ==/UserScript== |
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
| function P(numDraws) { | |
| return 1 - (math.combinations(3, 0) * math.combinations(37, numDraws)) / math.combinations(40, numDraws) | |
| } | |
| let ans = []; | |
| for (var i = 1; i < 40; i++) { ans.push(i); } | |
| ans = ans.map(x => P(x)); |
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
| test |
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
| #mainNavigation { | |
| display: none; | |
| } |
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
| <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/sophieck" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/sophieck', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address to receive something to make you smile (ROSE), something to make you think (THORN), and something to look forward to (BUD) every two weeks. Stellar gifs guaranteed.</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input value="Subscribe" style="font-family: proxima-nova" type="submit"><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form> |
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
| <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://tinyletter.com/sophieck" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/sophieck', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address to receive something to make you smile (ROSE), something to make you think (THORN), and something to look forward to (BUD) every two weeks. Stellar gifs guaranteed.</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input value="Subscribe" style="font-family: proxima-nova" type="submit"><p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p></form> |
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
| <input value="Subscribe" style="font-family: proxima-nova" type="submit"> |
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
| convos@web:~/convos# curl -L http://convos.by/install.sh | bash - | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 1106 100 1106 0 0 8 0 0:02:18 0:02:06 0:00:12 345 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0convos-release/ | |
| convos-release/.editorconfig | |
| convos-release/.env | |
| convos-release/.gitignore |
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
| b.box(blocks.oak) |
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: links | |
| * Date: 11/18/13 | |
| * ... __ __ ________ | |
| * .. / / ___ ________ ___ / |/ / ___/ | |
| * . / _ \/ _ `/ __/ _ \/ _ \/ /|_/ / /__ | |
| * ./_.__/\_,_/\__/\___/_//_/_/ /_/\___/ | |
| */ |
NewerOlder