>>4 That's just the display library they're using, and I agree with you it looks like just x primitives. But that's no big deal, you can do it yourself with `xmessage' or something
Name:
Anonymous2013-09-08 21:54
I've already made it once chars = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z',' '];
function R(n) { return Math.floor(n*Math.random());} function randomchar(){ return chars[R(chars.length)]; }
randomstring = ''; for (var x=0;x<28;x++){ randomstring+=randomchar(); }
/* console.log(randomstring);
test = randomstring.split(""); console.log(test); test[3]=0; console.log(test.join("")); */
function copystr(s){ var test = s.split(""); for (var x=0;x<28;x++){ if (100*Math.random()<=5){ test[x]=randomchar(); } } return test.join(""); }
var target = "methinks it is like a weasel";
function score(s){ var scr = 0; for (var x=0;x<28;x++){ if (s.charAt(x)==target.charAt(x)){ scr++; } } return scr; }
var scr = score(randomstring); for (var k=0;k<1000;k++){ for (var x=0;x<100;x++){ var s = copystr(randomstring); var scr2 = score(s); if (scr2>scr){ scr = scr2; randomstring=s; } } console.log(randomstring+' generation:'+k); if (scr==28){ break; } }
>>7 What do you mean by ``plain X'' ? That's like saying you use ``plain letters'' when you really mean ``I use a monospaced font'' or something. Especially because the opposite of `plain' in this case would be `decorated', and their choice of rendering is orthogonal to their choice of window decoration.
>>8 Plain X, as in, no GTK or anything of the sort. Simple primitives. The kind that that all those applications that begin wiht x[program] have. Such as xfontsel.
Name:
Anonymous2013-10-15 14:59
but I think the analogy is wrong evolution is not goal directed, it doesn't select for the structures that look more like an eye, the eye is just a byproduct of the pressure to survive
>>14 How could such an irreducibly complex genetic structure arise in an environment without an intelligent artificing agency? Darwinian evolution CANNOT account for the existence of such lines of code.
What happens in the computer ≠ what happens in the natural world.
HA, you believe in other worlds? Oh LOL. Sunny, I know your baiting, but you aint going to catch me. Unless you are really delusional, and for once believe in ID when you can get a fucking microscope, and see your fauna evolve.
Explain biodiversity in remote locations, son. Australia is a primary example. What kind of Theos allows for his creations to go extinct, and be so different and limited. Only a stupid Theos would build such mess.
inb4 >>17 responds: How about this: Why would such a Theos even device Parasites as part of his ecosystem⸮ To ruin his creation? They support no other ecos. Why would he develop dead ends to his system⸮ Worse yet, what is the point in Fungi⸮ I know the answer: Magic!
For the chrisfags: Why would such a loving, all knowing, perfect Theos even create or plant the "Tree of Good and Evil," if he knew Man would sin⸮ Did they really want to go through all mess with their multiple personality phases, and end up fucking most of their things to Sheol because men didn't believe that their son paid for some mistakes they made on designing the garden after they sent him on some remote location of the world to die because he was pure, like the 15 billion other fetuses that have come and gone⸮ Prick
Ok, then evidence please. Unless you only know because your mama told you so. Don't worry, I am sure you mama is an honest and faithful gal. Esp. when we fuck at night
>>25 Evidence? You stole all of it one night when you were on your nigger drugs and made a giant fucking one foot long dildo out of it all and then proceeded to fuck yourself up the ass you fucking NIGGER atheist kike.
>>27 Poor Theos, that can't even protect his precious evidence from being stolen, or its Anthology from being properly translated and overwritten. teamjimmyjoe.com/wp-content/uploads/2012/07/Bad-Wedding-Photos-Dildo.jpg
What's a GA program and what does it have to do with hosting videos?
Name:
Anonymous2014-06-05 1:25
>>39 Oh, I see. You interpreted the OP request as a request to implement the youtube website (which is a video hosting site, you're correct), when in fact OP meant it to ask for an implementation of the algorithm exemplified in the corresponding video. It's a classical case of map-territory confusion. As for the definition of a GA program, a GA program is a program that implements a GA. GA stands for genetic algorithm, which is a evolution-inspired nondeterministic search algorithm.