#1 Mathi: 14479 -> 14199 (+0 ranks)
#2 Cookiezi: 13855 -> 13986 (+2 ranks)
#3 Rafis: 13852 -> 13802 (+2 ranks)
#4 firebat92: 14047 -> 13789 (-2 ranks)
#5 idke: 13871 -> 13697 (-2 ranks)
#6 filsdelama: 13803 -> 13569 (+0 ranks)
#7 Karthy: 13770 -> 13550 (+0 ranks)
#8 Vaxei: 13543 -> 13413 (+0 ranks)
#9 Abyssal: 13286 -> 13098 (+0 ranks)
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script> | |
<script src="http://www.skulpt.org/static/skulpt.min.js" type="text/javascript"></script> | |
<script src="http://www.skulpt.org/static/skulpt-stdlib.js" type="text/javascript"></script> | |
</head> | |
<body> |
import bs4 | |
import requests | |
import urllib3 | |
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | |
printers = [ | |
('justinbieber', '2e'), | |
('next2w', '2w'), | |
('nalgas', '3e'), | |
('printerbena', '3w'), |
''' | |
Expects an "answer.py" in the same directory containing the answer | |
Example usage: | |
register team: "add=melonpan" | |
correct answer: "team=melonpan stars=3" | |
challenge solution: "team=notmelonpan stars=3 challenge" | |
wrong answer: "team=melonpan wrong" | |
''' |
Entry to the Cool Club is OPEN at exactly 4:20 PM (Eastern Time). Individuals can ENTER the Cool Club by sending a message that conforms to the following criteria:
- The message is the following two-character case-insensitive string: "IN"
- The timestamp listed by the chat reads exactly 4:20 PM (Eastern Time)
- The message is sent to an authorized HUCKGANG group chat. The authorized group chats are as follows:
- The Facebook messenger group chat with ID
1604821722959690
- The Facebook messenger group chat with ID
- The Signal group, where the SHA256 hash of the group link is
5886129c5384588115baa2c1b5065f8210c9048f4fa6b6ff6881a37a88adce09
The Solid Aggregation Service allows for the computation of aggregate values over many user pods. Researchers can submit an aggregation request to the system (e.g. "what is the average age of ..."). Users can then submit encrypted values (e.g. their age, their height) to studies via an online interface. A third party computes an aggregate, but through the use of homomorphic encryption, learns nothing about the users' data (not even the aggregate result). Finally, the researcher will be given an encrypted aggregate result that only they can decrypt, without learning anything else about the users.
The Solid Aggregation Service is comprised of three main repositories:
- (note: the git installer should install a program called Git Bash, which you can run and input the following commands)
- Get
osu-tools
using this command:
git clone https://github.com/ppy/osu-tools.git
- Navigate to
osu-tools
, and open.gitmodules
in notepad: