Skip to content
View kalekdev's full-sized avatar

Highlights

  • Pro

Block or report kalekdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CSGO-Trader CSGO-Trader Public

    A Counter Strike skin arbitrage trading application

    Go 7

  2. Cloudflare-Solver Cloudflare-Solver Public

    Cloudflare solver API

    JavaScript

  3. Amazon-Product-API Amazon-Product-API Public

    A web service that uses the Product Advertising API to provide the latest Amazon product details

    Go 2

  4. Script for deobfuscating the Cloudfl... Script for deobfuscating the Cloudflare jsch script
    1
    const {refactor} = require('shift-refactor');
    2
    const { default: codegen} = require('shift-codegen');
    3
    const Shift = require('shift-ast');
    4
    const beautify = require('js-beautify');
    5
    const fs = require('fs');