Skip to main content
9 events
when toggle format what by license comment
Jan 14, 2014 at 13:49 comment added fsw @mniip oh yes now it works, thx
Jan 14, 2014 at 13:49 history edited fsw CC BY-SA 3.0
added 51 characters in body
Jan 14, 2014 at 13:45 comment added mniip oh, I kind of overlooked that, still can save 1 by replacing with -~-(i-j&2)
Jan 14, 2014 at 13:40 comment added fsw Tried your suggestion and it gives wrong results.(i-j&2) is actually ((i-j)&2) so your trick changes the logic here. or am i missing something?
Jan 14, 2014 at 13:29 comment added mniip You can save 2 chars if you change (1-(i-j&2)) to ~-(j&2-i)
S Jan 14, 2014 at 12:40 review Low quality posts
Jan 14, 2014 at 13:11
S Jan 14, 2014 at 12:40 review First posts
Jan 14, 2014 at 13:29
Jan 14, 2014 at 12:36 history edited fsw CC BY-SA 3.0
deleted 1 characters in body
Jan 14, 2014 at 12:21 history answered fsw CC BY-SA 3.0