dom tag

52 questions


1 answers
92 views
0
a code that draws five random characters

[a-zA-z0-9] We need a code to randomly pick 5 letters from the setCan you give me a hint?

1 years ago

1 answers
143 views
0
How do you generate integer type random numbers in a specific range?

You want to use Java to generate a random number of a specific range of int types.For example:You want to generate random numbers ranging from 5 to 10 with a minimum value of 5 and a maximum value of ...


1 answers
111 views
0
I want to make a rock-paper-scissors program

I gathered examples to create a program, but I don't think it's good, so I'm asking questions.The first error that pops up is that com is definedㅠ


1 answers
63 views
0
I'm creating a harmful site blocking page that blocks certain words with php

Hi, everyone. I'm going to make a page to block harmful sites on the website I make.Currently, parsing is trying to utilize Snoopy class. /Start Snoopy /$snoopy = new snoopy;/Parsing /$url = http://ww...

1 years ago

2 answers
101 views
0
I want to get a key and value pair randomly from java map

I used hash map to interpret English words as key and value, read one line at a time, and saved it I want to print this out randomly, but I don't know what to do.

1 years ago

1 answers
91 views
0
I want to randomly pick items from Python

I want to randomly pick items on the list from Python. a = [1,2,3,4,5,6,7,8,9,10]InAnything (a) sometimes 3 and sometimes 1Is there a way to make anything come out together?

1 years ago

1 answers
48 views
0
This is a question about javascript.

Question about javascript.On the web using javascript, there are DOM and BOM models, but BOM seems to be supported by the browser.Then, who is supporting DOM? Is it supported by the web server or WAS?...

1 years ago

1 answers
60 views
0
Python random.choice()

import randomtime = random.randint(1,24)print (Good morning. This time is + str(time) + .)sunny = random.choice([True,False])if sunny: print (It's sunny now.)else: print (It's not sunny at the moment)...

1 years ago

1 answers
61 views
0
Where is the random function in C?

Where are the random functions provided by the standard library?Or should I get another package?

1 years ago

1 answers
92 views
0
To pull a random item out of a set

How do I pull out random items in Set? I want to pick random elements from HashSet or LinkedSet, but I don't know how.

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.