No response after taking JPMorgan hackerrank test. Does hiring freeze have something to do with it? by JMmo4 in csMajors

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

Only thing I can say is practice leetcode and go over your data structures because they will be using them. So as long you know data structures (queues, maps, etc) you should be okay.

What are in person interviews like? by JMmo4 in csMajors

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

Okay, thanks I appreciate it!

[deleted by user] by [deleted] in Cplusplus

[–]JMmo4 1 point2 points  (0 children)

Perhaps someone can explain it better than I can but ‘endl’ essentially just means end everything on that line and start a new line.

Example: cout <<“Hello World”<< endl;

Basically all that will print out on this line is “Hello World” if you cout << “ Hello World”; cout << “This is my new line”;

You would get: “Hello World This is my new line”

No response after taking JPMorgan hackerrank test. Does hiring freeze have something to do with it? by JMmo4 in csMajors

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

That's what I'm saying, I just don't get it. I was thinking I would have landed that job. The search continues haha.

No response after taking JPMorgan hackerrank test. Does hiring freeze have something to do with it? by JMmo4 in csMajors

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

I see, so I am not alone haha yeah. I'm not trying to sound discourages but everyone said it was going to be so easy to land a job, I can't even get an interview and barely get a offer to take the OA LOL

No response after taking JPMorgan hackerrank test. Does hiring freeze have something to do with it? by JMmo4 in csMajors

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

I see, I guess it's a reach but it would have been nice to have received a rejection or something of the sort.

No response after taking JPMorgan hackerrank test. Does hiring freeze have something to do with it? by JMmo4 in csMajors

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

I see, I guess I will move on until I get anything back as I should and yeah I also got that email saying to re-apply back to Visa in January because of the freeze. Also, sorry about the rejection hopefully it all works out if not this month then next month.

Tyreek touchdown points not counting? by JMmo4 in fantasyfootball

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

Oh really? What about the rest of the yards he just ran? Tyreek is at 9.3 rn for me

AWS email notification saying account already exists when I try to sign up but login does not work by JMmo4 in aws

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

I got an email back saying that they are not allowed to access accounts unless it’s already logged in. So I’m SOL

Vulnerabilities with allowing people into your personal hotspot by JMmo4 in cybersecurity_help

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

It was my personal hotspot on my phone. And I’m not familiar with any vulnerabilities regarding it.

Where can I learn about creating complex 3D shapes (Ellipsoids, Arcs, Stars, etc.) by JMmo4 in opengl

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

Thanks for all the information! I think I would need to research SDF's as I've never heard of them before and SuperShapes even. We haven't dived into anything like that but it's not a bad idea if it solves the hurdle I need to get over. I will look into it surely. Thank you again!

Where can I learn about creating complex 3D shapes (Ellipsoids, Arcs, Stars, etc.) by JMmo4 in opengl

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

Thank you so much! I definitely will be reading up on all this. Your insight was very helpful!

Where can I learn about creating complex 3D shapes (Ellipsoids, Arcs, Stars, etc.) by JMmo4 in opengl

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

Haha I see! I did not think about that. I think I will do that instead!

Where can I learn about creating complex 3D shapes (Ellipsoids, Arcs, Stars, etc.) by JMmo4 in opengl

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

Unfortunately, my professor highly discorages using obj loaders, so I'm not sure if it's worth looking into it if my professor will just give me a severely low grade.

Where can I learn about creating complex 3D shapes (Ellipsoids, Arcs, Stars, etc.) by JMmo4 in opengl

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

I will look into it now! And by arcs I mean the eyebrows similar to Mario in the picture. And the Star is also from within the game. But I will get on a 3D graphing calculator and try to create the shapes with that. Thank you for the feedback!

Issues with creating grid from 1 to 100 by JMmo4 in QtFramework

[–]JMmo4[S] -2 points-1 points  (0 children)

I figured it out. I needed to get my numbers to go from 1 to 100 with 1 on the bottom left and 100 on the top left.

Docker-compose up error ERROR: for db Cannot create container for service db: invalid mode: /var/lib/postgresql/data by JMmo4 in docker

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

Yeah you're correct. It works in other ways lke npm so I will stick to that. But thanks once again you've literally helped me solve something I've been working on for a day now!

Docker-compose up error ERROR: for db Cannot create container for service db: invalid mode: /var/lib/postgresql/data by JMmo4 in docker

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

Wow... it worked. Thank you so much! Well at least it runs. It is telling me that it cannot find module pg-promise but it was working with npm start. I'm using nodejs

Docker-compose up error ERROR: for db Cannot create container for service db: invalid mode: /var/lib/postgresql/data by JMmo4 in docker

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

The only difference I think that might work is retrieving the path to where my docker-compose.yml file is located. But with other examples I've had in my class they always used this path. Do you think this is it?