Skip to content

Instantly share code, notes, and snippets.

View Neboer's full-sized avatar
🍉
Workermelon

Neboer Neboer

🍉
Workermelon
View GitHub Profile
@Neboer
Neboer / nbtp.c
Last active July 21, 2022 08:22
nbtp is a simple C/C++ program to convert any binary file to a validate png picture use lodepng
#include "lodepng.h"
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#define max_buffer 0xFFFFFF
struct size
{
unsigned width;
@Neboer
Neboer / 1.git
Created September 29, 2018 03:28
MyFirstGit
dff