I hereby claim:
- I am WillsonSmith on github.
- I am willson (https://keybase.io/willson) on keybase.
- I have a public key whose fingerprint is 2B19 85F6 768C 3D27 AD37 A65B 0533 4FB0 0C20 304F
To claim this, I am signing this object:
| (function() { | |
| function compose(...funcs) { | |
| return function (value) { | |
| return funcs.reverse().reduce(function(previous, current) { | |
| return previous.call(this, current(value)); | |
| }); | |
| }; | |
| } | |
| function shout(string) { |
| require "fileutils" | |
| ##moves files including "Screen Shot" to a temp folder | |
| PATH = ARGV[0] ? ARGV[0] : Dir.home() + "/desktop" | |
| TEMP_FOLDER = "screens" | |
| Dir.chdir(PATH) | |
| Dir.mkdir(TEMP_FOLDER) unless Dir.exists?("#{PATH}/#{TEMP_FOLDER}") | |
| FileUtils.mv Dir.glob("Screen Shot*.png"), TEMP_FOLDER | |
| puts ["all finished 😊", "bye bye screenshots! 👋", "nice clean desktop! 💻"].sample |
| (function() { | |
| "use strict"; | |
| var assign = require("lodash.assign"), | |
| mathPrototype = { | |
| total: 0, | |
| add: function add(number) { |
| (function() { | |
| "use strict"; | |
| var calculatorPrototype = { | |
| total: 0, | |
| add: function add(number) { |
| var gulp = require("gulp"); | |
| var babel = require("gulp-babel"); | |
| var sourcemaps = require("gulp-sourcemaps"); | |
| gulp.task("default", function () { | |
| return gulp.src("es6.js") | |
| .pipe(babel()) | |
| .pipe(gulp.dest("dist")); | |
| }); |
| function checkIfNew(tagName, cb) { | |
| "use strict"; | |
| var nodeList = document.getElementsByTagName(tagName); | |
| var tempList = [].slice.call(nodeList); | |
| function conditional() { | |
| var tempLength = tempList.length, | |
| nodeLength = nodeList.length, |
I hereby claim:
To claim this, I am signing this object:
| require 'fileutils' | |
| files = Dir.glob "*.png" | |
| files = files.map { |file| [file.count("?/"), file] } | |
| files = files.sort.map { |file| file[1] } | |
| files.each do |file| | |
| rena = file.include? 'Screen Shot' | |
| dchk = 'temp' | |
| if rena |
| (function(){ | |
| 'use strict'; | |
| var c = document.getElementById('container'); | |
| var start, | |
| move, | |
| end; | |
| c.addEventListener('touchstart', function(e){ |
| [][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+ |