Jump to content
IGNORED

disproving evolution in 5 minutes or less


justme007

Recommended Posts


  • Group:  Diamond Member
  • Followers:  3
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  1,502
  • Content Per Day:  0.67
  • Reputation:   662
  • Days Won:  0
  • Joined:  02/05/2018
  • Status:  Offline

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  0
  • Topic Count:  118
  • Topics Per Day:  0.05
  • Content Count:  2,858
  • Content Per Day:  1.24
  • Reputation:   814
  • Days Won:  0
  • Joined:  11/29/2017
  • Status:  Offline
  • Birthday:  04/01/1968

That sight speaks of Drawings,

 

here is actual photos and videos.

 

https://www.humpath.com/spip.php?article3414

 

Link to comment
Share on other sites


  • Group:  Advanced Member
  • Followers:  3
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  140
  • Content Per Day:  0.05
  • Reputation:   47
  • Days Won:  0
  • Joined:  11/07/2016
  • Status:  Offline

 

 

 

Hello brothers and sisters,

 

i just wanted to write something, like a testimony that sums up the last year or so of my life. i want to explain why i started writing about evolution, why i started thinking about it and what i realized during that time. 

 

a) 1) i watched a documentary about flagellar motor and irreducible complexity. it was a Christian documentary. look it up online, it has to be on youtube or something. i got really delighted after watching that.

 

    2) i went online to learn more about that. the first thing i stumbled upon was a wikipedia article. and the article had a very strong atheistic bias. that was very disturbing to read. i stopped reading that as soon as i realized that. it is very sad, but its easy to notice that the so called scientific community has a general atheistic bias.

 

    3) i started thinking a lot about the issue of abiogenesis and about the many ways to disprove those "theories".

 

b) 1) i realized many things that i will try my best to describe in detail in the near future. i was blessed with the realization of those things!

 

    2) one day i stumbled upon an article about the n queens problem. I felt compelled to start working on that that day. I felt compelled to put aside something else I was trying to work on and to start working on that. I will write about that in detail later. the thing I was working on is not directly related to the issue of abiogenesis/evolution. it is something I was blessed with realizing during the process of thinking about those issues. 

    3) not long ago I felt compelled to post what I have achieved with the n queens problem:

         - I used JavaScript. that was the first thing readily available to me and I have some experience with it. I just needed        something that can process loops.

         - I am pretty sure the algorithm is in polynomial time. that needs to be double checked just in case.

         - the algorithm runs 7 times. it runs once for every board starting at size 4 and ending at size 10. it gets the right answer 3 times out of 7. 

         - the code is a "rough draft". it has many functions that are either unnecessary, incomplete, non working or incorrect. it's a work in progress. I felt compelled to post it the way it is. 

         - the formula that forms the basis for functions 15 could be adjusted, modified and improved to achieve better optimization results. 

         - i'm not sure if they exist, but I have not found any optimization methods/algorithms for this problem. the only solution that I was able to find online was the simple backtracking one. 

         
oh, I wanted to mention one more thing: I apologize if I don't reply on time when someone writes me. I have fybromialgia and other disability issues that I struggle with. 
 
here is the code of what I was talking about in javaScript: 
 
