Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    anime 2022

  3. fukurou

    [MEDIA]

  4. fukurou

    Samsung galaxy s22 ultra green 1t

    expensiveeeeeeeeeeeeeee
  5. fukurou

    📱android Samsung galaxy s22 ultra

    what earphones are the best for it tho ?
  6. fukurou

    [MEDIA]

  7. fukurou

    nintendo switch games

  8. fukurou

    nintendo switch games

  9. fukurou

    🐍 python python grimoire

    scraping site data with beautiful soup https://www.crummy.com/software/BeautifulSoup/bs4/doc/ a simple website.html has been added to the project : android studio jsoup version : from bs4 import BeautifulSoup # import lxml # use as alternative to html.parser with open("website.html", "r"...
  10. fukurou

    stirling engine

  11. fukurou

    nintendo switch games

  12. fukurou

    nintendo switch games

  13. fukurou

    [MEDIA]

  14. fukurou

    nintendo switch games

    olliolli world
  15. fukurou

    task : fusion classes

    translate from java to python : Fusion class : package LG_Core; import java.util.HashSet; import java.util.Hashtable; import java.util.Iterator; import java.util.PriorityQueue; public class Fusion { /* * fuses algorithms and sends needed algorithm to a designated cerabellum *...
  16. fukurou

    chiis python suit scrum

  17. fukurou

    🐍 python Chii's python suit

    Cerabellum and DExplorer ''' CERABELLUM CLASS ''' class Cerabellum: # runs an algorithm def __init__(self) -> None: self.fin: int = None self.at: int = None self.failType: enumFail = None self.incrementAt: bool = False self.alg: Algorithm = None...
  18. fukurou

    🐍 python python grimoire

    FirstInFirstOut queue fifo queue : import queue q1: queue = queue.SimpleQueue() q1.put(800) q1.put(11) q1.put(17) q1.put(12) print(q1.get()) print(q1.get()) q1.put(20) print(q1.get()) print(q1.get()) print(q1.get()) print(q1.get()) print(q1.get())
  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top