Visual Studio color schemes
설명은 네이버 검색 고고
http://search.naver.com/search.naver?sm=tab_hty.top&where=nexearch&ie=utf8&query=Visual+Studio+color+schemes&x=0&y=0
사이트 링크 고고
http://studiostyl.es/
꼭 설치하자
1등은 테마?는 (color scheme)
C# code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#region Studio Style class Program : IThemeable { static int _I = 1; delegate void DoSomething(); /// <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) { string normalStr = "The time now is approximately " + DateTime.Now; 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())) { // no idea what this does!? Console.WriteLine(Illegal1Uri + normalStr); } } } } #endregion
'study' 카테고리의 다른 글
문맥 자유 문법(context free grammer) (0) | 2013.01.07 |
---|---|
TLD, be prepended to ... (0) | 2012.08.18 |
자바스크립트 새로고침 종류 (0) | 2012.08.17 |