fukurou's latest activity

  • fukurou
    fukurou updated their status.
  • fukurou
    class DiFitnessBoxing(Skill): def __init__(self): super().__init__() self.punches = ["jab", "cross", "lead hook"...
  • fukurou
    Light / beginner session 40–60 combos total Slow pace, lots of correction 1–3 punches per combo Standard mittwork session 60–100...
  • fukurou
    import random # Boxing punches: 1–6 PUNCHES = [1, 2, 3, 4, 5, 6] def combo_easy(): """ Easy mode: - 1 to 3 punches -...
  • fukurou
    fukurou updated their status.
  • fukurou
    class DiAffirmations(Skill): # plays start up sound and removes skill def __init__(self): super().__init__()...
  • fukurou
    import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse import time def get_registered_domain(url)...
  • fukurou
    unique site finder search engine: import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse import time...
  • fukurou
    import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse class LocalSearchEngine: def...
  • fukurou
    pip install beautifulsoup4 requests crawler import requests from bs4 import BeautifulSoup from urllib.parse import urljoin, urlparse...
  • fukurou
    from difflib import SequenceMatcher from typing import Tuple, List def similarity(a: str, b: str) -> int: """ Intent...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev shondo.
    import os import pygame import threading from fishaudio import FishAudio from fishaudio.utils import save from DLC.skills_monitor...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev shondo.
    import os import pygame import threading from fishaudio import FishAudio from fishaudio.utils import save from DLC.skills_monitor...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev shondo.
    import os import pygame import threading from fishaudio import FishAudio from fishaudio.utils import save from DLC.skills_monitor...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev shondo.
    import os import pygame import threading from fishaudio import FishAudio from fishaudio.utils import save from DLC.skills_monitor...
Top