I'm pretty new to PHP , but I already know the basics of HTML , and a large part of Ruby script (not ruby on rails ).
Well, you know, how can I generate a word or something random, we can say, but not so random. As if...
I would like my buttons to change the color every time the page refreshes. I made a java script code that is not working and would like help identifying my error.
<script>
let r = Math.floor(Math.random()*255),...
I'm developing an application in Java and in my controller I have a function that generates the random numbers. Example:
In my first column I want you to manage from 0 to 8, until then OK.
In the second column I want to generate 9 to 17,...
I use the query
SELECT * FROM mpbbolao WHERE eTIME1>=2 LIMIT 1
for example. To get a query result I use LIMIT 1 . How can I randomize what this "1" result will be?
I have a file in .cmd and I need it to generate random numbers with 10 algorithms. Such as 9006100001 and 1579970319 generated randomly.
I currently have the following function generating random numbers based on the system time....
I have this code that generates combinations of numbers
When I squeeze, he starts the combinations
what I want and that it save these combinations in a txt file
import random
c1 = (random.choice([9, 9]))
c2 = (random.choice([1, 1]))
c3 = (ran...
Good morning,
I created a small lottery game, where 06 numbers are generated between 0-20, the user informs his guess of 06 numbers and the system returns how many numbers were hit and which numbers hit.
The problem is that the randomly gen...
How do I create random classes and ids in HTML?
A platform here with whom I work, she, every page update, one day in Footer updates your classes and ids in a random way.
For example, now it looks like this:
<div id="wenro66zls" class=...
I want to generate a random and scrambled word from a vector.
At the moment it is already generating a random but not scrambled word. I created a method called scramble where the words will be shuffled but I do not know I am not able to call on...
I have 3 Google adsense scripts with 300x250 - 160x600 - 728x90
How do I get one of these scripts to be loaded each time the page is loaded?
I would like each Reload of the page to be shown 1 script.
Example:
I have the one that is u...