An implementation of bubble sort that has a time complexity of O(n^2), it's not efficient but it does the job for small data sets.
Adds a Sort JavaScript Imports command to Sublime Text 2 or 3, which sorts selected lines containing JavaScript import statements or require() calls by the module path they're importing. Lines will be ...