Search results

  1. fukurou

    👨‍💻 dev skill tree

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

    👨‍💻 dev skill tree

    *ml should be fitted with a tolerance setter
  6. 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) { } }
  7. 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...
  8. fukurou

    👨‍💻 dev skill tree

    public class SkillBranch extends DiSkillV2 { @Override public void input(String ear, String skin, String eye) { } }
  9. 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...
  10. 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)...
  11. 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...
  12. 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()){...
  13. fukurou

    speedrun disayer

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

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    👨‍💻 dev TKInter cs

    from hidden_skills import * import tkinter as tk from tkinter import ttk, LEFT class App(tk.Tk): def __init__(self): super().__init__() self.title('the LivinGrimoire') self.geometry('600x200') self.resizable(width=False, height=False) self.style =...
  19. fukurou

    👨‍💻 dev TKInter cs

    from hidden_skills import * import tkinter as tk from tkinter import ttk, LEFT class App(tk.Tk): def __init__(self): super().__init__() self.title('the LivinGrimoire') self.geometry('600x200') self.resizable(width=False, height=False) self.style =...
  20. fukurou

    tfw when you get jizz on your underpants after you jizzed and squizz

    tfw when you get jizz on your underpants after you jizzed and squizz
Top