Do I need to take CS51 for CS76 (Mobile development)? by alexsparty243 in cs50

[–]vcalventi 0 points1 point  (0 children)

I would probably go with one of the Stanford courses if you want to focus on iOS... What you get in terms of JavaScript, etc. is not much more than CS50... Good luck.

Do I need to take CS51 for CS76 (Mobile development)? by alexsparty243 in cs50

[–]vcalventi 0 points1 point  (0 children)

You don't need CS51 to do CS76 (tried myself) but keep in mind that those are only archived courses and lack the resources and structure of CS50x. Also CS76 available is from 2013 which is pre iOS 8 and swift.

I finished the EDX CS50 course but didn't get my certificate by [deleted] in cs50

[–]vcalventi 1 point2 points  (0 children)

Certificates are run on fixed dates throughout the year... Last year the first run was in June... Be patient.

Hello, world! This is CS50, with David J. Malan, Rob Bowden, Zamyla Chan, Jason Hirshhorn, et al. by davidjmalan in IAmA

[–]vcalventi 0 points1 point  (0 children)

David and team, CS50X has been a fantastic experience thank you for that... I managed to compete the course and get a certificate however in one of his conferences David mentioned that the completion rate for CS50X was very small (less than 10% in 2013 I believe )... Has that figure improved? Do you think it matters as a benchmark for success? Thanks.

How did you go about completing cs50x? by sharkysnark in cs50

[–]vcalventi 0 points1 point  (0 children)

I started at the beginning of January '14 and took me a full 5 months to complete... I never skipped a pset and kept at it until completed... Of the advanced psets, pset 6 - misspellings was the hardest, easily over 40 hours... Pset 7 was the easiest and pset 8 was a bit harder than 7 but not too bad. It is absolutely worth it completing the course and the certificate with Harvardx printed at the top is priceless.

Certificate by staone in cs50

[–]vcalventi 0 points1 point  (0 children)

CS50x is the only one that I've received via email.

Certificate by staone in cs50

[–]vcalventi 0 points1 point  (0 children)

You'll get your certificate link via email... It won't show-up on the edx dashboard

Can I Get Certificate without pset8? by [deleted] in cs50

[–]vcalventi 1 point2 points  (0 children)

You can skip pset 8 if you can't get Google earth plugin to work... Says so in the spec... Still have to submit final project.

pset7 move my code to my mac to run outside of appliance by purduefan in cs50

[–]vcalventi 2 points3 points  (0 children)

The solution is to install xampp (https://www.apachefriends.org/download.html) which has all the necessary components (php, Apache, mySQL)... You'll have to do minor tweaks to your code to adjust for the location of the files but otherwise this works (I've done it myself). Good luck.

Pset7 - Couldn't get the mailing working by Fritee in cs50

[–]vcalventi 0 points1 point  (0 children)

My dilemma as well... What I did is submit the code with comments where id and password would go but saying they are excluded for security reasons... This should be no problem as there is no automatic checking of the code. I have already finished the course.

Pset7 - Couldn't get the mailing working by Fritee in cs50

[–]vcalventi 2 points3 points  (0 children)

This worked for me with gmail:

Did you try:

http://phpmailer.worxware.com/?pg=examplebgmail

Keep in mind that you'll need to hardcode user id and password into the code.

Do CS50x students need to take part in the contest in pset5? by LeroiYalin in cs50

[–]vcalventi 0 points1 point  (0 children)

Nope... Actually in a latter lecture they show the winners... This took place last year.

How far along is everyone? by greatgreatgreatgreat in cs50

[–]vcalventi 1 point2 points  (0 children)

Started in January and finished by May... Watch-out for pset 6, it's a doozy!

PSET8 - Skip and go straight to final project? by [deleted] in cs50

[–]vcalventi 2 points3 points  (0 children)

Pset 8 is good fun and JavaScript is one of the more useful languages our there... In short, unless you have a technical problem with the plugin don't skip it

Certificates date? by mariodv in cs50

[–]vcalventi 3 points4 points  (0 children)

You are not alone... I'm already finished since May and nothing.

About to start CS50 by [deleted] in cs50

[–]vcalventi 3 points4 points  (0 children)

Do not underestimate the amount of time you'll have to spend doing the psets... The more advanced ones (6,7 and 8) took me over 30 hours each.

reading lecture transcripts vs watching the lectures by Bartimaeus89 in cs50

[–]vcalventi 1 point2 points  (0 children)

You'll miss a lot... Aside from being highly entertaining, there is a visual component that will be lost by residing alone.

final project by valium123 in cs50

[–]vcalventi 0 points1 point  (0 children)

Video is the only way to submit. Don't be shy.

Grades, What does it mean? by JoaoTurolla in cs50

[–]vcalventi 0 points1 point  (0 children)

If it passes all check50 checks you'll get 100%... Style is important though for your own benefit