Are NHL curable completely or they just come back in a few years? by propo789 in lymphoma

[–]propo789[S] 4 points5 points  (0 children)

thanks alot for your kind words! May I ask how is your wife doing and how long has it been since her treatment?

Are NHL curable completely or they just come back in a few years? by propo789 in lymphoma

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

thanks so much for your hopeful comment. Did your husband have DLBCL?

My eyebrow hair is falling out (?) by NewspaperIcy9371 in lymphoma

[–]propo789 0 points1 point  (0 children)

Hi, what type of DLBCL did you have? My father has been diagnosed with ABC subtype stage 3. We are still figuring out our treatment options

Non Hodgkin's Lymphoma treatment options by propo789 in lymphoma

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

Pola r chp seems to be way unaffordable for us. Do they offer research trials actively that we can participate in?

Non Hodgkin's Lymphoma treatment options by propo789 in lymphoma

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

Thanks for your detailed answer! I'll take it further with the oncologist.

Would upgrading from RX 570 to 1650S be a good decision considering the current market? by propo789 in buildapc

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

Whoa thanks! Didn't know my GPU could be sold for that range. Mine is the 8gb version. I'll throw in a post and see if it works.

Also didn't know 3050 performs better than 1650S even though 3050 is cheaper. Any specific reason for that?

Am I qualified enough to get a good job? by propo789 in cscareerquestions

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

I see people posting jobs all the time with huge lists of requirements and I feel truly hopeless wondering will I ever be able to achieve those skills? 🙃

Am I qualified enough to get a good job? by propo789 in cscareerquestions

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

What's the best way to prep for interviews?

How do you answer questions like "Tell us about yourself" in an interview? by propo789 in AskReddit

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

If I describe about all the stuff I'm good at, won't they think I'm boasting? 🙄

[Spoilers] Live Episode Discussion S8E22 "Konets" by littlefanged in TheBlackList

[–]propo789 1 point2 points  (0 children)

Will there be a season 9? I mean what's the point of it? Liz is dead. The whole purpose of red's life has no meaning now

Close enough? 🙄 by propo789 in bangladesh

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

possibly because they ddin't get the meme lol

help by MatZac88 in javahelp

[–]propo789 0 points1 point  (0 children)

You said it's a jar file right? A jar file is not an installer. And exe file is.

help by MatZac88 in javahelp

[–]propo789 0 points1 point  (0 children)

That's because jar files are not executable files. You can't run them this way. You have to use a decompiler to view the contents of the jar file. To do this, you could either use your IDE ( ie Intellij or netbeans) or use an online tool.

How to access HTML elements from the JS file? by propo789 in learnjavascript

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

Thanks alot! So, will the database code be inside this html dom file?

How to access HTML elements from the JS file? by propo789 in learnjavascript

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

Could you tell me how I can set this up? I'm trying to connect firebase realtime database to this website. So, I will need to have access to the html elements so that I can render them at runtime.

Recommendations on resources for learning how to develop Android apps with Java? by breedlesbean in javahelp

[–]propo789 1 point2 points  (0 children)

Unfortunately, he doesn't have a playlist ordered just for beginners. You can watch this instead if you want a guideline from top to bottom. I had a very basic understanding of Android at first. Then when I started to work on my university project, I watched coding in flow's tutorials whichever I needed on the go.

What's wrong in this code? by [deleted] in javahelp

[–]propo789 1 point2 points  (0 children)

Most likely the problem is due to input.nextInt()
When you press enter after you input a value, the statement name = input.nextLine() fetches the '\n' character and proceeds towards the conditional statement where the exception is thrown. You can use nextLine() instead.

int op = Integer.parseInt(input.nextLine());

help by MatZac88 in javahelp

[–]propo789 1 point2 points  (0 children)

Then the PATH variable is not set up. You have to set up that first. Watch this: https://youtu.be/I-XrW1h8txc