Skip to content

Instantly share code, notes, and snippets.

@tripulse
tripulse / hed-beta.js
Created June 30, 2018 07:23
The new generation encryption
/**
*
* @param {String} string
* @param {String} key
*/
function hedEncode(string, key) {
if(string || key) return;
var keys = {
@xsbee
xsbee / loli.py
Last active September 20, 2022 18:55
Lightning speed, multithreaded, Lolicon downloader.
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Possession of materials alluding to Loli or Lolicon vary upon jurisdiction.
# Henceforth in no event shall the author ("xsbee") be liable for any damage,
# financial, legal, reputational, mental or physical. Use at your own risk.
# ロリまたはロリコンをほのめかす資料の所有は、司法管轄区によって異なります。
# 今後いかなる場合でも、著者 (「xsbee」) は、金銭的、法律的、評判、精神的または身
# 体的損害について責任を負わないものとします。 自己責任。
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <cairo.h>
/**
* Loads single channel 32-bit little-endian single precision
* floating point PCM data.