Search results

  1. fukurou

    ๐Ÿ“ฑandroid Asus rog Phone 9 pro edition by best flossy carter๐Ÿ˜‰โœŒ๏ธ๐Ÿ˜‰โœŒ๏ธ

    ืืชื” ืœื ืจื•ืื” ืืช ื”ื—ื•ืจ ื”ืžื–ื“ื™ื™ืŸ?! ืื™ืŸ ืœืš ืคืืงื™ื ื’ ืกื˜ื ื“ืจื˜ื™ื? ื‘ื›ื•ื— ืœื‘ื–ื‘ื–?
  2. fukurou

    [MEDIA]

  3. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ื™ืคื” ื’ื ืืชื” ืžืฆืคื” ืฉืืงืจื ืžื” ืฉืืชื” ื›ื•ืชื‘ :s9:
  4. fukurou

    [MEDIA]

  5. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ืื” ... ืื– ืชื’ื™ื“
  6. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ื‘ื•ื™ื“ืื• ื™ืฉ ืœื• ROG
  7. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ื—ื•ืจ ื‘ืชื•ืš ื”ืžืกืš ืฉื—ื•ืจ ื‘ืขื™ื ื™ื™ื
  8. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ื–ื” ืœื ืœื’ื™ื™ืžืจื™ื
  9. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    ื™ืฉ ื—ื•ืจ ื‘ืžืกืš ืืชื” ืœื ืžื‘ื™ืŸ?!!!
  10. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    The Hole-Punch Camera: A Deal Breaker for Gamers The ASUS ROG Phone 9 Pro is marketed as the ultimate gaming phone, boasting top-tier specs and features designed to deliver an unparalleled gaming experience. However, there's one glaring flaw that undermines its potential: the hole-punch camera...
  11. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    hey what the fuck?! it has a hole in the screen! shit product. can't game on that shit! :s79:
  12. fukurou

    ๐Ÿ“ฑandroid Red Magic 10 + super Gaming Phone ๐ŸคŸ๐ŸคŸ๐ŸคŸ๐ŸคŸ

    The ASUS ROG Phone 9 Pro is a powerhouse designed for gaming enthusiasts. Here are the key specifications: ### Display - **Size**: 6.78 inches - **Type**: FHD+ AMOLED - **Resolution**: 2400 x 1080 pixels - **Refresh Rate**: Up to 185Hz - **Brightness**: 2,500 nits peak - **Protection**: Corning...
  13. fukurou

    ๐Ÿ‘จโ€๐Ÿ’ป dev creamers of the corn

    import random from typing import List def concat_combinations(list1: List[str], list2: List[str], list3: List[str]) -> List[str]: combinations = [] for item1 in list1: for item2 in list2: for item3 in list3: combinations.append(item1 + item2 + item3)...
  14. fukurou

    UI beefup

    in this example, the root.attributes("-topmost", True) line ensures that the Tkinter window will always stay on top of other windows. You can toggle this attribute on and off by setting it to True or False as needed.
  15. fukurou

    UI beefup

    import tkinter as tk def create_window(): root = tk.Tk() root.title("Always on Top Window") # Set the window to always be on top root.attributes("-topmost", True) label = tk.Label(root, text="This window is always on top!") label.pack(padx=20, pady=20)...
  16. fukurou

    ๐Ÿ‘จโ€๐Ÿ’ป dev creamers of the corn

    from AXPython import AXCmdBreaker, RegexUtil from LivinGrimoire23 import Brain, Skill import webbrowser class DiBrowser(Skill): def __init__(self): super().__init__() self.cmdBreaker: AXCmdBreaker = AXCmdBreaker("surf") self._str1: str = "" self.regexUtil =...
  17. fukurou

    ๐Ÿ‘จโ€๐Ÿ’ป dev creamers of the corn

    @staticmethod def check_url_operational(url: str) -> bool: # Ensure the URL has a scheme (http or https) parsed_url = urlparse(url) if not parsed_url.scheme: url = 'http://' + url parsed_url = urlparse(url) # Ensure the URL has a...
  18. fukurou

    ๐Ÿ‘จโ€๐Ÿ’ป dev creamers of the corn

    def check_codephrase(s: str) -> str: codephrase = "codephrase" if s.startswith(codephrase): return s[len(codephrase):] return s # Example usage input_string = "codephraseThis is the leftover part." result = check_codephrase(input_string) print(result) # Output: "This is the...
  19. fukurou

    [MEDIA]

Top