r2612
r2597
1[[분류:냥]]
r2610
2
r2612
3[[mailto:[email protected]?subject=Hello]]
4[[data:text/plain;base64,SGVsbG8=]]
5[[file:///C:/Users/test.txt]]
6[[tel:+1234567890]]
7[[http://theseed.io:8080]] ERR_SSL_PROTOCOL_ERROR
8[[http://theseed.io:80]]
9[[ftp://theseed.io:21]] FTP
10[[https://theseed.io:443]] https
11[[http://theseed.io:3389]] RDP
12[[https://theseed.io:3306]] MySQL
13[[https://theseed.io:5432]] PostgreSQL
14[[http://theseed.io:27017]] MongoDB
15[[ftp://theseed.io]]
16[[sftp://theseed.io]]
17[[https://admin:[email protected]:443#bottom]]
18[[https://youtube%20com%20channel%20letsgorickrollin'%20:video:[email protected]:443#bottom]]<< 이거 더시드위키 링크임.
19
20[[http://theseed.io]] - 웹 페이지 전송 (비보안)
21[[https://theseed.io]] - 보안 웹 페이지 전송 (SSL/TLS 암호화)
22[[ftp://theseed.io]] - 파일 전송
23[[sftp://theseed.io]] - 보안 파일 전송 (SSH 사용)
24[[file://theseed.io]] - 로컬 파일 접근
25[[mailto://theseed.io]] - 이메일 클라이언트 실행
26[[tel://theseed.io]] - 전화 걸기
27[[ws://theseed.io]] - 웹소켓 연결 (비보안)
28[[wss://theseed.io]] - 보안 웹소켓 연결
29[[ssh://theseed.io]] - 보안 셸 접속
30[[rtsp://theseed.io]] - 스트리밍 미디어
31[[gopher://theseed.io]] - 텍스트 기반 정보 검색 (구형)
32[[ldap://theseed.io]] - 디렉토리 서비스 접근
33[[news://theseed.io]] - 뉴스그룹 접근
34[[nntp://theseed.io]] - 네트워크 뉴스 전송
35[[smb://theseed.io]] - 서버 메시지 블록 (파일/프린터 공유)
36[[data://theseed.io]] - 인라인 데이터 포함
37[[urn://theseed.io]] - 고유 자원 이름 (위치가 아닌 식별자)
38[[telnet://theseed.io]] - 원격 터미널 접속 (비보안)
39[[sip://theseed.io]] - 세션 개시 프로토콜 (통신 세션)
40저거 3개만되는거냐
41
42
r2610
43{{{#!if a = 2,147,483,647
r2611
44a = 2,147,483,647[br]}}}
45{{{#!if a == 2147483647
46a == 2147483647}}}{{{#!if a == 2,147,483,647
47a == 2,147,483,647}}}
48{{{#!if a+1 == -2,147,483,648
r2610
49a+1 == -2,147,483,648[br]overflow}}}
50
51{{{#!if a="3.1415"
52}}}{{{#!if b=a.valueOf()
53}}}{{{#!if b==3.1415
54될리가없지}}}
55
r2584
56{{{#!wiki style="font-weight: 300; font-size: 20px"
57{{{#!if 식 = '11+2'
r2597
58@식=11+2@}}} = {{{#!if s1=false, s2=false, s3=false, j=1+0, i=0+0, k=1+0
r2593
59##switch1 : 숫자 계속 탐색하기, switch2 : 소수점 아래 기입하기. switch3 : 중복 실행 방지.
r2594
60}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
r2593
61}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
r2594
62##숫자를 발견할 경우
r2591
63{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
r2595
64##여기에 앞자리가 음수냐 아니냐를 읽는 판별을 만들어야 합니다. ㅏ 이걸 생각 못했네요 그럼 좀 많이 길어지는데
r2591
65}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
66##숫자를 계속 발견할 경우 (소수점일 수도 있습니다. 여기서는 숫자일 경우)
r2592
67##여기에서 소수점 위를 기입하냐 소수점 아래를 기입하냐 소수점 아래라면 소수점 아래 몇번째 자리를 기입하느냐를 적어야 합니다.
r2597
68{{{#!if s2==false
69##정수 자리를 기입하는 경우
r2595
70{{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true
r2597
71}}}}}}{{{#!if s2==true
72##소수점 아래 자리를 기입하는 경우
73{{{#!if this['v'+j] = this['v'+j]+(10.0**(-k))*(+(식.substr(i,1))), s3=true
74}}}{{{#!if k+=1
75##다음 소수점 자리 찾기
r2602
76}}}}}}}}}{{{#!if (s1==true)&&(s2==false)&&(식[i]==46)&&(s3==false)
r2605
77##앞에서 숫자를 발견한 다음 소수점을 발견할 경우 (소수점 발견은 최초 1회에 한함)
r2597
78{{{#!if s2=true, s3=true, k=1+0
79##switch2 : 켜기
r2607
80}}}}}}{{{#!if (s1==true)&&(((s2==false)&&!this['d'+i]&&(식[i]!=46))||((s2==true)&&!this['d'+i]))&&(s3==false)
81##숫자가 더 이상 나오지 않고 소수점을 발견하지 못했을 경우, 소수점을 발견한 상황인데 숫자가 나오지 않을 경우 (소수점이 다시 나오는 경우가 자동적으로 포함)
r2591
82{{{#!if j+=1, s1=false, s2=false, s3=true
r2592
83##소수점 아래 기입하는 스위치도 off, 다음 index(j) 매김.
r2597
84}}}{{{#!if s3==true
85##여기까지 과정을 거쳤다면 스위치 off.
86{{{#!if s3=false
87}}}}}}
88}}}{{{#!if i+=1
r2594
89}}}
r2595
90##
r2599
91{{{#!if false
r2600
92##이 if문은 실행되지 않는 단락. 주석만 제거하고 복사 붙여넣기.
r2599
93{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
94}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
95{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
96}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
97{{{#!if s2==false
98{{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true
99}}}}}}{{{#!if s2==true
100{{{#!if this['v'+j] = this['v'+j]+(10.0**(-k))*(+(식.substr(i,1))), s3=true
101}}}{{{#!if k+=1
r2603
102}}}}}}}}}{{{#!if (s1==true)&&(s2==false)&&(식[i]==46)&&(s3==false)
r2599
103{{{#!if s2=true, s3=true, k=1+0
r2604
104}}}}}}{{{#!if (s1==true)&&(((s2==false)&&!this['d'+i]&&(식[i]!=46)||(s2==false))||((s2==true)&&!this['d'+i]&&(식=[i]==46)))&&(s3==false)
r2599
105{{{#!if j+=1, s1=false, s2=false, s3=true
106}}}{{{#!if s3==true
107{{{#!if s3=false
108}}}}}}
109}}}{{{#!if i+=1
110}}}
111####
112}}}
113##
r2600
114{{{#!if this['v1'] == 1
115this['v1'] == 1}}}
116##
117{{{#!if s3=false
118}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
119}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
120{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
121}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
122{{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true
123}}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false)
124{{{#!if s2=true, s3=true
125}}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false)
126{{{#!if j+=1, s1=false, s2=false, s3=true
127}}}}}}{{{#!if i+=1
128}}}
129##
r2595
130{{{#!if this['v1'] == 11
131this['v1'] == 11}}}
132##
r2596
133{{{#!if s3=false
134}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
135}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
136{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
137}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
138{{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true
139}}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false)
140{{{#!if s2=true, s3=true
141}}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false)
142{{{#!if j+=1, s1=false, s2=false, s3=true
143}}}}}}{{{#!if i+=1
144}}}{{{#!if s3=false
145}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57)
146}}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
147{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
148}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
149{{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true
150}}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false)
151{{{#!if s2=true, s3=true
152}}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false)
153{{{#!if j+=1, s1=false, s2=false, s3=true
154}}}}}}{{{#!if i+=1
155}}}
r2595
156##
r2596
157{{{#!if this['v2'] == 2
158this['v2'] == 2}}}
r2595
159##
160##
161##
162##
r2593
163{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
r2586
164}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
165}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
r2584
166}}}
r2593
167
r2586
168## 식 검증이 됐다 치면
r2587
169## dn : true - 수 / false - 연산자
r2586
170{{{#!if this['d0']
1711}}}{{{#!if this['d1']
1721}}}{{{#!if !this['d2']
173+}}}{{{#!if this['d3']
r2585
1742}}}
r2587
175## in : 11+2 에서 '11'은 0번째 위치, '+'는 2번째 위치.. > 0, 2, 3 > 위치 기억 / 뺄셈으로 자릿수 계산
176## 보다 좋은 방법이 있ㅅ을 것 같은데음ㅁ..
177{{{#!if i = 1, j = 1, i0 = 0
178}}}
r2584
179
r2587
180{{{#!if t = this['d0'] != this['d1'], t
181{{{#!if this['i'+i] = j, j+=1, i+=1
182}}}}}}{{{#!if !t
183{{{#!if j+=1
184}}}}}}{{{#!if t = this['d1'] != this['d2'], t
185{{{#!if this['i'+i] = j, j+=1, i+=1
186}}}}}}{{{#!if !t
187{{{#!if j+=1
188}}}}}}{{{#!if t = this['d1'] != this['d2'], t
189{{{#!if this['i'+i] = j, j+=1, i+=1
190}}}}}}{{{#!if !t
191{{{#!if j+=1
r2585
192}}}}}}
r2584
193
r2608
194## {{{#!if i0 == 0
195## i0 == 0 }}}{{{#!if i1 == 2
196## i1 == 2 }}}{{{#!if i2 == 3
197## i2 == 3 }}}
r2587
198
199
200## {{{#!if list = [d0, d1, d2, d3]
201## }}}
202}}}
r2585
203[include(틀:계산기2, r=13)]
r2582
204##생각해보니까 그냥 r을 지정할 수도 있겠구나
205
r2580
206{{{#!if 0.1 + 0.2 != 0.3
2070.1 + 0.2 '''{{{#red !}}}=''' 0.3}}}
208{{{#!if 1 + 0.1 == 1.1
2091 + 0.1 '''==''' 1.1}}}
r2569
210
r2581
211{{{#!if a=1
212}}}{{{#!if a+=1, a == 2
213asdf}}}
214
r2571
215[include(틀:계산기, a=123456789, f=+, b=1)]
216[include(틀:계산기, a=123456789, f=-, b=1)]
217[include(틀:계산기, a=123459, f=*, b=2)]
218[include(틀:계산기, a=123459, f=/, b=2)]
r2569
219
r2572
220[include(틀:계산기2, a=10, f=/, b=3)]
r2573
221[include(틀:계산기2, a=-5, f=/, b=200)]
222[include(틀:계산기2, a=-5, f=*, b=200)]
r2574
223[include(틀:계산기2, a=123459, f=/, b=2)]
r2575
224[include(틀:계산기2, a=12345, f=-, b=67890)]
r2579
225[include(틀:계산기2, a=-1, f=*, b=-5)]
r2583
226[include(틀:계산기2, a=-3, f=/, b=7)]
r2577
227[include(틀:계산기2, a=1.1, f=+, b=0.1)]
r2578
228아직은 소수끼리의 계산은 되지 않는 모양이다. (사실 그도 그럴 것이 gauss함수를 가져오지 않았기 때문)
r2569
229
r2560
230{{{#!if json={'a':'b', 'c':'d'}
231json={'a':'b', 'c':'d'}[br]
232}}}{{{#!if json['a'] == 'b'
233json['a'] == 'b'[br]
234}}}{{{#!if list = ['a', 'b']
235list = ['a', 'b'][br]
236}}}{{{#!if list[1] == 'b'
237list[1] == 'b'[br]
238}}}
239
r2568
240[[../냥]] < 볼드체. 단, {{{../}}}뒤에 붙는 이름이 자기자신과 같은 이름이면 볼드체, 다른 이름(예 : [[../냥냥]], [[../냥/냥]])이면 볼드체가 아니다. 문서명이 '[[냥/냥|(상위문서명)/냥]]'일 경우에도 볼드체가 된다. 이 문서에는 상위 문서가 없으니 그냥 '냥' 으로 링크되는 듯 하다.
r2559
241[[냥#]] < 볼드체
242[[냥#ㅁㄴㅇㄹ|냥#ㅁㄴㅇㄹ]] < 볼드체아님
r2557
243[[문서:냥]] < 볼드체아님
r2560
244
r2558
245== ㅁㄴㅇㄹ ==
r2114
246
r2128
247[include(a)]''''''[include(a)][include(a)]
r2130
248[[]][include(a)][include(a)][include(a)]
r2127
249
r2118
250'''{{{#!wiki style="width: 80px; height: 80px; color: transparent; background: text linear-gradient(to right bottom, #9a8ef2 15%, transparent 55%), text linear-gradient(to left bottom, #cb83c4 15%, transparent 55%), text linear-gradient(to right top, #fd6e77 15%, transparent 75%),text linear-gradient(to left top, #ed9861 15%, transparent 75%)"
251asdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf}}}'''
r2114
252
r2112
253[include(틀:각주, 각주명=각주명에 띄어쓰기 넣기, 내용=[include(틀:각주\, 각주명=각주명에 띄어쓰기 넣기\, 내용=\)])]
r2110
254
r2111
255{{{#!wiki style="background: skyblue; margin: 0 auto; padding: 5px; max-width: 500px"
r2105
256||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><bgcolor=#000>||
257
r2109
258||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><rowbgcolor=#000>||
259||<colbgcolor=#000>||
r2108
260||<tan>||
r2106
261
r2107
262||<tablealign=center><tablewidth=100%><bgcolor=#000>||
263
264||<tablealign=center><tablewidth=100%>||}}}
r2095
265Mozilla/5.0 (compatible; Daum/1.0; +http://ws.daum.net/aboutkr.html) ok
r2096
266Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/web) ok
r2104
267\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)]
268[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)]
r2075
269----
r2104
270\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)]
271[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)]
r2075
272----
r2104
273\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)]
274[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2075
275----
r2104
276\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)]
277[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)]
r2077
278----
r2104
279\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)]
280[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)]
r2075
281----
r2104
282\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)]
283[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2075
284----
r2104
285\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)]
286[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)]
r2075
287----
r2104
288\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)]
289[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2076
290----
r2068
291\[include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)]
r2062
292[include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)]
r2075
293----
r2068
294\[include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)]
r2064
295[include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)]
r2068
296\[include(틀:isuuid, uuid=냥)]
297[include(틀:isuuid, uuid=냥)]
r2580
298[include(틀:ㅁ, str=Hello\, World!)]
299toString() 가능
300parseInt() x