Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FL
floorjam @lemmy.world
Posts 1
Comments 20
What Would You Like To See In Upcoming Updates
  • Yeah, if I remember correctly, on reddit this worked in sync. Just hold the finger and drag down to zoom in. Worked in images, videos, article images... And as soon as you let go with the finger, back to the normal list

  • Steam Strategy Fest 2023
  • That's true, sadly.

    On my tablet I only bought the two large DLCs and not the leader packs and my city planning looked really bad when I realized that not all wonders are available without them.

  • Sometimes Julia feels like cheating
  • This helped me realize how much this aligns with my problems (and I guess the spirit of this test problem). Sometimes you have special knowledge of your data and can use much more efficient functions that are just there in Julia.

  • Sometimes Julia feels like cheating
  • I first did something with findfirst, which needed some bounds checks. Then I saw another answer and they used searchsortedfirst which is just it ... Even the documentation reads like the problem description

  • Sometimes Julia feels like cheating

    www.codewars.com Keep the Order

    Task: Your job here is to write a function (keepOrder in JS/CoffeeScript, keep_order in Ruby/Crystal/Python, keeporder in Julia), which takes a sorted array ary and a value val, and returns the l...

    Keep the Order

    I just tried my first problem on Codewars and realised: This solution feels like cheating

    5