All Questions

19771 questions


1 answers
353 views
0
M1 Mac is not ready for scraping configuration

I'm looking at Web Scraping Super Introduction at Imanyu's Programming Juku to study scraping.I use Google Colabo.Serenium seems to have been installed, but I can't install it even if I try various th...

2 years ago

1 answers
220 views
0
Extraction of rows and columns of a two-dimensional array

I am currently creating my own Python module.I would like to extract only the numbers in the two-dimensional array within Python's self-made module.This is for checking operation, so please do not cha...

2 years ago

2 answers
403 views
0
Socket communication ignores (skips) if statements

We use socket communication to create simple games for multiple players.I would like to use strncmp to determine the string sent by the client so that the appropriate action can be taken.For example, ...

2 years ago

1 answers
467 views
0
python, particle filter questions

I want to track white objects using particle filters, but an error occurred when I tried to run them, so I didn't know the cause, so it stopped.If anyone knows the cause, please let me know.The runnin...

2 years ago

2 answers
342 views
0
I want to script the "This file was retrieved from another computer" flag.

Current stateIf you download a file from a browser on Windows, especially Chrome, and look at its properties, This file was retrieved from another computer.Access to this file may be blocked to protec...

2 years ago

2 answers
337 views
0
Please tell me the assembly language program.If possible, I would like you to make a program.

Using the code below as reference, what program calculates A×B×C×D+E×F×G with 7 numbers as A:1, B:2, C:10, D:8, E:10, F:5, G:6?The result is 460.Program to calculate AxB+CxDSAMPLE START LD GR0, A LD G...

2 years ago

1 answers
338 views
0
I want to do the action of fading in and out of the image when I press the button.

I'd like to try to fade in and out the image when I press the button, but it doesn't seem to connect well.I think I need an id, but how should I type it?The following are the current conditions.As I a...

2 years ago

2 answers
361 views
0
QUESTIONING METHOD USING GITHUB

I am having trouble with my own development application and I do not know the solution, so I would like you to post the code on github and refer to it to point out the problem.So, what I would like to...

2 years ago

1 answers
425 views
0
I want to fix the scraping garbled characters.

https://live23.5ch.net/test/read.cgi/livetbs/1220170942/I'd like to scrap this url reply, but the following code will cause garbled characters.res=requests.get(https://live23.5ch.net/test/read.cgi/liv...


1 answers
278 views
0
I don't know how to type the noremap command for Vim

I installed defx.vim, the vim plug-in, but I don't know how to type the following command.noremap<silent>buffer><expr>odefx#do_action('open_or_close_tree')

vim
2 years ago
« - 103 - »

© 2024 OneMinuteCode. All rights reserved.