Maybe you were looking for...

Mininet: ping doesnt work with two routers

My task is that all host should be able to ping every other hosts. When it has one router jump it works well, but when they have two routers to go over, it gets

Attempting to put a delay in a loop in Postman

I'm trying to put a 1 second delay using setTimeout(()=>{},1000) in the Pre-request Script for a Postman POST call. var moment = require('moment'); var tap1T

How to send a GET request with login data and save cookie data to txt file?

I want to send a GET request with login data and save cookie data to txt file. I had a curl data curl -c cookies.txt 'http://localhost:8080/api/v2/auth/login

How to write a function generating Fibonacci series smaller than a given number (javascript)?

Here's my code: function fibs(num) { //generate Fibonacci numbers: let arr = [1,1] let i = 2; function fibsRange(i) { arr[i] = arr[i-1] + arr[i-

How to get Call back when we enter keyBoard enterbutton in android

This is my Edit text: <EditText android:id="@+id/name_ed" style="@style/enter_kid_details_style" android:layout_width="ma

Unable to build Kotlin Multiplatform mobile project on MacBook M1 chip

I am unable to build KMM project for iOS app. I am following KMM get started.I have below setup Android studio Artic Fox Beta 3 Kotlin 1.5.10 plugin KMM plugin

trying to add form input to url for GET request

How do i go about adding an object onto the end of my url address , at the moment $year is not added to the GET request. <input type = "text" id="year"&g