(@ wanted branch)
$ git format-patch -o patched/ -1
- how many commit?
1
$ git log --format=oneline --decorate=short -10 patches/git.log
import yaml | |
import click | |
from conda.core.index import get_index | |
from conda.models.channel import Channel | |
from conda.resolve import Resolve | |
from conda_mirror.conda_mirror import DEFAULT_PLATFORMS | |
'Drink Responsibly, Blackmagic lives here.'; | |
/** | |
* Inject custom script to main page's document.head. | |
* Used for bypassing Chrome Extension's Content-Scripts Sandbox. | |
*/ | |
/** | |
* @param {{type?: string, src?: string, text?: string}} content | |
* @see Microsoft/vscode#22980, "JSDoc comments are ignored for destructured parameters". | |
* @see Microsoft/typescript#11597, "Intellisense for object properties defined in multi-line JSDOC comments". |
#!/bin/sh | |
. git-sh-setup | |
## XXX: For rehashing with an original comitter: | |
# | |
# Backgrounds: | |
# - {commit} includes ['tree', 'parent', 'author', 'committer'] | |
# - When `git am` finished, generated an unexpected commit id. | |
# - Check `git cat-file commit HEAD` and compare it. | |
# - `git am` handled only ['tree', 'parent', 'author'] |
1. https://jar-download.com/ | |
맨 처음 찾은 것. | |
딱봐도 url 부터 위험하게 생김. 믿지말고, 결과도 이상함 | |
2. https://search.maven.org/search?q=fc:org.apache.hadoop.hive.ql.udf.generic | |
maven 자체 검색엔진 | |
3. sonatype nexus | |
https://repository.sonatype.org/ (Sonatype RSO) | |
https://oss.sonatype.org/ |
pep440 vs semver(node) vs semver(py) | |
semver(node) caret | |
pep440 don't have caret | |
but caret convertable https://nodesource.com/blog/semver-tilde-and-caret/ | |
Comparing between semver spec |
just-news with jsdom+jquery(proxy/virtualconsole/ts/asyncscriptloading)
desktop layer | |
- lxde? | |
- chromoting | |
(login?) | |
- x11 | |
application layer | |
- kakaotalk | |
transport layer |
# ByeBye Cloudapp | |
## Dumping | |
https://github.com/cloudapp/api/blob/master/view-item.md | |
## Monitoring | |
https://github.com/cloudapp/api/blob/master/stream-items.md |
pyenv virtualenv 3.6.2 3.6.2-ProjectNameHere
pyenv local 3.6.2-ProjectNameHere
echo ".python-version" >> .gitignore
pipenv --python 3.6.2
pipenv shell