Search results

  1. fukurou

    🐍 python Chii's python suit

    DISkillUtils and Neuron ''' NEURON CLASS ''' # used to transport algorithms to other classes class Neuron: def __init__(self) -> None: self.algParts: list[Algorithm] = [] self.negativeAlgParts: list[Algorithm] = [] def empty(self): self.algParts.clear()...
  2. fukurou

    kinpatsu mono

  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    SML Movie: Joseph's Grandparents!

    ooo wee
  6. fukurou

    [MEDIA]

  7. fukurou

    Hmmm

    it's on now
  8. fukurou

    [MEDIA]

  9. fukurou

    👨‍💻 dev active task

    Neuron and DISkillUtils import java.util.ArrayList; // used to transport algorithms to other classes public class Neuron { public ArrayList<Algorithm> algParts = new ArrayList<>(); public ArrayList<Algorithm> negativeAlgParts = new ArrayList<>(); public void empty() {...
  10. fukurou

    🐍 python Chii's python suit

    Kokoro and Chi from __future__ import annotations from abc import ABC, abstractmethod from enum import Enum import re ''' Failure types: - ok: no fail - requip: item should be added - cloudian: algorithm goes to stand by in its Dclass - fail: no input ''' class enumFail(Enum): fail =...
  11. fukurou

    progbar test

    50
  12. fukurou

    Hmmm

    I don't care !
  13. fukurou

    Hmmm

    whateva I gotta get some sleep :cya:
  14. fukurou

    test hello kitty

    :hmmm:
  15. fukurou

    test hello kitty

    hello kitty
  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    we need to add emojis

    what about the sanrio ones ?
  20. fukurou

    we need to add emojis

    :!::faq: :cya::sad::slime::tnx::sweet::?::emp::hkn::meh::nrv::blush::cry2::hmmm::pr:
Top