Coding
How to access a class’ private members from a nested class?
I’m working on a small 2D terrain generator and I have an Eater class that I use to remove walls in the generation of my terrain. It is a nested class inside my main Game1 Read more…
I’m working on a small 2D terrain generator and I have an Eater class that I use to remove walls in the generation of my terrain. It is a nested class inside my main Game1 Read more…
Are there another reporting software that can replace Crystal Reports for Windows Forms Applications, that supports Arabic language and is better ? I have no idea about support for Arabic, but I used DevExpress for Read more…
Given a binary tree, write an efficient algorithm to find the maximum path sum between any two nodes in it. The path can start and end at any node in the tree and need not Read more…
I know no matter how you protect your software, It will get cracked And before saying stop worrying about security, I’ve sold many licenses for my app, It’s time to protect it…. I’m talking about Read more…
COBOL Sequential and Relative File Sequential file handling in COBOL Sequential file is also known as a flat-file. It stores records in a sequential manner, i.e., one after another, stacked. In this, we cannot directly access Read more…
In this section of their docs https://discord.com/developers/docs/interactions/slash-commands#receiving-an-interaction it says: – Your endpoint must be prepared to ACK a PING message.- Your endpoint must be set up to properly handle signature headers–more on that in Security Read more…
Hi! As I wrote in the title, I’m a Unity game developer. Recently I’ve wondered what else can I do outside of Unity with my C# knowledge & It seems like I was wrong, everything Read more…
I am working with some terrible written online system (Laravel framework), and I see some of the code that is highly possible to be dead one. The problem is that I cannot trust that much Read more…
If your coding standards takes 3 minutes to run in CI, then you’ve messed up your build configuration. We run php lint, cs, and phpstan in under 2 minutes on a big project and in Read more…
I am making an app where I am setting up a socket with UdpClient. I set the socket to Dgram and udp, I set the socket to reuse address and I bind to my NIC’s Read more…