Search results

  1. fukurou

    [skill package] active task

    RegexUtil : import java.awt.Point; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; // returns expression of type theRegex from the string str2Check public class RegexUtil { public String regexChecker(String theRegex, String str2Check) {...
  2. fukurou

    🐍 python Chii's python suit

    DiSkillV2 ''' DISKILLV2 CLASS ''' class DiSkillV2: def __init__(self, kokoro: Kokoro): # The variables start with an underscore (_) because they are protected self._kokoro = kokoro # consciousness, shallow ref class to enable interskill communications...
  3. fukurou

    Hi

    we are still beefing up the site than the quality stuff will come. IG I would define it as a spell casting forum
  4. fukurou

    action titles

  5. fukurou

    👨‍💻 dev active task

    translate to python DiSkillV2 public class DiSkillV2 { protected Kokoro kokoro; // consciousness, shallow ref class to enable interskill communications protected DISkillUtils diSkillUtils = new DISkillUtils(); protected Algorithm outAlg = null; // skills output public...
  6. fukurou

    test arduino

    /* Blinking LED project. Turns on an LED on for one second, then off for one second, repeatedly. Last Modification modified 30 March 2020 by Roy Ben Avraham */ // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an...
  7. fukurou

    🐍 python Chii's python suit

    DISkillUtils and Neuron ''' NEURON CLASS ''' # used to transport algorithms to other classes class Neuron: def __init__(self) -> None: self.algParts: list[Algorithm] = [] self.negativeAlgParts: list[Algorithm] = [] def empty(self): self.algParts.clear()...
  8. fukurou

    kinpatsu mono

  9. fukurou

    [MEDIA]

  10. fukurou

    [MEDIA]

  11. fukurou

    SML Movie: Joseph's Grandparents!

    ooo wee
  12. fukurou

    [MEDIA]

  13. fukurou

    Hmmm

    it's on now
  14. fukurou

    [MEDIA]

  15. fukurou

    👨‍💻 dev active task

    Neuron and DISkillUtils import java.util.ArrayList; // used to transport algorithms to other classes public class Neuron { public ArrayList<Algorithm> algParts = new ArrayList<>(); public ArrayList<Algorithm> negativeAlgParts = new ArrayList<>(); public void empty() {...
  16. fukurou

    🐍 python Chii's python suit

    Kokoro and Chi from __future__ import annotations from abc import ABC, abstractmethod from enum import Enum import re ''' Failure types: - ok: no fail - requip: item should be added - cloudian: algorithm goes to stand by in its Dclass - fail: no input ''' class enumFail(Enum): fail =...
  17. fukurou

    progbar test

    50
  18. fukurou

    Hmmm

    I don't care !
  19. fukurou

    Hmmm

    whateva I gotta get some sleep :cya:
  20. fukurou

    test hello kitty

    :hmmm:
Top