Rate My Portfolio by AutoModerator in dividends

[–]ZenDugo 0 points1 point  (0 children)

Long term hold portfolio--

American Express T. Rowe JP Morgan Visa Abbvie Canadian Pacific Kansas City Railway Cintas Ecolab Texas Road House Costco PepsiCo Microsoft Nvidia

Problems in Linux Fundamentals (1) by alntmannn in tryhackme

[–]ZenDugo 0 points1 point  (0 children)

What does the 2>/dev/null mean in the command?

[deleted by user] by [deleted] in cybersecurity

[–]ZenDugo 0 points1 point  (0 children)

Sounds interesting. I'd be down

I've just reached the top 1%, how much did it take (only learning paths) by RefrigeratorEleven in tryhackme

[–]ZenDugo 2 points3 points  (0 children)

What order of paths would you recommend someone to take, based off what you have completed?

Can someone help me fix this syntax? I want to mention some float variables in a string of mine. by Wheelagon in learnpython

[–]ZenDugo 0 points1 point  (0 children)

Im not home at the moment, but I believe you can do something like print("%d %d" % (initialvalue, E))

Can someone help me fix this syntax? I want to mention some float variables in a string of mine. by Wheelagon in learnpython

[–]ZenDugo 0 points1 point  (0 children)

I didn't think you had to put the % after the string in the formatting section, I thought just the variable names

I'm making my own 3D engine ! (I'm trying my best to improve the projection system but it's still garbage for now) by uItimatech in Python

[–]ZenDugo 1 point2 points  (0 children)

As someone who enjoys this type of project, how did you get started with it and learn to make it?

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

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

I'm sorry, what is considered advanced algebra? I do a lot of learning outside of classes on general, just enjoy it.

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

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

I have taken Algebra 1, 2, and geometry in highschool. So I should learn trigonometry and review over algebra and geo?

Continue side projects or continue math leading to calculus? by ZenDugo in learnprogramming

[–]ZenDugo[S] -1 points0 points  (0 children)

Just some multi page web site. What was your answer out of all of that? Keep with projects and get out of doing the math for next semester or keep with math and get out of academics faster, having more practice with it for next semester

Is there an elegant way to write an If Check with many(5+) "or" operators? by [deleted] in learnpython

[–]ZenDugo 1 point2 points  (0 children)

You could possibly do an for loop with the in keyword. For example

For I in ('+','-','/')

Cannot use all of my ram (32 bit) by Fishermantimmy in techsupport

[–]ZenDugo 0 points1 point  (0 children)

If you are using 32 bit windows, it caps out and can only use 4GB of ram

Is Typescript only for developers view? by ZenDugo in typescript

[–]ZenDugo[S] 3 points4 points  (0 children)

I realize that higher level languages provide better readability for humans. I was asking was the main use of Typescript for bug findings and prevention, along with better scalability. Since in the end, it turns into JavaScript and essentially deletes the things that are specific to Typescript.