Help wanted! Python based ReactOS patcher/developer.

All development related issues welcome

Moderator: Moderator Team

Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

Update:

Overall plan: Using Python and AutoHotKey, have the AI patch code by typing new code//rewriting pre-existing code.

Then here are the steps that I plan on taking:
Create AHK programs that will type C++ commands and functions. (in development)

Create AI to do Phrase by Phrase, that will have trainer assistance to help get correct probability. The trainer will have a range of 0% to 100%, and the
AI will change it's probabilities off that feedback. (In depth planning needed)

Create separate AI for typing within parenthesis. (General planning needed)
(Optional) Create auto-teacher based off of debug info. General decision needed)

I know this is very little for an exceptionally complicated task, but hopefully, little by little, we can figure it out.

Please comment on planning suggestions/ideas. As well as thoughts on whether the last one should be implemented. or not.

I would appreciate any ideas, thoughts, suggestions, critiques, or comments.

Thanks,
Reactions
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
mrmajik45
Posts: 345
Joined: Sun Sep 24, 2017 1:21 am
Location: USA, Indiana
Contact:

Re: Help wanted! Python based ReactOS patcher/developer.

Post by mrmajik45 »

It should also use the proper Coding Style https://reactos.org/wiki/Coding_Style
ReactOS Donator ~ $5.00 | Linux Mint Donator ~ $1.00 in BTC
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

mrmajik45 wrote: Mon Feb 25, 2019 8:59 pm It should also use the proper Coding Style https://reactos.org/wiki/Coding_Style
Noted. Anything else?
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
mrmajik45
Posts: 345
Joined: Sun Sep 24, 2017 1:21 am
Location: USA, Indiana
Contact:

Re: Help wanted! Python based ReactOS patcher/developer.

Post by mrmajik45 »

Question: Is this going to be on GitHub?
ReactOS Donator ~ $5.00 | Linux Mint Donator ~ $1.00 in BTC
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

mrmajik45 wrote: Mon Feb 25, 2019 9:53 pm Question: Is this going to be on GitHub?
Not sure, but probably not, since it can could do lots of damage if it get too powerful at coding. If used by a hacker, it could make a super powerful malware that could be extremely destructive. That is not something I wish to live with/be accountable for if that were to happen.
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

Hi all,
I need picture/scripts of code that are bad and ones that are functioning correctly. They must be in C++ and files used within ReactOS. I have decided to use image recognition to have it find bad code and fix it.
Thanks to all that help!
Reactions
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
mrmajik45
Posts: 345
Joined: Sun Sep 24, 2017 1:21 am
Location: USA, Indiana
Contact:

Re: Help wanted! Python based ReactOS patcher/developer.

Post by mrmajik45 »

(Recent JIRA report with this file being an issue. Have a try.)
https://github.com/reactos/reactos/blob ... audbus.cpp
ReactOS Donator ~ $5.00 | Linux Mint Donator ~ $1.00 in BTC
User avatar
onestop_mid
Posts: 41
Joined: Fri Nov 09, 2018 5:05 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by onestop_mid »

ignore
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

onestop_mid wrote: Sat Mar 09, 2019 3:30 amignore
?
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
dizt3mp3r
Posts: 1873
Joined: Mon Jun 14, 2010 5:54 pm

Re: Help wanted! Python based ReactOS patcher/developer.

Post by dizt3mp3r »

I've ignored it - I think. Oh no, I haven't.
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

Hi all,
So upon doing research, someone has ready made a neural network that can type c code somewhat. I am trying to see the scripts in action, however, I am in Linux hell right now, as python scripts refuse to run at ALL. Hopefully, I can modify it to be useful to ReactOS.

Here is the repository: https://github.com/thibo73800/deep-generation
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

Bad news... So I have an amd rx 560, which can't run tensorflow. If one of y'all could test it, that would be great!
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
mrmajik45
Posts: 345
Joined: Sun Sep 24, 2017 1:21 am
Location: USA, Indiana
Contact:

Re: Help wanted! Python based ReactOS patcher/developer.

Post by mrmajik45 »

Just use your CPU.
ReactOS Donator ~ $5.00 | Linux Mint Donator ~ $1.00 in BTC
Reactions
Posts: 211
Joined: Mon Dec 31, 2018 3:30 am

Re: Help wanted! Python based ReactOS patcher/developer.

Post by Reactions »

I tried that, but it needs tensorflow, which requires cuda cores.
Please support/share my Patreon! Helps so much! https://www.patreon.com/reactions
User avatar
mrmajik45
Posts: 345
Joined: Sun Sep 24, 2017 1:21 am
Location: USA, Indiana
Contact:

Re: Help wanted! Python based ReactOS patcher/developer.

Post by mrmajik45 »

Just tell TensorFlow to shut up and use the better side of Hardware. AyyMD. (RX580 boi)
ReactOS Donator ~ $5.00 | Linux Mint Donator ~ $1.00 in BTC
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 20 guests