Difference between revisions of "Misc"
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
| + | https://login.ntrs.com/auth/push/link/ftO_bgTlWKMbr6hFKX3WBt2__SqmhTrpMX/aut1seekklr1reI7y0h8 | ||
| + | |||
| + | |||
| + | /* Library Function - Single Match | ||
| + | __scrt_acquire_startup_lock | ||
| + | |||
| + | Libraries: Visual Studio 2015 Release, Visual Studio 2017 Release, Visual Studio 2019 Release */ | ||
| + | |||
| + | undefined8 __scrt_acquire_startup_lock(void) | ||
| + | |||
| + | { | ||
| + | void *pvVar1; | ||
| + | int iVar2; | ||
| + | void *pvVar3; | ||
| + | undefined8 uVar4; | ||
| + | bool bVar5; | ||
| + | |||
| + | iVar2 = __scrt_is_ucrt_dll_in_use(); | ||
| + | if (iVar2 == 0) { | ||
| + | LAB_14005bd12: | ||
| + | uVar4 = 0; | ||
| + | } | ||
| + | else { | ||
| + | do { | ||
| + | pvVar3 = (void *)0x0; | ||
| + | LOCK(); | ||
| + | bVar5 = DAT_1403f1f38 == (void *)0x0; | ||
| + | pvVar1 = StackBase; | ||
| + | if (!bVar5) { | ||
| + | pvVar3 = DAT_1403f1f38; | ||
| + | pvVar1 = DAT_1403f1f38; | ||
| + | } | ||
| + | DAT_1403f1f38 = pvVar1; | ||
| + | UNLOCK(); | ||
| + | if (bVar5) goto LAB_14005bd12; | ||
| + | } while (StackBase != pvVar3); | ||
| + | uVar4 = 1; | ||
| + | } | ||
| + | return uVar4; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | root@mint:/home/mint# upower -i $(upower -e | grep BAT) | grep --color=never -E "state|to\ full|to\ empty|percentage" | ||
| + | state: charging | ||
| + | percentage: 0% | ||
| + | root@mint:/home/mint# | ||
| + | |||
| + | |||
| + | https://itpartsource.com/products/asus-dc30100n300-dc-in-power-jack-cable-r700v-r700vd-r700vj-r700vm-x73?_pos=2&_sid=029ca5ff3&_ss=r | ||
| + | |||
https://twitter.com/PoeBrianL/status/1380351074452787200?s=19 | https://twitter.com/PoeBrianL/status/1380351074452787200?s=19 | ||
A5f2hgflllwww555hb!? | A5f2hgflllwww555hb!? | ||
| + | |||
| + | https://minigpt-4.github.io/ | ||
https://twitter.com/WilliamHill/status/1580558994707341312?t=vF-L8a5Wdya9RW7txzDFRw&s=19 | https://twitter.com/WilliamHill/status/1580558994707341312?t=vF-L8a5Wdya9RW7txzDFRw&s=19 | ||
| Line 21: | Line 101: | ||
AI | AI | ||
| + | |||
| + | https://twitter.com/heyBarsee/status/1642542129665679361?t=0H5qaos4FIE3Ft7n_qG1iw&s=19 | ||
| + | |||
| + | |||
| + | https://twitter.com/LinusEkenstam/status/1640972573910396929?t=7rhmZq9Ue3Gfuq8r0u1wgA&s=19 | ||
| + | |||
https://twitter.com/heyBarsee/status/1639280972280496129?t=ENrKRJGs7WPuA9TU6dL40w&s=19 | https://twitter.com/heyBarsee/status/1639280972280496129?t=ENrKRJGs7WPuA9TU6dL40w&s=19 | ||
| Line 30: | Line 116: | ||
https://huggingface.co/Pi3141/alpaca-30B-ggml | https://huggingface.co/Pi3141/alpaca-30B-ggml | ||
| + | |||
| + | https://docs.storefrontui.io/v2/react/getting-started.html | ||
chatbox UI | chatbox UI | ||
Latest revision as of 14:14, 28 October 2024
https://login.ntrs.com/auth/push/link/ftO_bgTlWKMbr6hFKX3WBt2__SqmhTrpMX/aut1seekklr1reI7y0h8
/* Library Function - Single Match
__scrt_acquire_startup_lock
Libraries: Visual Studio 2015 Release, Visual Studio 2017 Release, Visual Studio 2019 Release */
undefined8 __scrt_acquire_startup_lock(void)
{
void *pvVar1;
int iVar2;
void *pvVar3;
undefined8 uVar4;
bool bVar5;
iVar2 = __scrt_is_ucrt_dll_in_use();
if (iVar2 == 0) {
LAB_14005bd12:
uVar4 = 0;
}
else {
do {
pvVar3 = (void *)0x0;
LOCK();
bVar5 = DAT_1403f1f38 == (void *)0x0;
pvVar1 = StackBase;
if (!bVar5) {
pvVar3 = DAT_1403f1f38;
pvVar1 = DAT_1403f1f38;
}
DAT_1403f1f38 = pvVar1;
UNLOCK();
if (bVar5) goto LAB_14005bd12;
} while (StackBase != pvVar3);
uVar4 = 1;
}
return uVar4;
}
root@mint:/home/mint# upower -i $(upower -e | grep BAT) | grep --color=never -E "state|to\ full|to\ empty|percentage"
state: charging
percentage: 0%
root@mint:/home/mint#
https://twitter.com/PoeBrianL/status/1380351074452787200?s=19
A5f2hgflllwww555hb!?
https://twitter.com/WilliamHill/status/1580558994707341312?t=vF-L8a5Wdya9RW7txzDFRw&s=19
https://m.facebook.com/questions.php?question_id=1150958168697434
https://www.groovypost.com/howto/enable-wake-on-lan-windows-10/
A4-BB-6D-46-DA-67
C:\Program Files\Common Files\microsoft shared\ClickToRun>OfficeC2RClient.exe /update user updatetoversion=16.0.13901.20462
Video tracking objects
https://morioh.com/p/742c01963e6c
AI
https://twitter.com/heyBarsee/status/1642542129665679361?t=0H5qaos4FIE3Ft7n_qG1iw&s=19
https://twitter.com/LinusEkenstam/status/1640972573910396929?t=7rhmZq9Ue3Gfuq8r0u1wgA&s=19
https://twitter.com/heyBarsee/status/1639280972280496129?t=ENrKRJGs7WPuA9TU6dL40w&s=19
https://huggingface.co/Pi3141/alpaca-30B-ggml
https://docs.storefrontui.io/v2/react/getting-started.html
chatbox UI
https://github.com/mckaywrigley/chatbot-ui
https://twitter.com/BertjeRoos1980/status/1392450518254071817
Phase III
https://twitter.com/CombatASemitism/status/1409849912058171392
https://nauvalazhar.github.io/bootstrap-4-login-page/index.html
Searching Lists
https://codepen.io/thmsdnnr/pen/paWeXB
https://www.auslogics.com/en/articles/fix-microsoft-store-sign-in-error-0x801901f4/