| F. | C. | B. | |
|---|---|---|---|
| Close | i ü | î û | ï u |
| Mid | e ö | ê ô | ë o |
| Open | a | â | ä |
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> | |
| <title>Random Version History</title> | |
| <script> | |
| function randverhist() { | |
| const vers = []; | |
| const endchance = 0.1; | |
| for (let x = Math.round(Math.random()); x < Math.random() * 10; x++) { | |
| for (let y = 0; y < Math.random() * 10; y++) { |
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
| Removed broken extended Latin font texture |
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 is_javascript_bad() { | |
| console.log(([]/[]+[])[[]*[]]+[]+[]*[]) | |
| } | |
| is_javascript_bad() |
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
| import os | |
| import random | |
| import discord | |
| from dotenv import load_dotenv | |
| load_dotenv() | |
| TOKEN = os.getenv('DISCORD_TOKEN') | |
| client = discord.Client() |
| Front | near | Central | near | Back | |
|---|---|---|---|---|---|
| Close | i y | ᵻ ᵾ | ɨ ʉ | ꟺ ᴜ | ɯ u |
| Near-close | ⱻ ꭚ | ɪ ʏ | ɷ ꭥ | ω ʊ | ⱷ ꭎ |
| Close-mid | e ø | ɘ ɵ | ɤ o | ||
| Mid | ᴇ ᴔ | ə | ᴕ ⱺ | ||
| Open-mid | ɛ œ | ɜ ɞ | ʌ ɔ | ||
| Near-open | æ ᴁ | ɐ ᴂ | ʚ ᴒ | ||
| Open | a ɶ | ᴀ ꬰ | ɑ ɒ |
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 { | |
| max-width: 38rem; | |
| padding: 2rem; | |
| margin: auto; | |
| line-height: 1.5rem; | |
| font-family: sans-serif; | |
| } |
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
| # In RStudio, Ctrl+A then Run | |
| library(ggplot2) | |
| library(dplyr) | |
| library(svglite) | |
| setwd("xxxxx") # replace with own working directory | |
| # Read data | |
| csvData <- read.csv("poll-data.csv") |
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
| var arr = [] | |
| if (arr == !arr) throw 'wtf' |
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
| export default const escapeRegex = (str: string): string => str.replace(/[.*+?^/${}()|[\]\\]/g, '\\$&'); |
NewerOlder