All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Kotlin/Java processBuilder efficiency vs python subprocesses

I'm having trouble with JVM processes, I'm trying to create a program which needs to call a different language program with changing parameters each times, a lot of times. For example, lets say I need ...
0
votes
0answers
2 views

Scrape website that has endless scrolling in VBA

I have encountered a website that has an endless scroll when navigating to the website. That means when you manually scroll down and without any clicks the web page is loading automatically .. This is ...
0
votes
0answers
2 views

Why are empty files with names as 4 digits being generated by VIM?

I've been using VIM on a virtual machine running Kali Linux to write python scripts on a shared folder, but these empty files with names as 4 digits keep being generated after i save any changes. I ...
0
votes
0answers
3 views

Conversion of Chain Matrix Order From C++ to Javascript Not behaving the same

I am trying to convert code of C++ to javascript as i found C++ on a site https://www.geeksforgeeks.org/matrix-chain-multiplication-dp-8/ but i need in javascript but it doesn't work the same CPP code ...
0
votes
0answers
2 views

Ho can I make the specific exception's ExceptionHandler code to work instead of the code to handle “Exception” with @ControllerAdvice

I'm using @ControllerAdvice in Spring Boot project to handle Stripe's Card Exception but every time when this exception is thrown the code to handle Exception works instead of the code to handle ...
0
votes
0answers
2 views

RAW ELF - identify different sections by type & data fields

Suppose I have a RAW ELF file like this one: Is there any way to identify the text & the data sections in the elf file? form many examples that I saw the text section type is always 01 and the ...
0
votes
0answers
3 views

SQL PROCEDURES - Multi inserts

I'm trying to create SQL procedure that registers a user to the system. for that the user details need to save to a lot of tables, i make this procedure and its work but returns me an error: 14:47:53 ...
0
votes
0answers
5 views

how can i grab the imbdID, from my data file and add it to the correct URL, to the later on load it on to my screen using the DOM

The assignment: Nice then only the last requirement: next to a tag you want to wrap the posters of the films in one with href the link of IMDB + the imdbID. I have all my imbdID, in a dataBase....
0
votes
0answers
8 views

Img “Src Url ” Add in Other “Src Url ”in JavaScript

On Click Id "img1" image set in id "img2" and all the time keep an updated image on click. <button onclick="set1();">Save changes</button> <img id="...
0
votes
0answers
3 views

Google Benchmark BaseClass Initialization happens before static variable assignment causes problem

I want to use google benchmark to run my codes, which contains a static global variable. In the benchmark's base class, I need to read this variable to perform some setup. But when the benchmark base ...
0
votes
0answers
7 views

SQL- How Do I extract a column Values to The Rows [Urgent]

I created some code on Sql into my job. But I couldnt figure out one point. One column has 3 different order ids on my output. But I want to spare it to the 3 different rows. The other columns value ...
0
votes
0answers
4 views

Text won't align correctly

This is the problem: This only happens in the greek version because the English version is aligned correctly. This website uses Visual Composer. Why aren't they aligned correctly: I checked the ...
0
votes
0answers
4 views

User not add in Firebase

After running the application on the emulator. Filled username field and password field and click on signup button but user not add in firebase. class MainActivity : AppCompatActivity() { var mAuth: ...
0
votes
0answers
3 views

Fill an outlined SVG on hover CSS

In my website I have an outlined material icon, representing a 'bookmark' button. I want this outlined icon to be totally filled on Hover and on Enabled states, and I would like to do it with CSS, and ...
0
votes
0answers
7 views

How to Generate Word Cloud with + Symbol

I am trying to generate a word cloud where a word has a + symbol in it. I am aware that the + symbol has special meaning in RegEx, and I am also aware there is a regexp parameter in WordCloud(). ...

15 30 50 per page
1
2 3 4 5
1379159