Top "Code-snippets" questions

For issues relating to the creation, use, and maintenance of code snippets.

Manage code snippets in Notepad++

Is there any way to manage code snippets with backup for the database and code highlighting in Notepad++?

notepad++ code-snippets
Code snippets in PhpStorm

I use PhpStorm. I want to make snippets of code and then assign shortcuts to them. I can do it …

phpstorm code-snippets webstorm code-completion
Short Python Code to say "Pick the lower value"?

What I mean is, I'm looking for really short code that returns the lower value. for example: a=[1,2,3,4,5,6,7,8,9,10] b=[1,2,3,4,5,6,7,8] len(…

python code-snippets
Short (and useful) python snippets

In spirit of the existing "what's your most useful C/C++ snippet" - thread: Do you guys have short, monofunctional …

python code-snippets
How to hide code in RMarkdown, with option to see it

I'm writing an RMarkdown document in which I'd like to re-run some chunks (5 to 9). There's no need to display these …

r markdown code-snippets rstudio
How do you manage your gists on GitHub?

I love GitHub and their gist service, and that's why I'm keeping a lot of code snippets and even development …

github code-snippets gist
Automatically create #region with same name at #endregion

I'm wondering if there is a way to make #region Some Region #endregion Some Region. If there is no way …

c# .net visual-studio resharper code-snippets
Fast Median Filter in C / C++ for `UINT16` 2D Array

Does anyone know a fast median filter algorithm for 16-bit (unsigned short) arrays in c++? http://nomis80.org/ctmf.html …

c++ c image-processing code-snippets median
How do I setup/use ruby on rails snippets and autocomplete in sublime text 2?

I would appreciate if someone could direct me to a website that shows how to do this.. Can't seem to …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 code-snippets sublimetext
Defining scope for custom Sublime Text 2 snippets

While trying to write my own snippets for Sublime Text 2, I ran into the following two problems: Finding scope keys. …

scope sublimetext2 code-snippets