|
Post by Łukasz Alga on Jul 11, 2015 5:36:42 GMT
I found method to protect me from schizophrenia. Bottom code create protection. j = 1 j = j::Int64 z1 = Array(Float64, 1) z2 = Array(Float64, 1) z1 = rand(1) z2 = rand(1) x1 = z1[1] x2 = z2[1] x1 = x1::Float64 x2 = x2::Float64 while(j != 0) print(j, "~.^^") z1 = rand(1) z2 = rand(1) x1 = z1[1] x2 = z2[1] if(x1<x2) j += j + x1 + x2 else j -= j + x1 + x2 end end Prove:
|
|
|
Post by Łukasz Alga on Jul 12, 2015 15:50:06 GMT
j = 0 j = j::Int64 z1 = Array(Float64, 1) z2 = Array(Float64, 1) z1 = rand(1) z2 = rand(1) x1 = z1[1] x2 = z2[1] x1 = x1::Float64 x2 = x2::Float64 while true print("#:", j, "to", -j, "a", x1, "TO", x2, "~.^^") z1 = rand(1) z2 = rand(1) x1 = z1[1] x2 = z2[1] if(x1<x2) j += j + x1 + x2 else j -= j + x1 + x2 end end
The most powerful version of code, sometimes are visible honeycomb structures. This is end version of code, before version was enough but I used it to decode something and need more power.
This is shield-decoder program code written in Julia Programming Language, I'm proud inventor of it.
|
|
|
Post by Łukasz Alga on Jul 12, 2015 17:18:20 GMT
Creation of random number generator connected with Adams engine definitely end schizophrenia.
|
|
|
Post by GoldenKeyRiver on May 4, 2016 7:18:15 GMT
Please, delete it.
|
|