Search results

  1. fukurou

    Blades of the Guardians

  2. fukurou

    How to Publish a Book on Apple Books

  3. fukurou

    ✈️expat urban prepper

    bugout bag (everyday backpack): flashlight, water, protein bars, cell phone + extra B8Tri, swish army multitul. cash, whistle,water filter survival pen, 1st aid kit, pepper spray or tazer. important docs in water proof container + online storage 30 day supply for mainly natural dissasters or...
  4. fukurou

    🐍 python Chii's python suit

    Brain ''' Brain CLASS ''' class Brain: def __init__(self, chobit: Thinkable, mvc: Actionable): super().__init__() self.chi: Thinkable = chobit self.mvc: Actionable = mvc def doIt(self, ear: str, skin: str, eye: str): temp_str: str = self.chi.think(ear...
  5. fukurou

    [MEDIA]

  6. fukurou

    [MEDIA]

  7. fukurou

    👨‍💻 dev ChobitsV2 python

    ''' ChobitsV2 CLASS ''' class ChobitsV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.AlgDurations: dict[str, int] = personality.getAlgDurations() self.fusion: Fusion = Personality.getFusion() # Override def think(self...
  8. fukurou

    🐍 python Chii's python suit

    Actionable ''' Actionable CLASS ''' class Actionable: def act(self, input: str): # override me pass
  9. fukurou

    🐍 python Chii's python suit

    Thinkable ''' Thinkable CLASS ''' class Thinkable : def think(self, ear: str, skin: str, eye: str) -> str: """override me""" return ""
  10. fukurou

    how to force uninstall the your phone app on windows

    Open Start. Search for Windows PowerShell, right-click the top result and select Run as Administrator. Type the following command to uninstall the app and press Enter: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage restart your machine Once you complete these steps, the...
  11. fukurou

    [MEDIA]

  12. fukurou

    updated ChobitsV2

    package LG_Core; import java.util.ArrayList; import java.util.Hashtable; public class ChobitV2 extends Thinkable { protected String emot = ""; // emotion protected ArrayList<AbsCmdReq> dClassesLv1; protected ArrayList<AbsCmdReq> dClassesLv2;// can engage with friends and work...
  13. fukurou

    rick and morty season 6

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

Top