Hello World
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 DuoLingo Pinyin | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
// Script designed to run with GreaseMonkey: | |
// https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ | |
// Script is designed for the English to Chinese DuoLingo course |
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
const character_data = { | |
"1": { | |
"emoji": "1️⃣", | |
"english": "one", | |
"chinese": "一", | |
"japanese": "一" | |
}, | |
"two": { | |
"emoji": "2️⃣", | |
"english": "two", |
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
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js" integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | |
</head> | |
<body> | |
<script> | |
function rollDice() { | |
return (Math.floor(Math.random() * 6) + 1).toString(); | |
} |
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
0 null | |
1 null | |
2 null | |
3 null | |
4 null | |
5 null | |
6 Stationary_Anchor | |
7 | |
8 Simple_Collection_Net | |
9 |
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
Volume[RegionDifference[RegionUnion[Region[ | |
Cuboid[ | |
{-40,-3,-48}, | |
{8,50,7} | |
] | |
],Region[ | |
Cuboid[ | |
{-38,-11,-30}, | |
{11,38,20} | |
] |
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
Rushmore | |
Arrival | |
Into the Spider-Verse | |
The Grand Budapest Hotel | |
Shaw Shank Redemption | |
Once Upon a Time in Holywood | |
Napoleon Dynamite | |
The Mandalorian | |
Rogue One | |
Mid 90s |
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
7 Billion Humans | |
Astroneer | |
The Beginner's Guide | |
Braid | |
Celeste | |
Exapunks | |
Fire Watch | |
Getting Over It with Bennett Foddy | |
Grow Home | |
Hotline Miami |
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
{ | |
"source": "https://coolors.co/palettes/popular", | |
"data": [ | |
{ | |
"colors": [ | |
"264653", | |
"2A9D8F", | |
"E9C46A", | |
"F4A261", | |
"E76F51" |
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
{ | |
"source": "https://coolors.co/palettes/trending", | |
"data": [ | |
{ | |
"colors": [ | |
"E63946", | |
"F1FAEE", | |
"A8DADC", | |
"457B9D", | |
"1D3557" |