Quantcast
Channel: Recent Questions - Stack Overflow
Browsing all 12111 articles
Browse latest View live

How to download ".apk" as ".apk"? (not as ".zip")

I have a small problem. Some browsers are not downloading the ".apk" files correctly.How to download ".apk" as ".apk"? (not as ".zip")Some browsers are convert them to ".zip". I mean, the ".apk" file...

View Article


Python - wget check when process has completed

I have a function that is calling wget via subprocess.Popen. The purpose of this function is to spawn wget and spider a website for a list of links.Is it possible to tell when the wget process has...

View Article


Basic MySQL query

In MySQL, I need to create a new table called users with the following fields:id – integer type (primary key)first_name – varchar typeusername – varchar typepassword – char type with length 40 (this is...

View Article

What is the vanilla JS version of Jquery's $.getJSON

I need to build a project to get into a JS bootcamp I am applying for. They tell me I may only use vanilla JS, specifically that frameworks and Jquery are not permitted. Up to this point when I wanted...

View Article

Failed to load the hostfxr.dll after install net core

Anyone has this problem i change Pc and tried to install net core framework but vs code return this info when i tried to writedontet --info Failed to load the dll from [C:\Program...

View Article


Get city name either do not start with vowels and do not end with vowels

Query the list of CITY names from STATION that do not start with vowels and do not end with vowels. Your result cannot contain duplicates.Input FormatThe STATION table is described as follows:FIELD...

View Article

SAM CLI and Quarkus: /var/task/bootstrap: no such file or directory

When I try to use SAM cli to invoke my quarkus native function locally as per the tutorial it fails to run with bellow error no such file or directory for /var/task/bootstrap. Function.zip does exist...

View Article

Image may be NSFW.
Clik here to view.

Getting redirect_uri_mismatch with Sign on With Google

I'm getting redirect_uri_mismatch when the backend is attempting to exchange an authorization code for an ID token with Google.400 Bad RequestPOST https://oauth2.googleapis.com/token{"error":...

View Article


Printing a linked list in a reversed spiral manner

Given a Linked list, the task is to print a singly linked list in a spiral fashion. Starting from the first node then the last node followed by the second node and then the second last node, continuing...

View Article


Image may be NSFW.
Clik here to view.

How to remove space in vertical for the showMenu function?

I use the showMenu function to show menus with dialog.My code is const width = 100.0; const height = 40.0; await showMenu( items: [ PopupMenuItem(padding: EdgeInsets.zero, child: Container(width:...

View Article

JSII ProcessBuilder cannot run program

JsiiEngine createNewObject is throwing the below exception from ProcessBuilder calling start here. How to resolve this?Caused by: java.io.UncheckedIOException: java.io.IOException: Cannot run program...

View Article

Inconsistent state in nested react component

So I have a container component that can expand to fit some content, and it should also expand when nested containers are expanded.the component:export default function ExpandableContainer({expanded ,...

View Article

Will a Comparator.comparing… in a `compareTo` method be optimized by the...

When implementing the compareTo method required by Comparable interface, I want to use a Comparator generated by Comparator.comparing… convenience method.For example:package...

View Article


How can I iterate this list over a loop? I am a beginner and python is my...

Zybooks InstructionsList data_list contains integers read from input, representing a sequence of data values. For each index i of data_list from 1 through the second-to-last index:The element at index...

View Article

Image may be NSFW.
Clik here to view.

why open graph image (og:image) not show on real share but show on analyzer?

If I use https://www.opengraph.xyz/ to check my page (https://timy-app.surge.sh), I can see the open graph image that I have provided. As below image.Somehow I don't see the image when I share that...

View Article


Python: reverse guessing game

I wrote this code for a reverse guessing game but it prints c twice for the first time. Keep in mind (d=correct) (b=bigger) (k=smaller).import randomc = random.randint(1,99)print(c)a =...

View Article

ImportError: cannot import name 'TFTrainer' from 'transformers' on Colab

so confused why i couldn't import TFTraniner in colabI've tried :!pip install TFTranier!pip --upgrade transformersand reinstall transformersbut still failed to import TFTranier in colab like in the...

View Article


Running ChatGPT programmatically - How to continue conversation without...

One can obtain a ChatGPT response to a prompt using the following example:from openai import OpenAIclient = OpenAI() # requires key in OPEN_AI_KEY environment variablecompletion =...

View Article

Use dataset name in knitr code chunk in R

How can a dataset name be used in a knitr document?For example, in the following knitr code chunk, using deparse(substitute(x)) (which normally works in non-knitr R code) does not display New York and...

View Article

Sending input to Google homepage

from selenium import webdriverfrom selenium.webdriver.common.by import Bybrowser = webdriver.Firefox()browser.get('https://www.google.com') elem_list =...

View Article
Browsing all 12111 articles
Browse latest View live