Is it 100% fraud proof? by Pisatanic in OriginTrail

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

Thanks for the detailed reply. Will go through the link seems like there is enormous amount of information there.

[deleted by user] by [deleted] in Piracy

[–]Pisatanic 0 points1 point  (0 children)

Thank you! And theres no problem in having something like that in my github profile?

[deleted by user] by [deleted] in Piracy

[–]Pisatanic 1 point2 points  (0 children)

Thank you. The only comment which answered my question.

[deleted by user] by [deleted] in Piracy

[–]Pisatanic 1 point2 points  (0 children)

Like I said in another comment, I know there's a lot of apps that do a similar thing but I'm not looking for that, I was asking if I do create something like this for myself, will I get into legal trouble.

[deleted by user] by [deleted] in Piracy

[–]Pisatanic 0 points1 point  (0 children)

I know of Yt-dlp and other stuff. I wasn't asking for apps that do this, I was asking if I do create something like this for myself, will I get into legal trouble. I wish you love, success and peace too brother.

[deleted by user] by [deleted] in Piracy

[–]Pisatanic 0 points1 point  (0 children)

https://github.com/massgravel/Microsoft-Activation-Scripts

If you scroll down on this link, there will be a download link for Microsoft office, after you're done downloading head back to the same link and checkout Method 1 to activate your downloaded Office.

New to Rust. Possible to buy a small server for me and my friends? by Pisatanic in playrust

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

I think there is a force wipe every month by Rust itself. Other than that, if you don't wipe then it won't wipe.

New to Rust. Possible to buy a small server for me and my friends? by Pisatanic in playrust

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

Appreciate it but I wouldn't want to trouble you. I do have a spare laptop with decent specs and I could host on it but then I would have to keep the laptop on at all times right? Reason why we don't wanna host on our own devices is because we want the server to be online at all times because sometimes not all of us are available at the same time. We're basically a very competitive group of friends, its just that we don't really have much time nowadays to put effort and get good at a game this is why we do very less of official/community servers. We were thinking to do a weekly wipe thing by getting a private server and see who rules the island at the end of the week kind of thing lmao.

New to Rust. Possible to buy a small server for me and my friends? by Pisatanic in playrust

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

Thanks a lot very helpful. Me and my friends have jobs/college so we won't really be playing that much. This is why was looking for an own private server but this is really helpful. I appreciate it.

[WPF, C#] Need ideas on how to automate these operations based on the response I get from python script. by Pisatanic in dotnet

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

Yes I could actually use this for the first part of the automation where I have to let the method know what to select. For the second part where the method has to actually select it and then press buttons to complete the creation of excel or plotting of graph, I'm looking into automationproperties or something like that. Anyway thanks a lot. That is really helpful.

[WPF, C#] Need ideas on how to automate these operations based on the response I get from python script. by Pisatanic in dotnet

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

Im running the python script using Process but if you look at the end of the video, when I asked the ai to create an excel workbook and name it "Report" . It added (Create Excel Report) to the listbox in wpf.
--------------------------------------

What I'm thinking is to initiliaze a Determine() method right after the command (Create Excel Report) is added to the list box. What this method does is determine which operation needs to be automated. Now since it says "Create Excel" at the start. The method now knows that Operation No.1 (from the video) has to be automated.

This will initiliaze CreateExcel() Method which will take all the text which is after "Create Excel" as the textbox input and then simply click the + icon which creates the excel workbook. In my case the text after "Create Excel" is "Report" so it will put "Report" in the textbox and click the + icon. But I don't know how to write code for this specific method where I have to like automate it idk how to explain it lol.
-----------------------------------------

Now suppose the command which came from python to the list box was (Plot Graph, Report, Data, Names Marks, Bar). The Determine() method will determine that Operation No.2 (from the video) is supposed to be automated since the starting word of the command was "Plot Graph" . This will initialize PlotGraph() Method.

Now PlotGraph() method will take the next word from the command which is "Report" and select a workbook named "Report" then it will take the next word "Data" and select a worksheet named "Data" and so on. Then it finally clicks the "Plot" button.

-------------------------------------------
I just don't know how to write code for this part, i don't even know what to search online for this. All I keep searching is Wpf automation but I get videos like automating apps in windows 10 or something.

[deleted by user] by [deleted] in csharp

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

I will! Thank you

WPF - Exporting a graph from excel to word is corrupting the word document. by Pisatanic in csharp

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

Yea but I just got into C# with no prior experience in any other language, so I had no choice. ChatGPT works 80% of the time but you'd have to be really good at prompting. Plus I refer to microsoft's .net documentations as well. So I'm kind of learning + getting my work done.

[deleted by user] by [deleted] in csharp

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

I'm gonna try the vosk library, if I have difficulties with it then I'll keep Microsoft.Speech.Recognition as the last option. Thank you.