This file contains hidden or 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
#!/bin/bash | |
# ============================================================================== | |
# GitHub 최신 릴리즈 에셋 병렬 다운로드 스크립트 | |
# ============================================================================== | |
# | |
# 사용법: ./download-github-assets.sh <소유자> <저장소> <다운로드_경로> [옵션] | |
# 예시: ./download-github-assets.sh octocat Spoon-Knife ./downloads -e zip,tar.gz | |
# | |
# ============================================================================== |
This file contains hidden or 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 | |
# shellcheck disable=SC2016,SC2086,SC2034,SC2207 | |
# ============================================================================== | |
# 유니코드 이스케이프 시퀀스 변환 스크립트 | |
# | |
# 설명: | |
# 지정된 디렉토리 하위의 파일들을 검사하여 유니코드 이스케이프 시퀀스(표준: \uXXXX, 비표준: uXXXX)에 | |
# 해당하는 자연어 문자로 변환합니다. | |
# |
This file contains hidden or 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
/// <reference types="tsyringe" /> | |
import constructor from 'tsyringe/dist/typings/types/constructor' | |
import InjectionToken from 'tsyringe/dist/typings/providers/injection-token' | |
import InterceptionOptions from 'tsyringe/dist/typings/types/interceptor-options' | |
import { | |
PostResolutionInterceptorCallback, | |
PreResolutionInterceptorCallback, | |
} from 'tsyringe/dist/typings/types/dependency-container' | |
import ValueProvider from 'tsyringe/dist/typings/providers/value-provider' | |
import FactoryProvider from 'tsyringe/dist/typings/providers/factory-provider' |
This file contains hidden or 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
{ | |
name: "dummy" | |
} |
This file contains hidden or 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
{"lastUpload":"2020-01-08T11:03:52.227Z","extensionVersion":"v3.4.3"} |
This file contains hidden or 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
{"lastUpload":"2020-01-07T14:40:28.394Z","extensionVersion":"v3.4.3"} |