This file contains 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
P: GD492X-YMBP2J-MVRLR-847WC-V5NTY-J3HLY | |
S: 8LG52T-DYXG9W-QYYJL-AAC7B-GMFV5-2GZ6L |
This file contains 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 Worldometers Tweaks | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0.1 | |
// @description Add data to Worldometers | |
// @author timdorr | |
// @match https://www.worldometers.info/coronavirus/country/us/ | |
// @icon https://www.google.com/s2/favicons?domain=worldometers.info | |
// @grant none | |
// ==/UserScript== |
This file contains 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
# For testsolvers using the Python version: please do not scroll further; you will get spoiled. | |
# (Instead, just run this Python script via `python adventure.py`) | |
This file contains 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
#ifndef _VO_H | |
#define _VO_H | |
#define ACHILLES_0002 0 | |
#define ACHILLES_0003 1 | |
#define ACHILLES_0004 2 | |
#define ACHILLES_0005 3 | |
#define ACHILLES_0006 4 | |
#define ACHILLES_0007 5 | |
#define ACHILLES_0008 6 |
This file contains 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
class NotificationDropdown extends Component { | |
state = {}; | |
async componentDidMount() { | |
const notifications = await fetchNotifications(); | |
this.setState({ notifications }); | |
} | |
render() { | |
const { notifications } = this.state; |
This file contains 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
class Module | |
def method_added(method) | |
undef_method(method) if rand > 0.999999 | |
end | |
end |
This file contains 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
/** @license React v16.2.0 | |
* react-dom.development.js | |
* | |
* Copyright (c) 2013-present, Facebook, Inc. | |
* | |
* This source code is licensed under the MIT license found in the | |
* LICENSE file in the root directory of this source tree. | |
*/ | |
'use strict'; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<body> | |
<script> | |
function isPlainObject(obj) { | |
if (typeof obj !== 'object' || obj === null) return false | |
let proto = obj | |
while (Object.getPrototypeOf(proto) !== null) { |
This file contains 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
'use strict'; | |
Object.defineProperty(exports, '__esModule', { value: true }); | |
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | |
var isPlainObject = _interopDefault(require('lodash/isPlainObject')); | |
var $$observable = _interopDefault(require('symbol-observable')); | |
/** |
NewerOlder