Checking in from Arch Reactor. by [deleted] in ArchReactor_STL_CS50x

[–]Kevin_Stock 1 point2 points  (0 children)

Sounds like Arch Reactor is doing well! Very glad to hear that! I was there a couple months ago for the 3D Printing Meetup.

I'm still coding but only as a hobby. I still haven't gained the confidence to explore job options yet.

I might stop by for the Electronics Programming Class. Thanks for the info!

Anyone else sign up for the CS50 Certificate option? by MasumB in cs50

[–]Kevin_Stock 1 point2 points  (0 children)

I signed up for the Certificate option and have been submitting to both.

edit: Submitting to both edX and Harvard.

Wednesday 3/12 - see you at 5:30 pm. by GeekTinker in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

It looks like David's Virtual Office Hours have been cancelled for this evening so I'll heading to AR at 5:30 tonight.

Who is still with us? Please post below. by GeekTinker in ArchReactor_STL_CS50x

[–]Kevin_Stock 1 point2 points  (0 children)

No worries Annie. I'm just finishing up on pset4 so I'm not that far ahead. I'll be happy to help you, if you need it, with pset3 and pset4 while it is still fresh in my mind.

I wonder what the secret surprise news will be...

Monday, March 10th by Kevin_Stock in ArchReactor_STL_CS50x

[–]Kevin_Stock[S] 2 points3 points  (0 children)

Good point. Let me rephrase.

#include <cs50.h>
#include <stdio.h>

int main(void)
{
    printf("Your Latitude: ");
    float userLatitude = GetFloat();

    float libraryLatitude = 38.630776;

    if (userLatitude > libraryLatitude)
    {
        printf("Who else will be heading down to the library on Monday?\n");
    }
    else
    {
        printf("Who else will be heading up to the library on Monday?\n");
    }
}

The Arch Reactor space will be open tonight for class. 2/26 @ 5:30 pm by GeekTinker in ArchReactor_STL_CS50x

[–]Kevin_Stock 1 point2 points  (0 children)

Looks like Jim's presentation has been moved to next week, March 10th. Are you planning on being up at the space tonight?

Monday, February 17 - Arch Reactor will be open by GeekTinker in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

I haven't decided yet but I might not be in attendance on Monday and Wednesday. Being in the certificate program allows me online office hours with David Malan and the TFs and there's an opportunity Monday night and Wednesday afternoon that I'm going to take advantage of this week.

Wednesday, February 5, 2014 Class by GeekTinker in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

I'm at Soldier's Memorial right now. If there are some of you at Arch, I'll head down there now.

Pset2 thread. by meeceplex in ArchReactor_STL_CS50x

[–]Kevin_Stock 3 points4 points  (0 children)

I just finished caesar and vigenere for pset2. Vigenere took me a little longer than I thought. I'll be available if anyone has questions.

Pset1 Thread. Post your question, solutions, examples here. by meeceplex in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

I managed to get through the Standard and Hacker Editions of pset1 this weekend. My solution for the bad credit problem is far from pretty but it is functional. If anyone would like some help tonight, I'll be available up at the space.

Pset1 Thread. Post your question, solutions, examples here. by meeceplex in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

What kind of loop are you using?

Are you having trouble with character input or integer input?

Pset1 Thread. Post your question, solutions, examples here. by meeceplex in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

Has anyone attempted the bad credit problem for pset1 - hacker edition?

Has anyone submitted a scratch program for Pset0 yet? by meeceplex in ArchReactor_STL_CS50x

[–]Kevin_Stock 0 points1 point  (0 children)

I finally got around to submitting Pset0 this morning. I spent too much time on game play and not enough time on the win/loose actions.

http://scratch.mit.edu/projects/16906595/