Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    [MEDIA]

  3. fukurou

    Python tts

    from playsound import playsound import pyttsx3 class LGTTSv1: def __init__(self): self.engine = pyttsx3.init() self.rate = self.engine.getProperty('rate') self.engine.setProperty('rate', 125) self.engine.setProperty('voice', 1) self.volume =...
  4. fukurou

    Python tts

    from playsound import playsound import pyttsx3 if __name__ == "__main__": # init engine engine = pyttsx3.init() rate = engine.getProperty('rate') engine.setProperty('rate', 125) engine.setProperty('voice', 1) volume = engine.getProperty('volume')...
  5. fukurou

    👨‍💻 dev skill tree

    package skills; import AXJava.AXContextCmd; import AXJava.DrawRnd; import AXJava.Responder; import LivinGrimoire.DiSkillV2; public class DiSmoothie1 extends DiSkillV2 { private Responder base = new Responder("grapefruits", "oranges", "apples", "peaches", "melons", "pears", "carrot")...
  6. fukurou

    📱android best phone ever :)

    wait a year, don't compromise. or flip a coin to choose a phone.
  7. fukurou

    👨‍💻 dev skill tree

  8. fukurou

    👨‍💻 dev skill tree

    package skills; import AXJava.AXContextCmd; import AXJava.DrawRnd; import LivinGrimoire.DiSkillV2; public class DiSmoothie0 extends DiSkillV2 { private DrawRnd draw = new DrawRnd("grapefruits", "oranges", "apples", "peaches", "melons", "pears", "carrot"); private AXContextCmd cmd =...
  9. fukurou

    👨‍💻 dev skill tree

    public class SkillBranch extends DiSkillV2 { // unique skill used to bind similar skills /* * contains collection of skills * mutates active skill if detects conjuration * mutates active skill if algorithm results in * negative feedback * positive feedback negates...
  10. fukurou

    👨‍💻 dev skill tree

    package AXJava; public class AXLearnability { private Boolean algSent = false; // problems that may result because of the last deployed algorithm: public UniqueItemSizeLimitedPriorityQueue defcons = new UniqueItemSizeLimitedPriorityQueue();// default size = 5 // major chaotic...
  11. fukurou

    👨‍💻 dev skill tree

    *ml should be fitted with a tolerance setter
  12. fukurou

    👨‍💻 dev skill tree

    public class SkillBranch extends DiSkillV2 { private Hashtable<String,Integer> skillRef = new Hashtable<>(); private SkillHubAlgDispenser skillHub = new SkillHubAlgDispenser(); private AXLearnability ml; @Override public void input(String ear, String skin, String eye) { } }
  13. fukurou

    👨‍💻 dev skill tree

    cls updated: public class SkillHubAlgDispenser { // super class to output an algorithm out of a selection of skills // engage the hub with dispenseAlg and return the value to outAlg attribute // of the containing skill (which houses the skill hub) // this module enables using...
  14. fukurou

    👨‍💻 dev skill tree

    public class SkillBranch extends DiSkillV2 { @Override public void input(String ear, String skin, String eye) { } }
  15. fukurou

    speedrun disayer

    class DiSayer(DiSkillV2): def __init__(self): super().__init__() self.cmdBreaker = AXCmdBreaker("say") self.command = "" def input(self, ear, skin, eye): self.command = self.cmdBreaker.extractCmdParam(ear) if self.command...
  16. fukurou

    speedrun disayer

    class DiSayer(DiSkillV2): def __init__(self): self.cmdBreaker = AXCmdBreaker("say") self.command = "" def input(self, ear, skin, eye): self.command = self.cmdBreaker.extractCmdParam(ear) if self.command: self.setSimpleAlg(self.command)...
  17. fukurou

    👨‍💻 dev vb.net cheat sheet

    *** varargs *********** *variables* *********** Dim age As Integer = 0 Dim isComplete as Boolean = False Dim str1 As String= "morning" Const num As Integer = 2 ********* *strings* ********* Dim name As String = "John" Dim age As Integer = 30 Dim result As String = String.Format("Hello, {0}. You...
  18. fukurou

    speedrun disayer

    public class DiSayer extends DiSkillV2 { private AXCmdBreaker cmdBreaker = new AXCmdBreaker("say"); private String command = ""; @Override public void input(String ear, String skin, String eye) { command = cmdBreaker.extractCmdParam(ear); if (!command.isEmpty()){...
  19. fukurou

    speedrun disayer

    a skill to say something I gotta take a piss having jizzed, but I'll code it 1st
  20. fukurou

    [MEDIA]

Top