Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 9, 2024 12:41
Rimworld output log published using HugsLib
Log uploaded on Thursday, May 9, 2024, 8:41:39 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
FSharp.Core(latta.fsharp.core): FSharp.Core(av:4.7.0,fv:4.700.20.27008), Poet(5.4.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Mod Error Checker(Taranchuk.ModErrorChecker): ModErrorChecker(1.0.0)
Maintainers:
nomeata: python312Packages.lmfit, python311Packages.lmfit, python311Packages.lmfit, python312Packages.lmfit, python311Packages.lmfit, python312Packages.lmfit, python312Packages.lmfit, python311Packages.lmfit
aarch64-darwin python312Packages.lmfit
x86_64-linux python311Packages.lmfit
aarch64-darwin python311Packages.lmfit
x86_64-linux python312Packages.lmfit
x86_64-darwin python311Packages.lmfit
x86_64-darwin python312Packages.lmfit
aarch64-linux python312Packages.lmfit
aarch64-linux python311Packages.lmfit

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@choco-bot
choco-bot / FilesSnapshot.xml
Created May 9, 2024 12:41
crowdin-cli v3.19.3 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\crowdin-cli.nupkg" checksum="1EA226F660D567515B8409358D013481" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\crowdin-cli.nuspec" checksum="37D0B0FF3335FF3679F64605532F9A37" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\crowdin-cli.zip.txt" checksum="EB7E693EC3FAAB924D6D5359EC45DB87" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\tools\chocolateyinstall.ps1" checksum="F8CD6DE302F74CB5CE85D825F6360E7A" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\tools\chocolateyuninstall.ps1" checksum="5E0488B3D792EA9F0FE0AEBB23F7144B" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\tools\3.19.3\crowdin" checksum="019453AD5633B47D15297EA0D6549E14" />
<file path="C:\ProgramData\chocolatey\lib\crowdin-cli\tools\3.19.3\crowdin-c
@fdw
fdw / beangrow.bean
Created May 9, 2024 12:40
portfolio returns reproduction
investments {
investment {
asset_account: "Assets:Depot1"
cash_accounts: "Assets:Cash1"
dividend_accounts: "Income:Dividends"
}
investment {
asset_account: "Assets:Depot2"
cash_accounts: "Assets:Cash2"
dividend_accounts: "Income:Dividends"
/*****************
* cellBlockA.js *
*****************
*
* Good morning, Dr. Eval.
*
* It wasn't easy, but I've managed to get your computer down
* to you. This system might be unfamiliar, but the underlying
* code is still JavaScript. Just like we predicted.
*
@Silence2100
Silence2100 / gist:904fd3cbc886c83a8e2f79e0787c0551
Created May 9, 2024 12:40
Канзас сити шафл
using System;
namespace Task003
{
internal class Program
{
static void Main(string[] args)
{
int randomIndex = 99;
@choco-bot
choco-bot / FilesSnapshot.xml
Created May 9, 2024 12:40
3dduke-shareware v1.3.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\3dduke-shareware.nupkg" checksum="EF551D6BB07008BA7B86A3EA4572EC43" />
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\3dduke-shareware.nuspec" checksum="471FBB6B01AEBF5B8279D95C03EE1B4B" />
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\3dduke13_data.7z.txt" checksum="0BCDE0E79DDB93309812D8BAAE087FA6" />
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\tools\chocolateyinstall.ps1" checksum="43267652D5B031B88CDF7DC68DFADDF2" />
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\tools\chocolateyuninstall.ps1" checksum="441CCD9A6D4E99F5945B1AD1BB780DBA" />
<file path="C:\ProgramData\chocolatey\lib\3dduke-shareware\tools\commonEnv.ps1" checksum="BC5D605E99D328C0FBB2CE437F64D2EC" />
<file path="C:\ProgramData\chocolate
@triptisharma827
triptisharma827 / shellscript1.bash
Created May 9, 2024 12:39
gist for rhcsa shell scripting lab
#!/bin/bash
#this is used to write comments
#next we will print hello world using echo command
echo Hello World!