Skip to content

Instantly share code, notes, and snippets.

View guilhermehtk's full-sized avatar

Guilherme Henrique guilhermehtk

  • HiFive
  • Formiga/MG - Brazil
  • 20:51 (UTC -03:00)
View GitHub Profile
@zambon
zambon / deeply-airbnb.js
Created March 22, 2017 13:17
Deeply iterate in objects with Lodash
_.mixin({
deeply: map =>
(obj, fn) =>
map(_.mapValues(obj, (v) => {
if (_.isPlainObject(v)) {
return _.deeply(map)(v, fn);
} else if (_.isArray(v)) {
return _.map(v, item => _.deeply(map)(item, fn));
}
return v;
@andreibosco
andreibosco / creative-cloud-disable.md
Last active January 3, 2024 02:37
disable creative cloud startup on mac