- ffffff-ffff, fff f fffffff
- ffff FFFF ffff FFFF ffff FFFF
- FFFFFFFFFF
- F
- fF
- fffff, fffff, fffff, F
- #ffffff
- #FFFFFF
- #fff
- #FFF
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
module Main where | |
import Data.List | |
f :: Int -> Int -> Int | |
f x y = x + (y * 2) | |
sum' :: [Int] -> Int | |
sum' = foldl' (+) 0 | |
g :: Int -> Int |
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
import sys | |
from time import sleep | |
from threading import Thread | |
def communicator(): | |
print('This does not print') | |
sys.stdout.flush() | |
while(True): | |
#frame.evaluateJavaScript('document.getElementById("footer").appendChild(document.createTextNode("Hejjibejj"));') | |
#fr.evaluateJavaScript('alert("Yo");') |