All Questions

19771 questions


2 answers
40 views
0
I want to randomly select 50 images from the Python 3 folder.

I am writing a code that reads 50 pages each from a folder containing 100 images, converts them into a numpy array, and saves the npy file twice.After the code was executed, two npy files were saved p...

2 years ago

1 answers
111 views
0
Understanding How to Run Selenium Using Python Scripts from HTML Buttons

You have created a script to log in to a specific site with Python+Selenium.I want to run this Python by pressing the button from the page I created with HTML using Brython, but it doesn't work.Withou...

2 years ago

2 answers
84 views
0
implementation of the Dijkstra method

I implement the Dijkstra method in the Additional Challenge part of the main function, but I don't know how...Even if I look at the implementation method, I don't understand the meaning from から...impo...

2 years ago

1 answers
137 views
0
How do I create PDF/UA compatible PDFs in iTunes?

The site created using iText 2.1.7 has several dynamically created PDFs.However, many users are rendering PDFs using screen readers such as JAWS because of their disabilities.The setTagged() method is...

2 years ago

1 answers
72 views
0
Retrieve last line with GAS data

I would like to use GAS to get the last row or last column with spreadsheet data.Previously, the data up to the last line with the spreadsheet data was obtained with the following code, but the number...


1 answers
111 views
0
extract elements from HTML

I was able to get HTML of the site on Swift and even output it as String, but I don't know how to extract elements from it.For example, if you specify an Apple home page, you want to get elements such...

2 years ago

1 answers
74 views
0
Information About Using Credential Provider

Please tell me how to use Credential Provider from 1.Prior to Windows, by replacing GINA with a proprietary one, we were able to monitor SAS publishing, Secure Desktop, and so on.In Windows 10, GINA i...

2 years ago

1 answers
42 views
0
How do I implement String.prototype.substr in PureScript?

How do I implement String.prototype.substr in PureScript?https://github.com/purescript/purescript-strings/pull/116https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/s...

2 years ago

2 answers
159 views
0
I want to start a virtual machine with VirtualBox and vagrant

Building a Local Development Environment [macOS Edition] - Dot Install for Programming I went to #06 Start a virtual machine by referring to the above page, but I got the following error:How can I res...

2 years ago

1 answers
157 views
0
How do I upgrade the version of the firebase command?

Thank you for your continuous support.If anyone knows about the following questions, please let me know. [Main idea of the question]How do I upgrade the version of the firebase command to publish a we...

2 years ago
« - 205 - »

© 2024 OneMinuteCode. All rights reserved.