Search results

  1. fukurou

    👨‍💻 dev active task

    the kokoro class and the chi class package com.yotamarker.lgkotlin1; import java.util.Hashtable; /* all action data goes through here * detects negatives such as : repetition, pain on various levels and failures * serves as a database for memories, convos and alg generations * can trigger...
  2. fukurou

    🐍 python Chii's python suit

    APCldVerbatim and CldBool from __future__ import annotations from abc import ABC, abstractmethod from enum import Enum ''' 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 =...
  3. fukurou

    test dora

    @ZORO ^
  4. fukurou

    test dora

    the quick brown fox jumps over the lazy dog the quick brown fox jumps over the lazy dog the quick brown fox jumps over the lazy dog ok @zoro final
  5. fukurou

    test dora

    tu tu tu tu tu dora
  6. fukurou

    test

    fghdfghdfghjdj
  7. fukurou

    [MEDIA]

  8. fukurou

    👨‍💻 dev active task

    CldBool public class CldBool { //cloudian : this class is used to provide shadow reference to a boolean variable private Boolean modeActive = false; public Boolean getModeActive() { return modeActive; } public void setModeActive(Boolean modeActive) {...
  9. fukurou

    🐍 python Chii's python suit

    Algorithm 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 = "fail"...
  10. fukurou

    site rules

    keep it legal no flaming
  11. fukurou

    AeroGarden

  12. fukurou

    [MEDIA]

  13. fukurou

    👨‍💻 dev active task

    next battle : the Algorithm class import java.util.ArrayList; // a step by step plan to achieve a goal public class Algorithm { private String goal; private String representation; private ArrayList<Mutatable> algParts = new ArrayList<>(); public Algorithm(String goal...
  14. fukurou

    👨‍💻 dev active task

    task review (GrimoireMemento): the code line to remove numbers did not work I had to fix it mutant = obj was omitted in the loadMutations method which resulted in an infinite while loop don't know why the AbsDictionaryDB was implemented when there is already an AbsDictionaryDBShadow class ready
  15. fukurou

    🐍 python Chii's python suit

    GrimoireMemento 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 =...
  16. fukurou

    👨‍💻 dev active task

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    [MEDIA]

  20. fukurou

    🐍 python Chii's python suit

    PlayGround (not core class but high use in skills) this class helps with time related methods import datetime from datetime import timedelta import calendar from enum import Enum, auto class enumTimes(Enum): DATE = auto() DAY = auto() YEAR = auto() HOUR = auto() MINUTES =...
Top