User Tools

Site Tools


programming_fonts

Programming Fonts

Windows XP, Visual Studio 2005

Font Size 9 Font Size 10 Font Size 11
Consolas
Courier New
Lucida Console

Example Code

#region codinghorror.com
class Program : Object
{
	static int _I = 1;
 
	/// <summary>
	/// The quick brown fox jumps over the lazy dog
	/// THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
	/// </summary>
	static void Main(string[] args)
	{
		Uri Illegal1Uri = new Uri("http://packmyboxwith/jugs.html?q=five-dozen&t=liquor");
		Regex OperatorRegex = new Regex(@"\S#$", RegexOptions.IgnorePatternWhitespace);
 
		for (int O = 0; O < 123456789; O++)
		{
			_I += (O % 3) * ((O / 1) ^ 2) - 5;
			if (!OperatorRegex.IsMatch(Illegal1Uri.ToString()))
			{
				Console.WriteLine(Illegal1Uri);
			}
		}
	}
}
#endregion
programming_fonts.txt · Last modified: 2017/01/01 08:05 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki