19771 questions
Hello, I am a student studying development.Due to the development environment, it will be difficult to use Android studio or emulator. I have studied well using gitpod or codespaces when I study web.I...
I wanted to control the Windows program, so I looked at the program information using spy++ and infect. When the child window comes out, the command will be entered to control it, but nothing will com...
<!DOCTYPE html><html> <head> <meta charset=utf-8> <title>Game</title> <link rel=stylesheet type=text/css href=game.css> <script src=https://cdn....
def solution(nums): answer = 0 l = int(len(nums) / 2) nums_set = len(set(nums)) if l < nums_set: answer = l elif l > nums_set: answer = nums_set else: answer = l return answerThis is Phonke...
from PyQt5.QtGui import *from PyQt5 import uicfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5 import QtWidgets, uicfrom PyQt5.QtWidgets import QApplication, QWidget, QTableWidget, QT...
Dimensions have lat, lon, time, and data varials have atmospheric re-analysis data (ex. sw, lw, uflx, vflx, etc.) I want to merge many atmospheric re-analysis data into 'time' series by year.
There are two CSV files: area1.csvarea2.csvThere is no item name in the time column, so If I want to combine horizontally based on time, how can I modify it?I would appreciate it if you could let me k...
There are two CSV files: area1.csvarea2.csvThere is no item name in the time column, so If I want to combine horizontally based on time, how can I modify it?I would appreciate it if you could let me k...
Data structure (stacks and queues)I would like to ask you something from the perspective of competition programming and practice.C++ and others think that stacks and queues are in the standard library...
If you receive a pointer pointing to the beginning of a char array as an argument as follows, I would like to know the number of elements of the char array using string_ptr.void hoge(char*string_ptr){...
« | - 13 - | » |
© 2024 OneMinuteCode. All rights reserved.