curl https://git.io/ -i -F "url=https://github.com/YOUR_GITHUB_URL" -F "code=YOUR_CUSTOM_NAME"
- Install zsh
- Install snap
- From snap install VS Code and VLC (not from AUR) since it handles automatic update.
- Do not install firefox from snap. Build it locally, see https://wiki.manjaro.org/index.php?title=Install_Firefox_in_your_home_directory. For some reason
~
does not work, replace it by/home/<Account Name/
. The icon is inchrome
folder.
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
from __future__ import print_function | |
import time | |
from xena_gdc_etl import xena_dataset, gdc | |
GDC_XENA_COHORT = [ | |
# 'TCGA-BRCA', # | |
# 'TCGA-LUAD', # |

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
C++ 1 hr 37 mins ββββββββββββ 57.0% | |
CMake 51 mins ββββββββββββ 30.2% | |
Markdown 9 mins ββββββββββββ 5.5% | |
Bash 6 mins ββββββββββββ 3.7% | |
Text 3 mins ββββββββββββ 2.2% |

β οΈ β οΈ This Gist Has Been Moved to This Repo β οΈ β οΈ
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
#gdpr { | |
position: fixed; | |
left: 0; | |
bottom: 0; | |
width: 100%; | |
background-color: #e6e6e6; | |
opacity: 0.85; | |
text-align: center; | |
} |

OlderNewer