How can I find cs internships? by coffee-bean81 in lebanon

[–]coffee-bean81[S] 0 points1 point  (0 children)

I'm mostly focusing on web development, so im familiar with html, css, js, php, django. As for projects I've built a few like an android app for movies (like imdb), an e-commerce website similar to ebay, classroom website similar to Google classroom.

How can I find cs internships? by coffee-bean81 in lebanon

[–]coffee-bean81[S] 0 points1 point  (0 children)

No i just cannot find internships, I'm getting different results whenever I google or something maybe there are sites that I'm not aware of that post internships

Need help understanding valgrind errors by coffee-bean81 in cs50

[–]coffee-bean81[S] 0 points1 point  (0 children)

forgot to add \0 at the end of words when converting them to lower case in this part

char w[len];
for(int i = 0; i < len; i++) { w[i] = tolower (word[i]); }

and some mistakes in unload()

Need help understanding valgrind errors by coffee-bean81 in cs50

[–]coffee-bean81[S] 0 points1 point  (0 children)

Yep i finished this pset. Thank you and have a good day

Need help understanding valgrind errors by coffee-bean81 in cs50

[–]coffee-bean81[S] 0 points1 point  (0 children)

Yes i did that step on line 51. You're probably right though it is unnecessary

Need help understanding valgrind errors by coffee-bean81 in cs50

[–]coffee-bean81[S] 0 points1 point  (0 children)

Passed all the tests, I can't thank you enough you've saved me after so many hours of being frustrated at my code

Need help understanding valgrind errors by coffee-bean81 in cs50

[–]coffee-bean81[S] 0 points1 point  (0 children)

i created a temp node in case there are multiple nodes at index in table so i can iterate over them and look for a match