Questions tagged [stack-snippets]
Stack Snippets are runnable inline code samples. Currently HTML, CSS, and JavaScript are supported.
18 questions
19
votes
2
answers
384
views
Introducing the New PPCG Leaderboard Widget!
This question previously described a leaderboard snippet which no longer exists. I am leaving this question here for historical purposes. Thank you to all who contributed.
2
votes
0
answers
96
views
Leaderboard not working correctly
The snippet used in many questions to generate a leaderboard is not displaying correctly for me, and some links are not working. I am using Firefox 59.0.2 (64-bit) on macOS 10.13.2 (High Sierra).
The ...
-4
votes
2
answers
429
views
A Standard HTML, CSS and JavaScript Parser/Interpreter
Perhaps, HTML, CSS and JavaScript have the most number of interpreters. Every browser is an interpreter of them. And each interpreter varies significantly in terms of implementation of certain aspects ...
10
votes
2
answers
336
views
Introducing Snippetify!
Snippetify is a script that is designed to make StackSnippets with JS submissions on the main site easy.
Examples
Let's say we are answering a simple challenge to repeat a string N times. A possible ...
user avatar
user58826
3
votes
0
answers
68
views
Answer-Chaining Tree/Leaderboard Snippet
This thread is devoted to the development of an answer-chaining stack snippet, which was originally used in Evolution of OEIS. By making this snippet available here (following this meta guideline), ...
17
votes
0
answers
502
views
Stack Snippet for Compressing Posts
Sometimes, we need to have posts that can bypass the 30,000 character limit. I have created this Stack Snippet that, given text as input, compresses the text and outputs a Stack Snippet that can be ...
user avatar
user45941
-2
votes
3
answers
200
views
Let's improve the leaderboard snippet [duplicate]
The leaderboard snippet could use some improvements.
Improvements usually fall into three categories:
Formatting & CSS - make it look better
Functionality - stuff it should do
Misc - everything ...
11
votes
0
answers
368
views
A golfing snippet!
The Project
The golfing snippet serves as a test suite for code-golf solutions. The snippet provides a testbed for golfed code, providing a bytecount, an input field, and an output console. Users can ...
3
votes
2
answers
256
views
PHP scripts in Stack Snippets
Now I don't know PHP or how exactly it fits into HTML, but I had an idea that you could run a PHP script in a Stack Snippet. Is this true, and if so could you give some examples?
12
votes
1
answer
309
views
Cops and robbers not yet cracked answers Stack Snippet
You can load this Snippet using the Arbitrary Stack Snippet Loader, with the following parameters:
site = 'meta.codegolf';
postID = 5686;
isAnswer = false;
QUESTION_ID = ;
QUESTION_ID is for ...
9
votes
2
answers
557
views
Arbitrary Stack Snippet Loader
The Stack Snippet below loads the first Stack Snippet in the Stack Exchange post defined by site, postID, and ...
63
votes
11
answers
4k
views
Leaderboard Snippet
I've been using a stack snippet for a while to generate leaderboards for my simpler or more popular code golf challenges. I want to share the code for this snippet here so others can use it more ...
0
votes
0
answers
65
views
`R(r+'(?=[>,]|$)','g')` is converted to `R('^'+r+'+01943df1-b949-454b-b253-e39f9f31ca1e)','g')` [duplicate]
Today I found something weird with stack snippets...
I found it in this question:Interpreting Fish (no, not that Fish)
It was in my answer: https://codegolf.stackexchange.com/a/48686/14732
...
8
votes
3
answers
676
views
Stack Snippets messing with JS?
I've noticed that my Red vs. Blue Sandbox controller snippet here has stopped working (at least in Chrome).
This is incredibly strange because the JSFiddle that is exactly identical is working fine. ...
35
votes
2
answers
4k
views
Byte counter snippet
Some people have been linking to off-site resources for counting the length of an answer (mostly https://mothereff.in/byte-counter). Some people also pointed out that it only counts in UTF-8.
Well, I ...