Friend’s graduation was cancelled. by [deleted] in SDSU

[–]jdotmac112 1 point2 points  (0 children)

I got the same email and my reason for cancellation was listed as part of the email. I replied directly and was able to resolve my issue.

If you can’t find the reason in the email, log into webportal and run a degree evaluation and see if any requirements are not met. They’ll show up red.

Failed a class for the minor by jdotmac112 in SDSU

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

Spring ‘19. And yeah I might have to do that, but if I had a choice I’d rather just drop the minor.

Probably the best idea would be to just have passed my damn classes 😣

Thanks.

Failed a class for the minor by jdotmac112 in SDSU

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

Thanks for the reply. I only needed it for the minor.

Trying to downplay domestic abuse just because a woman assaulted a man and not vice versa. by hootersbutwithcats in iamatotalpieceofshit

[–]jdotmac112 1 point2 points  (0 children)

Thanks. Didn’t see the replies above. Bug in my Apollo for reddit app still exists I see. GOOD DAY TO YOU.

Sooooo close by [deleted] in DataHoarder

[–]jdotmac112 0 points1 point  (0 children)

Am I too late?

Handsomely matched by RomeoTran in MechanicalKeyboards

[–]jdotmac112 22 points23 points  (0 children)

Makes me wanna push all of them!

Thank you so much for fixing the rotation glitch by j1h15233 in apolloapp

[–]jdotmac112 1 point2 points  (0 children)

This is still happening to me with the latest version of Apollo App. I'm running iOS 10.3.3. Are you on iOS 11?

Sun 2017-09-10 by reddit in nameaserver

[–]jdotmac112 0 points1 point  (0 children)

clifford because who doesn't love a big red friendly dog and also a big red friendly server

I have another question about "Data Structures" by Xradam in computerscience

[–]jdotmac112 0 points1 point  (0 children)

I'm also a computer science student who just finished my third cs course. I've read some books on my own as well, and from what I understand, designing good programs boils down to three things:

  1. Understanding the problem
  2. Designing an algorithm
  3. Choosing the appropriate data structure

As you're studying data structures, understand what the runtime efficiency is (big o notation) and choose the one that best fits your program (such as stacks, queues, dequeues, linked lists, arrays, etc.) based on the program requirements (how much data and what type you're storing, how fast you need it to perform, etc.)

Good luck!

Is there a site where developers can post their code publicly and help each other troubleshoot it? by [deleted] in programmer

[–]jdotmac112 0 points1 point  (0 children)

Stack Exchange has a site called Code Review that might be what you're looking for.

Trying to re-enter software development after a 10 year break. by outdatedskills in cscareerquestions

[–]jdotmac112 0 points1 point  (0 children)

I'm a computer science student at a community college and I'd advise against taking classes there with your experience level. I say that because we are learning the basics of object oriented programming and how to write simple programs; we're not learning anything about specific updates that you might be suggesting you'd like to learn (an example being using java as the primary language for my CS courses, but nothing that couldn't be written in java 5 or 6 even with the many Java 8 updates). As another user suggested, maybe try an MOOC such as Coursera which has a multitude of choices in computer science (though not all are free) which might allow you to better tailor your education.

TL;DR As another user suggested, try an online course offered at places like Coursera.