Environment.GetFolderPath()
.NET macOS
Environment.GetFolderPath() |
Path |
---|---|
Desktop |
"/Users/USER/Desktop" |
Programs |
"" |
<?xml version="1.0" encoding="UTF-8"?> | |
<OpenSearchDescription | |
xmlns="http://a9.com/-/spec/opensearch/1.1/" | |
xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
<ShortName>알라딘</ShortName> | |
<Description>알라딘 통합 검색</Description> | |
<Url | |
type="text/html" | |
method="get" | |
template="https://www.aladin.co.kr/search/wsearchresult.aspx?SearchTarget=All&SearchWord={searchTerms}" |
#!/usr/bin/env bash | |
set -e | |
versions=( | |
2.6.9 | |
2.7.18 | |
3.4.10 | |
3.5.10 | |
3.6.12 | |
3.7.9 |
#!/usr/bin/env python3 | |
"""Count keys from multiple Bencodex data files.""" | |
import collections | |
import collections.abc | |
import pathlib | |
import sys | |
from typing import Counter, Union | |
from bencodex import BValue, load |
Environment.GetFolderPath()
Environment.GetFolderPath() |
Path |
---|---|
Desktop |
"/Users/USER/Desktop" |
Programs |
"" |
안녕하세요. 오는 파이콘 한국 2019에서 Libplanet 프로젝트의 스프린트를 진행하게 된 홍민희입니다. 스프린트 진행에 앞서 미리 안내드릴 내용들이 있으니 읽어주시기 바랍니다. 스프린트는 서울 코엑스 그랜드볼룸 컨퍼런스룸 201호에서 8월 15일(광복절) 및 16일(금) 이틀 진행하며, 이틀 모두 나오셔도 되고 하루만 나오셔도 됩니다.
Takes a JSON document through standard input, and then prints its minified version into standard output.
minify-json < sameple.json > sample.min.json
Thank you for your interest in contributing to Nine Corporation ("We" or "Us").
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please follow the instructions at the end. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
"You" means the individual who Submits a Contribution to Us.
[Libplanet]은 널리 쓰이는 게임 엔진인 Unity를 염두에 두어, C#으로 작성되었습니다. 따라서 C# 개발 환경이 필요합니다. 다행히 .NET은 요 몇 년 사이 여러 플랫폼에서 두루 개발할 수 있는 여건이 마련되었습니다. 이 문서는 Linux, macOS, Windows 모두에서 Libplanet 개발을 하는 데에 필요한 환경을 설정하고 빌드하는 방법을 설명합니다.
따라 하면서 잘 안되는 게 있으시면 [저희 Discord 서버][1]에 있는
이 문서는 스프린트서울에서 진행되는 Libplanet 스프린트를 안내합니다.
bin/ | |
obj/ |