Search results

  1. fukurou

    💰moneymaxing fighting skills

  2. fukurou

    10 New Things To Try On Your Mac In Monterey

  3. fukurou

    [MEDIA]

  4. fukurou

    switch tnmt

    https://www.gematsu.com/2022/02/teenage-mutant-ninja-turtles-shredders-revenge-confirms-ps4-and-xbox-one-versions-adds-playable-master-splinter
  5. fukurou

    [MEDIA]

  6. fukurou

    Blades of the Guardians

  7. fukurou

    How to Publish a Book on Apple Books

  8. 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...
  9. 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...
  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. 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...
  13. fukurou

    🐍 python Chii's python suit

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

    🐍 python Chii's python suit

    Thinkable ''' Thinkable CLASS ''' class Thinkable : def think(self, ear: str, skin: str, eye: str) -> str: """override me""" return ""
  15. 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...
  16. fukurou

    [MEDIA]

Top