Skip to content

Instantly share code, notes, and snippets.

View ecomaikgolf's full-sized avatar
🔑
PGP: C79F01CE017F57A4FBBB4E2233DDFB0AEB9420CB

Ernesto Martínez García ecomaikgolf

🔑
PGP: C79F01CE017F57A4FBBB4E2233DDFB0AEB9420CB
View GitHub Profile
1
PZXZASBBDADDLQBRMQRXREQWR
3
24
TBWSYXTSYWYABBMRCFEUYDOCV
2
926
8327
4
PBDKCADUBBSBDWPUAUAVVDJXB
#include <iostream>
#include <fstream>
#include <time.h>
#include <random>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <thread>
#include <chrono>
#include <vector>
@ecomaikgolf
ecomaikgolf / prueba7.txt
Created March 14, 2019 10:56
This is an elemental trivial fuzz test
2
1595
4227
2
2597
8198
2
3280
3551
2
@ecomaikgolf
ecomaikgolf / prueba7.txt
Created March 14, 2019 10:47
Elemental fuzz test
2
5184
4101
2
6329
2733
4
SUVOBNUODBYKBMUOFGVOIGCQN
7
3559
@ecomaikgolf
ecomaikgolf / prueba6.txt
Created March 13, 2019 20:56
Fuzz testing for automaticdistribution
-1
0
999999
1
1
1
2
-800
2
-0
@ecomaikgolf
ecomaikgolf / exercise6.cpp
Created March 11, 2019 09:50
Ejercicio 6 de ficheros binarios
#include <iostream>
#include <fstream>
#include <cstring>
using namespace std;
struct Student{
char id[20];
char surname[40];
char name[20];