All Questions

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

how to display img 10 time in jquery

hey guys I am new in jquery, I am stuck with a problem , I want to display image 10 time, How should I do ? if you share me code then it is good for me. below I share my image https://ibb.co/ZgsQ6KV ...
0
votes
0answers
3 views

Get error on insert date from code sqlite

I'm trying to insert this string 2021-02-22T16:11 into sqlite database. I use VARCHAR(20) to strore this this string. When I execute sql query from SQLite studio everything is fine. But when I run the ...
0
votes
0answers
2 views

jQuery Div Toggle Switcher

I am using this jQuery code that uses radio buttons to toggle two different divs $(function() { $("[name=toggler]").click(function(){ $('.toHide').hide(); $("#blk-"+...
0
votes
0answers
2 views

MikroTik masquerade Vs. src-nat

Setup: ADSL modem (bridge-mode) ---> MikroTik's ether1 Tp-Link Archer D7 (as wAP; bridge-mode) ---> MikroTik's ether2 Server ---> MikroTik's ether3 Networks: 10.0.0.0/30 on ether1 (ADSL-...
0
votes
0answers
3 views

Tomcat 9. Install certificates Running on Windows 2012R2

Can you provide me with instructions for Installing an SSL Cert From GoDaddy on Tomcat 9 Server Running on Windows 2012R2 ?? please help me thanks in advance
0
votes
0answers
3 views

React native compare date and minutes

I need to get minutes between 2 dates. I have a date and time like this 2021-02-22T16:52:03.017 I have added +45 min in this like const orderDateDeliveryTimeAdded = new Date (route.params.order....
0
votes
0answers
2 views

How to correctly use abstract classes (problems with testing)

I came over some problem with abstract classes and it is that there is problem to test them (the common part of the code without creating concrete implementation) and I would like to ask how should ...
0
votes
0answers
2 views

how to pass parameter in ejs to include?

I am including header and footer file in home.ejs file in my project but i want to pass a string that will be a css stylesheet file name , like i am including that header file in my home.ejs file so ...
0
votes
0answers
2 views

write heterogeneous numpy arrays to binary files

I have a large number n of 3x3-matrices, vectors of length 3, and ints which I'd like to write to a file in binary format. I could easily enough use for loop to fh.write() the items one after another, ...
0
votes
0answers
2 views

Getting error like ModuleNotFoundError in Windows although it has been installed in Git Bash and executing on the expected lines when run in Git Bash

This is regarding a small django project that i am developing for self learning. I have created a virtual environment in git bash using the following command: $ python -m venv virtual And ...
0
votes
0answers
3 views

android studio work place does not appear

I opened android studio but the workplace does not show. However, the icon of the program is showed in the windows 10 start menu bar. I tried to change the screen resolution and I re-installed the ...
0
votes
0answers
4 views

How to create a network graph from a dataset using colab?

I successfully uploaded the edges file of my dataset but how can I create the network graph?
0
votes
0answers
2 views

How to add Firebase Analytics as a dependency for a pod?

I am trying to create an analytics library for my applications. The applications have to go through the framework to send analytics, so Firebase Analytics is a dependency of the pod. I have created a ...
0
votes
0answers
7 views

Serilog only logs first element of array

I'm using Serilog 2.10.0 for logging in an ASP.NET Core Application on .NET 5. I'm running into a problem when trying to log an event where there is only one parameter and this parameter is an array. ...
0
votes
0answers
2 views

How to format Firebase Cloud Functions in Android Studio (index.js)

how do you format index.js accordingly in Android Studio? And how to install a proper IDE for node.js Best, Marc

15 30 50 per page
1
2 3 4 5
1390983