I hereby claim:
- I am mwamodo on github.
- I am mwamodojnr (https://keybase.io/mwamodojnr) on keybase.
- I have a public key ASApU8lh2glgWyScYjzZZlgwsB_UJ66TkpwROISUwxs8_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@props([ | |
'id' => 'autocomplete-'. uniqid(), | |
'placeholder' => 'Search...', | |
'indexName' => '', | |
'publicKey' => '', | |
'host' => 'http://127.0.0.1:7700', | |
]) | |
<div | |
x-data="{ |
import java.awt.Color;
import java.util.Random;
public class RandomColorGenerator {
public static void main(String[] args) {
Random random = new Random();
// Generate random values for the red, green, and blue components of the color
int r = random.nextInt(256);