gunicorn -w4 --log-level=DEBUG --timeout=5 app:app
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
| 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 | |
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
| '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". |
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/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'] |
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
| 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/ |
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
| 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)
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
| desktop layer | |
| - lxde? | |
| - chromoting | |
| (login?) | |
| - x11 | |
| application layer | |
| - kakaotalk | |
| transport layer |