Search results

  1. fukurou

    👨‍💻 dev new AXs

    import java.util.Hashtable; public class AXTimeContextResponder { // output reply based on the part of day as context private PlayGround pl = new PlayGround(); public Responder morning = new Responder(); public Responder afternoon = new Responder(); public Responder evening...
  2. fukurou

    👨‍💻 dev new AXs

  3. fukurou

    👨‍💻 dev new AXs

    package AXJava; import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class ChatBot { /* * chatbot example use in main : * // init ChatBot chatbot = new ChatBot(5); // set param categories...
  4. fukurou

    👨‍💻 dev new AXs

  5. fukurou

    👨‍💻 dev new AXs

    package AXJava; import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class ChatBot { protected RefreshQ sentences = new RefreshQ(); protected Hashtable<String, RefreshQ> wordToList = new Hashtable<>(); protected...
  6. fukurou

    👨‍💻 dev new AXs

    import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class ChatBot { protected RefreshQ sentences = new RefreshQ(); protected Hashtable<String, RefreshQ> wordToList = new Hashtable<>(); protected Random rand = new...
  7. fukurou

    👨‍💻 dev new AXs

    import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class ChatBot { protected ArrayList<String> sentences = new ArrayList<String>(); protected Hashtable<String, RefreshQ> wordToList = new Hashtable<>(); protected...
  8. fukurou

    👨‍💻 dev new AXs

  9. fukurou

    👨‍💻 dev new AXs

    we could brew this mofo to a neurosama: value->sizelimitedQ insert values using f'strings with learned params per category. shit inDSman!
  10. fukurou

    👨‍💻 dev new AXs

    public class AXNPC { public Responder responder = new Responder(); public PercentDripper dripper = new PercentDripper(); public String respond(){ if (dripper.drip()){ return responder.getAResponse(); } return ""; } public String...
  11. fukurou

    👨‍💻 dev new AXs

  12. fukurou

    👨‍💻 dev new AXs

    2645 public class PercentDripper { private DrawRnd dr = new DrawRnd(); private int limis = 35; public void setLimis(int limis) { this.limis = limis; } public boolean drip(){ return dr.getSimpleRNDNum(100) < limis; } public boolean dripPlus(int plus){...
  13. fukurou

    [MEDIA]

  14. fukurou

    👨‍💻 dev new AXs

    the fuck?!
  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    team assembly

  18. fukurou

    pyintaller

    pip3 install auto-py-to-exe auto-py-to-exe
  19. fukurou

    pyintaller

    cmd: pip install pyinstaller // run once to install cd .py file directory address pyinstaller --onefile pythonScriptName.py
  20. fukurou

    [MEDIA]

Top