تبدیل "چپ به راست" به "راست به چپ" با استفاده از کاراکتر .
| #!/bin/bash | |
| clear | |
| apt update -y | |
| apt install git cmake -y | |
| git clone https://github.com/ambrop72/badvpn.git /root/badvpn | |
| mkdir /root/badvpn/badvpn-build |
| version: "2" | |
| tunnels: | |
| website: | |
| addr: website.test:80 | |
| proto: http | |
| host_header: rewrite |
| #!/bin/bash | |
| GREEN="%{$fg_bold[green]%}" | |
| YELLOW="%{$fg_bold[yellow]%}" | |
| CYAN="%{$fg_bold[cyan]%}" | |
| RED="%{$fg_bold[red]%}" | |
| WHITE="%{$fg_bold[white]%}" | |
| RESET="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_PREFIX="$WHITE " |
| cut -d "," -f 1,3 text.txt --output-delimiter=$'\t' |
| diff <(ls) <(ls -ltrh) |
cat /usr/share/dict/words | tr '[:upper:]' '[:lower:]'
| mixin: | |
| tun: | |
| enable: true | |
| stack: gvisor | |
| dns-hijack: | |
| - 198.18.0.2:53 | |
| auto-route: true | |
| auto-detect-interface: true | |
| dns: | |
| enable: true |
| import java.util.Scanner; | |
| class ResistanceCalculation { | |
| public static void main(String[] args) { | |
| Scanner scanner = new Scanner(System.in); | |
| int calculationType = 1; | |
| System.out.println("Enter the type of calculation:"); | |
| System.out.println("1. Serial"); | |
| System.out.println("2. Parallel"); | |
| calculationType = scanner.nextInt(); |
I hereby claim:
To claim this, I am signing this object: