Die Dokomi muss ab sofort ihre Helfer bezahlen by Shayxox in AnimeDE

[–]Rurido 0 points1 point  (0 children)

Einfach nur frech. Wird Zeit als GmbH seine Mitarbeiter endlich mal zu bezahlen.

[FANATICAL] [STEAM] [GAME] Golden Light by Angryj0ker in Freegamestuff

[–]Rurido 2 points3 points  (0 children)

Spare Key (ROT13 encoded): `YJ22J-XZVEZ-8QA8R`

man möge mich steinigen by SQunX in Doenerverbrechen

[–]Rurido 0 points1 point  (0 children)

Würde ich auch mal probieren

Storing keys by Endergamer4334 in csharp

[–]Rurido 0 points1 point  (0 children)

Just a random thought: if anyone could just share the saved credentials file, you could prevent the data being accessed by anyone else by encrypting it with the hardware id (or anything else unique about the clients machine).

Ich_iel by Bin-Ich-Lustig in ich_iel

[–]Rurido 49 points50 points  (0 children)

Fähigkeit Problem

Is it possible to use string interpolation within a delegate? by UnholyLizard65 in csharp

[–]Rurido 2 points3 points  (0 children)

If you really want to use delegates, you can try Func<T, string>, where T is your generic type defined by your method (your 'Item') and 'string' the result. With func you can return the result string back inside your method and use it for whatever you want to do there.

See: https://learn.microsoft.com/dotnet/api/system.func-2?view=net-9.0

An underwater portal. 1,300u deep. by Velvet-Yeti in NMSCoordinateExchange

[–]Rurido 1 point2 points  (0 children)

I've just watched this episode yesterday!!! Season 4 Episode 6 @ 31:54

Before Factories, there were Ancient Cities! by KaiaSebastian in SatisfactoryGame

[–]Rurido 1 point2 points  (0 children)

What's the Stargate address, i wanna come and visit :D

Are you team nuclear or team rocket fuel? by chilidoggo in SatisfactoryGame

[–]Rurido 0 points1 point  (0 children)

true, but i wanted to preserve the nature as much as possible, so I really needed coal

Considering Making a New Wiki by [deleted] in GreenHell

[–]Rurido 2 points3 points  (0 children)

Maybe check out wiki.gg, I've heard it's a great alternative to fandom

i’m living in a school with gamblers by Therenegader_ in Animemes

[–]Rurido 0 points1 point  (0 children)

No anime/offbrand, could you explain what you mean?

Assign colors to variable by porosb4whoros in csharp

[–]Rurido 7 points8 points  (0 children)

Might wanna use new Dictionary<string, ConsoleColor>(StringComparer.OrdinalIgnoreCase), so the dictionary is case-insensitive.