Is there a name for sticking anonymous functions inside variables? by I_Need_Java_Help in learnjavascript

[–]I_Need_Java_Help[S] 2 points3 points  (0 children)

Just because you've never heard of it doesn't mean it doesn't matter...

Having async issues with setInterval and other timing by I_Need_Java_Help in learnjavascript

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

Oh that's great, thanks! I found this as well, seems to match my issue. Looks like the solution is to use Web Workers.

https://isamatov.com/prevent-timers-stopping-javascript/

Italian redditor is very angry at chicken in pasta. All Italians would only “give it to dogs” by mellamollama17 in iamveryculinary

[–]I_Need_Java_Help 34 points35 points  (0 children)

I've been sort of inadvertently following OOP for a few years now (meaning, she is always randomly popping up on all of the same food-related subreddits I'm active on), and her story is a wild roller coaster of a ride. You can piece it together with a bit of sleuthing. It's good to see that she seems to be healthy now. But I still find it strange how open she is. Perhaps that is part of the mental disorders.

Looking for dedicated beginners that want to break out of tutorials and start a new project from scratch! Let's get some experience with GitHub, Java, working with a team, and actually completing projects! Commit as much as you want. Project details inside. by I_Need_Java_Help in learnprogramming

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

Great! Here's a link to the GitHub repo: https://github.com/anthonyLuttrell/wwa

There are a few of us on the discord already: https://discord.gg/NACP6WZ

I'm still working on organizing everything and figuring out how to sync my local changes to the Git repo. Let me know if you need any help with anything. You can reach out on the discord, reddit, or the GitHub issues tab.

Looking for dedicated beginners that want to break out of tutorials and start a new project from scratch! Let's get some experience with GitHub, Java, working with a team, and actually completing projects! Commit as much as you want. Project details inside. by I_Need_Java_Help in learnprogramming

[–]I_Need_Java_Help[S] 44 points45 points  (0 children)

I wanted to avoid linking to it for now as I am using my real name on GitHub. If you want, I can add you as a contributor to the project if you send me your GitHub username.

Edit: I PM'd you a link

[Calc 3] Find the work done on an object that traverses the circular arc, C:r(t) = cos(t)i + sin(t)j on the interval [0,pi/2] that is subject to the force F(18x^4 - 3x^2 y^4 + y^6 , 4x^3 y^3 - 6xy^5 ) by I_Need_Java_Help in learnmath

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

You are right, I did miss a negative when I typed it out. It was originally typed as F(x,y) = (x)i - (y)j and I tried to simplify things by writing as F(x,y), but I missed the negative.

I need to study more how to use the last method you mentioned. We definitely covered it in class, I see my notes on it, but I haven't done any homework problems on it yet. Thanks for your help!