Search results

  1. fukurou

    core upgrade

    class Brain: # c'tor def __init__(self): self._emotion: str = "" self._logicChobitOutput: str = "" self.logicChobit: Chobits = Chobits() self.hardwareChobit: Chobits = Chobits() #120425 upgrade self.ear: Chobits = Chobits()...
  2. fukurou

    core upgrade

    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String logicChobitOutput = ""; public Chobits hardwareChobit = new Chobits(); public Chobits ear = new Chobits(); // 120425 upgrade public Chobits skin = new Chobits()...
  3. fukurou

    core upgrade

    works setting card
  4. fukurou

    core upgrade

    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String logicChobitOutput = ""; public Chobits hardwareChobit = new Chobits(); public Chobits ear = new Chobits(); // 120425 upgrade public Chobits skin = new Chobits()...
  5. fukurou

    core upgrade

    fail. increasing dark coding force by 1k% !
  6. fukurou

    core upgrade

    public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String logicChobitOutput = ""; public Chobits hardwareChobit = new Chobits(); public Chobits ear = new Chobits(); // 120425 upgrade public Chobits skin = new Chobits()...
  7. fukurou

    core upgrade

    coding lab online! deploying check point!! public class Brain { public Chobits logicChobit = new Chobits(); private String emotion = ""; private String bodyInfo = ""; private String logicChobitOutput = ""; public Chobits hardwareChobit = new Chobits(); public Chobits ear...
  8. fukurou

    call tracer

    public class MetadataReader { public void readMetadata() { // Get the stack trace StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace(); // The third element in the stack trace represents the caller StackTraceElement caller = stackTrace[2]...
  9. fukurou

    call tracer

    public class MetadataReader { public void readMetadata() { // Get the stack trace StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace(); // The third element in the stack trace represents the caller StackTraceElement caller = stackTrace[2]...
  10. fukurou

    perchance flux dev

    import java.util.HashSet; public class KeyWords { private HashSet<String> hashSet; // Constructor to initialize the hashSet public KeyWords() { this.hashSet = new HashSet<>(); } // Method to add keywords to the hashSet public void addKeyword(String keyword) {...
  11. fukurou

    perchance flux dev

    import java.util.HashSet; public class KeyWords { private HashSet<String> hashSet; // Constructor to initialize the hashSet public KeyWords() { this.hashSet = new HashSet<>(); } // Method to add keywords to the hashSet public void addKeyword(String keyword) {...
  12. fukurou

    👨‍💻 dev sensory skills

    class Brain { constructor() { this.logicChobit = new Chobits(); this.emotion = ""; this.bodyInfo = ""; this.logicChobitOutput = ""; this.hardwareChobit = new Chobits(); this.hardwareChobit.SetKokoro(this.logicChobit.GetKokoro())...
  13. fukurou

    👨‍💻 dev sensory skills

    class Brain { constructor() { this.logicChobit = new Chobits(); this.emotion = ""; this.bodyInfo = ""; this.logicChobitOutput = ""; this.hardwareChobit = new Chobits(); this.ear = new Chobits(); // 120425 upgrade this.skin = new...
  14. fukurou

    👨‍💻 dev sensory skills

    public class Brain { var logicChobit = Chobits() private var emotion = "" private var bodyInfo = "" private var logicChobitOutput = "" var hardwareChobit = Chobits() var ear = Chobits() // 120425 upgrade var skin = Chobits() var eye = Chobits() public func...
  15. fukurou

    👨‍💻 dev sensory skills

    public class Brain { public var logicChobit = Chobits() private var emotion = "" private var bodyInfo = "" private var logicChobitOutput = "" public var hardwareChobit = Chobits() public var ear = Chobits() // 120425 upgrade public var skin = Chobits() public var...
  16. fukurou

    👨‍💻 dev sensory skills

    public class Brain { public Chobits logicChobit = new Chobits(); private string emotion = ""; private string bodyInfo = ""; private string logicChobitOutput = ""; public Chobits hardwareChobit = new Chobits(); public Chobits ear = new Chobits(); // 120425 upgrade...
  17. fukurou

    👨‍💻 dev sensory skills

    vb.net Public Class Brain Public logicChobit As New Chobits() Private emotion As String = "" Private bodyInfo As String = "" Private logicChobitOutput As String = "" Public hardwareChobit As New Chobits() Public ear As New Chobits() ' 120425...
  18. fukurou

    👨‍💻 dev sensory skills

    vb.net: Public Class Brain Public logicChobit As New Chobits() Private emotion As String = "" Private bodyInfo As String = "" Private logicChobitOutput As String = "" Public hardwareChobit As New Chobits() Public ear As New Chobits() ' 120425 upgrade Public skin As...
  19. fukurou

    👨‍💻 dev sensory skills

    public class Brain { private String _emotion = ""; private String _bodyInfo = ""; private String _logicChobitOutput = ""; Chobits logicChobit = new Chobits(); Chobits hardwareChobit = new Chobits(); Chobits ear = new Chobits(); // 120425 upgrade Chobits skin = new...
  20. fukurou

    👨‍💻 dev sensory skills

    the inside logic would be if !(str1 == ""):Brain.doIt(str1,str2,str3) else: Brain.doIt(Sensory, str1,str2,str3)
Top