lunes, 8 de enero de 2024

Silicon Valley s03e01




 

#include <stdio.h>
#include <stdlib.h>

typedef unsigned long u64;

typedef void enc_cfg_t;
typedef int enc_cfg2_t;
typedef __int128_t dcf_t;

enc_cfg_t _ctx_iface(dcf_t s, enc_cfg2_t i) {
  int c = (((s & ((dcf_t)0x1FULL << i * 5)) >> i * 5) + 65);
  printf("%c", c); }
enc_cfg2_t main() {
  for (int i=0;i<17; i++) {
    _ctx_iface(0x79481E6BBCC01223 + ((dcf_t)0x1222DC << 64), i);
  }
}


 

domingo, 7 de enero de 2024

Ex Machina (2014)

 


#BlueBook code decryption

import sys
def sieve(n):
    x = [1] * n
    x[1] = 0
    for i in range(2,n/2):
               j = 2 * i
               while j < n:
                       x[j]=0
                       j = j+i
    return x

def prime(n,x):
       i = 1
       j = 1
       while j <= n:
               if x[i] == 1:
                       j = j + 1
               i = i + 1
       return i - 1

x=sieve(10000)
code = [1206,301,384,5]
key =[1,1,2,2,]
sys.stdout.write("".join(chr(i) for i in [73,83,66,78,32,61,32]))
for i in range (0,4):
    sys.stdout.write(str(prime(code[i],x)-key[i]))

print


.

 

miércoles, 3 de enero de 2024

Attack of the Flickering Skeletons: More Terrible Old Games You've Probably Never Heard Of

Libro con lista de los peores juegos que fueron anunciados como buenos en revistas (e hicieron gastar plata demas).

Destacan un par de juegos a8, sobre todo el de la portada.

- Castle Top

- Domain of the Undead