Our requirement: would like to insert a watermark on fixed height of native android app. When user browse the content, the watermark would not change its height
I'm using project reactor and I'd like to perform the following: @Override public void run(ApplicationArguments args) { Flux.from(KafkaReceiver.
The data I am working with has the ratings of household services for different cities. Running the code below groups this data based upon the services in each c
I was looking for this function where I could combine the hocr data available in a single subfolder with a file name to similar sub-folder as output. #!/usr/bin
I am creating custom language plugin for IntelliJ. I implemented syntax highlighting and it works fine. Tokens tree is built correctly too but when I type unexp
list1 = [set(), set(), set()] list2 = [set() for _ in range(3)] print(list1 == list2) results in true However, they seem to differ. I was solv
I am trying to run a teamcity pipeline through the api, but I do not know how to send in the body the stream I want to sync to, should it be sent inside propert
I want to create a reusable library for my projects. For this exercise, I've got one main library, and then an extension library for "identity" related function
I have this code that gets equations from a .txt file and stores them in a stack, the problem is that when I print them to see the content of the stack, the equ
I do not understand why I cannot configure .gitconfig in Debian shell. Look at the screen attached. I have tried to add correct username and email based on Git