Search results

  1. owly

    [MEDIA]

  2. owly

    teehee

  3. owly

    (swift) he looks to the left he looks to the right

    shit timestampmaxing is based:s33:
  4. owly

    (swift) he looks to the left he looks to the right

    public class AXContextCmd { // engage on commands // when commands are engaged, context commans can also engage public UniqueItemSizeLimitedPriorityQueue commands = new UniqueItemSizeLimitedPriorityQueue(); public UniqueItemSizeLimitedPriorityQueue contextCommands = new...
  5. owly

    (swift) he looks to the left he looks to the right

    public class AXMachineCode { // common code lines used in machine code to declutter machine code public Hashtable<String,Integer> dic = new Hashtable<>(); public AXMachineCode addKeyValuePair(String key, int value){ dic.put(key,value); return this; } public...
  6. owly

    (swift) he looks to the left he looks to the right

    public class AXInputWaiter { // wait for any input private TrgTolerance trgTolerance; public AXInputWaiter(int tolerance) { this.trgTolerance = new TrgTolerance(tolerance); trgTolerance.reset(); } public void reset(){ trgTolerance.reset(); }...
  7. owly

    (swift) he looks to the left he looks to the right

    RU gonna rub 1 out after each class?
  8. owly

    (swift) he looks to the left he looks to the right

    he posts a task and starts the night 100 AXContextCommand :s24: AXMachineCode :s24: TrgTolerance :s24: AXInputWaiter :s24: AXCmdBreaker :s24: @fukurou https://jizz.is/threads/swift-cheat-sheet.464/
  9. owly

    so funny :)

    :s35:
  10. owly

    [MEDIA]

  11. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    there are two modules on my mind ATM: humor module auto programming module. the 1st has already revealed itself to me, it actually makes functional sense. the 2nd I need to brain dive to get. it would seem search engines have poisoned search results of the subject, which is interesting. all my...
  12. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    you just need to spend less time jackin
  13. owly

    bet you lurker losers can't figure out what I'ma do with these sweet algorithms

    https://en.wikipedia.org/wiki/Search_tree :s48: noobs
  14. owly

    🐍 python python time

  15. owly

    🐍 python python time

    public class PersistantQuestion { private Boolean isActive = false; private String mode = "yes"; // key mode private Hashtable<String, DrawRnd>dic = new Hashtable<>(); private OutputDripper outputDripper = new OutputDripper(1); private String loggedAnswer = ""; // only used...
  16. owly

    🐍 python python time

  17. owly

    [MEDIA]

  18. owly

    🐍 python python time

    public class Strategy { private UniqueItemSizeLimitedPriorityQueue activeStrategy; // active strategic options private DrawRnd allStrategies; // bank of all strategies. out of this pool active strategies are pulled public Strategy(DrawRnd allStrategies) { // create the...
  19. owly

    🐍 python python time

    I'm gone catch some Zs :s66:
  20. owly

    🐍 python python time

    public class InputFilter { // filter out non-relevant input // or filter in relevant data public String filter(String ear, String skin, String eye){ // override me return ""; } public AXKeyValuePair filter(String ear){ // override me : key =...
Top