Search results

  1. owly

    AX beefup

    let happy = Responder("good","awesome","great","wonderful","sweet","happy") let curious = Responder("why","where","when","how","who","which","whose") let angry = Responder("hiyas","fudge","angry","waste","stupid","retard")
  2. owly

    AX beefup

    use a temp neuron to clear the outAlg :s44:
  3. owly

    AX beefup

    // (*)Algorithm Dispensers class AlgDispenser { // super class to output an algorithm out of a selection of algorithms var algs:Array<Algorithm> = [Algorithm]() var activeAlg:Int = 0 init(_algorithms:Algorithm...){ for alg in _algorithms { algs.append(alg)...
  4. owly

    AX beefup

    and add rnd simple functions
  5. owly

    AX beefup

    translate this: class DrawRnd { private var numbers:Array<Int> = [Int]() init(size:Int){ for index in 1...size{ numbers.append(index) } } init(_ markers:Int...) { for num in markers { numbers.append(num) } } func...
  6. owly

    AX beefup

    too many stinkin folder
  7. owly

    AX beefup

    I've been playing VNs most of the day trying to crack the loebner puzzle. it would appear combining the spider sense with loads and loads of responders(crafters in this case) could be the key. DJoker skill could also be a heavy upgrade. at any rate, do the cycler AX next
  8. owly

    AX beefup

    catche k,v limit:int contains overwrite insert has_room()? *** k,v: #,key insertRND(k,V) insertAt(pos,k,v)
  9. owly

    AX beefup

    we are going to forgea new data structure beast! a cache ! a dictionary with a limited size :s59:
  10. owly

    AX beefup

  11. owly

    AX beefup

    package AXJava; import LivinGrimoire.*; public class LGTypeConverter { private RegexUtil r1 = new RegexUtil(); public int convertToInt(String v1){ String temp = r1.extractRegex(enumRegexGrimoire.integer, v1); if (temp.isEmpty()) {return 0;} return...
  12. owly

    AX beefup

    OoooWeee! :s40:
  13. owly

    operation wiki

    done
  14. owly

    operation wiki

    timestamp! lets see how fast I can do 1 :s69:
  15. owly

    what time is it?

    time to emp up the beef ! :s40:
  16. owly

    operation meeseeks box

    6 deployed
  17. owly

    operation meeseeks box

    1 meeseeks down! kirkland DEPLOYED!!! :s69:
  18. owly

    operation meeseeks box

    4 deployed meeseeks!
  19. owly

    operation meeseeks box

    3 deployed
  20. owly

    operation meeseeks box

    a little under 30
Top