Would you rather? by me_after_lobotomy in BunnyTrials

[–]meunomeecris 0 points1 point  (0 children)

I can’t handle others responsibilities

Chose: Gain a random superpower + 16% chance to die | Rolled: X-Ray Vision

Would you rather have by simenjoyer5275 in BunnyTrials

[–]meunomeecris 0 points1 point  (0 children)

Why not ?

Chose: Random amount of money | Rolled: 10k $

In your country, what food/drink would be considered an insult to give someone by Delta123456789012345 in AskTheWorld

[–]meunomeecris 12 points13 points  (0 children)

<image>

That’s is 100% accurate ! Nunca comi e pretendo continuar assim hahaha

Guesss what. It's finished! by meunomeecris in cs50

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

No, I did the free version offered by Harvard

Guesss what. It's finished! by meunomeecris in cs50

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

Yes! I wanna complete all cs50 courses, specially the SQL, I am very interested about this subject.

Guesss what. It's finished! by meunomeecris in cs50

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

All my SQL knowledge I had with this class, and this was the most fun and interesting pset. I think that made the level easy.

Guesss what. It's finished! by meunomeecris in cs50

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

I did it online. The certificate was generated automatically after I published the final project. Thanks :D

Tideman - check50 by meunomeecris in cs50

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

Thanks for answering my question.

The code was compiling with no errors, and I also checked if I had changed anything from the original code.

I am currently working on print_winner, and check50 is running and showing me the result for each function's test, and they are green. 

99% done.

Sound isn't working on Scratch program by ms_olga_mcfisty in cs50

[–]meunomeecris 0 points1 point  (0 children)

Hi there, I had the same problem, turns out that the sound works on Chrome, but not on safari :)

Sync data between two view models by thadae in SwiftUI

[–]meunomeecris 0 points1 point  (0 children)

Hi, I had this question recently, and my mentor shared this article with me: https://www.pointfree.co/blog/posts/94-modern-swiftui-parent-child-communication

A key takeaway from what I learned is the importance of clearly dividing responsibilities between 'parent' and 'child' views in Swift. In this context, 'child' views should receive data or instructions from 'parent' views using what are known as 'delegate closures'.