create dev channel
This commit is contained in:
61
README.md
61
README.md
@@ -1,16 +1,17 @@
|
||||
yenru0 code storage
|
||||
===
|
||||
|
||||
## 기본 사항
|
||||
|
||||
폴더명 `{identifier}_{language}`
|
||||
|
||||
`identifier`의 종류는 다음과 같음.
|
||||
`identifier` 식별자로는 소스 문제로, 의 종류는 다음과 같음.
|
||||
|
||||
* `zeta`는 [BOJ](https://www.acmicpc.net/)입니다.
|
||||
* `zeta`: [BOJ](https://www.acmicpc.net/)
|
||||
|
||||
`language`는 작성 언어로 현재까지 작성된 언어 및 예시는 다음과 같음.
|
||||
`language`
|
||||
|
||||
작성언어 | 폴더 뒤 | 확장자
|
||||
작성언어 | 키워드 | 확장자
|
||||
:---:|:---:|:---:
|
||||
C | C | .c
|
||||
C++ | cpp | .cpp
|
||||
@@ -18,20 +19,54 @@ yenru0 code storage
|
||||
Kotlin | kotlin | .kt
|
||||
Lua | lua | .lua
|
||||
|
||||
std
|
||||
* C++17
|
||||
* C11
|
||||
### completed or incomplete
|
||||
|
||||
|
||||
해결한 문제는 `folder/completed`로 이동.
|
||||
|
||||
해결되지 않은 문제는 `/`에 잔류.
|
||||
|
||||
## code editing
|
||||
|
||||
## script
|
||||
|
||||
실행을 위한 파이썬 스크립트가 있다.
|
||||
|
||||
* `run`
|
||||
|
||||
```sh
|
||||
# workspace로 불러오는 file
|
||||
run load 1000 to py # load 1000.py from python repository
|
||||
# if there loaded file
|
||||
run load 1000.py # run type inference by extension
|
||||
run load 1000.py from zeta # default is `zeta`/*
|
||||
run load 1000.rs from zeta/c-
|
||||
run load 1000.rs from zet
|
||||
|
||||
run export 1000.py --to zeta/completed
|
||||
|
||||
run time rust.it
|
||||
|
||||
```
|
||||
|
||||
## .config.yml
|
||||
|
||||
현재 source space에 있는 언어, 파일, 식별자, 파일을 기록해놓음.
|
||||
|
||||
run load 시 다음 파일에 그런 형식을 작성함.
|
||||
|
||||
export 시에는 모든 config가 non-null이어야 함.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## completed or incompleted
|
||||
내가 **납득**되거나 내가 해결한 문제는 `/completed`로 이동됩니다.
|
||||
|
||||
해결되지 않은 문제는 `/`에 있을 예정입니다.
|
||||
|
||||
## 시간 측정
|
||||
|
||||
### python
|
||||
|
||||
```
|
||||
python -m profile files.py < stdin.txt
|
||||
```
|
||||
|
||||
## actually...
|
||||
다양한 곳에서의 편리한 코딩 생활을 위한 것입니다.
|
||||
Reference in New Issue
Block a user