Skip to main content

Timeline for Leaderboard Snippet

Current License: CC BY-SA 4.0

54 events
when toggle format what by license comment
Jun 1, 2018 at 9:43 history edited user202729 CC BY-SA 4.0
More minification.
Jun 1, 2018 at 9:12 comment added Martin Ender Mod @user202729 I prefer it to be hidden by default, but it's a simple enough change that anyone using it can make themselves, so I don't feel strongly either way.
Jun 1, 2018 at 2:59 comment added user202729 Do you think it's a good idea to make the snippet has hide: false so it only takes 1 click to open the snippet (like this)?
May 31, 2018 at 5:15 history edited user202729 CC BY-SA 4.0
added 66 characters in body
May 31, 2018 at 5:02 history edited user202729 CC BY-SA 4.0
Minified code.
May 31, 2018 at 4:55 history edited user202729 CC BY-SA 4.0
Floatingpoint/negative number support. Include <strike> and <del>.
May 28, 2018 at 15:47 history edited user202729 CC BY-SA 4.0
added 16 characters in body
May 28, 2018 at 13:45 history edited user202729 CC BY-SA 4.0
deleted 42 characters in body
May 28, 2018 at 13:11 history edited user202729 CC BY-SA 4.0
deleted 3852 characters in body
May 28, 2018 at 10:26 comment added O.O.Balance The snippet is not working for me (overlapping text, broken links). I have asked a question about it here: codegolf.meta.stackexchange.com/q/16447/79343
Aug 3, 2017 at 6:45 comment added Евгений Новиков @MartinEnder Crashes on 110974 question. "Winners by language" section
May 24, 2017 at 13:08 answer added user58826 timeline score: 3
Apr 13, 2017 at 12:39 history edited CommunityBot
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Apr 3, 2017 at 13:11 comment added Matthew Roh Could you use Roboto as the font? (<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> then font-family: 'Roboto', sans-serif; in table thead)
Nov 5, 2016 at 19:17 comment added noɥʇʎԀʎzɐɹƆ any confirmation, disconfirmation, or bug fix down the pipeline for meta.codegolf.stackexchange.com/a/7666/41088?
Sep 4, 2016 at 1:33 answer added noɥʇʎԀʎzɐɹƆ timeline score: 3
Aug 24, 2016 at 21:23 answer added Jonathan Allan timeline score: 1
May 26, 2016 at 7:56 answer added manatwork timeline score: 2
May 25, 2016 at 20:40 answer added Alex A.Mod timeline score: 10
May 25, 2016 at 13:56 answer added trichoplax is on Codidact now timeline score: 7
May 25, 2016 at 10:41 answer added trichoplax is on Codidact now timeline score: 0
Apr 25, 2016 at 21:49 comment added Martin Ender Mod @OldBunny2800 it's definitely possible but I don't remember off the top of my head whether the filter I'm using queries the score or not (but chances are it does, which would make the change pretty simple, but I can't look into it right now).
Apr 25, 2016 at 21:45 comment added AAM111 I understand that, but I mean in the question as a neat and tidy leaderboard rather than a six-page huge answer list with body and everything. I want it for this question: codegolf.stackexchange.com/questions/44680/… and other popularity-contests.
Apr 25, 2016 at 21:43 comment added Martin Ender Mod @OldBunny2800 how would that be useful? Stack Exchange is perfectly capable of sorting by votes.
Apr 25, 2016 at 21:35 comment added AAM111 Can anyone change it to sort by votes rather than score?
Jan 24, 2016 at 13:41 comment added Martin Ender Mod @Nathaniel A quick fix would be to change the \d+ in that long regex to \d+(?:\.\d+) but I can't tell you off the top of my head how robust that will be.
Jan 24, 2016 at 13:39 comment added N. Virgo Would it be a simple matter to modify this so it handles floating point scores? It would come in handy for codegolf.stackexchange.com/questions/69930/… and other code-challenge questions
Dec 17, 2015 at 18:28 answer added manatwork timeline score: 6
Dec 10, 2015 at 7:29 history edited Alex A.Mod CC BY-SA 3.0
Connect to the API using HTTPS
Dec 4, 2015 at 18:04 answer added Peter Taylor timeline score: 6
Nov 4, 2015 at 11:24 comment added trichoplax is on Codidact now @MartinBüttner would you have any objection to the minified snippet markdown being uploaded to pastebin so it can be copied and pasted into posts in a single step? I tried making an answer with the raw markdown showing but <!-- seems to prevent it.
Oct 3, 2015 at 16:16 comment added user2428118 Can you please replace every occurrence of http://api.stackexchange.com/ with //api.stackexchange.com/ (a protocol-relative URL) so the leaderboard works on https://codegolf.stackexchange.com without having to disable mixed content blocking every time?
Oct 3, 2015 at 0:09 comment added Daniel M. Can the \d+ be changed to \-?\d+ so it accepts negative numbers (for bonuses and such)?
Aug 30, 2015 at 23:44 history edited Alex A. CC BY-SA 3.0
Updated minified snippet to match unminified version
Aug 27, 2015 at 11:18 history edited Martin EnderMod CC BY-SA 3.0
added 52 characters in body
Aug 27, 2015 at 11:17 answer added Beta Decay timeline score: 1
Aug 27, 2015 at 11:09 history edited Martin EnderMod CC BY-SA 3.0
added 880 characters in body
Aug 27, 2015 at 10:59 history edited Martin EnderMod CC BY-SA 3.0
added 880 characters in body
May 25, 2015 at 19:36 answer added Optimizer timeline score: 3
May 3, 2015 at 21:27 comment added Ismael Miguel @MartinBüttner Yes, we are. But <del> is the right tag to use. Since an element was removed (in this case, the old byte count). Visually, it makes no difference.
May 3, 2015 at 21:19 comment added Martin Ender Mod @IsmaelMiguel Not really. I don't think I will fix this before changing the entire parsing from regex to jQuery though. No point in patching loads of special cases into that horrible regex if I could just do it right. Also, who would want to type del instead of s anyway? We're still on CodeGolf.SE after all! :P
May 3, 2015 at 21:14 comment added Ismael Miguel Does it handle <del> instead of <s>?
Apr 27, 2015 at 11:57 comment added Martin Ender Mod @Calvin'sHobbies Then again you can also uses <code><pre> in markdown to get a code block.
Apr 27, 2015 at 11:56 comment added NinjaBearMonkey @Calvin'sHobbies That's a good point. I guess there's a trade-off between syntax highlighting and getting the code easily and reliably.
Apr 27, 2015 at 3:00 comment added Calvin's Hobbies @NinjaBearMonkey Reading the markdown is arguably better because you can look for code blocks with syntax highlighting. HTML mangles highlighted code. On the other hand, not all 4-space indented text is code in markdown, so the regex to match markdown code blocks is trickier if you want to do it right.
Apr 26, 2015 at 21:20 history tweeted twitter.com/#!/StackCodeGolf/status/592438064020086784
Apr 25, 2015 at 13:35 history edited Martin EnderMod CC BY-SA 3.0
added 128 characters in body
Apr 24, 2015 at 22:28 comment added Martin Ender Mod @AlexA. Oh forgot to answer your second question. It's a token sent to the Stack Exchange API which tells the API which fields I want populated in the JSON response (like user ID, timestamp, markdown body, HTML body, etc.). You can create your own here.
Apr 24, 2015 at 22:23 comment added Martin Ender Mod @NinjaBearMonkey That seemed easier somehow. I guess I could look into using jQuery to fetch the score from the HTML.
Apr 24, 2015 at 22:20 comment added Martin Ender Mod @AlexA. The minifier moves definitions around, and ANSWER_FILTER is somewhere at the end. (In fact, QUESTION_ID also ended up there, but I moved that back to the front so it would be easier to find.)
Apr 24, 2015 at 21:53 comment added NinjaBearMonkey Is there a reason why you scrape the Markdown to get the header, instead of parsing the generated HTML?
Apr 24, 2015 at 21:33 comment added Alex A. It looks like ANSWER_FILTER isn't defined in the minified code, but it is in the unminified code. (The minified code still works though.) Also, what is it?
Apr 24, 2015 at 15:55 history edited Martin EnderMod CC BY-SA 3.0
added 158 characters in body
Apr 24, 2015 at 15:49 history asked Martin EnderMod CC BY-SA 3.0