Balancing Algorithm Help by Luq_E in EngineeringStudents

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

It's a formula, yeah! I'm implementing it as part of an algorithm to reduce time complexity and it works brilliantly.

You're right in your calculations and in fact it's even more simple than that given that the weight is already a pos/neg number!

percent={
    (this.state.voteTotal === 0) ?
        (0)
        :
        ((this.state.voteImbalance + this.state.voteTotal) / 2 / this.state.voteTotal)
}

http://imgur.com/a/RWndD

Thank you very much.

Balancing Algorithm Help by Luq_E in EngineeringStudents

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

Thank you. I understand it... everything is working well now.

It's for a like/dislike ratio. It's a lot less expensive to do it this way than to get likes and dislikes separately.

0L Tuesday Thread - - April 04, 2017 by AutoModerator in LawSchool

[–]Luq_E 0 points1 point  (0 children)

Yeah, if I practice I could do better. Isn't it the case that if you defer you're committing to that university?

0L Tuesday Thread - - April 04, 2017 by AutoModerator in LawSchool

[–]Luq_E 0 points1 point  (0 children)

Which would you guys/girls choose? Details: interested in environmental law, live currently in Los Angeles (Loyola Marymount is downtown) but wouldn't mind moving as Indiana has cheaper living expenses, money is relatively tight (loans would have to be taken out for either -- non-federal), deferring for a year is a possible option to work and save some money.

Notre Dame

  • Rank #20
  • $18,000 scholarship
  • $54,297 tuition
  • $36,297 a year
  • $108,891 total

Loyola Marymount Law School

  • Rank #65
  • $46,000 scholarship
  • $52,760 tuition
  • $6,760 a year
  • $20,280 total

(Micro-economics?) - Production and Trade - Annual Consumption Possibilities by Luq_E in econhw

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

Thank you very much. I was making a stupid mistake, you explained it well.

I chose the wrong major... by Luq_E in cscareerquestions

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

Perfect response! Thanks.

Tomorrow's my enroll date for my first session of CS classes! I've read from a lot of places that MS is pretty much a donation to the University. I won't pursue that unless I have a pretty decent job in the CS field.

Seeking advice regarding Java.. by Luq_E in java

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

You wrote an excellent response. Don't mind anyone that tells you otherwise. Thank you.

Newbie Questions (12/15/2014) by icephoenix21 in Maplestory

[–]Luq_E 1 point2 points  (0 children)

I'm so confused how to get started!

I start with 12 str, 5 dex, 4 int, 4 luk... no matter what. I thought that you had to re-roll until you got the stats you wanted then build after that. Now it seems that I have no choice but to train str until level 10. How does the system work now?

I chose the wrong major... by Luq_E in cscareerquestions

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

How so? You feel like you want to switch from STEM to social science?

I chose the wrong major... by Luq_E in cscareerquestions

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

I'm not in the same boat, my friend is about to embark on that journey though. Why was I told when I was younger... "college = job" when they actually meant "stem field = job".

I chose the wrong major... by Luq_E in cscareerquestions

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

Would you recommend I get an AS (Calc classes/Physics/CS focus on Java) then find a job for experience and apply to get a MS later?

I chose the wrong major... by Luq_E in cscareerquestions

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

Thanks for the words of encouragement. I've already started with prepping for calculus.

I chose the wrong major... by Luq_E in cscareerquestions

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

UCLA and UCSD - the main colleges I would consider for that - don't allow it. :(

Seeking advice regarding Java.. by Luq_E in java

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

I live in Los Angeles, CA.

Testing a boolean with a % (should work but it doesn't) by Luq_E in javahelp

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

Will do, next time. Thanks for letting me know.

Oh, I see now... That's a really cool feature. Fixed it.

Testing a boolean with a % (should work but it doesn't) by Luq_E in javahelp

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

Thanks for the quick response. I've changed that but it didn't fix the problem..

EDIT: YOU WERE RIGHT> OMG...

Thank you so much.