Search results

  1. fukurou

    test scheduled

    test
  2. fukurou

    👨‍💻 dev active task

    convert to python : abstract class AbsDictionaryDB { abstract fun save(key: String, value: String) abstract fun load(key: String): String //TODO set to return null as default if key not found !!! }
  3. fukurou

    chiis python suit scrum

  4. fukurou

    chiis python suit scrum

    marked with "-" is completed 100 37 core classes out of 37 -APCldVerbatim -APSay -APVerbatim -AbsDictionaryDB -AbsAlgPart ~AbsCmdReq -AbsDictionaryDBShadow -Algorithm -Brain -Cerabellum ~CerabellumV2 -Chi -ChobitsV2 -CldBool -DExplorer ~DISkill -DPermitter -DiSkillUtill -DiSkillV2 -Fusion...
  5. fukurou

    [MEDIA]

  6. fukurou

    AbsAlgPart

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

    [MEDIA]

  8. fukurou

    test

    test
  9. fukurou

    test

    test
  10. fukurou

    test code

    package org.kotlinlang.play // 1 fun main() { // 2 println("Hello, World!") // 3 }
  11. fukurou

    test

    test
Top