Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zlerp on github.
  • I am zlerp (https://keybase.io/zlerp) on keybase.
  • I have a public key whose fingerprint is 56B2 DAD9 5257 62DA 0506 1751 2662 FBCE E252 04FC

To claim this, I am signing this object:

@Zlerp
Zlerp / 0_reuse_code.js
Created December 13, 2016 19:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Zlerp
Zlerp / onboardingGudie.md
Last active October 16, 2018 20:17
Onboarding Guide

hello

@Zlerp
Zlerp / basic-schwifty-slick-slider.markdown
Created January 31, 2019 22:18
Basic Schwifty Slick Slider
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Zlerp
Zlerp / index.js
Created August 4, 2023 16:36 — forked from emersonbroga/index.js
[QuickNode] Update TabOrder on Chain JSON files.
#!/usr/bin/env node
const fs = require("fs");
const path = require("path");
const [, , folderPath] = process.argv;
if (!folderPath) {
console.error(
"Please provide the chains json folder path [metadata/chains/]"
);