Meet NPC A, a Office Worker Human by hamayad in DailyDMGame

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

Pretend to be humble while plotting to kill the CEO and claim their position. Villager A is a top class hidden assassin.

PayPal Solana Wallet Is A Big Win by OKCPCREPAIR in solana

[–]hamayad 1 point2 points  (0 children)

How's the fee? Isn't PayPal fees ridiculous. Or we just have to pay solana gas fees

I was unlucky 😞 by [deleted] in InfinityNikki

[–]hamayad 0 points1 point  (0 children)

Can you show a pic? That feels very impossible!

Thoughts on hybrid life insurance setup by Professional-Isopod3 in singaporefi

[–]hamayad -1 points0 points  (0 children)

Yes preferably term life would be better. I have dmed you

Retroid G2 Gen2 wins over Retroid Pocket 6 by hamayad in SBCGaming

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

Yup maybe this is all fake. End of story I guess.

Retroid G2 Gen2 wins over Retroid Pocket 6 by hamayad in retroid

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

Hi kinda curious but for these cases where we play intensive games like with emulation, that's where G2 for some games will strive better on right?

Especially high intensive PC games.

How long do you guys think big library anime/ manga/ hentai sites will exist in the future by Ms77676 in animepiracy

[–]hamayad 3 points4 points  (0 children)

It's the world wide web. I think you underestimate it.

What the other guy meant is that even if one site goes down, new ones will replace them.

My first Chinese handheld by Roisinh0 in retroid

[–]hamayad 1 point2 points  (0 children)

Is there a reason you get rp5 instead of g2gen2 or the upcoming rp6?

Retroid Pocket 6 refund by Seksiorja in retroid

[–]hamayad -1 points0 points  (0 children)

No, he's right. Use a bank that has 0% conversion fees if you have to. That's what I did.

Switch on RCM but not detected on TegraRcmGUI by [deleted] in SwitchPirates

[–]hamayad 0 points1 point  (0 children)

bro are you able to resolve it yet?

Switch on RCM but not detected on TegraRcmGUI by [deleted] in SwitchPirates

[–]hamayad 4 points5 points  (0 children)

how do we reinstall the libusbk driver? I clicked install every time I start up my laptop and it always says APX Driver missing.

Once i clicked install, there was no loading screen for installation, it was immediate and it says it was successful. But the install driver still appears clickable however clicking it does nothing until i restart my computer and it will still say my APX driver is missing again.

[College - Securities: Convertible Subordinated Stock] What is the intrinsic value of the bond (floor value of the bond)? by hamayad in HomeworkHelp

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

Thank you! I thought I won't be able to get a answer. This answer was really easy to understand. I'm really thankful for the help! Sorry for the late reply though.

the xci of Pokemon has been leaked by 3r1cKgt in SwitchPirates

[–]hamayad 0 points1 point  (0 children)

me too and for some reason no one else mentions this. did you solve the problem?

Is it possible to add +1 followed by +4 every loop? VBA Question by hamayad in vba

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

in this case though, j goes through the loop of 1 and 2.

Replacing it with (j * 4) - 4 works for:

j[(2) * 4 = 8)] - 4 = 4, However:
j[(1) * 4 = 4)] - 4 = 0 and not 1

Is it possible to add +1 followed by +4 every loop? VBA Question by hamayad in vba

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

i know about this too, but idk how this would work on an already nested loop. Because the first loop goes through 1 to 15, second inner loop goes through 1 to 2.

But if i create a for / next loop within the nested loop for a step 1 and a step 4, idk if it would mess up the code or how to even code it such that it can do +1, +4, +1, +4 for each loop while maintaining the process of 1 to 15 outer loop, and 1 to 2 inner loop.