<!DOCTYPE html>
<html>
<body>
<h2>JavaScript Loops</h2>
<p id="demo"></p>
<script>
var text = "";
var i;
var j;
var k = 0;
var l = "43";
var n = "99"
for (i = 1; i < 5; i++) {
for (j = 1; j < 5; j++) {
    k++;
    text += "The" + k + " number is " + i + j + "<br>";
}
}
var m = text.indexOf(l);
var o = text.indexOf(n);
//another example
var ac = "...The number is " + "aa" + "jj" + "<br>";
var size = 5;
var ar = [];
var ar_1 = [];
//var aa;
//var ab;
function myFunction1(aa, ab){
var aa1 = aa;
var ab1 = ab;
for (i = aa; i < size; i++) {
for (j = ab; j < size; j++) {
if(i-aa1 == j-ab1){
ac += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i < size; i++) {
for (j = ab; j > 0; j--) {
if(i - aa1 == ab1 - j){
ac += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i > 0; i--) {
for (j = ab; j < size; j++) {
if(aa1-i == j-ab1){
ac += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i > 0; i--) {
for (j = ab; j > 0; j--) {
if(aa1-i == ab1 - j){
ac += "...The number is " + i + j + "<br>";
}
}
}
for (i = 1; i < size; i++) {
ac += "...The number is " + i + ab + "<br>";
}
for (j = 1; j < size; j++) {
ac += "...The number is " + aa + j + "<br>";  //check again
}
return ac;
}
//var aa2;
//var ab2;
//var ac2="";
function myFunction2(aa22, ab22) {
//aa2=aa22;
//ab2=ab22;
var ac2="";
ac2 = "The number is " + aa22 + ab22 + "<br>";
var ad2 = ac.indexOf(ac2);
return ad2;
}
//var ab33 = 0;
function myFunction3(aa33) {
var ab33 = 0;
for (j = 1; j < size; j++) {
if(myFunction2(aa33,j) < 0){
ab33++;
}
}
return ab33;
}
function myFunction4(aa44) {
var ab44 = 0;
var ac44 = 100;
var ad44 = 0;
var aaa44 = 0;
var aab44 = 0;
//var aac44 = 0;
//var aad44 = 0;
var ae44 = "f4";
for (j = 1; j < 5; j++) {
//var ab44 = 0;
//var ac44 = 100;
var aac44 = 0;
var aad44 = 0;
if(myFunction2(aa44,j) < 0){
//var aaa44 = 0;
//var aab44 = 0;
var k1 = j+1;
for (k = k1; k <5; k++){
aac44 = aac44+1;
var aacc44 = aa44+aac44;
if (myFunction2(aacc44,k) < 0){
aaa44 = aaa44+1;
}
}
var k2 = j-1;
for (k = k2; k >1; k--){
aad44 = aad44+1;
var aadd44 = aa44+aad44;
if (myFunction2(aadd44,k) < 0){
aab44 = aab44+1;
//}
//}
}
}
//ab44 = aaa44+aab44;
}
//}
ab44 = aaa44+aab44;
if(ac44>=ab44){
ac44=ab44;
ad44=j;
}
}
//return ac44;
//return ad44;
ae44 = ae44 + "_" + ac44 + "_" + ad44;
return ae44;
}
//ac1 = "";
function myFunction5(aa55) {
ac1 = "";
for (j = 1; j < size; j++) {
if(myFunction2(aa55,j) < 0){
ac1 += "The number is " + aa55 + j + "<br>";
}
}
return ac1;
}
function myFunction6(aa66){
var aacc1 = myFunction5(aa66);
return aacc1;
}
function myFunction7(aa77, ab77){
var ac77 = 0;
if (myFunction2(aa77, ab77) < 0){
ac77=1;
}
return ac77;
}
function myFunction8(aa88, ab88){
var ac88 = aa88;
if(ab88>aa88){
ac88=ab88;
}
var ad88=ac88;
var ae88 = 0;
var af88 = 1;
while (ad88<4){
//ad88++;
var ag88 = aa88 + af88;
var ah88 = ab88 + af88;
ae88 += myFunction7(ag88, ah88);
af88++;
ad88++;
}
return ae88;
}
function myFunction9(aa99, ab99){
var ac99 = aa99;
var ab199 = 4 - ab99;
if(ab199>aa99){
ac99=ab199;
}
var ad99=ac99;
var ae99 = 0;
var af99 = 1;
while (ad99<4 && ad99>1){
//ad99++;
var ag99 = aa99 + af99;
var ah99 = ab998 - af99;
ae99 += myFunction7(ag99, ah99);
af99++;
if(aa99>ab99){
ad99++;
}
if(ab99>aa99){
ad99--;
}
}
return ae99;
}
function myFunction10(aa10, ab10){
var ac10 = aa10;
var ac110 = ab10;
 
var ae10 = 0;
var af10 = 1;
while (ac10 <4 && ac110 >1){
var ag10 = ac10 + af10;
var ah10 = ab10 - ac110;
ae10 += myFunction7(ag10, ah10);
ac10++;
ac110--;
}
return ae10;
}
function myFunction11(aa11, ab11){
var ac11=0;
var ad11=0;
var ag11=0;
var x = aa11 + 1;
var x1 = aa11 - 1;
var y = ab11 + 1;
var y1 = ab11 - 1;
for (i = x; i < size; i++) {
for (j = y; j < size; j++) {
if(i-x == j-y){
//var ae11 = i-aa11;
//var af11 = j-ab11;
ac11 += myFunction7(i, j);
}
}
}
for (i = x; i < size; i++) {
for (j = y1; j > 0; j--) {
if(i - x == y1 - j){
//var ae111 = i-aa11;
//var af111 = j-ab11;
ad11 += myFunction7(i, j);
}
}
}
ag11=ac11+ad11;
return ag11;
}
function myFunction12(aa12, ab12){
var ac12=0;
var ad12=0;
//var ag12=0;
var x = aa12 + 1;
var x1 = aa12 - 1;
var y = ab12 + 1;
var y1 = ab12 - 1;
for (i = x; i < size; i++) {
for (j = y; j < size; j++) {
if(i-x == j-y){
ac12 += myFunction7(i, j);
}
}
}
for (i = x; i < size; i++) {
for (j = y1; j > 0; j--) {
if(i - x == y1 - j){
ad12 += myFunction7(i, j);
}
}
}
//ag11=ac11+ad11;
return ac12;
}
function myFunction13(aa13, ab13){
var ac13=0;
var ad13=0;
//var ag13=0;
var x = aa13 + 1;
var x1 = aa13 - 1;
var y = ab13 + 1;
var y1 = ab13 - 1;
for (i = x; i < size; i++) {
for (j = y; j < size; j++) {
if(i-x == j-y){
ac13 += myFunction7(i, j);
}
}
}
for (i = x; i < size; i++) {
for (j = y1; j > 0; j--) {
if(i - x == y1 - j){
ad13 += myFunction7(i, j);
}
}
}
//ag11=ac11+ad11;
return ad13;
}
function myFunction13_1(aa13, ab13){
var ac13=0;
var ad13=0;
//var ag13=0;
var x = aa13 + 1;
var x1 = aa13 - 1;
var y = ab13 + 1;
var y1 = ab13 - 1;
for (i = x; i < size; i++) {
for (j = y; j < size; j++) {
if(i-x == j-y){
ac13 += myFunction7(i, j);
}
}
}
for (i = 1; i < size; i++) {

ad13 += myFunction7(i, ab13);

}
//ag11=ac11+ad11;
return ad13;
}
 
 
 
function myFunction13_2(aa13, ab13){
var ac13=0;
var ad13=0;
var ad13_2=0;
//var ag13=0;
var x = aa13 + 1;
var x1 = aa13 - 1;
var y = ab13 + 1;
var y1 = ab13 - 1;
 

for (i = x1; i > 0; i--) {
for (j = y; j < size; j++) {
if(x1-i == j-y){
ad13_2 += myFunction7(i, j);
}
}
}
//ag11=ac11+ad11;
return ad13_2;
}
function myFunction13_3(aa13, ab13){
var ac13=0;
var ad13=0;
var ad13_3=0;
//var ag13=0;
var x = aa13 + 1;
var x1 = aa13 - 1;
var y = ab13 + 1;
var y1 = ab13 - 1;
 

for (i = x1; i > 0; i--) {
for (j = y1; j > 0; j--) {
if(x1-i == y1 - j){
ad13_3 += myFunction7(i, j);
}
}
}
//ag11=ac11+ad11;
return ad13_3;
}
 
 
 

function myFunction14(aa14, ab14){
var ac14 = "f14";
ac14 += "<br><br>" + myFunction11(aa14, ab14) + "<br><br>" + myFunction12(aa14, ab14) + "<br><br>" + myFunction13(aa14, ab14);
return ac14;
}
function myFunction1_1(aa, ab){
var aa1 = aa;
var ab1 = ab;
var ac1 = ac;
for (i = aa; i < size; i++) {
for (j = ab; j < size; j++) {
if(i-aa1 == j-ab1){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i < size; i++) {
for (j = ab; j > 0; j--) {
if(i - aa1 == ab1 - j){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
return ac1;
}
function myFunction1_2(aa, ab){
var aa1 = aa;
var ab1 = ab;
var ac1 = ac;
for (i = aa; i < size; i++) {
for (j = ab; j < size; j++) {
if(i-aa1 == j-ab1){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i < size; i++) {
for (j = ab; j > 0; j--) {
if(i - aa1 == ab1 - j){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
for (i = 1; i < size; i++) {
ac1 += "...The number is " + i + ab + "<br>";
}
 
 

for (i = aa; i > 0; i--) {
for (j = ab; j < size; j++) {
if(aa1-i == j-ab1){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
for (i = aa; i > 0; i--) {
for (j = ab; j > 0; j--) {
if(aa1-i == ab1 - j){
ac1 += "...The number is " + i + j + "<br>";
}
}
}
 
 

return ac1;
}
function myFunction2_1(aa22, ab22, ac22) {
//aa2=aa22;
//ab2=ab22;
var ac2 = "";
ac2 = "The number is " + aa22 + ab22 + "<br>";
var ad2 = ac22.indexOf(ac2);
return ad2;
}
 
function myFunction3_1(aa3, ab3, ac3, ad3) {
var abb33 = 0;
var ac_1 = myFunction1_2(aa3, ab3);

if(myFunction2_1(ac3,ad3,ac_1) < 0){
abb33 = abb33+1;
}

return abb33;
}
function myFunction3_1_1(aa3, ab3, ai3) {
var x = 0;
var j = 1;
while (j < size ) {
x += myFunction3_1(aa3, ab3, ai3, j);
j++;
}
return x;
}
function myFunction3_1_2(aa3, ab3, ai3) {
var x = myFunction3(ai3);
var y = myFunction3_1_1(aa3, ab3, ai3);
var z = x - y;
return z;
}
function myFunction3_2(a){
var x = [];
var i = a +1;
while(i<size){
x.push(myFunction3(i));
i++;
}
return x;
}
function myFunction3_2_1(a,b){
var x = [];
var i = a + 1;
while(i<size){
x.push(myFunction3_1_1(a,b,i));
i++;
}
return x;

}
function myFunction3_3(a,b){
var x = 0;
var result = 0;
var i = 0;
var y = myFunction3_2_1(a,b);
var z = myFunction3_2(a);
while (i<y.length){
result = z - y;
x+=result;
i++;
}
return x;
}
 
 
function myFunction3_1_1_1(aa3, ab3) {
var i = aa3 +1;
var o = 0;
var n = 0;
var res = 0;
while (i<size){
o = myFunction3(i);
n = myFunction3_1_1(aa3, ab3, i);
res += n*size/o + n/size;
i++;
}
return res;
}
 
 

function myFunction15_1(a, b) {
var x;
var ae15_1 = 1;
if(myFunction2(a,b)<0){
var ab15 = myFunction12(a,b);
var ac15 = myFunction13(a, b);
var ac15_1 = myFunction13_1(a,b);
var acc15 = ab15 - ac15;
var acc16 = ab15 - ac15_1;
var acc17 = ac15 - ac15_1;
var acc18 = myFunction3_3(a, b);
var ae15 = ab15 * size * size + ac15 * size * size + ac15_1 * size * size + Math.abs(acc15) * size + Math.abs(acc16) * size + Math.abs(acc17) * size + acc18;
ae15_1 = ab15 * size * size + ac15 * size * size + ac15_1 * size * size + myFunction3_1_1_1(a, b);
//x = ae15;
x = ae15_1;
}else {
    x = size*size*size*size;
}
return x;
}
 
 
 
 
function myFunction15_1_v2(a, b) {
var x;
var ae15_1 = 1;
var ae15_1_v2 = 1;
if(myFunction2(a,b)<0){
var ab15 = myFunction12(a,b);
var ac15 = myFunction13(a, b);
var ac15_1 = myFunction13_1(a,b);
var ac15_1_v2_1 = myFunction13_2(a,b);                     
var ac15_1_v2_2 = myFunction13_3(a,b);
var acc15 = ab15 - ac15;
var acc16 = ab15 - ac15_1;
var acc17 = ac15 - ac15_1;
var acc18 = myFunction3_3(a, b);
var ae15 = ab15 * size * size + ac15 * size * size + ac15_1 * size * size + Math.abs(acc15) * size + Math.abs(acc16) * size + Math.abs(acc17) * size + acc18;
ae15_1 = ab15 * size * size + ac15 * size * size + ac15_1 * size * size + myFunction3_1_1_1(a, b);
ae15_1_v2 = ab15 * size * size + ac15 * size * size + ac15_1 * size * size + ac15_1_v2_1 * size * size + ac15_1_v2_2 * size * size + myFunction3_1_1_1(a, b);
//x = ae15;
//x = ae15_1;
x = ae15_1_v2;
}else {
    x = size*size*size*size;
}
return x;
}
 
 
 
 

function myFunction15(aa15) {
var x = [];
var j = 1;
while (j < size) {
x.push(myFunction15_1(aa15, j));
j++;
}
x.sort(function(a, b){return a - b});
return x;
}
 
 
 

function myFunction15_v2_part1(a) {
var x = [];
//var i = 1;
var j = 1;
//while (i < size) {
while (j < size) {
x.push(myFunction15_1_v2(a, j));
j++;
}
//i++;
//}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_part2() {
var x = [];
var i = 1;
//var j = 1;
while (i < size) {
 
//while (j < size) {
x.push(myFunction15_v2_part1(i));
//j++;
//}
i++;
}
x.sort(function(a, b){return a - b});
return x;
}
 
 
 
 

function myFunction15_v2() {
var x = [];
var i = 1;
var j = 1;
while (i < size) {
while (j < size) {
x.push(myFunction15_1_v2(i, j));
j++;
}
i++;
}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_for() {
var x = [];
//var i = 1;
//var j = 1;
 
for (i = 1; i < size; i++) {
for (j = 1; j < size; j++) {
x.push(myFunction15_1_v2(i, j));
//j++;
}
//i++;
}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_fix3() {
var x = [];
var ij = 1;
var sizeSq = size * size;
var i = 0;
var j = 0;
while (ij < sizeSq) {
i = Math.ceil(ij/size);
j = ij-Math.floor(ij/size)*size;
x.push(myFunction15_1_v2(i, j));
ij++;
}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_fix4a(aa15) {
var x = [];
var j = 1;
while (j < size) {
x.push(myFunction15_1(aa15, j));
j++;
}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_fix4b() {
var x = [];
var x1 = []
var i = 1;
while (i < size) {
//var myChildren = myGirls.concat(myBoys);
//x1 = x;
x = x.concat(myFunction15_v2_fix4a(i));
i++;
}
x.sort(function(a, b){return a - b});
return x;
}
function myFunction15_v2_fix5ax(aa15) {
var x = [];
var j = 1;
while (j < size) {
x.push(myFunction15_1(aa15, j));
j++;
}
x.sort(function(a, b){return a - b});
return x;
}
 
 
 
 
 
 
function myFunction15_v2_fix5a(aa15) {
var x = size;
var y = 1;
if(x>0){
y = aa15/x;
}
var z = 1;
if(aa15>size){
z = Math.ceil(y);
}else {
    z = 1;
}
return z;
}
function myFunction15_v2_fix5b(aa15) {
//var x = size - 1;
var x = size;
var y = 1;
if(x>0){
y = aa15/x;
}
var z = Math.floor(y);
var z1 = Math.ceil(y);
//var x1 = 0;
var x1 = 1;

if(z == z1){
x1 = x;
}else {
    x1 = aa15 - x * z;
}
return x1;
}
 
 
function myFunction15_v2_fix5abTest(){
var x = "";
var y = 1;
var z = size * size + 1;
while(y < z){
x += "(" + myFunction15_v2_fix5a(y) + "," + myFunction15_v2_fix5b(y) +")";
y++;
}
return x;
}
 
 
 
function myFunction15_v2_fix5c() {
//var x = size - 1;
var x = size;
var y = x * x + 1;
var x1 = [];
var ij = 1;
var i = 1;
var j = 1;
while (ij < y) {
i = myFunction15_v2_fix5a(ij);
j = myFunction15_v2_fix5b(ij);
x1.push(myFunction15_1_v2(i, j));
ij++;
}
x1.sort(function(a, b){return a - b});
return x1;
//return 1;
}
 
 
 
 
 
 
 
 

function myFunction15_1_1(aa15) {
var x = [];
var j = 1;
while (j < size) {
x.push(myFunction15_1(aa15, j));
j++;
}
ar_1 += size + "<br>";
ar_1 += x + "<br>";
return ar_1;
}
 
 
function myFunction15_2(a) {
var x = myFunction15(a);
var y = x[0];
return y;
}
 
 

function myFunction15_2_v2() {
//var x = myFunction15(a);
var x = myFunction15_v2_fix5c();                                       //current
var y = x[0];
return y;
}
 
 

function myFunction15_3(a,b) {
var x = 0;

if(myFunction15_1(a,b)==myFunction15_2(a)){
x = b;
}
return x;
}
 
 
 
 
function myFunction15_3_v2(a,b) {
var x = 0;

if(myFunction15_1_v2(a,b)==myFunction15_2_v2()){
x = b;
}
return x;
}
 
 
 
function myFunction15_4(a,b) {

if(myFunction15_3(a,b)>0 && myFunction2(a,b)<0){
myFunction1(a,b);
ar.push(a+","+b);
}
return ar;
}
 
 
 
function myFunction15_4_v2(a,b) {

if(myFunction15_3_v2(a,b)>0 && myFunction2(a,b)<0){
myFunction1(a,b);
ar.push(a+","+b);
}
return ar;
}
 
 
 

function myFunction16(a) {
var j = 1;
while (j<size){
myFunction15_4(a,j);
j++;
}
return ar;
}
 
 
 
function myFunction16_v2(a) {
var j = 1;
while (j<size){
myFunction15_4_v2(a,j);
j++;
}
return ar;
}
 
 
 

function myFunction16_v2_fix1() {
//var x = "";
var i;
var j;
var y = 1;
var z = size * size + 1;
while(y < z){
//x += "(" + myFunction15_v2_fix5a(y) + "," + myFunction15_v2_fix5b(y) +")";
i = myFunction15_v2_fix5a(y);
j = myFunction15_v2_fix5b(y);
myFunction15_4_v2(i,j);
y++;
}
return ar;
}
 
 
 
 
 

function myFunction17() {
var i = 1;
while (i<size) {
myFunction16(i);
//ar_1 += "line" + i + "  ";
//myFunction15_1_1(i);
i++;
}
return ar;
}
 
 
 
function myFunction17_v2() {
var i = 1;
while (i<size) {
myFunction16_v2(i);
//ar_1 += "line" + i + "  ";
//myFunction15_1_1(i);
i++;
}
return ar;
}
 
 
 
function myFunction17_v2_fix1() {
var i = 1;
while (i<size) {
myFunction16_v2_fix1();
//ar_1 += "line" + i + "  ";
//myFunction15_1_1(i);
i++;
}
return ar;
}
 
 
 
 

function myFunction18() {
var arr = "function18"+ "<br><br>";
while(size <12){
ac = "...The number is " + "aa" + "jj" + "<br>";
ar = [];
myFunction17();
arr+= ar+"<br><br>";
size++;
}
return arr;
}
 
 
 

function myFunction18_v2() {
var arr = "function18_v2"+ "<br><br>";
size = 7;
while(size <8){
ac = "...The number is " + "aa" + "jj" + "<br>";
ar = [];
myFunction17_v2();
arr+= ar+"<br><br>";
size++;
}
return arr;
}
 
 
 
 

function myFunction18_v2_fix1() {
var arr = "function18_v2_fix1"+ "<br><br>";
size = 7;
while(size <8){
ac = "...The number is " + "aa" + "jj" + "<br>";
ar = [];
myFunction17_v2_fix1();
arr+= ar+"<br><br>";
size++;
}
return arr;
}
 
 
 
 
 

//myFunction1(1,3);
//var output = "<br><br>" + myFunction15(2) + "<br><br>" + myFunction15_1(2,1) + "<br><br>" + myFunction15_2(2)+ "<br><br>" + myFunction15_3(2,1) + "<br><br>" + myFunction15_4(2,1)+ "<br><br>" + myFunction16(2);
//var output2 = "<br><br>" + myFunction17() + "<br><br>" + myFunction18() + "<br><br>" + "f3_2" + "<br><br>" + myFunction3_2(1) + "<br><br>" + "f3_1" + "<br><br>" + myFunction3_1(2,2,6,1);
//var output3 = "<br><br>" + "f3_1_1" + "<br><br>" + myFunction3_1_1(2,2,6) + "<br><br>" + "f3_2_1" + "<br><br>" + myFunction3_2_1(2,2) + "<br><br>" + "f3_3" + "<br><br>" + myFunction3_3(2,2);   // + "<br><br>" + ar_1;
//var output4 = "<br><br>" + myFunction18_v2() + "<br><br>" + "f15_v2_fix5a  " + size + "<br><br>" + myFunction15_v2_fix5a(25) + "<br><br>" + "f15_v2_fix5b  " + size + "<br><br>" + myFunction15_v2_fix5b(25);
//var output4a = "<br><br>" + "f15_v2_fix5a  " + size + "<br><br>" + myFunction15_v2_fix5a(25) + "<br><br>" + "f15_v2_fix5b  " + size + "<br><br>" + myFunction15_v2_fix5b(25) + "<br><br>" + myFunction15_v2_fix5abTest();
//var output5 = "<br><br>" + myFunction15_v2_fix5c() + "<br><br>" + myFunction15_4(1,1) + "<br><br>" + myFunction18_v2_fix1();
size = 5;
var outputA = myFunction18();
//myFunction1(1,3);
document.getElementById("demo").innerHTML = outputA; //"another example" + "<br><br>" + myFunction12(1,1)+ "<br><br>" + myFunction13(1,1) + output + output2 + output3 + output4a + output4 + output5;                                    
</script>
</body>
</html>

 

 
Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  6
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  5,240
  • Content Per Day:  2.13
  • Reputation:   1,356
  • Days Won:  4
  • Joined:  07/03/2017
  • Status:  Offline

On 3/22/2018 at 3:02 PM, Billiards Ball said:

There are still some very recent textbooks (i.e., 2005 or younger) that use Haeckel’s drawings, but most of the textbooks in our list predate the year 2000. Why is that?

It could also have something to do with the fact that detailed photographic evidence that disputed Haeckel’s drawings were not available until 1997.

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  13
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  6,726
  • Content Per Day:  2.92
  • Reputation:   6,258
  • Days Won:  5
  • Joined:  12/03/2017
  • Status:  Offline

 

 

This must be seen to be believed

Link to comment
Share on other sites


  • Group:  Diamond Member
  • Followers:  3
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  1,502
  • Content Per Day:  0.67
  • Reputation:   662
  • Days Won:  0
  • Joined:  02/05/2018
  • Status:  Offline

I've worked in textbook design. You don't delay to update a science textbook for 8-19 years!

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  6
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  5,240
  • Content Per Day:  2.13
  • Reputation:   1,356
  • Days Won:  4
  • Joined:  07/03/2017
  • Status:  Offline

4 hours ago, Billiards Ball said:

I've worked in textbook design. You don't delay to update a science textbook for 8-19 years!

No, of course not. I’m just saying that the changes in textbooks were much more likely to have originated from the realization of Haeckel’s errors by relatively recent findings, rather than the influence of Reverend Wells’s work.

Link to comment
Share on other sites


  • Group:  Members
  • Followers:  0
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Content Per Day:  0.00
  • Reputation:   12
  • Days Won:  0
  • Joined:  04/02/2018
  • Status:  Offline

Please stop.

 

 

 

 

Link to comment
Share on other sites

  • 11 months later...

  • Group:  Advanced Member
  • Followers:  3
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  140
  • Content Per Day:  0.05
  • Reputation:   47
  • Days Won:  0
  • Joined:  11/07/2016
  • Status:  Offline

Brothers and sisters!

Romans 1:20 and further!

Let's think about cells:

Possible reasons why cells cannot originate as a result of natural processes:

1) Cells are like "balloons filled with water".

-Natural processes only start/stop when something runs out, when something runs into something else(like a rolling rock hits a wall), or when something is under pressure(running into something could also be a subclass of that - wall "pressures" the rock to stop.) Everything involved in natural processes moves according to the 3 Newton's laws. 

- Now, with that in mind, how would a cell get "filled" as a result of a natural process?

- Even if we were to assume that the cell walls are already in existence, how does it get filled and retain the liquid?

- Think of the balloon example. Even if the balloon were to get some water inside of It as a result of some rain/wind/etc., the water would never stay. As soon as there is enough water inside to start pressuring the balloon walls, excess water would leak out. The main point in this example is that there is no way for a baloon or anything like it to get filled and sealed by itself.

- Also keep in mind, if a natural process were to do the "filling" it wouldn't "know" when to stop and the balloon would burst. 

- And if the "filling" were to somehow be done naturally, how would it get sealed after?

Let's answer these questions before we move to things like cell functions etc. 

Keep in mind, I know nothing about biology, I'm just thinking rationally. Romans 1:20 and further tells us that it is possible for everyone to understand such fundamental things about life.

Link to comment
Share on other sites


  • Group:  Royal Member
  • Followers:  6
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  5,240
  • Content Per Day:  2.13
  • Reputation:   1,356
  • Days Won:  4
  • Joined:  07/03/2017
  • Status:  Offline

23 hours ago, justme007 said:

Let's think about cells:

Possible reasons why cells cannot originate as a result of natural processes:

1) Cells are like "balloons filled with water".

This is getting into the area of abiogenesis, or OOL (origin of life) research. There are many larger questions that need to be answered before there is a scientifically acceptable hypothesis for how the first cells came to be. As a side note, I think it is more likely that God actually made the first cells intact, rather than only the chemicals that would develop into the first cell. Most of these larger questions deal with the origin of the macromolecules (nucleic acids, proteins, carbohydrates, and lipids) that make up the cell. Once enough phospholipid is present in an aqueous environment, the phospholipid will naturally form spherical vesicles that contain water and solute - no filling process required.

  • Thumbs Up 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...