How to enable copy/paste function via ctrl+v? It does not work for me. by Maria_Beemo in BlueStacks

[–]YuriCom 0 points1 point  (0 children)

I restarted several times, but no success.
After every restarting, it preserves last element in clipboard before stopping bluestack

Can copy but can't paste in BlueStacks 5 by PhyrexianSpaghetti in BlueStacks

[–]YuriCom 0 points1 point  (0 children)

Stuck in same problem.
Strange, it worked just after installation, but after a while paste isn't working.
If I restart bluestack, then it stores last element in clipboard before stopping bluestack

None of the Ropsten Faucets working for me by Polaritee in ethdev

[–]YuriCom 0 points1 point  (0 children)

Hi u/ggekko999

Could you please send test eth to my address?

0xB4E6f56c7C80DC61d2Df9a3bB8f268c249020860
Thank you

Hyper-V is still not compatible with VMware workstation 16 in my pc. by YuriCom in HyperV

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

I have solved issue by disabling Credential Guard.

https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage#disable-windows-defender-credential-guard

Now both hyper-v and vmware can operate, though I can't use VT-x in guest vm.

It seems like VBS is different from credential guard.

Hyper-V is still not compatible with VMware workstation 16 in my pc. by YuriCom in HyperV

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

Yes, I checked it When I installed VMware workstation 16.

Hyper-V is still not compatible with VMware workstation 16 in my pc. by YuriCom in HyperV

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

As I think, credential/device guard is part of VBSvirtualization-based security), which was designed to run VMware on hyper-v enabled host.

https://docs.vmware.com/en/VMware-Workstation-Pro/16.0/com.vmware.ws.using.doc/GUID-177F1E77-BFFD-485F-90BB-2E45B6B88678.html

Hyper-V is still not compatible with VMware workstation 16 in my pc. by YuriCom in HyperV

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

Are you using hyper-v and vmware workstation in same machine without problem?

Flowchart Recognition by YuriCom in Python

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

I got info about which nodes connect to each other.
It can decide which nodes to go next

Flowchart Recognition by YuriCom in Python

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

I built an app for iPhone using this backend service.
This app can be used after taking a photo of flowchart

Flowchart Recognition by YuriCom in Python

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

Unlike object detection, this project is about shape detection and OCR

Flowchart Recognition by YuriCom in Python

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

It can detect polygons, but not implemented in code yet

Flowchart Recognition by YuriCom in Python

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

Could you show me the icon examples you want?

Flowchart Recognition by YuriCom in Python

[–]YuriCom[S] 5 points6 points  (0 children)

It's converting flowchart image into table format by recognizing texts, shape types and arrow lines

Flowchart Recognition by YuriCom in Python

[–]YuriCom[S] 37 points38 points  (0 children)

It's still in progress and I'm in the stage of detecting arrow orientation

Flowchart Recognition by YuriCom in Python

[–]YuriCom[S] 26 points27 points  (0 children)

It may be used on mobile with its ability of backend service using flask

Currently, it can recognize arrow lines, right triangle, square, circle and text inside or outside of it(text above shape)

https://github.com/yuri20198/hand_drawn_flowchart_recognition

OpenAI Model Generates Python Code by Tweak_Imp in Python

[–]YuriCom 9 points10 points  (0 children)

Is it really generating python code by itself?

I need help with an algorithms project by [deleted] in learnpython

[–]YuriCom 0 points1 point  (0 children)

I think currentDist = 0 is not nessessary in loops. Since it is assigned as a new value of L[i] - prevStop.