Right now what I do is this: Row(children: generateWidgets(numbers)) List<Widget> generateWidgets(List<String> numbers){ final widgets List<Wi
This is 'while' code ##전역변수 선언 부분## i,k=0,0 ##메인코드 부분## i=0
I am experimenting with a binary classifier on images whether it is a bee or not. I have gathered a dataset of 12,000 images of 6 categories, one of which is be
I've been trying to clone the #preview canvas to #upload1 using various methods. I've removed the code I've tested that didn't work but I'm looking for help on
I'm trying to retrieve Blood Glucose Data using the Google Fit HistoryAPI. I used the HistoryAPI example for getting the step count (https://github.com/googlear
I have been trying to make a fake nitro command. I made an accept button under the embed that takes the user to a link (probably a troll GIF image or picture).
What's the best way to pad numbers when printing output in bash, such that the numbers are right aligned down the screen. So this: 00364.txt with 28 words in
I have this identical code running in 2 apps. In 1 app it works fine, in the other it always returns with 0, even when there are new workouts. Running both on
I use TextView.layout.getOffsetForHorizontal(line, x) to obtain the offset by x, but it returns a wrong answer when the text is SpannableString, it seems span w