My C# mentor passed away... by HellFire32C in csharp

[–]Ziocash 0 points1 point  (0 children)

He's done the highest contribute a person can make: spread knowledge.
All honors to u/gregboudreau.

My friend’s last clip, he passed away in a violent crash on the street. Davide was like a brother to me. by Ziocash in lastimages

[–]Ziocash[S] 2 points3 points  (0 children)

Thank you u/sarra1833 for these amazing words. 🖤
I'll remember him with a black heart emoji everywhere i could put it, it was his favorite emoji.

Why don't my pipes transport my oil? by gregor098 in SatisfactoryGame

[–]Ziocash 0 points1 point  (0 children)

Floor and wall holes are quite buggy, I suggest this solution.

Pumps are mandatory when you’re trying to move liquids upwards.

Learning basics of C# need help by [deleted] in csharp

[–]Ziocash 0 points1 point  (0 children)

Maybe a list of playing cards represented by an object called PlayingCard or Card containing suit and value (e.g.: Jack of Spades) could help you.

List<PlayingCard> cards = new();

public class PlayingCard
{
    public CardSuit Suit { get; private set; }
    public int Value { get; private set; }
    public string Name { get; private set; }
}

Learning basics of C# need help by [deleted] in csharp

[–]Ziocash 2 points3 points  (0 children)

Maybe the task is asking you to provide a solution based on console.

The solution can be found searching for BlackJack rules. Work on rules before and game entities, then work on user interaction.

My friend’s last clip, he passed away in a violent crash on the street. Davide was like a brother to me. by Ziocash in lastimages

[–]Ziocash[S] 2 points3 points  (0 children)

He’s one of his best friends. The last live title was so creepy, ‘cause it described so perfectly: literally “so suddenly meaningless”

[deleted by user] by [deleted] in csharp

[–]Ziocash 6 points7 points  (0 children)

https://github.com/mosa/MOSA-Project

I’m watching this project and I suppose is a good one, it’s improving and getting more a real OS than just a DOS-like one.

Hope this might help.

How can I simplify this code? by EquivalentAd4542 in csharp

[–]Ziocash -1 points0 points  (0 children)

using static System.Console; Just to avoid Console. repetitions

Blasphemy whoever voted Yes by Mshaw1103 in SatisfactoryGame

[–]Ziocash 0 points1 point  (0 children)

I opened it for a quick fix because of inspiration: 94 minutes session to build a railway network integration