Shipping π₯ & β‘οΈ
Hacker π¨βπ», Maker π , #Privacy advocate π‘, #3DPrinting obsessed, #MetalHead π€
- Essex, VT
-
09:50
(UTC -05:00) - @andrhamm
Pinned Loading
-
hidden-colonies-api
hidden-colonies-api PublicTwo player turn-based civilization game built on Serverless technologies
JavaScript
-
emotional_support_pig.html
emotional_support_pig.html 1<---
2_._ _..._ .-', _.._(`))
3'-. ` ' /-._.-' ',/
4) \ '.
5/ _ _ | \
-
Kill Sticky Header (Bookmarklet)
Kill Sticky Header (Bookmarklet) 1// Found this bookmarklet on a blog post somewhere and it is awesome.
2// Save to bookmark bar and click to kill any annoying floating headers that take up you vertical resolution
3javascript:(function()%7B(function%20()%20%7Bvar%20i%2C%20elements%20%3D%20document.querySelectorAll('body%20*')%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20elements.length%3B%20i%2B%2B)%20%7Bif%20(getComputedStyle(elements%5Bi%5D).position%20%3D%3D%3D%20'fixed')%20%7Belements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B%7D%7D%7D)()%7D)()
-
Javascript Deep Change Key Case
Javascript Deep Change Key Case 1// deeply changes the case of object keys, including in sub arrays of objects
2const _ = require('lodash');
34function deepChangeKeyCase(value, fn) {
5if (Array.isArray(value)) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.