Search results

  1. fukurou

    👨‍💻 dev shit asses of fucks

    class DiTriggers(DiSkillV2): def __init__(self, brain): super().__init__() self.triggers: UniqueItemsPriorityQue = UniqueItemsPriorityQue() self.is_recording: bool = False self.brain: Brain = brain self.new_cmd: str = "" def input(self, ear, skin...
  2. fukurou

    big announcement!

    I'm gonna take a steamy bubbly shit. probably gonna require like a half a roll of TP. just raising awareness.
  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    👨‍💻 dev shit asses of fucks

    public class DiTriggers extends DiSkillV2 { private UniqueItemsPriorityQue triggers = new UniqueItemsPriorityQue(); private boolean isRecording = false; private Brain brain; private String newCMD = ""; public DiTriggers(Brain brain) { this.brain = brain; }...
  6. fukurou

    👨‍💻 dev shit asses of fucks

    triggers: UniqueItemQ Chobit recording:bool= false # countDown newCmd = "" // engage que //auto engage que if !rec : if !ear == ""-> newCmd = ear;rec = True // not recording and hear something?->record else{ if !(output == ""): {triggers+newCmd;} // recording and output detected rec = false}
  7. fukurou

    👨‍💻 dev shit asses of fucks

    triggers: UniqueItemQ Chobit recording:bool= false # countDown newCmd = "" // engage que //auto engage que if ear == "" and !rec: fuck away if !rec : if !ear == ""-> newCmd = ear;rec = True;fuck away # recording: if !(output == ""): {triggers+newCmd;} rec = false
  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    🧵 3d Based curry

    not random, 18 is a satanic talmudic number actually.
  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    sleep dev

    class APSleep(Mutatable): def __init__(self, wakeners, sleep_minutes): super().__init__() # Call the constructor of the parent class (Mutatable) self.wakeners: Responder = wakeners self.done: bool = False self.timeGate: TimeGate = TimeGate(sleep_minutes)...
Top