Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
>Illumina Single End Apapter 1 | |
ACACTCTTTCCCTACACGACGCTGTTCCATCT | |
>Illumina Single End Apapter 2 | |
CAAGCAGAAGACGGCATACGAGCTCTTCCGATCT | |
>Illumina Single End PCR Primer 1 | |
AATGATACGGCGACCACCGAGATCTACACTCTTTCCCTACACGACGCTCTTCCGATCT | |
>Illumina Single End PCR Primer 2 | |
CAAGCAGAAGACGGCATACGAGCTCTTCCGATCT | |
>Illumina Single End Sequencing Primer | |
ACACTCTTTCCCTACACGACGCTCTTCCGATCT |
Source: https://www.tecmint.com/use-vim-as-bash-ide-using-bash-support-in-linux/ | |
============================================================================================================ | |
Important !!! | |
formatting script = gg=G | |
============================================================================================================ | |
The following are key mappings for inserting statements (n – normal mode, i – insert mode): |
# The MIT License | |
# SPDX short identifier: MIT | |
# Further resources on the MIT License | |
# Copyright 2017 Denis Gladkikh (https://www.outcoldman.com/en/archive/2017/07/19/dbhist/) | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
$ conda skeleton pypi docxtpl
$ conda build docxtpl
$ conda install --use-local docxtpl
Install android SDK (bottom of the page) or full android studio if you need to develop on android.
fastboot
looks like adb
but it is used when device is in bootloader
(or fastboot).
package main | |
import ( | |
"github.com/gin-gonic/gin" | |
"github.com/jinzhu/gorm" | |
_ "github.com/mattn/go-sqlite3" | |
) | |
type Users struct { | |
Id int `gorm:"AUTO_INCREMENT" form:"id" json:"id"` |
$ git remote rm origin | |
$ git remote add origin [email protected]:aplikacjainfo/proj1.git | |
$ git config master.remote origin | |
$ git config master.merge refs/heads/master |