Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.72 KB | None | 0 0
  1. /// NanumGothicCoding
  2. /// Size - 11
  3.  
  4. class Program : Object
  5. {
  6.     static int _I = 1;
  7.     /// <summary>
  8.     /// The quick brown fox jumps over the lazy dog
  9.     /// THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
  10.     /// </summary>
  11.     static void Main(string[] args)
  12.     {
  13.         Uri Illegal1Uri = new Uri("http://packmyboxwith/jugs.html?q=five-dozen&t=liquor");
  14.         Regex OperatorRegex = new Regex(@"S#$", RegexOptions.IgnorePatternWhitespace);
  15.  
  16.         for (int O = 0; O < 123456789; O++)
  17.         {
  18.             _I += (O % 3) * ((O / 1) ^ 2) - 5;
  19.             if(!OperatorRegex.IsMatch(Illegal1Uri.ToString()))
  20.             {
  21.                 Console.WriteLine(Illegal1Uri);
  22.             }
  23.         }
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement