Coding
Count triplets which form an inversion in an array
Given an array, count the total number of triplets, which leads to an inversion. If (i < j < k) and (A[i] > A[j] > A[k]), then we can say that triplet (i, j, k) Read more…
Given an array, count the total number of triplets, which leads to an inversion. If (i < j < k) and (A[i] > A[j] > A[k]), then we can say that triplet (i, j, k) Read more…
I am using a normal socket with TCP/stream, trying to get the latency.Send cannot be measured as it returns immediately even if the data was multiple megabytes. Measuring receive doesn’t work for small packets as Read more…
Let us say, I use parent form menustrip button to switch from form to form, but for below example, messagebox appears BEFORE FChildForm actually shows. FChildForm only shows when I click OK on the messagebox. Read more…
I gotta say that this language is amazing, it’s so clean and powerful, but the .NET part or the ASP.NET are still beyond my level of understanding, so i need to know beside building unity Read more…
I am trying to set a data breakpoint using C#, Windows 10, in a Winforms project. The version of VS is 2019. The problem I am having is that the option is grayed out under Read more…
Hello,we’re generating PDFs for our client. In that generated PDF there are some inputs plus two signatures. Our goal is when the user signs one of the signatures, then we want to lock All or Read more…
I’ve started on a little open source passion project to make yet another online Sudoku app using client-side Blazor (WASM). I chose Blazor specifically so I can eventually integrate my Sudoku solver, which is written Read more…
I’m building an application that manages employee and inventory information. I’m using WinForms, SQLServer, and Dapper. (I know, Winforms is dead, etc. This is largely a learning project, so the next time around I’ll use Read more…
Hi all,I have one requirement where I have one form in Index.html and I want to display the data for the form on the next page i.e test.html. Here my requirement is to use PHP Read more…
Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Read more…