Search results

  1. 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...
  2. fukurou

    👨‍💻 dev new AXs

  3. 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!
  4. 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...
  5. fukurou

    👨‍💻 dev new AXs

  6. 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){...
  7. fukurou

    [MEDIA]

  8. fukurou

    👨‍💻 dev new AXs

    the fuck?!
  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    team assembly

  12. fukurou

    pyintaller

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

    pyintaller

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

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    merch

    https://www.redbubble.com/i/notebook/cyberpunk-slime-by-codedJizz/153061274.WX3NH
  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    RefreshQ

    class RefreshQ:UniqueItemsPriorityQue{ func removeItem(item:String) { super.p1.elements.removeAll(where: { $0 == item }) } override func input(in1: String) { // FILO if super.contains(str: in1){ removeItem(item: in1) }...
  20. fukurou

    RefreshQ

Top