Full text search for "wiki"
- BlogChanges . . . . 3 matches
[[Icon(http://moniwiki.sourceforge.net/moniwiki/pds/e-logo.gif)]]
wiki라는게 이렇게 쓰는건가?B)
- CommentMacro . . . . 1 match
특정 페이지 하단에 [[Comment]]를 넣으면 http://moniwiki.kldp.net/''''''에서 보이듯이 맨 하단에 CommentMacro가 붙게 됩니다.
- DNN_index . . . . 1 match
* [https://www.utc.fr/~bordesan/dokuwiki/_media/en/glorot10nipsworkshop.pdf Deep Sparse Rectifier Neural Networks, 2010]
- DrawMacro . . . . 2 matches
{{{applets/TWikiDrawPlugin/}}}로 가서 {{{gmake}}} 혹은 {{{make}}} 명령을 하여 설치한다.
윈도우즈의 경우는 다음의 파일을 받아서 직접 압축을 풀어준다. {{{applets/TWikiDrawPlugin/}}}twikidraw.jar 및 *gif 파일이 있게끔 해야 한다.
http://twiki.org/p/pub/Plugins/TWikiDrawPluginDev/TWikiDrawPlugin.zip
- Gradient_Jacobian_Hessian_Laplacian . . . . 8 matches
- Gradient(그레디언트): http://en.wikipedia.org/wiki/Gradient
- Jacobian(야코비언) 행렬: http://en.wikipedia.org/wiki/Jacobian_matrix
- Hessian(헤시안) 행렬: http://en.wikipedia.org/wiki/Hessian_matrix
- Laplacian(라플라시안): http://en.wikipedia.org/wiki/Laplace_operator
- HelpForBeginners . . . . 1 match
#keywords help,wiki,위키위키
위키위키에 대하여 좀 더 배우고 싶으신 분은 Wiki:WhyWikiWorks 와 Wiki:WikiNature 를 읽어보시기 바라며, Wiki:WikiWikiWebFaq 와 Wiki:OneMinuteWiki 도 도움이 될 것 입니다.
* WikiSandBox: 이곳에서 마음껏 시범과 테스트를 해보시기 바랍니다.
- HelpOnActions . . . . 3 matches
Actions are tools that work on a page or the whole wiki, but unlike macros do not add ''to'' the page content when viewing a page, but work ''on'' that page content. They either produce some output based on page contents (navigational actions like searching) or implement functions that are not related to viewing a page (like deleting or renaming a page).
The following actions are added to the list of user-defined extension actions at the bottom of each page or other position defend on your selected theme. This happens to any mixed-case extension, for other actions (all lower-case) see the list further down this page. Some of these action might not be available for this wiki site.
* `!LikePages`: list pages whose title starts or ends with the same MeatBall:WikiWord as the current page title.
* `titleindex`: Implements the listing of all page names as text (Self:?action=titleindex) or XML (Self:?action=titleindex&mimetype=text/xml''''''); the main use of this action is to enable MeatBall:MetaWiki.
* `raw`: send the raw wiki markup as text/plain (e.g. for backup purposes via wget); Self:SystemInfo?action=raw shows the markup of SystemInfo.
for more information about actions See MoniWikiActions
- HelpOnConfiguration . . . . 1 match
MoniWiki는 `config.php`에 있는 설정을 입맛에 맛게 고칠 수 있다. config.php는 MoniWiki본체 프로그램에 의해 `include`되므로 PHP의 include_path변수로 설정된 어느 디렉토리에 위치할 수도 있다. 특별한 경우가 아니라면 MoniWiki가 설치된 디렉토리에 config.php가 있을것이다.
* MoniWikiACL
/!\ wiki.php에 정의되어 있는 WikiDB 클래스를 보면, 우선 하드코딩된 기본 설정이 있고, config.php에서 읽은 설정 사항을 그 위에 덧씌우는 방식이다.
* MoniWikiOptions
* MoniWikiMarkets
* MoniWikiTips
- HelpOnFormatting . . . . 1 match
#keywords Formatting,Help,wiki,포매팅,문법
Wiki''''''Name vs Wiki``Name
Wiki''''''Name vs Wiki``Name
== MoniWiki extensions ==
/!\ MoinMoin does superscript texts contain space but, MoniWiki does not. You can superscript a string contains space by encloseing it into double carets.
- HelpOnInstallation . . . . 6 matches
See also MoniWikiRcs
$ tar --same-permissions -xzvf moniwiki-1.1.x.tgz
압축을 풀면 moniwiki라는 디렉토리 밑에 화일들이 있는 것을 볼 수 있다.
디렉토리 이름을 원하는 것으로 바꿀 수도 있다. 예를 들어 {{{/wiki}}}라고 바꿀 수 있으며
기본 값은 {{{/moniwiki}}}이다.
http://moniwiki.kldp.org/imgs/moniwiki-logo.png
1. MoniWiki를 처음 설치할 경우는 WikiSeed를 심을것인지를 선택한다.
{{{secure.sh}}}를 실행해서 다른 사람들이 자신의 Wiki 설정을 볼 수 없게,고칠 수 없게 한다.
* MoniWikiOptions 모니위키의 다양한 옵션을 조정한다.
- HelpOnInstallation/MultipleUser . . . . 2 matches
$ zcat moniwiki-1.x.x.tgz |tar xvf -
$ /usr/local/moniwiki/bin/moni-install
- HelpOnInstallation/SetGid . . . . 3 matches
이러한 것을 방지하기 위해서 [모니위키]가 특별한 파일을 생성하게 되는 몇몇 디렉토리에 대하여 그룹 아이디로 퍼미션을 가지게 할 수 있습니다. 이렇게 Setgid를 사용하도록 그룹 퍼미션을 주게되면 wiki.php에 의해 새롭게 만들어지는 모든 파일은 진짜 사용자의 그룹아이디와 같게 되며, 그룹 아이디가 가지는 퍼미션을 진짜 사용자도 누릴 수 있게되어 읽거나 고치거나 지울 수 있게 됩니다.
Setgid 퍼미션을 작동시키려면 간단히 "`chmod 2777 ''dir''` 명령을 내리면 되는데, 모니위키가 여러 파일들을 만들게되는 디렉토리에 대해 이 명령을 내려주면 됩니다. 모니위키를 최초 설치하는 과정에서 setgid를 사용하려면 우선 모니위키 최상위 디렉토리를 먼저 `chmod 2777`을 해 줍니다. 아마 wiki.php가 들어있는 디렉토리가 될것입니다.
Please see http://www.pmichaud.com/wiki/PmWiki/ErrorMessages
- HelpOnInstalling . . . . 1 match
See ["MoniWiki/Installation"]
현재 moniwiki tarball에는 압축을 푼 다음에 어떤 절차를 거쳐야 되는지 안내가 없습니다.
- HelpOnLinking . . . . 68 matches
#keywords inter wiki,moniwiki,wiki,wiki name,링크
외부 링크는 {{{http://kldp.org}}}같이 그대로 적어놓으면 '''자동'''으로 http://moniwiki.kldp.org 라고 링크가 걸립니다. 여기서 주의할 점은, 링크를 적을때 한글 토씨를 그냥 붙여 적을 경우에 한글까지 링크가 걸리게 됩니다. 이럴 경우에는 {{{[http://moniwiki.kldp.org]}}}라고 적으면 [http://moniwiki.kldp.org]와 같이 '''강제'''로 링크될 URL을 지정해줘서 자동으로 링크가 걸리지 않게 합니다. 강제로 링크를 걸러줄 경우는 모니위키에서는 그 링크 앞에 작은 지구 아이콘이 생깁니다.
예를 들어 {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}}라고 적으면 http://moniwiki.kldp.org/imgs/moniwiki-logo.png 처럼 보이게 됩니다. 이 경우 역시 띄어쓰기를 하지 않으면 조사까지 링크가 걸리게 되고 그림이 자동으로 들어가지 않게 됩니다. 이 경우는 강제로 꺽쇠로 묶어주면 즉, {{{[http://moniwiki.kldp.org/imgs/moniwiki-logo.png]}}}라고 쓰면 [http://moniwiki.kldp.org/imgs/moniwiki-logo.png]와 같이 되고, 그림으로 들어가지 않는 대신에 링크를 그대로 보여줍니다.
{{{WikiName}}}라고 쓰면 WikiName이 자동으로 링크가 걸립니다.
{{{[[모니위키]]}}}라고 적으면 [[모니위키]]처럼 링크가 됩니다. 이것은 MediaWiki에서 쓰이는 페이지 이름 연결 문법으로, 모니위키에서도 호환성 측면에서 지원합니다.
위키위키에서는 외부의 위키 혹은 위키위에 준하는 다른 사이트를 좀 더 쉽게 연결하는 문법을 제공합니다. 예를 들어, {{{http://moniwiki.kldp.org/wiki/FrontPage}}}라고 링크를 거는 대신에 {{{MoniWiki:FrontPage}}}라고 링크를 걸면 MoniWiki:FrontPage 처럼 표시가 됩니다. 이를 인터위키 연결이라고 합니다.
앞부분에서도 언급한 내용이지만, 자동으로 링크가 걸릴 경우 URL 주소 되에 공백을 넣어주거나, <http://moniwiki.kldp.org/wiki.php/FrontPage>와 같이 연결해주어야 합니다. 정리해보면
* Wiki:SixSingleQuotes 를 이용한다.
* 인용부호로 묶는다. "http://moniwiki.kldp.org"처럼 => bug
In addition to the standard schemas, there are MoinMoin-specific ones: `wiki:`, `attachment:`. "`wiki:`" indicates an InterWiki link, so `MoniWiki:FrontPage` and `wiki:MoniWiki:FrontPage` are equivalent; you will normally prefer the shorter form, the "`wiki`" scheme becomes important when you use bracketed links, since there you always need a scheme. The other three schemes are related to file attachments and are explained on HelpOnActions/AttachFile.
You can surpress WikiName linking by putting an exclamation mark (''bang'') before the WikiName, i.e. {{{!WikiName}}} `!WikiName`. and you can force linking by putting a question mark before any word, i.e. {{{?Hello}}} `?Hello`.
* http://moniwiki.sourceforge.net/
* [http://moniwiki.sourceforge.net/]
* [http://moniwiki.sourceforge.net/ MoniWiki Sourceforge Homepage]
* http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif
* [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
* [http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif moniwiki-logo.gif]
* [http://moniwiki.sourceforge.net/ http://moniwiki.sourceforge.net/imgs/moniwiki-logo.gif]
* InterWiki
* MeatBall:InterWiki
- HelpOnMacros . . . . 2 matches
Macros allow the insertion of system features into normal wiki pages; the only thing that makes those pages special is that they contain macros. If you edit pages like RecentChanges or SystemInfo, you'll see what that means.
||{{{[[InterWiki]]}}} || a list of all known InterWiki names || InterWiki ||
||{{{[[SystemInfo]]}}} || info on the wiki, the python interpreter and the host system || SystemInfo ||
- HelpOnNavigation . . . . 1 match
On the bottom of each page, you find the "traditional" edit and search links known from the original wiki.
- HelpOnPageCreation . . . . 2 matches
To create a page, add its WikiName to an existing page and save it. After that, you can click on it on the revised page, since it automatically becomes a hyperlink.
You will then be presented with your new page, which you can edit in the normal way. After you ''first'' saved it, it will be automatically created. Pages normally[[FootNote(Deleting pages can be activated by the wiki administrator (which you'll normally do in intranet sites only).)]] cannot be deleted, so be sure to spell new WikiName''''''s correctly.
To create a template, follow the above description and create a page with a name ending in "'''Template'''"[[FootNote(If the wiki administrator changed the default settings, rules for what names are template pages might be different.)]]. This page will then be added to the list of template pages displayed when you try to show a non-existent page. For example, NonExistentHelpPage has a link to HelpTemplate that loads the content of HelpTemplate into the editor box, when you click on that link.
- HelpOnProcessingInstructions . . . . 4 matches
Processing instructions this wiki knows of:
* '''wiki''': default MoinMoin wiki markup
All PIs must appear at the very start of a page. An exception are comment PIs, those may appear within a wiki page (but obviously not in pages using other formats).
== MoniWiki 확장 ==
* {{{#filter}}} ''filter1'' | ''filter2'': apply MoniWikiFilters supported by the MoniWiki '''1.1.0''' or later
See also MoniWikiProcessors for more complete supported {{{#FORMAT}}} list.
- HelpOnTables . . . . 1 match
The wiki-like markup has the following options:
/!\ rowbgcolor are not supported by the MoniWiki.
=== MoniWiki extension ===
MoniWiki support simple alignment feature like as the PmWiki
- HelpOnUpdating . . . . 5 matches
MoniWiki는 기본적으로 backup과 restore 액션을 지원하므로 다른 사이트로 이전하는 것을 쉽게 할 수 있으며, rcs를 설치하지 않은 위키에 대해서도 정기적은 backup만으로 자신의 위키 데이타를 비교적 안전하게 보존할 방법을 제공합니다.
wiki.php, wikilib.php는 가장 중요한 위키엔진입니다. 이것과 함께 wikismiley.php lib/*.php plugin/*.php 등등의 파일을 새것으로 교체합니다.
After upgrading, your existing wiki should continue to work (the goal is to have sane defaults for any new config values, but then there can be bugs). Check that this is indeed the case, and then take the time to check the CHANGES file in your distribution. Often, new features will be invisible unless your extend your configuration in "config.php" or "config.php.default".
* somewhat dangerous macros that won't be activated by default, because they're not advisable for public wikis. You need to explicitely activate those by adding an {{{allowed_actions}}} list to the config. Currently, protected actions {{{DeletePage}}} are always needs 'admin password'.
System pages or WikiSeed''''''s :: When upgrading to a new version, copy at least the help pages ("Help*") to
InterWiki:: Check that you have the newest entries in the "data/intermap.txt" file; if you have "private" entries, add them to the distribution file, then copy the result over your current file. You can point "shared_intermap" at a file loaded ''before'' the file in your data directory, which takes precedence (i.e. have global entries in the shared one, private entries the data dir file).
- HelpOnUserPreferences . . . . 3 matches
* '''[[GetText(Name)]]''': 사용자의 실제 이름 혹은 별명. WikiName 형식으로 만들면 편리합니다.
* '''[[GetText(Subscribed wiki pages (one regex per line))]]''': Enter '''`.*`''' to receive an email when any page in this Wiki changes (''not recommended'' for busy wikis), or enter the names of any individual pages, one per line. If you are familiar with '''regular expressions''', you may enter a regex expression to match the pages names of interest (.* matches all page names). With the '''[[GetText(Show icon toolbar)]]''' option checked, subscription to individual pages is made easy by clicking the envelope icon when viewing a page of interest.
/!\ This is an optional feature that only works when email support has enabled for this wiki, see HelpOnConfiguration/EmailSupport for details.
- InterMap . . . . 9 matches
# * 아래 줄은 자신의 환경에 맞게 바꿔주세요. 최상위 url이 wiki라면 /wiki/pds/ 라고 하셔야 합니다.
KLDPWiki http://wiki.kldp.org/wiki.php/$PAGE?action=urlencode&ie=UTF-8&oe=EUC-KR
MoniWikiPds http://moniwiki.kldp.org/pds/
MoniWikiDev http://moniwiki.kldp.org/dev/wiki.php/
MoniWiki http://moniwiki.kldp.org/wiki.php/
- InterWiki . . . . 4 matches
List of valid InterWiki names this wiki knows of:
[[InterWiki]]
Other Wikis:
* [http://panoptic.com/wiki/aolserver AOL Server Wiki]
MoinMoin marks the InterWiki links in a way that works for the MeatBall:ColourBlind and also is MeatBall:LynxFriendly by using a little icon with an ALT attribute. If you hover above the icon in a graphical browser, you'll see to which Wiki it refers. If the icon has a border, that indicates that you used an illegal or unknown BadBadBad:InterWiki name (see the list above for valid ones). BTW, the reasoning behind the icon used is based on the idea that a Wiki:WikiWikiWeb is created by a team effort of several people.
See the MeatBall:InterWiki page on wiki:MeatBall:MeatballWiki for further details.
Can wikis be part of the Wiki:CyberInfrastructure for ConnectionBuildingNetworks? -- JonathanSmith [[Date(2003-06-28T19:17:02)]]
- InterWikiIcons . . . . 6 matches
The InterWiki Icon is the cute, little picture that appears in front of a link instead of the prefix established by InterWiki. An icon exists for some, but not all InterMap references.
You can set InterWikiIcon to InterMap entries by putting an icon file of name lowercased InterWiki entry name, e.g; meatball for MeatBall, under imgs directory.
* [wiki:FOAF:http://dannyayers.com/misc/foaf/foaf.rdf DannyAyers]
* JoiWiki:SocialSoftware
* MeatBall:MeatballWiki
* Self:MetaWiki
* NoSmoke:MetaWiki
* RDFweb:FOAFwiki :)
* SourceForge:projects/moniwiki
* Wiki:WardCunningham
InterWikiIcon also used in the Unreal:Unreal Wiki.
* [[Icon(moin-new.gif)]][http://www.worrynet.com/jandi/wiki.cgi/%C0%DC%B5%F0%B9%E7 Jandi] - http://puzzlet.org/imgs/jandi-16.png (16x16x16M)
* [[Icon(moin-new.gif)]][http://ko.wikipedia.org/ KoWikipedia] - http://puzzlet.org/imgs/kowikipedia-16.png (16x16x16M)
For more information, check http://puzzlet.org/plots/InterWikiIcons
- IsbnMap . . . . 2 matches
/!\ 일종의 InterWiki Map인 것이죠.
{{{[wiki:AladdinMusic:9049741495 http://www.aladdin.co.kr/CDCover/2452436078_1.jpg]}}}
[wiki:AladdinMusic:9049741495 http://www.aladdin.co.kr/CDCover/2452436078_1.jpg]
- LaTex_guide . . . . 3 matches
최신 설치에 관련된 문서는 ktug[* http://wiki.ktug.org/wiki/wiki.php/%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0Linux/tlinstall]에서 확인할 수 있다.
- Linux_ulimit_commandUlimit명령어 . . . . 1 match
이 글은 http://wiki.kldp.org/KoreanDoc/Ulimit-KLDP (문태준님 작성, 2000년 2월 24일(목))을 토대로 필자가 나름 내용을 추가하여 작성하는 글이다.
- MoniWikiACL . . . . 1 match
/!\ since MoniWiki 1.1.2
WikiSandBox @Guest allow edit,info,diff
// WikiSandBox 페이지를 @Guest 그룹에 edit,info,diff 액션을 허용(allow)
WikiSandBox Foobar deny edit
// 사용자 Foobar는 WikiSandbox 편집 못하게 함
# A sample Access Control Lists file for Moniwiki
WikiSandBox @Guest allow edit,info,diff
// WikiSandBox 페이지를 @Guest 그룹에 edit,info,diff 액션을 허용(allow)
MoniWiki @ALL deny edit,uploadfile,diff
// MoniWiki 페이지를 @ALL 모든 사용자에게 edit,upload,diff등의 일부 액션을 거부
- MoniWikiOptions . . . . 5 matches
* 테마를 지정한다. See also MoniWikiTheme
`'''$menu=array('MoniWiki'=>1,'FindPage'=>4,'TitleIndex'=>3,'BlogChanges'=>'','RecentChanges'=>2,'http://kldp.org KLDP'=>9);'''`
* 웹 브라우저에 타이틀에 표시되는 사이트의 이름. 기본값은 {{{'UnnamedWiki'}}}
`'''$smiley='wikismiley';'''`
* wikismiley.php를 읽어들이게 된다. 이 값을 "foobar"로 고치고 foobar.php를 wikismiley.php 대신으로 쓰면 자신이 원하는 smiley를 설정할 수 있게 된다.
* SisterWiki
* SisterWiki
* 기본값은 `$imgs_dir.'/moniwiki-logo.gif'`
* 현재 MoniWiki가 존재하는 경로. 기본값은 `'/moniwiki'` (monisetup.php에 의해 자동 결정된다)
* MoniWikiTips
- MoniWikiTutorial . . . . 8 matches
|| {{{PageReference WikiSandBox}}} || PageReference WikiSandBox ||
|| {{{MoinMoin:HelpContents}}} || MoinMoin:HelpContents (InterWiki-Link) ||
|| {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}} || http://moniwiki.kldp.org/imgs/moniwiki-logo.png ||
* [wiki:NoSmoke:FrontPage 노스모크] : 국내 최고의 위키 커뮤니티
* [wiki:KLDPWiki:FrontPage KLDP 위키] : 국내 오픈소스 개발자들을 위한 위키 사이트
* [wiki:MoniWiki:FrontPage 모니위키] : 모니위키 사이트
모니위키에 관련된 문제점은 MoniWiki:MoniWiki 혹은 http://kldp.net/projects/moniwiki 를 통해서 질문하시기 바랍니다.
- PageListMacro . . . . 1 match
SisterWiki에 있는 내용도 찾을 수 있으면 좋겠습니다. FullSearchMacro야 SisterWiki랑은 무관하지만 PageList는 SisterWiki까지도 수용할 수 있다고 생각합니다.
옵션을 metawiki 혹은 m으로 넣었습니다. 그런데, 서치 속도가 느립니다. metadb가 5메가 이상인데 약 2초 가까이 걸리네요. 페이지이 이 매크로를 넣으면 페이지 로딩속도가 느려지므로 그다지 바람직한 방법은 아닌 것 같습니다. 그리고, metadb를 다 서치하려면 메모리를 많이 잡아먹게 되어 멎는 경우도 생기므로, 100여개정도를 찾으면 끝내도록 되어있습니다.
FullSearch -> LikePages -> LikePages with MetaWiki의 순서로 찾을 수 있는 어포던스를 더 분명히 제공하도록 해야겠습니다. --WkPark
- ReLU_Rectified_linear_units . . . . 4 matches
http://en.wikipedia.org/wiki/Rectifier_(neural_networks)
http://ko.wikipedia.org/wiki/%EC%8C%8D%EA%B3%A1%EC%84%A0%ED%95%A8%EC%88%98
- SIMD . . . . 2 matches
1. [http://ko.wikipedia.org/wiki/%ED%95%B4%EC%8A%A4%EC%9B%B0_(%EB%A7%88%EC%9D%B4%ED%81%AC%EB%A1%9C%EC%95%84%ED%82%A4%ED%85%8D%EC%B2%98) 해스웰 (마이크로 아키텍처)]
- TM_Upsampler_complete . . . . 1 match
http://iou78.ncity.net/w2/wiki.php/upsampling_implementaion?action=download&value=sincfuction.png
- Taylor_polynomials . . . . 5 matches
[[HTML(<div class="imgCaption" align="center">그림 1. \(exp(x)\)의 테일러 급수 전개(출처: wikipedia.org)</div>)]]
''[https://ko.wikipedia.org/wiki/%EB%AF%B8%EC%A0%81%EB%B6%84%ED%95%99%EC%9D%98_%EA%B8%B0%EB%B3%B8%EC%A0%95%EB%A6%AC#.EC.A0.9C2_.EA.B8.B0.EB.B3.B8_.EC.A0.95.EB.A6.AC 미적분학의 제2 기본 정리][* 함수 \(f\)가 닫힌 구간 \(a,b\)에서 연속이며, 함수 \(F\)가 \(f\)의 임의의 부정적분이면 위의 식이 성립한다.]''에 의해 아래 식이 성립한다.
[:Multiplicative_function 곱합수]의 일반적인 부정적분은 아래와 같다. [* https://namu.wiki/w/%EB%B6%80%EB%B6%84%EC%A0%81%EB%B6%84 나무위키에 곱함수의 부정적분으로 정리 되어 있음.]
[https://namu.wiki/w/%EB%B6%80%EB%B6%84%EC%A0%81%EB%B6%84 나무위키 부분적분]
- UsenetMacro . . . . 1 match
[http://nohmad.sub-port.net/wiki/CodingLog/2003-09]
- Variational_inference . . . . 1 match
베이지안 딥러닝 하는 사람들이 무슨 일을 하는지에 대한 전반적인 내용.[* <http://whansunkim.ml/w2/wiki.php/cross_entropy> ELBO에 대한 설명]
- WikiSlide . . . . 5 matches
* ''Wiki-Wiki'' is hawaii and means fast
Good places to start your Wiki exploration:
* WikiSandBox: Sandbox page to play around and experiment with
* SiteNavigation: A list of the different indices of the Wiki
* FindPage: Searching the Wiki by various methods
* TitleIndex: A list of all pages in the Wiki
* WordIndex: A list of all words in page titles (i.e. a list of keywords/concepts in the Wiki)
|| {{{PageReference WikiSandBox}}} || PageReference WikiSandBox ||
|| {{{MoinMoin:HelpContents}}} || MoinMoin:HelpContents (InterWiki-Link) ||
|| {{{http://moniwiki.kldp.org/imgs/moniwiki-logo.png}}} || http://moniwiki.kldp.org/imgs/moniwiki-logo.png ||
New pages are created by simply adding a new WikiName to an existing page and clicking on it after saving the existing page.
For details see HelpOnPageCreation and WikiName.
Actions operate either on a single page or on the whole Wiki.
== Wikiquette - how do I behave correctly? ==
* don't create arbitrary wikinames (`OracleDatabase`, ''not'' `OraCle`)
* Follow the guidance of the Wiki used about how to name pages etc.
For the exercises we use your own Wiki-homepage which is usually based on a WikiName `FirstnameLastname`:
- WikiWikiWeb . . . . 7 matches
The [wiki:Wiki:FrontPage first ever wiki site] was founded in 1994 as an automated supplement to the Wiki:PortlandPatternRepository. The site was immediately popular within the pattern community, largely due to the newness of the internet and a good slate of Wiki:InvitedAuthors. The site was, and remains, dedicated to Wiki:PeopleProjectsAndPatterns.
Wiki:WardCunnigham created the site and the WikiWikiWeb machinery that operates it. He chose wiki-wiki as an alliterative substitute for quick and thereby avoided naming this stuff quick-web. An early page, Wiki:WikiWikiHyperCard, traces wiki ideas back to a Wiki:HyperCard stack he wrote in the late 80's.
* http://www.c2.com/cgi/wiki or wiki:Wiki/FrontPage
* get some answers on the Wiki:WikiWikiWebFaq
* get to know more about the Wiki:WikiHistory
- batch_normalization . . . . 1 match
Shallow Neural Network를 사용하던 초창기에는 Step function의 미분 가능한 형태인 Sigmoid function을 Activation function으로 사용하였다.[* 인공신경망의 이해 <https://whansun.iptime.org/wiki.php/artificial_neural_networks>] ''이유는 생물학적 뉴런을 모방했기 때문''인데 이것이 layer가 많은 Deep Neural Network 구조의 학습을 방해하는 요소로 작용해서 현재는 hidden neuron에는 사용하지 않고 마지막 output layer에서만 사용되고 있다. 이유는 아래 그림에서 보듯이 \(x\)가 너무 작거나 크면 기울기가 0에 가까워져 학습이 너무 느려지게 된다. 다시 말해, Gradient가 작다는 것은 back-propagation의 update도 작다는 것을 의미하게 된다. __update 값은 Gradient와 Learning rate에 의해서 결정된다.__
- centos_chrome_yum_install . . . . 1 match
http://wiki.centos.org/TipsAndTricks/Firefox4onCentOS5
- config.php . . . . 4 matches
#title wiki 설정 config.php
Wiki Master 비밀번호가 필요하다.
Wiki 사용에 대한 편의 기능 및 설정에 대한 것
$use_wikiwyg=1;
1번이면 wiki text 입력
2,3번이면 wikiwyg 사용
- cubic_spline_interpolation_note . . . . 2 matches
https://en.wikipedia.org/wiki/Monotone_cubic_interpolation
- deep_learning_transformer . . . . 1 match
트랜스포머(Transformer)[* https://wikidocs.net/31379]는 2017년 Google의 '''"Attension is all you need"'''에서 나온 모델로 기존 seq2seq의 구조인 인코더-디코더를 따르면서도, 논문의 이름처럼 어텐션(Attention)만으로 구현한 모델이다.
- diffusion . . . . 1 match
https://wikidocs.net/151187
- docker_tutorial . . . . 16 matches
어떻게 이런 일이 가능할까요? 원리적인 부분은 이미 좋은 문서들이 있습니다. 한국어로 된 좋은 자료로는 [http://wiki.nacyot.com/documents/deview Deview] 2013에서 김영찬 님이 발표하신 [http://deview.kr/2013/detail.nhn?topicSeq=45 이렇게 배포해야 할까? - Lightweight Linux Container Docker 를 활용하여 어플리케이션 배포하기] 세션과 xym 님이 쓴 [http://spoqa.github.io/2013/11/22/docker-the-cloud.html docker the cloud]를 추천합니다. 하지만 분명한 건 VMWare를 사용한다고 해서 가상화 기술에 빠삭해야하는 것이 아니듯이, Docker 역시 기본적으로는 툴이라는 사실을 이해해야합니다. 제 생각에 도커의 원리를 이해하는 것도 중요하지만, 막상 이 도구를 사용하는 동안엔 컨테이너와 이미지의 차이를 이해하는 게 더 중요하고, [http://wiki.nacyot.com/documents/dockerfile Dockerfile]을 만들어 자신만의 배포 프로세스를 저장하는 법을 익히는 게 더 중요합니다.
Dockerfile은 특정한 이미지를 출발점으로 새로운 이미지 구성에 필요한 일련의 명령어들을 저장해놓는 파일입니다. 미리 만들어둔 docker-moniwiki라는 프로젝트를 통해서 간단히 Dockerfile을 설명하고, 실제로 모니위키 어플리케이션을 가진 이미지를 생성하고 컨테이너를 통해서 실행시켜보도록하겠습니다. 먼저 프로젝트를 clone 받습니다.
git clone https://github.com/nacyot/docker-moniwiki.git
# Install Moniwiki
curl -L -O http://dev.naver.com/frs/download.php/8193/moniwiki-1.2.1.tgz &&\
tar xf /tmp/moniwiki-1.2.1.tgz &&\
mv moniwiki /var/www/html/ &&\
chown -R www-data:www-data /var/www/html/moniwiki &&\
chmod 777 /var/www/html/moniwiki/data/ /var/www/html/moniwiki/ &&\
chmod +x /var/www/html/moniwiki/secure.sh &&\
/var/www/html/moniwiki/secure.sh
docker build -t nacyot/moniwiki .
14.04/moniwiki latest bafa3bf04806 24 seconds ago 261.5 MB
sudo docker run -d -p 9999:80 14.04/moniwiki
- etagen_guide . . . . 1 match
https://kgwg.nims.re.kr/cbcwiki/PyHHT
- fastapi . . . . 1 match
https://wikidocs.net/book/4701
- feed_atom . . . . 2 matches
http://hyacinth.byus.net/moniwiki/wiki.php/Blog/2012-08?action=blog&value=266ba3f921cb15a821590ebab15cf010
- fftw_tutoral . . . . 1 match
fftw[[footnote(http://micro.stanford.edu/wiki/Install_FFTW3)]]을 사용하기 위해서 간단한 예제를 만들어 사용해 보도록 하자
- hdf5 . . . . 1 match
}}}[* https://wikidocs.net/33122]
- index_2010 . . . . 3 matches
http://en.wikipedia.org/wiki/YUV
http://processors.wiki.ti.com/index.php/DM6467_EVM_Installation
- kolmogorv_arnold_network . . . . 2 matches
Kolmogorov-Arnold representation theorem (or superposition theorem)[* https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Arnold_representation_theorem]은 다변량 연속 함수 \(f: [0,1]^n \rightarrow \mathbb{R}\) 단변량 함수의 합으로 나타낼 수 있다는 것을 증명했다.
- lalsuite_info . . . . 1 match
LALSuite는 LIGO 데이터 분석을 목적으로 사용하는 여러가지 라이브러리의 모음[* http://smirshekari.wikidot.com/lal]이다.
- linux_apache2_init . . . . 2 matches
웹서버로 moniwiki와 gitweb을 사용하려고 한다.
= moniwiki 설정을 위한 아파치 구성 =
- linux_ulimit_command . . . . 1 match
이 글은 http://wiki.kldp.org/KoreanDoc/Ulimit-KLDP (문태준님 작성, 2000년 2월 24일(목))을 토대로 필자가 나름 내용을 추가하여 작성하는 글이다.
- math_Euler_number . . . . 7 matches
https://upload.wikimedia.org/wikipedia/commons/4/45/Function-log-animation.gif
{{{[그림 1]}}} 지수 함수와 로그 함수(출처: [https://commons.wikimedia.org/wiki/File:Function-log-animation.gif Wikipedia])
https://upload.wikimedia.org/wikipedia/commons/7/7a/Graph_of_sliding_derivative_line.gif
{{{[그림 2]}}} 미분법은 기울기 구하기(출처: wikipedia.org)
- math_complex_analsys . . . . 4 matches
[[HTML(<div class="imgCaption" align="center">그림 1. 구표면에 형성한 단순 연결 경로(출처: wikipedia.org)</div>)]]
[[HTML(<div class="imgCaption" align="center">그림 2. 내부 구멍으로 인해 단순 연결 경로가 아닌 예(출처: wikipedia.org) </div>)]]
[[HTML(<div class="imgCaption" align="center">그림 3. 복소 평면에 표시한 복소수(출처: wikipedia.org)</div>)]]
[[HTML(<div class="imgCaption" align="center">그림 4. 복소 지수 함수의 기하학적 의미(출처: wikipedia.org)</div>)]]
- math_complex_number . . . . 1 match
[[HTML(<div class="imgCaption" align="center">그림 1. 복소 평면에 표시한 복소수(출처: wikipedia.org)</div>)]]
- mysql_mac . . . . 1 match
https://github.com/helloheesu/SecretlyGreatly/wiki/%EB%A7%A5%EC%97%90%EC%84%9C-mysql-%EC%84%A4%EC%B9%98-%ED%9B%84-%ED%99%98%EA%B2%BD%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0||
- neovim . . . . 28 matches
=== vimwiki ===
{{{Plug 'vimwiki/vimwiki', { 'branch': 'dev' }}}}
아래 설정은 vimwiki로 github.io에 개인위키[* https://johngrib.github.io/wiki/vimwiki/]를 구축하시는 분의 블러그에서 갖고 왔습니다.
let g:vimwiki_list = [
\ 'path': '~/git/johngrib.github.io/_wiki',
\ 'path': '~/Dropbox/wiki',
" vimwiki의 conceallevel 을 끄는 쪽이 좋다
let g:vimwiki_conceallevel = 0
" 자주 사용하는 vimwiki 명령어에 단축키를 취향대로 매핑해둔다
command! WikiIndex :VimwikiIndex
nmap <LocalLeader>ww <Plug>VimwikiIndex
nmap <LocalLeader>wi <Plug>VimwikiDiaryIndex
nmap <LocalLeader>w<LocalLeader>w <Plug>VimwikiMakeDiaryNote
nmap <LocalLeader>wt :VimwikiTable<CR>
let l:wiki_directory = v:false
for wiki in g:vimwiki_list
if expand('%:p:h') . '/' == wiki.path
let l:wiki_directory = v:true
if !l:wiki_directory
call add(l:template, 'layout : wiki')
- note_index . . . . 1 match
[:wiki_server_immigration Wiki 서버 이전 관리]
- notebook_msi_x200 . . . . 1 match
http://ubuntuguide.org/wiki/Ubuntu_Precise_Network_Management
- numerical_analysis_note . . . . 2 matches
[https://en.wikipedia.org/wiki/Monotone_cubic_interpolation Monotone cubic interpolation]
- odroid_gpio . . . . 2 matches
WiringPi and Python Wrapper <https://wiki.odroid.com/odroid-c1/application_note/gpio/wiringpi#tab__odroid-c11>
<https://odroid.com/dokuwiki/doku.php?id=en:c1_tinkering>
- odroid_index . . . . 5 matches
Odroid os관련해서 이미지를 다은 받을 수 있는 곳[* https://wiki.odroid.com/odroid-c1/os_images/ubuntu/v3.0]
https://wiki.kldp.org/wiki.php/fdisk 참조.
1. [http://odroid.com/dokuwiki/doku.php?id=en:odroid-c1 wiki 페이지]
- opengl_index . . . . 2 matches
1. https://ko.wikipedia.org/wiki/OpenGL
- osx_utility . . . . 3 matches
http://wiki.ktug.org/wiki/wiki.php/MacTeX%20%EC%84%A4%EC%B9%98
- python_module_pyaudio . . . . 1 match
Python으로 1분단위로 오디오를 녹음해서 mp3파일을 만드는 프로그램을 라즈베리파이에서 구동하려고 한다.[* https://whansunkim.top/wiki.php/raspberry_pi_pyAudio] 이 프로그램의 목적은 실험 장비의 이상 유무를 오디오로 모니터링하기 위함이다. 그 과정에 대해서 자세히 설명하고자 한다.
- python_uinput . . . . 1 match
http://hetgrotebos.org/wiki/uinput-mapper
- qt_programming_index . . . . 2 matches
qt wiki[* https://wiki.qt.io/Main]를 방문하면 설치부터 다양한 정보를 얻을 수 있다.
- raspberry_Yemigo . . . . 2 matches
오버클럭 및 기본적인 시스템 설치[* https://whansunkim.ml/wiki.php/raspberry_pi_cluster]
사운트 카드 설치 및 마이크 연결[* https://whansunkim.ml/wiki.php/raspberry_pi_pyAudio]
- raspberry_sensor_installation . . . . 1 match
ntp를 설치하면 ntpsec이 설치 되는데 아래 과정을 통해서 설치와 설정을 할 수 있다. [* https://whansunkim.top/wiki.php/raspberry_pi_ntp_server]
- raspberrypi4 . . . . 2 matches
https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EC%9E%90%EC%B2%B4%EC%84%9C%EB%AA%85_SSL_%EC%9D%B8%EC%A6%9D%EC%84%9C_%EC%83%9D%EC%84%B1
- singularity . . . . 1 match
* Singularity 설치[* https://engineer-mole.tistory.com/198][* https://whansunkim.ml/wiki.php/work2020_01_list?action=highlight&value=singularity#toc]
- test . . . . 3 matches
WikiPediako:위키위키''''''를 처음 시작하셨다면 '''도움말'''을읽고, 위키위키를 배워봅시다!
1. [[슬라이드쇼(MoniWikiTutorial)]] 위키위키 배우기!
== MoniWiki:test/ex1 ==
= moniwiki 설치 및 설정 =
1. moniwiki 다운로드 받기
== moniwiki 다운로드 받기 ==
- wiki_server_immigration . . . . 3 matches
* ssh/ftp 접속이 됨으로 wiki 디렉토리를 tar로 묶어 백업 할 수 있음.
1. 백업 된 wikixxxxxx.tar 파일을 /var/www(별도의 다른 폴더를 사용해도 상관 없음, 단 httpd.conf 파일의 수정이 필요함) 아래 압축을 풀어 설치 한다.
1. wiki 폴더와 _cache, data, pds 폴더의 권한이 777로 되어 있는지 확인한다.
- work2013_10_list . . . . 2 matches
http://www.joinc.co.kr/modules/moniwiki/wiki.php/article/library_%B8%B8%B5%E9%B1%E2
- work2014_01_list . . . . 2 matches
1. [http://escape.nims.re.kr/moni/wiki.php/haechi_iternative_solver 개발자 페이지 작성 with 츄]
1. [http://escape.nims.re.kr/moni/wiki.php/haechi_iternative_solver 개발자 페이지 작성 with 츄]
- work2014_03_list . . . . 2 matches
1. [http://escape.nims.re.kr/moni/wiki.php/haechi_inenative_solver_schedule CG 개발 하기]
1. [http://escape.nims.re.kr/moni/wiki.php/haechi_inenative_solver_schedule CG 개발 하기]
- work2015_08_list . . . . 1 match
[https://namu.wiki/w/%EC%97%B4%EC%97%AD%ED%95%99 열역학]
- work2016_01_list . . . . 1 match
* omicron 이벤트 트리거 알아보기 [* https://wiki.ligo.org/DetChar/Omicron]
- work2016_02_list . . . . 1 match
* --omicron 이벤트 트리거 알아보기 [* https://wiki.ligo.org/DetChar/Omicron]--
- work2016_03_list . . . . 1 match
* --omicron 이벤트 트리거 알아보기 [* https://wiki.ligo.org/DetChar/Omicron]--
- work2020_01_list . . . . 4 matches
* 서버에 설치된 컴파일러(5.4.0) 버전보다 상위 버전 컴파일러를 소스로 설치[* <http://whansunkim.ml/w2/wiki.php/osx_utility> gcc 컴파일하기] (7.5.0), (9.2.0)
* boost-python[* <http://whansunkim.ml/w2/wiki.php/python_c_c++> boost-python 설치하기] 컴파일시 boost-numpy을 빌드하지 못하는 문제 발생(모든 컴파일러에서 비슷한 증상 보임)
* Grad-CAM 리뷰[* <http://whansunkim.ml/w2/wiki.php/grad_cam> Grad-CAM 리뷰] (5일)
* LRP 논문 리뷰 [* <http://whansunkim.ml/w2/wiki.php/layer_wise_relevance_propatation> Layer-wise relevance propagation] (5일)
- work2020_05_list . . . . 1 match
* https://wikidocs.net/book/2165
- work2020_07_list . . . . 1 match
|| 화 ||- Unsupervised automatic seizure detection for focal-onset seizures recorded with behind-the-ear EEG using an anomaly-detecting generative adversarial network 논문 읽기[[br]]; DCGAN에 정상 구간을 학습 시키고 정상 구간에서 벗어난 것을 찾고자 했다. anomaly-detection 알고리즘이 더 있을텐데 왜 DCGAN을 사용했을까?[[br]]- Hawkes process 조사[* https://whansun.iptime.org/wiki.php/hawkes_process] ||- ETAS CRAN Package[* https://www.jstatsoft.org/article/view/v088c01] 조사[[br]]- Hawkes process study ||
- work2020_08_list . . . . 1 match
|| 화 ||- AMR 구조 정리 & UML 다이어그램 작성 ||- 서울기술연구원 온라인 미팅(14:00~15:30)[* https://whansun.iptime.org/wiki.php/%ED%9A%8C%EC%9D%98%EB%A1%9D][[br]]- 뇌파 패턴 분석 ||
- work2020_10_list . . . . 1 match
|| 화 ||- 센서 위치 기반 Networkx 그래프 결과 resnote wiki에 정리 ||- AMR, Grid 분할시 마지막 고스트셀이 생성 되지 않는 문제 발견 ||
- work2020_11_list . . . . 2 matches
|| 목 ||- 레드마인 설정하기[* https://zetawiki.com/wiki/%EC%9A%B0%EB%B6%84%ED%88%AC_%EB%A0%88%EB%93%9C%EB%A7%88%EC%9D%B8_%EC%84%A4%EC%B9%98]|| ||
- zeroconfig . . . . 1 match
1. Automatic discovery of VoIP clients in your local network - Ekiga[[footnote(http://wiki.ekiga.org/index.php/Avahi)]]
- 세마포어 . . . . 2 matches
[http://wiki.kldp.org/wiki.php/greendrm]
- 자료정리 . . . . 1 match
1. moniwiki 사용법
Found 93 matching pages out of 774 total pages
You can also click here to search title.