Skip to content

Instantly share code, notes, and snippets.

@hxgdzyuyi
Last active October 23, 2015 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hxgdzyuyi/0ed391fba2608c0fd608 to your computer and use it in GitHub Desktop.
Save hxgdzyuyi/0ed391fba2608c0fd608 to your computer and use it in GitHub Desktop.
ag "_\.\w+" -o --nofilename --nobreak | sort | uniq -c | sort -r | pbcopy
  26 _.isUndefined
   9 _.isString
   9 _.isFunction
   6 _.isArray
   3 _.isNumber
   1 _.isObject
 230 _.extend
 181 _.template
 123 _.bind
 111 _.each
  37 _.bindAll
  34 _.defaults
  29 _.pick
  27 _.escape
  26 _.isUndefined
  26 _.clone
  19 _.memoize
  19 _.indexOf
  18 _.defer
  17 _.delay
  15 _.contains
  14 _.result
  12 _.map
  12 _.debounce
   9 _.isString
   9 _.isFunction
   8 _.throttle
   7 _.chain
   6 _.keys
   6 _.isArray
   6 _.filter
   5 _.unescape
   4 _.without
   4 _.uniq
   4 _.sortBy
   4 _.now
   4 _.last
   4 _.intersection
   4 _.has
   4 _.difference
   3 _.toArray
   3 _.range
   3 _.pluck
   3 _.object
   3 _.isNumber
   3 _.first
   2 _.swap
   2 _.sprintf
   2 _.sortedIndex
   2 _.forEach
   1 _.uniqueId
   1 _.union
   1 _.rest
   1 _.reduce
   1 _.mixin
   1 _.isObject
   1 _.find
   1 _.every
   1 _.any
   1 _.all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment