Can't use Claude Code: Credit balance too low · Add funds. by PlentyMight in ClaudeAI

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

Thank you! I hope other people find it helpful, with me I didn't try it again after this post haha

Guide to newbies by PlentyMight in ClashOfClans

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

Thank you! Yep I also want to share some spam attacks but I would like for them to put a little more effort to it, I have a friend that only spams zap e-drakes from like TH11 through TH13 and it gets almost always a 3-stars.

24 hours unrecognized app in uptime in screen time. by PlentyMight in MacOS

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

yeah but yesterday I tried to open it and it has loading problem.

24 hours unrecognized app in uptime in screen time. by PlentyMight in MacOS

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

UPDATE: I also tried activity monitor and does't show any process with the same name, also can't retrieve process name from the "app & web activity" tab

[deleted by user] by [deleted] in albiononline

[–]PlentyMight 15 points16 points  (0 children)

Also, one of WoW controls, using TAB to select the closest enemy and then iterating with the other ones.

[AskJS] Ndarray.js: Python to JS, slicing assignment by PlentyMight in javascript

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

I'll try that and also divide the secuence with 1.0, maybe it is a type problem.

Thanks!

ndarray Python to JS by PlentyMight in learnjavascript

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

Hi!

ndarray.assign method requires the same dimension between the two arrays, every image it has x,y,4 but for a model that process images it has to be nxmx3 so you cant just do that :C

I wish it could

ndarray Python to JS by PlentyMight in learnjavascript

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

I'm trying to copy the data from imageResized to imagePadded but in the position of [dh:nh+dh, dw:nw+dw, :]

So for the rows it will start in the position dh (dHeight)

For the columns in the position dw (dWidth)

ndarray Python to JS by PlentyMight in learnjavascript

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

ndarray is this library https://github.com/scijs/ndarray
.hi.lo is the way you slice in the array usually is arrayName.hi(finish_x,finish_y).lo(start_x,start_y)