I am using Avalon Editor in my project to display existing XML (read only) I would like to show it with the elements in separate lines and neatly indented, rega
I'm looking for some help with the following. I have many files in a folder, each of them is a txt file containing 16 columns like this: head(a1) v1 v2 ... v1
How do i change my C# window opacity after user clicks onto another application? my application stays on topmost and i want for it to be translucent so the user
I'm trying to make a bootstrap layout with a sticky navbar and sticky sidebars (exactly like Facebook layout). However, the content needs to change as you scrol
I am making a GET call to an API EP which will return me a list of json objects. The total count of json objects is 1 million. The header will indicate this cou
I would like to do target encoding for a categorical variable with too many levels. I have seen this vignette , which proposes the following approach to target
How can I make git log only show commits that changed files other than the ones I specify? With git log, I can filter the commits I see to those that touch a g
I was wondering if anyone knew of a formula to list all the numbers between 2 values, so for example if cell F2 had 12 in it and G2 had 17 in it I'd like a form
In my app, i am trying to create a comments section. In this section, i want a user to be able to reply to another user's comment in a fashion akin to the YouTu
I want to define a BigInt number in JavaScript. But when I assign it, the wrong number is stored. In fact 1 is added to the number when storing. let num = BigIn