-
Run the command:
python pixiv_auth.py login
This will open the browser with Pixiv login page.
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
;; -*- mode: emacs-lisp; lexical-binding: t -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Layer configuration: | |
This function should only modify configuration layer settings." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory | |
;; `+distribution'. For now available distributions are `spacemacs-base' |
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
Nov 30, 2021 22:25:36.650 [0x7ff74dea6b38] INFO - Plex Media Scanner v1.24.5.5173-8dcc73a59 - QNAP TS-453Dmini x86_64 - build: linux-x86_64 - GMT 08:00 | |
Nov 30, 2021 22:25:36.650 [0x7ff74dea6b38] INFO - Linux version: QTS 5.0.0.1858, language: en-US | |
Nov 30, 2021 22:25:36.650 [0x7ff74dea6b38] INFO - Processor Intel(R) Celeron(R) J4125 CPU @ 2.00GHz | |
Nov 30, 2021 22:25:36.650 [0x7ff74dea6b38] INFO - /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Media Scanner --match --type 8 --log-file-suffix Matcher --files @/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Library/tmp/2145-b99b-47cb-9b79.txt | |
Nov 30, 2021 22:25:36.651 [0x7ff750dc6848] DEBUG - Opening 20 database sessions to library (com.plexapp.plugins.library), SQLite 3.35.5, threadsafe=1 | |
Nov 30, 2021 22:25:36.790 [0x7ff750dc6848] DEBUG - [MI] Opening input file: "/share/CACHEDEV1_DATA/Download/qBittorrent/音乐/Aimer/190409 Sun Dance && Penny Rain/disc2/01. pluie.flac" | |
Nov 30, 2021 22:25:36.790 [0x7ff750dc6848] DEBUG - [FFMPEG] - Opening '/share/CACHEDEV1_DATA/Down |
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
Homebrew build logs for azure-cli on macOS 14 | |
Build date: 2024-06-26 16:11:13 |
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 | |
SetLocal EnableDelayedExpansion | |
REM Double colon :: should not be used in parentheses blocks, so we use REM. | |
REM See https://stackoverflow.com/a/12407934/2199657 | |
echo build a msi installer using local cli sources and python executables. You need to have curl.exe, unzip.exe and msbuild.exe available under PATH | |
echo. | |
set "PATH=%PATH%;%ProgramFiles%\Git\bin;%ProgramFiles%\Git\usr\bin;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin" |
OlderNewer