All Questions
19,995,762
questions
0
votes
0answers
2 views
Second variable in for loop not incrementing
I'm trying to use two variables k and counter in a for loop. To be sure that they're actually working, I've made the program print the value of counter. However, it just repeatedly prints 0.
Does ...
0
votes
0answers
2 views
“Debug” function in Chrome
probably a silly question, but somehow i ended up on the debug function available in Google Chrome Console, which if i try to print it on the console i get:
ƒ debug(function, condition) { [Command ...
0
votes
0answers
2 views
My input and button tags do not work due to my background animation
So, the problem is that the input fields for username and password are not working, along with the login button. Both of these are positioned on the rectangle, which itself is positioned on an svg tag....
0
votes
0answers
3 views
Comma separated string into multiple arrays separated by comma using javascript
The question of how to convert comma separated values to an array has been answered. If someone searches the internet for a bit more, how to convert to multiple arrays has also been kinda answered. ...
0
votes
0answers
5 views
access the items in a list and place them in a given ligature
I'm working on a project and it turns out that I have depending on what someone requires should create a list with the number of items requested, for example: the client asked for four items,
name=&...
0
votes
0answers
4 views
For(?) looping multiple fetch values
I'm working on a purely for fun fantasy addition for my league.
I have a list of all the player IDs I need and I have the API link for these values.
var Players = [8475167, 8477956, 8473419, 8470638, ...
0
votes
0answers
3 views
minimize two loss functions in Keras
I want to minimize two loss functions the mean squared error and the KL Divergence.
It is possible to implement this on Keras
something like
loss =tf.keras.losses.KLDivergence() + tf.keras.losses....
0
votes
0answers
4 views
sklearn has been diaper from my packages list and I can not to install it
something weird happened to me. I use to work with sklearn but today I can not find it in the list of my packages. I have scikit-learn but I can not import sklearn. I tried to install it
conda install ...
0
votes
0answers
5 views
Is filter() the function I need to filter a specific time point in a dataframe?
I have dataframe called DASS
DASS <- structure(list(familySID = c(19139, 19129, 19137, 19297, 19497,
19264), time = c("Pre", "Pre", "Post", "Follow-Up", &...
0
votes
0answers
4 views
Failure to add params to endpoint
Hello guys while trying to make a simple script i have encountered an error and i've scratched google's head and mine but didn't find a solution . So the problem is anytime i run this code i get a
...
0
votes
0answers
4 views
My github pages site is not applying the boostrap jekyll theme
the site is published here: https://toneman1984.github.io/HeatherBlogV2/
the repository is here: https://github.com/toneman1984/HeatherBlogV2
I feel like it has to do with my _config.yml file, ...
0
votes
1answer
5 views
In Ssrs 2019, how are TaskMask and RoleFlags to be interpreted?
If you do SELECT * FROM Roles WHERE 1=1; in the Ssrs database catalog, you see stuff like this:
How does one interpret the values in "TaskMask" and "RoleFlags"? I've found partial ...
0
votes
0answers
10 views
How do i center nav bar in the middle of the screen?
I am trying to centers a home screen it will be a large photo with the menu elements there, I am a freshmen in Computer science and I am trying to make a website this is my code so far. I am trying to ...
0
votes
0answers
6 views
Using Regular Expression to Find content between two double quotes
I am trying to use a regular expression to find and replace the contents that are enclosed by two double quotes in a xml file using sed, e.g., "contents like this...".
In particular, I would ...
0
votes
0answers
5 views
spark.yarn.jars - py4j.protocol.Py4JError: An error occurred while calling None.None. Trace:
I am trying to run a spark job using a spark2-submit on command. The version of the spark installed on the cluster is cloudera's spark2.1.0 and I am specifying my jars for version 2.4.0 using conf ...

