24 comments
case
40 0 Reply8 0 Reply
You could've used an actual switch but you chose a USB hub instead
29 0 Reply12 0 Reply
You can see the break in the while true, the black switch on the extender.
9 0 Replynow do
function
andreturn
8 0 ReplyI think the foreach one should have been recursion.
8 1 ReplyNope recursion would be a bigger cable connected to same cable only smaller, connected to the same cable only smaller, etc..
If this is how your recursion looks like you have a problem and you need to rethink your recursion step and and stop condition :)
2 1 ReplyI disagree. Recursion is the same thing over and over again until the exit condition. Nothing is getting smaller except the remaining entries.
5 2 Reply
Need one for loop unrolled
2 0 ReplyTIL my life is a logic trap...
1 0 ReplyWhile true is how i store my usb extension
1 0 ReplyCase
1 0 Reply
24 comments
Scroll to top