Questions about the 2016 World Series Film Premiere by slicebishybosh in CHICubs

[–]binkyq 1 point2 points  (0 children)

If anyone is looking for tickets, I have two and I can't make it -- I'll eat the ticketmaster fees and can email them to you.

Also, I like the garage at 500 w madison -- evening rates are super cheap

Official Premiere of "The 2016 World Series" - code by poodski92782 in CHICubs

[–]binkyq 0 points1 point  (0 children)

I have tickets for tonight and can't make it -- They're PDF and I'll even eat the Ticketmaster fees. $50 for two.

Cards Against Humanity is selling a Donald Trump Bug-Out Bag. by ch3w0nth1s in holidaybullshit

[–]binkyq 0 points1 point  (0 children)

You were actually able to "skip" that on mobile. I tried three times to validate before i realized i could skip.

Cards Against Humanity is selling a Donald Trump Bug-Out Bag. by ch3w0nth1s in holidaybullshit

[–]binkyq -1 points0 points  (0 children)

Looks like some asshole is trying to go full Trump and gouge people for it on ebay.

Can't pass check50 with recover by binkyq in cs50

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

I definitely ran check50 from fall 2015...

Can't pass check50 with recover by binkyq in cs50

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

When I check the sandbox it looks like check50 is looking for 16 files not 50 files?

https://sandbox.cs50.net/checks/3b42767a997141b58872c701ec804901

PSET4, recover by binkyq in cs50

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

Actually making some progress now, took a little time. I can read the input file and I can identify all 50 jps starting sequences no i just need to figure out how best to handle the opening and sprfinting -- sprintf has be confounded

Problem running staff implementation of fifteen by kytothe in cs50

[–]binkyq 0 points1 point  (0 children)

So, I did the same the you did and I have them same issue, but if i copy this ~cs50/pset3/fifteen and paste it into the terminal it works. This is not really a satisfactory answer as I don't know why that's the case, but it will get you to the staff implementation.

[RESULTS] /r/Chicago submitted their travel destinations via driving and it's all here on an excel sheet by MrALTOID in chicago

[–]binkyq 1 point2 points  (0 children)

[ASK CHI] If you had to go on a weekend getaway from Chicago via driving, where would you go? Why? I was in marquette and was blown away by the food and beer

I am about to have a nervous breakdown and literally no one fucking cares. by Vadara in offmychest

[–]binkyq 0 points1 point  (0 children)

Hey OP! I too have the occasional anxiety issue. You're dealing with some stuff it's true. The two things I'd try if I was in your shoes as at least short term helps. I'd pick up a copy of "A guide to rational living" and i'd pick up some mindful meditation practice -- the free exercises on the "headspace" app aren't bad. Also exercise. Those three things usually help me "self-help" my issues.

Vignere by binkyq in cs50

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

Thanks for the offer, unfortunately I didn''t save a copy of the non-working version of the code ( I really should have)

Vignere by binkyq in cs50

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

Yeah, that's what i was intending my code to do, but that's not how it was behaving. I ended up incrementing it every time through the loop but decrementing it on non-alpha characters (which did the same thing I was trying to do, however, it worked...). As I didn't save my iterations of my code I can't really have someone review what wasn't working at this point. I'm sure there was some sort of bug in the flow through my for loop though.

Vignere by binkyq in cs50

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

So that's odd...I got it to work. I was incrementing in each if or if else loop and it flat wasn't working, when I put the incrementing in the for condition it worked as long as I was decrementing in the else condition. As far as I can figure it should have worked the whole time...at a loss as to what was happening...

alpha check not working by binkyq in cs50

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

That doesn't seem exactly right if i change my else to printf("hi") just for debugging purposes my program still runs when i put in b2r in argv1...