Search results

  1. fukurou

    python propagation 121023

    ''' DISKILLUTILS CLASS ''' class DISkillUtils: # alg part based algorithm building methods # var args param def algBuilder(self, *itte: Mutatable) -> Algorithm: # returns an algorithm built with the algPart varargs algParts1: list[Mutatable] = [] for i in...
  2. fukurou

    LG propagation 10102023

    swift ver ready for propagation @owly
  3. fukurou

    LG propagation 10102023

    class TODOListManager{ /* manages to do tasks. q1 tasks are mentioned once, and forgotten backup tasks are the memory of recently mentioned tasks * */ var q1:UniqueItemSizeLimitedPriorityQueue = UniqueItemSizeLimitedPriorityQueue() var...
  4. fukurou

    LG propagation 10102023

    open class DiSkillV2{ private(set) var kokoro:Kokoro = Kokoro(absDictionaryDB: AbsDictionaryDB()) let diSkillUtills:DiSkillUtils = DiSkillUtils() var outAlg:Algorithm? = nil var outpAlgPriority:Int = -1 // defcon 1->5 init() {} func input(ear:String, skin:String...
  5. fukurou

    LG propagation 10102023

  6. fukurou

    LG propagation 10102023

    : Array<String>
  7. fukurou

    luxury interior designs

  8. fukurou

    LG propagation 10102023

  9. fukurou

    LG propagation 10102023

    class DiSkillUtils{ // alg part based algorithm building methods // var args param func algBuilder(algParts:Mutatable...)->Algorithm{ // returns an algorithm built with the algPart varargs var algParts1: Array<Mutatable> = [Mutatable]() for algPart in...
  10. fukurou

    LG propagation 10102023

    class AXStrOrDefault{ func gerOrDefault(str1:String, default1:String) -> String { return str1.isEmpty ? default1 : str1 } }
  11. fukurou

    luxury interior designs

  12. fukurou

    luxury interior designs

  13. fukurou

    luxury interior designs

  14. fukurou

    luxury interior designs

  15. fukurou

    luxury interior designs

  16. fukurou

    🏕️offgrid fat shelter build

  17. fukurou

    [MEDIA]

  18. fukurou

    LG propagation 10102023

    java ver propagated
  19. fukurou

    habit skill

    I am going to take another shit! last time I got back splash, but I shall perceiver
  20. fukurou

    habit skill

    package LivinGrimoire; public class DiHelloWorld extends DiSkillV2{ // hello world skill for testing purposes public DiHelloWorld() { super(); } @Override public void input(String ear, String skin, String eye) { switch (ear){ case "hello"...
Top