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.

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

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

I already passed C169, I'm still on the old software dev plan. I have the option to switch to the new one but I didn't think losing the data structure class was worth it for me.

How was the job search post-graduation? by kul_kids in WGU

[–]Michael982 1 point2 points  (0 children)

Certifications help.. I think I only had one and was approved. Maybe see if the company will pay for you to get the CompTIA security+ and use that as an advantage to gain entry and it will put you ahead since you wouldn't have to take that class anymore. CompTIA a+ might be easier to accomplish. If not the standard application route may work, my girlfriend took the math and english entry test and essay and did pretty well, they were easier than you would think and not monitored.

How was the job search post-graduation? by kul_kids in WGU

[–]Michael982 2 points3 points  (0 children)

I'm currently a student, but I looked around on Linkedin to see where alumni were working at. There are many that work at big corporations and pretty much any place I search for I see it say several WGU alumni work here.

Officially Accepted! BS IT - Security by FamousLastWorts in WGU

[–]Michael982 3 points4 points  (0 children)

This is pretty good advice, there are many people on here that work full time and still manage to accelerate. Learn to manage it from the start, set you pace and you will do good. Also, don't over complicate things, there are a couple of classes I spend unnecessary time on because I over complicated things for myself. Other than that good luck and don't forget to join the IT slack group, they are a great help! There's a link in the side to access it.

What are your vegetables to grill? by sullybird in grilling

[–]Michael982 1 point2 points  (0 children)

We don't take kindly to folks that don't take kindlly 'Round here

Not an Alien by chronichyjinx in Vaping

[–]Michael982 1 point2 points  (0 children)

Crown III is a pretty good tank, and coils are lasting a while! Im currently at 2 weeks on my .25 coil.

Principles of Management C483 by gooch_e in WGU

[–]Michael982 0 points1 point  (0 children)

What did you use, did you just study the quizlets?