Skip to content

Instantly share code, notes, and snippets.

View vonKristoff's full-sized avatar
🍫

Jean-Christophe Nicolas vonKristoff

🍫
View GitHub Profile
{"version":1,"resource":"file:///Users/threejjjs/Scanlab/monorepo/js/pictureRoom/package.json","entries":[{"id":"jNuu.json","timestamp":1660818247087}]}
@vonKristoff
vonKristoff / should-be-automatic.md
Created July 2, 2018 09:04
Lorem ipsum dolor sit met, consectetur adipiscing elit.

Example Post

  1. do this
  2. Do that
  3. repeat then escape
  4. ()
@vonKristoff
vonKristoff / truthify
Last active August 29, 2015 14:05
Toggle the Object keys boolean values, setting all to false, but the key you want to set as true.
function truthify (scope, child) {
var obj = scope;
// set param to true on selectee
obj[child] = true;
for (var el in obj) {
// if obj is set to true && not equal to who