Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/
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
@echo off | |
doskey cargo=wsl.exe -u root --shell-type login cargo $* | |
doskey rustup=wsl.exe -u root --shell-type login rustup $* | |
doskey rustfmt=wsl.exe -u root --shell-type login rustfmt $* | |
doskey rustdoc=wsl.exe -u root --shell-type login rustdoc $* | |
doskey cargo-clippy=wsl.exe -u root --shell-type login cargo-clippy $* | |
doskey cargo-fmt=wsl.exe -u root --shell-type login cargo-fmt $* | |
doskey rust-gdb=wsl.exe -u root --shell-type login rust-gdb $* | |
doskey cargo-fleet=wsl.exe -u root --shell-type login cargo-fleet $* | |
doskey cargo-miri=wsl.exe -u root --shell-type login cargo-miri $* |
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 sys | |
from django.db import migrations | |
operation_classes = [ | |
'AddField', | |
'AlterField', | |
'RemoveField', | |
'RenameField', | |
'AddIndex', | |
'AlterIndexTogether', |
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
<body> | |
<div class="container"> | |
<div class="ps4-icons"> | |
<div class="square-icon ps-icon"></div> | |
<div class="cross-icon ps-icon"></div> | |
<div class="circle-icon ps-icon"></div> | |
<div class="triangle-icon ps-icon"></div> | |
</div> | |
</div> |