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
<?php | |
header('Content-Type: text/html; charset=UTF-8'); | |
$progress = rand(0, 1) ? 'ι²ζγγΎγγοΌ' : 'ι²ζγγ‘γ§γ(^_^;)'; | |
?> | |
<!doctype html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0"> | |
<title>ι²ζγ©γγ§γγ</title> | |
</head> |
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
using System; | |
using System.IO; | |
using System.Net; | |
using System.Net.Cache; | |
using System.Threading.Tasks; | |
using System.Windows.Media.Imaging; | |
public static class LazyBitmapImage | |
{ | |
public static Task<BitmapImage> GetImage(Uri uri) |
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
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
new A(); | |
new B(); | |
} | |
} | |
class 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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="Content-Language" content="en-us"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Twitter / Maintenance</title> | |
<link href="//abs.twimg.com/favicons/favicon.ico" rel="shortcut icon" type="image/x-icon"> | |
<link rel="stylesheet" href="//abs.twimg.com/errors/fullscreen_errors.css"> | |
</head> |
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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text.RegularExpressions; | |
public class ζ·«ε€’θͺι² | |
{ | |
private static Dictionary<Func<string, bool>, string> sayings = new Dictionary<Func<string, bool>, string> | |
{ | |
{ text => Regex.IsMatch(text, "(?:γͺγ|δ½)γ§γ(?:γ|γ)") && !Regex.IsMatch(text, "γ[οΌ?]"), "γοΌ" }, |
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
using System; | |
using System.Linq; | |
public class HappyBirthday | |
{ | |
public static void ShowHappyBirthday() | |
{ | |
Console.WriteLine(string.Concat("Happy Birthday!".Select(x => new String(x, 3)))); | |
} | |
} |
NewerOlder