Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    nintendo switch games

  3. fukurou

    nintendo switch games

  4. 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"...
  5. fukurou

    stirling engine

  6. fukurou

    nintendo switch games

  7. fukurou

    nintendo switch games

  8. fukurou

    [MEDIA]

  9. fukurou

    nintendo switch games

    olliolli world
  10. 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 *...
  11. fukurou

    chiis python suit scrum

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

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    SML Movie: Cody's NFT!

    test2
  17. fukurou

    SML Movie: Cody's NFT!

    test
  18. fukurou

    [MEDIA]

  19. fukurou

    🧵 3d poppy humanoid robot

    https://www.thingiverse.com/thing:2280067/files
  20. fukurou

    🧵 3d poppy humanoid robot

    https://cults3d.com/en/3d-model/gadget/poppy-humanoid
Top