Nothing Special   »   [go: up one dir, main page]

Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created November 21, 2024 07:48
Rimworld output log published using HugsLib
Log uploaded on Thursday, November 21, 2024, 7:48:14 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4)
ilyvion's Laboratory(ilyvion.laboratory): 0ilyvion.Laboratory(0.14.0), ilyvion.LaboratoryMod(0.14.0), System.Buffers(av:4.0.3,fv:4.6.28619.1)
Colony Manager Redux(ilyvion.colonymanagerredux): ColonyManagerRedux(0.5.4), ColonyManagerRedux.Managers(0.5.4), System.Buffers(av:4.0.3,fv:4.6.28619.1)
Common Sense(avilmask.CommonSense): CommonSense(1.0.8911.30668)
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created November 21, 2024 07:48
gom-player v2.3.103 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1903019838-3280197814-4172001227-1000</user>
<keys>
<key installerType="Unknown" displayName="곰플레이어" displayVersion="2.3.103.5373">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GOM Player</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\GOM\GOMPlayer]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\GOM\GOMPlayer\Uninstall.exe"]]></UninstallString>
import 'package:flutter/material.dart';
import 'package:service_provider/screens/AddVehiclePage.dart';
class AddServicePage extends StatefulWidget {
const AddServicePage({super.key});
@override
State<AddServicePage> createState() => _AddServicePageState();
}
Bot telegram untuk menambah like Instagram
https://www.bloggermuda.com/2024/11/bot-telegram-penambah-like-instagram.html
Download Template ZeistManga v5.5 Premium
https://www.bloggermuda.com/2024/11/template-zeistmanga.html
@lvanasse
lvanasse / ci-risc-v-02.log
Created November 21, 2024 07:47
[risc-v-02] CI Log for nuttx @ feb38c43f2b398a7509c2d65d1c08c9457dc1f6f / nuttx-apps @ 1b91e3c4a661ab2e3b8f4aaf04050ac345795e80
Script started on 2024-11-21 07:17:51+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-02" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=risc-v-02
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@faigle-user
faigle-user / 180000960.txt
Created November 21, 2024 07:47
180000960
Test
123
@faigle-user
faigle-user / 180000960.txt
Created November 21, 2024 07:46
180000960
Test
123
@zsz12251665
zsz12251665 / awesome-latex.md
Created November 21, 2024 07:46
Useful LaTeX snippets for papers

Tricks for most LaTeX templates

Smaller indents for environments enumerate and itemsize

%% Smaller indents for environments `enumerate` and `itemsize`
\RequirePackage{enumitem}
\setlist{leftmargin=\parindent}
@Manbearpiet
Manbearpiet / location.kql
Created November 21, 2024 07:45
Detect resources in other regions than resourcegroup location
resources
| where location != "global"
| join (
resourcecontainers
| where ['type'] =~ 'microsoft.resources/subscriptions/resourcegroups'
| project resourceGroup, location,subscriptionId
) on resourceGroup, subscriptionId
| where location != location1