-
Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.
-
Update system packages in Termux:
$ pkg update -y
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
| :81 { | |
| root * ./visa-photos | |
| encode gzip | |
| @exists file | |
| handle @exists { | |
| file_server | |
| } |
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
| diff --git a/bin.cjs b/bin.cjs | |
| index 0ece5826332b872aeaab5d037f9222ee32070826..3c02d0153c0fb7a7c0c9eaf27b09ecd39120720c 100755 | |
| --- a/bin.cjs | |
| +++ b/bin.cjs | |
| @@ -76293,6 +76293,8 @@ var init_connections = __esm({ | |
| return result; | |
| }; | |
| const proxy = async (params) => { | |
| + params.sql = params.sql.replace(/a.attidentity AS identity_type/i, 'a.attidentity::text AS identity_type'); | |
| + params.sql = params.sql.replace(/a.attgenerated AS generated_type/i, 'a.attgenerated::text AS generated_type'); |
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
| [IMAP-1993] | |
| server_address = outlook.office365.com | |
| server_port = 993 | |
| local_address = 127.0.0.1 | |
| [SMTP-1587] | |
| server_address = smtp-mail.outlook.com | |
| server_port = 587 | |
| server_starttls = True | |
| local_address = 127.0.0.1 |
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
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; | |
| ;; BACK UP YOUR LOGSEQ DIR BEFORE RUNNING THIS! | |
| ;; | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; Copyright (C) Aug 4 2022, William R. Burdick Jr. | |
| ;; | |
| ;; LICENSE | |
| ;; This code is dual-licensed with MIT and GPL 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
| scrcpy -m1024 --no-downsize-on-error --video-encoder='OMX.google.h264.encoder' --no-audio |
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 { Snackbar, TextField, Alert } from '@mui/material'; | |
| import LoadingButton from '@mui/lab/LoadingButton'; | |
| import Box from '@mui/system/Box'; | |
| import { ChangeEvent, useEffect, useState } from 'react'; | |
| import { useForm } from 'react-hook-form'; | |
| const defaultBlob = new Blob(); | |
| export function UploadComponent() { | |
| const { |
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/bash | |
| # RUP Review every time when new verison update part. | |
| # Latest supported version | |
| latestVersion="v71.2" | |
| # Support version list. | |
| declare -a version_list | |
| # RUP Review every time when new verison update part. | |
| # Address parameter array and other parameters for each version. |
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
| class CustomCircleSymbolRenderer extends charts.CircleSymbolRenderer { | |
| @override | |
| void paint( | |
| charts.ChartCanvas canvas, | |
| Rectangle<num> bounds, { | |
| List<int>? dashPattern, | |
| charts.Color? fillColor, | |
| charts.FillPatternType? fillPattern, | |
| charts.Color? strokeColor, |
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
| Prefix | Description | Notes | |
|---|---|---|---|
| ac_ | Platform Client ID | Identifier for an auth code/client id. | |
| acct_ | Account ID | Identifier for an Account object. | |
| ba_ | Bank Account ID | Identifier for a Bank Account object. | |
| card_ | Card ID | Identifier for a Card object. | |
| cbtxn_ | Customer Balance Transaction ID | Identifier for a Customer Balance Transaction object. | |
| ch_ | Charge ID | Identifier for a Charge object. | |
| cn_ | Credit Note ID | Identifier for a Credit Note object. | |
| cs_live_ | Live Checkout Session ID | Identifier for a checkout Session object in live mode. | |
| cs_test_ | Test Checkout Session ID | Identifier for a checkout Session object in test mode. |
NewerOlder
