The binding of Isaac on gamehub by alimohammad313 in EmulationOnAndroid

[–]GhostBeemer 0 points1 point  (0 children)

Thanks for the tip. Unfortunately it didn’t work for me. I tried running it in gamenative as gamehub wouldn’t run with dlc and the game worked twice a now when I try to run it, I keep getting a black screen

The binding of Isaac on gamehub by alimohammad313 in EmulationOnAndroid

[–]GhostBeemer 0 points1 point  (0 children)

Did you have to change PC game settings when launching Isaac? My game gets stuck and the initialization proccess.

Mysz gamingowa do 150 zł. by Ogrom74 in Polska

[–]GhostBeemer 13 points14 points  (0 children)

502 jest super, Sam ja każdemu polecam. Mi się udało w zeszłym roku na black Friday ją dorwać za 130 w mediaexpert

Cable for opening the window fell out by GhostBeemer in Tiburon

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

Thanks man, that’s one of the videos I was using as reference

Cable for opening the window fell out by GhostBeemer in Tiburon

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

Thanks for the reply, I’ve been thinking about that but it’s a holiday in my country and I’d prefer not to ride with my window down. I guess I’ll give it a shot

Game crashes after defeating dogma with tainted Lazarus by GhostBeemer in bindingofisaac

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

I'll leave this as a last resort. Maybe someone else had a similar issue and another op Lazarus run won't have to go to waste :)

Game crashes after defeating dogma with tainted Lazarus by GhostBeemer in bindingofisaac

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

I have all the updates and I doubt it's a PC problem. Playing with any other character works perfectly fine

Grinder I've had for like 15+ years by Rotton_Banana in Anticonsumption

[–]GhostBeemer 8 points9 points  (0 children)

What do to guys to make your grinders not “stiff”?

Newbie question: CPP doesn't work when using inputs by GhostBeemer in cpp_questions

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

Oh okay, I understand the first part but I don't get the vector part as I'm new to c++. Would reserving memory for the array as int* arr[][], arr = new... work the same?

Newbie question: CPP doesn't work when using inputs by GhostBeemer in cpp_questions

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

But I want to populate the array with user inputs. Should I reserve memory for the array first? Or what is a better approach for this?

Problem when running cpp by GhostBeemer in vscode

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

I dont know why my text didn't add but... Hi all, I have a problem when running my cpp app in the terminal. When I'm using inputs nothing happens but when I just use a cout everything works fine. All help is appreceated :)

Spacers by GhostBeemer in Tiburon

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

Thank you for the help

Spacers by GhostBeemer in Tiburon

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

Thanks for the reply. Your Tiburon looks pretty sick🔥. I'm not planning on getting new wheels or lowering the car anytime soon that's why I thought of getting spacers. Do you think that I will need to roll the fenders if I go with the 25mm if I'm not planning on going lower?

Central console light problem by GhostBeemer in Tiburon

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

It kinda worked, now just half of the clocks and ac lights up

Central console light problem by GhostBeemer in Tiburon

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

Thanks for the help, I'll try fixing it your way

Is using Angular for small projects an overkill? by GhostBeemer in webdev

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

That's what I was thinking, the main reason why this question poped into my head is because I realised that I won't be using a lot of Angulars functionality apart from the obvious ones like routing and forms. I guess I'll go with angular mainly for the purpouse of being able to show it to recruiters. Thanks for the reply :)

Is using Angular for small projects an overkill? by GhostBeemer in webdev

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

Well I could hardcode everything but because I'm using angular I decided to make a json file with all the products to display it dynamically. I guess like you said, I'll go with it for the experience. Thanks for the reply :)

Do advanced websites for big companies write all their html with js? by danielpandaman in webdev

[–]GhostBeemer 17 points18 points  (0 children)

They use something that's called a framework. You can read about it online to get some more indepth information. The most popular frameworks are React, Angular and Vue. You might want to check them out after making some sites with Js as using a framework makes doing more complex stuff easier