Coding
GUI not updated when app does not have focus
I have an app that needs to run on a tertiary monitor. It runs perfectly when the app has the focus, but when I alt-tab away or open another app, the GUI stops updating until Read more…
I have an app that needs to run on a tertiary monitor. It runs perfectly when the app has the focus, but when I alt-tab away or open another app, the GUI stops updating until Read more…
AVL Tree AVL Tree is referred to as self-balanced or height-balanced binary search tree where the difference between heights of its left subtree and right subtree (Balance Factor) can’t more than one for all nodes Read more…
PL/SQL Introduction PL/SQL, also known as “Procedural Language extensions to the Structured Query Language.” As you can guess from the name PL / SQL, it is an extension of SQL ( structured query language ). SQL is one of Read more…
Control Unit Organization The Control Unit is the unit in the CPU, which controls the various components like input & output devices, logic unit and memory. The Control Unit is the circuitry that controls or Read more…
Hello all, I would like to know the binary search tree terminology exactly. I know the value which is less than its root node, it will come left side or vice-versa. but what if in Read more…
So I’m trying using the ASPNetHeroBoilerplate that was posted the other day for a project that I’ve been kicking around. I’ve never used a CQRS/MediatR/Repository + Onion pattern before, but I decided that this would Read more…
Closure Properties of Regular Languages We use the term “Closure” when we talk about sets of things. If we have two regular languages L1 and L2, and L is obtained by applying certain operations on L1, Read more…
Blue Ocean: Jenkins Blue Ocean is created on the basis of the user’s Jenkins experience. It is mainly designed for the pipeline process, but it can also perform freestyle jobs. Blue Ocean reduces the disorder Read more…
During Christmas, i spent a few days working on a small project: https://meteoritedb.com/ Any feedback or ideas are appreciated !! (I think i’m not breaking the rules. It’s a small personal project and i honestly Read more…
I asked this before and someone recommended Systems.Threading. However, these still have a low level of abstraction. Java has a framework for concurrency and they have classes/interfaces which do the managing for you and also Read more…