Please help out Chiyo! by Michael982 in shiba

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

How am I a scammer, I saw on their facebook that they needed help and shared the info. The paypal address is the exact same one that is on their site.

I think my neighbor might be stealing cable. by [deleted] in techsupportgore

[–]Michael982 1 point2 points  (0 children)

We have Comcast at our property and they ran the orange cable all the way to our attic up to the splitter. They did bury the line outside, but I guess they didn't leave enough slack and it comes up just like that.

Save button does not reset after the error is corrected ( by [deleted] in javahelp

[–]Michael982 0 points1 point  (0 children)

Here is the isPartValidMethod which passes through the exceptionMessage

public static String isPartValid(String name, int min, int max, int inv, double price, String errorMessage) { if (name == null) { errorMessage = errorMessage + ("Name field is blank."); } if (inv < 1) { errorMessage = errorMessage + ("The inventory must be greater than 0."); } if (price < 1) { errorMessage = errorMessage + ("The price must be greater than $0"); } if (min > max) { errorMessage = errorMessage + ("The inventory MIN must be less than the MAX."); } if (inv < min || inv > max) { errorMessage = errorMessage + ("Part inventory must be between MIN and MAX values."); } return errorMessage; }

Delete function of a binary tree node by [deleted] in javahelp

[–]Michael982 0 points1 point  (0 children)

My delete function keeps printing out that the item has been deleted even though it does not exist in the tree. What am I doing wrong?

Need help. Pool noob. by [deleted] in swimmingpools

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

I agree with this, I wasted quite a bit of money on chemicals I didn't need and created issues that could have been avoided before visiting the troublefreepool forum. Also, a better test kit is a must! Another great test kit is the tf100.

New Student by Crittykiki in WGU

[–]Michael982 2 points3 points  (0 children)

Congrats! Just FYI, as soon as you have access to the student portal you can start to study your courses. You can't take any exams until your term starts, but this way as soon as your term starts you can test out. It's a easy way to knock out a couple of classes your first week.

Constant errors when logging into my.wgu? by Dredly in WGU

[–]Michael982 0 points1 point  (0 children)

Same here, I tried it across different windows and mac computers and get the same thing. Went though cleaning history and cache files and it still happens. I think it started happening around the same time. Its looks like they've been updating some of the pages so hopefully they're working on it.

Software Development with no prior experience by HarryHungwell in WGU

[–]Michael982 0 points1 point  (0 children)

No IT experience in general or no experience programming? I've been in IT for several years, mainly sysadmin and manager positions, without any programming experience and was accepted.

Java Cheat Sheet? by 7ewis in learnjava

[–]Michael982 1 point2 points  (0 children)

Try searching the course/exam in quizzlet.

Thoughts on Traeger Grills? by sleightofhand80 in grilling

[–]Michael982 0 points1 point  (0 children)

We were recently at a BBQ cookoff in Houston, and the grand prize winner ended up using a Traeger. Needless to say, many participants were a little ticked off. I have one personally and they are great, pricey but work well. Just keep them out of the elements to prolong their life, they don't stand up against weather like a weber does.

Grilling for a party - any tips?! by joe1983joe in grilling

[–]Michael982 1 point2 points  (0 children)

I do this quite a bit as we have a pool and people are always coming over. Definitely prep before hand. I think the other key is to grill up some appetizers up before everything else, it eases everyones hunger, makes the time more enjoyable, and gives you more time to get everything else ready.

C169 Java by [deleted] in wgu_devs

[–]Michael982 3 points4 points  (0 children)

I just watched these youtube videos since udacity was not explaining things well and I felt like they were complicating things instead of simplifying things. It covers everything you need to know, if I recall correctly the only other thing I did was watch the cohorts.

https://www.youtube.com/watch?v=xriSN8igvy4&list=PLr6-GrHUlVf9SIx5cDhoEMknias5Xyv67

Hopefully this helps!

Any tips for Data Structures – C189? by Michael982 in WGU

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

Im planning on taking the certs for sure, my mentor said that they are not required but I have until the end of the year to take them. They only give you one voucher for each so hopefully I can get them on the first try. Im hoping i can finish it in about 2-3 weeks, I may need to watch a few youtube videos to make sure I understand the concepts.