Skip to content

Instantly share code, notes, and snippets.

View cory2067's full-sized avatar

Cory Lynch cory2067

  • United States
View GitHub Profile
@cory2067
cory2067 / simpleskulpt.html
Created August 31, 2015 05:10 — forked from bnmnetp/simpleskulpt.html
Testing with skulp
<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>
@cory2067
cory2067 / printer.py
Created November 26, 2017 07:56
Next House printer monitoring
import bs4
import requests
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
printers = [
('justinbieber', '2e'),
('next2w', '2w'),
('nalgas', '3e'),
('printerbena', '3w'),
@cory2067
cory2067 / scoring.py
Last active August 28, 2018 00:32
Next Code python bee scoring
'''
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"
'''
@cory2067
cory2067 / osutop.md
Last active October 21, 2018 06:25
Top players after length bonus modification
#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 -&gt; 13098 (+0 ranks)
@cory2067
cory2067 / coolclub.md
Last active November 10, 2022 19:09
Cool Club Constitution

CONSTITUTION OF THE COOL CLUB

SECTION 1: ENTERING THE COOL CLUB

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:

  1. The message is the following two-character case-insensitive string: "IN"
  2. The timestamp listed by the chat reads exactly 4:20 PM (Eastern Time)
  3. 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 Signal group, where the SHA256 hash of the group link is 5886129c5384588115baa2c1b5065f8210c9048f4fa6b6ff6881a37a88adce09
@cory2067
cory2067 / README.md
Last active May 17, 2019 02:41
Solid Aggregation Service

Solid Aggregation Service

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:

@cory2067
cory2067 / taiko-pp.md
Last active July 28, 2019 01:23
Running pavlukivan's pp changes locally
  1. Make sure you have .NET SDK. These instructions also assume you have git
  • (note: the git installer should install a program called Git Bash, which you can run and input the following commands)
  1. Get osu-tools using this command:
git clone https://github.com/ppy/osu-tools.git
  1. Navigate to osu-tools, and open .gitmodules in notepad: