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
| root@pve:~# lspci -vvv -s 03:00.0 # FW 241224-0000-00; pcie_aspm=off in GRUB; kernel 6.17 | |
| 03:00.0 SATA controller: ASMedia Technology Inc. ASM1064 Serial ATA Controller (rev 02) (prog-if 01 [AHCI 1.0]) | |
| Subsystem: ASMedia Technology Inc. Device 2116 | |
| Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ | |
| Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
| Latency: 0, Cache Line Size: 64 bytes | |
| Interrupt: pin A routed to IRQ 128 | |
| IOMMU group: 11 | |
| Region 0: Memory at 80582000 (32-bit, non-prefetchable) [size=8K] | |
| Region 5: Memory at 80580000 (32-bit, non-prefetchable) [size=8K] |
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
| // 20241120155130 | |
| // https://s.activision.com/activision/login2FA | |
| { | |
| "requestURL": "http://s.activision.com/activision/login2FA", | |
| "errorMessage": "java.lang.IllegalStateException: Connection pool shut down", | |
| "exceptionClass": "UnoRuntimeException", | |
| "stackTrace": "com.activision.webapps.sso.services.uno.UnoRuntimeException: java.lang.IllegalStateException: Connection pool shut down\n\tat com.activision.webapps.sso.services.uno.UnoClientImpl.login2FA(UnoClientImpl.java:3687)\n\tat com.activision.webapps.sso.web.controller.LoginDelegate.processLogin2FAForm(LoginDelegate.java:705)\n\tat com.activision.webapps.sso.web.controller.SSOController.postLogin2FAForm(SSOController.java:1077)\n\tat com.activision.webapps.sso.web.controller.SSOController$$FastClassBySpringCGLIB$$d284e27c.invoke(<generated>)\n\tat org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\n\tat org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779)\n\tat org.springf |
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
| { | |
| "BC01": [ | |
| { | |
| "ch_note": "1.\u589e\u52a0\u4e24\u4e2a\u9759\u7f6e\u72b6\u6001\u6587\u5b57\u63d0\u793a;\r\n2.\u589e\u52a0\u5e73\u53f0\u53c2\u6570\u8bbe\u5b9a;\r\n3.\u589e\u52a0\u653e\u7535\u6d4b\u8bd5\u529f\u80fd;\r\n4.\u4f18\u5316\u6ee1\u5145\u5145\u7535\u65b9\u5f0f;", | |
| "en_note": "1.Add two static state text prompts;\r\n2.Add platform parameter setting;\r\n3.Add discharge test function;\r\n4.Optimize the full charge mode;", | |
| "time": "2023-2-21", | |
| "url": true, | |
| "version": "BC01:1.10" | |
| }, | |
| { |
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 cv2 as cv | |
| import numpy as np | |
| import fitz | |
| import os | |
| from datetime import datetime | |
| from pathlib import Path | |
| white_cards = True # DO NOT CLOSE THE LID WHEN SCANNING WHITE CARDS! | |
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
| #include <Windows.h> | |
| #include <iostream> | |
| #include <lowlevelmonitorconfigurationapi.h> | |
| #include <physicalmonitorenumerationapi.h> | |
| #pragma comment(lib, "Dxva2.lib") | |
| using namespace std; | |
| BOOL CALLBACK MyInfoEnumProc(HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) |