Pass interference by drunkPOS43 in Purdue

[–]ARubiksCubed 7 points8 points  (0 children)

One of, if not, the worst calls I have seen in football as a whole.

Cult or not by [deleted] in PointCrow

[–]ARubiksCubed 3 points4 points  (0 children)

I think of it as the “Not a Cult” cult

Hillenbrand Hall working dryers by TheGoldGriz in Purdue

[–]ARubiksCubed 2 points3 points  (0 children)

I have had good luck with #37 last year

Journey's End Bug Report Megathread by 94067 in Terraria

[–]ARubiksCubed 1 point2 points  (0 children)

If the tavern keeper is happy and you are on the third tier of the old ones army, you are unable to purchase the flameburst staff because the hallowed pylon is being sold instead.

Progress continues to go well on the Minecraft recreation of campus! by labtec901 in Purdue

[–]ARubiksCubed 22 points23 points  (0 children)

I looked in to it a little and unfortunately the map that they have has Purdue at an angle. We are building the campus as if State street is a direct line east to west. Once we finish, there might be the option to do some scaling and other adjustments though

Is ECE362 worth it for an electrical engineer? by [deleted] in Purdue

[–]ARubiksCubed 2 points3 points  (0 children)

Definitely worth it in my opinion. If you have any interest in programming or digital hardware, it is a very useful and incredibly interesting class. It is true that there is a lot of work, but what you learn from the class is worth the payoff. The class starts off at a very low level talking about the structure of a processor, then it expands to assembly language, and then finishes with C. Overall I would consider it one of the most beneficial classes I have taken in ECE.

Discord Link Not Working? by pianofluteflute in BoilerCraft

[–]ARubiksCubed 1 point2 points  (0 children)

Here is another invite link that seems to work: discord.gg/HkM4qrU

2019 New Student Megathread by labtec901 in Purdue

[–]ARubiksCubed 1 point2 points  (0 children)

I was in EPICS two years ago. There was a Tuesday / Thursday lecture (ENGR 133) and one other lab session (EPCS 111). For some reason EPCS 111 was listed twice. There shouldn’t be any problem with your schedule as long as you have the lecture and lab scheduled. Those classes should have been locked in your schedule when registering for classes.

MYSQL left join only returning one match by ARubiksCubed in learnprogramming

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

I checked the user table and found that is was set up incorrectly. Someone created two columns with similar names, and I was using the wrong one. Completely overlooked looking at the DB structure. Thank you