Environment.GetFolderPath() |
Path |
---|---|
Desktop |
"/Users/USER/Desktop" |
Programs |
"" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A Python port of: | |
# https://github.com/tevador/RandomX/blob/v1.1.8/src/tests/api-example1.c | |
# | |
# You can build librandomx.{so,dylib} by the following command: | |
# cmake -DARCH=native -DBUILD_SHARED_LIBS=ON | |
from ctypes import * | |
from ctypes.util import find_library | |
librandomx = cdll.LoadLibrary(find_library('librandomx')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
versions=( | |
2.7.18 | |
3.7.9 | |
3.8.7 | |
3.9.1 | |
pypy3.6-7.3.1 | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
안녕하세요. 오는 파이콘 한국 2019에서 Libplanet 프로젝트의 스프린트를 진행하게 된 홍민희입니다. 스프린트 진행에 앞서 미리 안내드릴 내용들이 있으니 읽어주시기 바랍니다. 스프린트는 서울 코엑스 그랜드볼룸 컨퍼런스룸 201호에서 8월 15일(광복절) 및 16일(금) 이틀 진행하며, 이틀 모두 나오셔도 되고 하루만 나오셔도 됩니다.
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 스프린트를 안내합니다.