Differences between revisions 104 and 163 (spanning 59 versions)
Revision 104 as of 2006-03-23 12:01:38
Size: 2786
Editor: 211
Comment:
Revision 163 as of 2013-08-13 19:24:54
Size: 4289
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl Known:admin,read,write,delete,revert All:read
약간의 테스트 -- yong27 [[Da
teTime(2005-07-02T12:13:53Z)]]
#acl Known:admin,read,write,delete,revert,admin All:read,write
Line 4: Line 3:
약간더 테스트.. -- ["cyppi"] [[DateTime(2005-08-24T02:00:19Z)]] homepage.mac.com 이 뭐하는 사이트더냐
Line 6: Line 5:
제대로 좀 돼라.. -- ["terra19"] [[DateTime(2005-08-24T02:09:58Z)]] ||<rowbgcolor="yellow">으하||
Line 8: Line 7:
{{{
#!latex
x^2 + y^2 +1 = r^2 +1 +1
{{{#!dot
digraph G {
    3 -> 1
    4 -> 1
    4 -> 2
    5 -> 3
    5 -> 4
    6 -> 1
    6 -> 4
    7 -> 5
    7 -> 5
}
}}}

{{{#!dot
digraph G {
    node [style=filled, fillcolor=white, overlap=false, fontname="Eunjin", fontsize="11"]
    Proteome -> Project -> 한글
    Project -> Proteome -> 한글
    Species -> Individual -> 한글
    Proteome -> Spot
    Spot -> Mascot
    Spot -> Protein
    Protein -> Spot

    User -> Proteome
    User -> Project
    User -> Protein

    User -> DNA
    Individual -> Proteome
    Organ -> Proteome
    PhysiologicalStatus -> Proteome
    DifferentiatedStatus -> Proteome
    Attribute -> Proteome
    IEF -> Proteome
    Proteome [fillcolor=yellow]
    Project [fillcolor=yellow]
    Spot [fillcolor=yellow]
    Protein [fillcolor=yellow]
}
}}}



{{{#!latex
$$ x^2 + y^2 +1-c = r^2 +1 +1 + 5 +666 $$
Line 19: Line 62:
'''__[[Color(blue:Hello World!)]] or [[Color(#8844aa:Hello World!)]]__''' '''__<<Color(blue:Hello World!)>> or <<Color(#8844aa:Hello World!)>>__'''
Line 30: Line 73:
{{{#!html {{{
#!html 
Line 70: Line 114:
Line 73: Line 116:
{{|
이것은 테스트용 박스
{{| 이것은 테스트용 박스
Line 81: Line 123:
Line 83: Line 126:
홍길동씨는 춤에 대해 관심이 대단하다. 그이는 오늘도 인터넷 상의 舞道 관련 사이트를
순람하고 있다. 수 십 장의 웹 페이지들이 눈앞을 휙휙 지나가며 주마간산 식으로 서핑을
하던 중 그의 눈길을 끄는 것이 있었다. 이름하여, "라틴 댄스". 그이의 공부는 주로
힙합이나 테크노, 째즈 등의 일인무 위주였던지라 간혹 무도장에서 쌍쌍이 정겹게 살갗을
비비며 아름다운 장면을 연출하는 연인들을 보면 가슴 언저리가 아파 오곤 했다. 그래
결심했어! 라틴 댄스를 배워서 나도 뜨거운 남자가 되리.
어떤 테스트

 * 뭐냐면
 * 글쎄다



{{|
이것은 박스입니다
|}}


{{{#!gnuplot
plot sin(x)
}}}


{{{#!python
import unittest

class SomeTest(unittest.TestCase):
    def test1(self):
        pass

if __name__=='__main__':
    unittest.main()
}}}

<<Numbering>>, <<Numbering>>


<<Numbering>>

<<PageCount>>

{{drawing:test}}


\[Test\]

{{{#!html
<a href="http://www.flickr.com/photos/yong27/2099410433/" title="brothers family by yong27, on Flickr"><img src="http://farm3.static.flickr.com/2386/2099410433_5632c9b6e4.jpg" width="500" height="375" alt="brothers family" /></a>
}}}


{{{#!html
<object width="400" height="300"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fyong27%2Ftags%2Fme%2Fshow%2F&page_show_back_url=%2Fphotos%2Fyong27%2Ftags%2Fme%2F&user_id=90128522@N00&tags=me&jump_to=&start_index="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fyong27%2Ftags%2Fme%2Fshow%2F&page_show_back_url=%2Fphotos%2Fyong27%2Ftags%2Fme%2F&user_id=90128522@N00&tags=me&jump_to=&start_index=" width="400" height="300"></embed></object>
}}}

homepage.mac.com 이 뭐하는 사이트더냐

으하

$$ x^2 + y^2 +1-c = r^2 +1 +1 + 5 +666 $$

[바뀐글], [글찾기], [도움말], [사용자설정]

{X} {i}

{ko}

Hello World! or Hello World!

{{| box table

paragraph |}}

pre
tag

문제1. 위의 사진에 나온 마네키네꼬는 무엇을 상징할까요?
명문교 진학
상업 번성
무병 장수

박스안에서 코드박스를 또 만들 수 있을까?

{{| 이것은 테스트용 박스

박스안은 멀티라인

python asdf.py

|}}

어떤 테스트

  • 뭐냐면
  • 글쎄다

{{| 이것은 박스입니다 |}}

plot sin(x)

   1 import unittest
   2 
   3 class SomeTest(unittest.TestCase):
   4     def test1(self):
   5         pass
   6 
   7 if __name__=='__main__':
   8     unittest.main()

1, 2

3

23513

\[Test\]

brothers family

TestPage (last edited 2013-08-17 12:33:26 by 31)

web biohackers.net