Skip to content

Instantly share code, notes, and snippets.

View matburt's full-sized avatar
😄

Matthew Jones matburt

😄
View GitHub Profile
test = [dict() for i in xrange(2500000)]
[test.pop() for i in xrange(len(test))]
import time
test = []
for i in xrange(2500000):
test.append(dict())
for i in xrange(len(test)):
d = test.pop()
del test
#include <stdio.h>
#include <stdint.h>
uint8_t* foo(){
static uint8_t out[2] = {1,2};
return out;
}
int main(int argv, char** argc){
uint8_t* bar = foo();
#!/usr/bin/python
"""
Criptosistema ACYMOS2 por Agustin, Kriptopolis
Notas:
"~" representa la "enye"
Los comentarios estan sin acentos y caracteres especiales