Search results

  1. fukurou

    sliders test

    sliders
  2. fukurou

    XCode grimoire

    new app project create a new Xcode project, or: file, new, project(shift + n), choose the app template on choose options for your new project set interface to STORYBOARD organization identifier example : ninja.site_name or com.name if you have no site choose a dir to save projects into in...
  3. fukurou

    publishing a python library

    create a .pypirc in home folder create account on pypi.org fill in pypirc file : [distutils] index-servers = pypi pypitest [pypi] repository: https://upload.pypi.org/legacy/ username: username password: userpass [pypitest] repository: https://testpypi.python.org/pypi username: username...
  4. fukurou

    Github: How to collaborate on Github

  5. fukurou

    [MEDIA]

  6. fukurou

    🐍 python the living grimoire is now available in python as well

    https://github.com/yotamarker/public-livinGrimoire/tree/master/livingrimoire%20start%20here/LivinGrimoire%20python
  7. fukurou

    🐍 python Chii's python suit

    ChobitsLight test : class Personality2(PersonalityLight): # Override def __init__(self, *absDictionaryDB: AbsDictionaryDB): super().__init__(absDictionaryDB) super().getdClassesLv1().append(DiHelloWorld(self.getKokoro())) if __name__ == "__main__"...
  8. fukurou

    🐍 python Chii's python suit

    PersonalityLight ''' PERSONALITY Light CLASS ''' class PersonalityLight: ''' this class is used in the ChobitV2 c'tor. it enables loading a complete skill set (a sub class of the personality class) using 1 line of code. of course you can also select specific skills to add from...
  9. fukurou

    🐍 python Chii's python suit

    ChobitsV2 ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2]...
  10. fukurou

    triumph of the will

    ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2] =...
  11. fukurou

    triumph of the will

    ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2] =...
  12. fukurou

    triumph of the will

    proper test procedure : class DiHelloWorld(DiSkillV2): def __init__(self, kokoro: Kokoro): DiSkillV2.__init__(self, kokoro) # Override def input(self, ear: str, skin: str, eye: str): if ear == "hello": self._outAlg =...
  13. fukurou

    set mac pages page background color

  14. fukurou

    🎒travel travel itinerary

  15. fukurou

    rumour booster The Samsung galaxy wait for it😉👍s23 ultra

    1 terabyte or cope !:shrug:
  16. fukurou

    💰moneymaxing fighting skills

  17. fukurou

    💰moneymaxing fighting skills

Top