sness23

Results 2 issues of sness23

I got an error when running `gcloud container clusters create k0 --cluster-version 1.9.2-gke.1 --zone us-central1-a --num-nodes 1` I removed the --cluster-version from this command and it worked. Alternately the version...

I am trying to design a simple sequential logic circuit, and tried with a flip-flop. It gave an Java segfault when I try to connect the two NOR gates to...