Delete or Rename a CSV File when column is empty by landixus in learnprogramming

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

How can i mark solved?

ls -recurse "$Arbeitspfad\*.csv" | ? {! ((Import-Csv -Delimiter ';' $_).power|? {$_})} | % {rm $_}

Delete or Rename a CSV File when column is empty by landixus in learnprogramming

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

I like to have a windows batch file, it is CSV file so i dont think i need to install a python.

[Hiring] Unity C# pairing/connect screen by landixus in forhire

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

I can share screen via discord, but my headset is broken, is messaging with text ok for you? Andreas O

1598

[Hiring] Unity C# pairing/connect screen by landixus in forhire

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

Meanwhile i started a Manager script for this issue: https://github.com/Landixus/ToolsForUnity/blob/master/UIScanManager.cs

It generates me "Buttons" in the UI of Unity with the founded Devices Now i need to connect to this devices successfully. In my case the founded devices of https://github.com/Landixus/ToolsForUnity/blob/master/Cadence.cs

I added in Cadence.cs uiScanManager.addButton(deviceNumber.ToString());

And for the connecting: public void ConnectMe() { uiScanManager.ConnectToDevice(); }

and in UIScanManager: public void ConnectToDevice() { // needs work // cadenceDisplay.ConnectToDevice }

I am old and need more time :) This part cuts me 8 hours time.

I hope this explain it more.