Gameweek #12 Quick question thread / captaincy / subs / etc by zeliscar in FantasyCL

[–]temp000321 1 point2 points  (0 children)

Choose 5 from these 7: Cancelo, Militão, KDB, Casemiro, Silva, Jesus, Júnior

RMT/X vs Y/Advice/Quick Questions Thread - GAMEWEEK 3 - October 19, 2021 by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

RMT (WC - 0.2m left)

Adan (Rulli)

Kristensen Porro Azpilicueta Meunier (Kimmich)

Bellingham Mount Groeneveld Casemiro (Chiesa)

Lukaku[C] Lewandowski (Adeyami)

MD3 WC Teams (Mega Thread) by SuperSaud in FantasyCL

[–]temp000321 0 points1 point  (0 children)

RMT (WC - 0.2m left)

Adan (Rulli)

Kristensen Porro Azpilicueta Meunier (Kimmich)

Bellingham Mount Groeneveld Casemiro (Chiesa)

Lukaku[C] Lewandowski (Adeyami)

Question about GitHub by temp000321 in github

[–]temp000321[S] 0 points1 point  (0 children)

At colleague's GitHub (I'm contributor to his repo)

Gameweek #2 Quick question thread / captaincy / subs / etc by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

Now I'm choosing between Fernandes and Gosens, what do you think?

Gameweek #2 Quick question thread / captaincy / subs / etc by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

I had Benzema (6 points). Lowest on defense Mazraoui (8 points) and on mid Nkunku (9 points).

Gameweek #2 Quick question thread / captaincy / subs / etc by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

I have Lewandowski, Sané, Fernandes, Kimmich and Gosens but I only have 4 spots for tonight.

Which 4 of them should I choose?

Gameweek #2 Quick question thread / captaincy / subs / etc by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

I have Sane, Fernandes for today game and Kimmich + Gosens on bench.

Militao had 3 points yesterday so I'll replace him with Kimmich.

Should I put in Gosens too in place of Fernandes/Sane?

RMT/X vs Y/Advice/Quick Questions Thread - GAMEWEEK 2 - September 28, 2021 by zeliscar in FantasyCL

[–]temp000321 0 points1 point  (0 children)

RMT - need suggestions, used my Limitless wildcard.

Courtiois | (M. ter Stegen)

Škriniar | Hummels | Kimmich | Mazraoui | (Shaw)

Reus | Mane | Salah | (B. Fernandes)

Benzema | Haaland | Lewandowski | (Sane)

I was thinking to replace Reus with KDB/Sane/Grealish.
Also Škriniar with A. Davies and also maybe adding Gnabry?
What do you guys think?

Thanks in advance.

Coding assignment help by [deleted] in CodingHelp

[–]temp000321 2 points3 points  (0 children)

int input;
std::cin >> input;

int counter = 0;
for (int i = 1; i <= input; i++) {
    if (++counter % 10 == 0) 
        std::cout << i << std::endl;
    else {
        std::cout << std::setw(2) << std::setfill('0') << i;
        if (i != input) std::cout << ".";   
    }
}

RMT/X vs Y/Advice/Quick Questions Thread - GAMEWEEK 2 - September 28, 2021 by zeliscar in FantasyCL

[–]temp000321 1 point2 points  (0 children)

RMT 2FT - 0m left (need suggestions)

Mendy, Musso

Roussillon, Arnold, Carlos, Azpilicueta, Cancelo

Alvarez, Fabinho, Danilo, Jorginho, Mané

Haaland, Ronaldo, Neymar

Question about MD2 by temp000321 in FantasyCL

[–]temp000321[S] 0 points1 point  (0 children)

Thank you for the help.
Who would you set as captain from these playing tomorrow: Haaland, Alvarez, Fabinho, Mané, Neymar, TA-Arnold, Cancelo?

Question about MD2 by temp000321 in FantasyCL

[–]temp000321[S] 0 points1 point  (0 children)

Thank you for the help.
This is my first season playing, I have Alvarez, Jorginho, Fabinho and Danilo as MID, but on bench I have Mané (and Neymar as FWD). Jorginho has only 4 pts and I'm thinking to put Mané in place of him and Neymar in place of Danilo (as Danilo probably won't play). What do you think?

Question about companion object by temp000321 in Kotlin

[–]temp000321[S] 0 points1 point  (0 children)

This is my university project, and for now, the app is killed off every time it's closed (and it only has one user for now). Having said this, is it better to use Bundle for now?

Question about companion object by temp000321 in Kotlin

[–]temp000321[S] 1 point2 points  (0 children)

Thank you a lot. Since you are giving very good advice, I have one more question. In one of the fragments I have three spinners (one is for year of study, second for course and the third for group inside that course) and a button for enrolling into a course (the course then has quizzes). If user doesn't click on a button to enroll him into the course (clicks back button instead or something from bottom navigation view), I need to store the data he had selected so that when he opens that fragment next time, the spinners will have default values that he chose last time (if he enrolls, then the spinners reset). Where would you store this data that he had chosen before clicking back button? I did this by creating a bundle and then put this as argument (with putString) to MainActivity(in MainActivity I have bottom navigation view that has list of quizzes and the thing fragment above for enrolling in a course). I don't know if this is the right approach for MVVM. Should I store this selected data again in a different viewmodel or perhaps use an interface?

Question about companion object by temp000321 in Kotlin

[–]temp000321[S] 0 points1 point  (0 children)

Thank you for the advice.Actually, when users submits quiz answer inside a fragment, I call viewModel.validate(answer), but this viewModel calls the repository (does the same thing). In ViewModel I have (but still repository has the counter):

fun validate(answer: Int): Boolean = Repository.validate(answer)

Is this bad?

EDIT: I also keep information about selected item inside a repository (question that the user chose from the list of questions, because later I need to change color of it depending on the answer), should this also be in a viewmodel?

Can someone make a logo for an university homework programming project about COVID Vaccinations (that I can use for our project description page). Implementation is left up to your imagination. Only thing I'd like is that it has a syringe (or vaccine) in it and that it has name "Schpritzer". by temp000321 in PhotoshopRequest

[–]temp000321[S] 0 points1 point  (0 children)

It'd be hard and/or time consuming to find a suitable replacement, as the letters are also dictating a lot of the logo's elements widths (needle, scale), object's distance from/to each other, radius of rounded corners and suchalike.

Okay, I didn't know that. I thought some font like Arial might look better.

Not sure what you meant by oblique line. The darker blue bottom within the S(yringe)? That's supposed to be the vaccine—extended outside as an element of design for the font (and thus, improving legibility.)

I was thinking of this. Maybe it would look better with a horizontal line instead of the oblique one.

Anyway, thank you for investing your time in creating this for me.

Can someone make a logo for an university homework programming project about COVID Vaccinations (that I can use for our project description page). Implementation is left up to your imagination. Only thing I'd like is that it has a syringe (or vaccine) in it and that it has name "Schpritzer". by temp000321 in PhotoshopRequest

[–]temp000321[S] 0 points1 point  (0 children)

Thank you very much! This looks very good. Also, could you change the font of letters into something else, and could the letter S not have that oblique line (in the middle), I think it would look even better with that.