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
| for _ in range(int(42 == 420/10)): | |
| while int(not _): | |
| _+=int(not 1336 == 666) | |
| with open(hex(_), "a+") as ride_my_eggplant: | |
| ride_my_eggplant.write(str(_) * 6661337420) |
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
| for(;;){alert(["\u0059\u004f\u0055" + (` r` || 'regexLibrary' && ".active_##"), (3735928559).toString(16).substr(0, 4), (3735928559).toString(16).substr(4)].join(" ").toUpperCase())} |
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 random | |
| trash = ":3.xddd.rate my desktop.senpai.anon-kun.:3333333.s-senpai.anime is technology.waifu.no bully.asuka.rei.miku.desu".split('.') | |
| i = int(input("h-how much anime do you want senpai: ")) | |
| print(" ".join( random.choice(trash) for _ in range(i) )) |
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
| a = "abcdefghijklmnopqrstuvwxyz" | |
| q = " 1234567890.,'\";:" | |
| z = {x:y for x,y in map(None,a+q,a[13:]+a[:13]+q)} | |
| print ''.join([z[c] for c in raw_input('>').lower()]) |
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
| count = 0 | |
| string = "z" | |
| while True: | |
| with open(hex(count), "a+") as file: | |
| file.write(string) | |
| string += string | |
| count += 1 |
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
| print( | |
| "Welcome to Nim!:\n"+ | |
| "A simple game, where you're allowed to take "+ | |
| "one, two, or three marbles from a pile of 12.\n"+ | |
| "You compete against the computer to take the "+ | |
| "last marble.") | |
| marbles = 12 | |
| def computerTake(amount): |
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 randomChar(string) { | |
| return string.charAt(Math.floor(Math.random() * string.length)) ;} | |
| function generateName() { | |
| var vowels = "aeiou"; | |
| var consonants = "bcdfghjklmnpqrstvwxyz"; | |
| return randomChar(consonants) + | |
| randomChar(vowels) + | |
| randomChar(consonants) + | |
| (Math.floor(Math.random()*89)+10) ;} |
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 colors = ["e66","ea6","ee6","6e6","6ee","66e","a6e"]; | |
| String.prototype.flair = function() { | |
| flair = "$Ubuntu Mono|/^/^"; | |
| for (i = 0; i < this.length; i++) { | |
| color = colors[i%colors.length] | |
| flair += "##" + color + "#" + color + this[i]; | |
| } | |
| return flair; | |
| } | |
| CLIENT.on('message', function() { |
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
| x = raw_input("> ") | |
| print ' '.join(x) | |
| for i in range(1, len(x)-1):print x[i] + (len(x) * 2 - 3) * ' ' + x[len(x)-i-1] | |
| print ' '.join(x[::-1]) |