Skip to main content

Were there any civilization on Earth before us

 Civilization before us Our human life evolved from the jungles of Africa about seventy thousand years ago. At that time, we lived in caves, ate wild groundnuts, hunted with ordinary spears and stones, and sometimes we hunted ourselves. But the descendants of the same ancestor who ran through the jungles of Africa yesterday are now parading in space. would ancient civilization look like this? Today our food and lifestyle have changed. Today, the same people who live in caves and hang in the trees are flying in skyscrapers and sophisticated means. Today we have reached the zenith of development. Today, we have developed so much that we are imagining building a house on the moon, the satellite of the earth. In addition, we are leading the plan to establish human settlements by exploring and researching other planets in the solar system. Not only that, today we have discovered such secrets of the universe. When there was no knowledge about it, our ancestors would sometimes look at...

sitemap

<script type='text/javascript'>

var postTitle = new Array();
var postUrl = new Array();
var postPublished = new Array();
var postDate = new Array();
var postLabels = new Array();
var postRecent = new Array();
var sortBy = "titleasc";
var numberfeed = 0;

function bloggersitemap(a) {
    function b() {
        if ("entry" in a.feed) {
            var d = a.feed.entry.length;
            numberfeed = d;
            ii = 0;
            for (var h = 0; h < d; h++) {
                var n = a.feed.entry[h];
                var e = n.title.$t;
                var m = n.published.$t.substring(0, 10);
                var j;
                for (var g = 0; g < n.link.length; g++) {
                    if (n.link[g].rel == "alternate") {
                        j = n.link[g].href;
                        break
                    }
                }
                var o = "";
                for (var g = 0; g < n.link.length; g++) {
                    if (n.link[g].rel == "enclosure") {
                        o = n.link[g].href;
                        break
                    }
                }
                var c = "";
                if ("category" in n) {
                    for (var g = 0; g < n.category.length; g++) {
                        c = n.category[g].term;
                        var f = c.lastIndexOf(";");
                        if (f != -1) {
                            c = c.substring(0, f)
                        }
                        postLabels[ii] = c;
                        postTitle[ii] = e;
                        postDate[ii] = m;
                        postUrl[ii] = j;
                        postPublished[ii] = o;
                        if (h < 10) {
                            postRecent[ii] = true
                        } else {
                            postRecent[ii] = false
                        }
                        ii = ii + 1
                    }
                }
            }
        }
    }
    b();
    sortBy = "titledesc";
    sortPosts(sortBy);
    sortlabel();
    displayToc();
}

function sortPosts(d) {
    function c(e, g) {
        var f = postTitle[e];
        postTitle[e] = postTitle[g];
        postTitle[g] = f;
        var f = postDate[e];
        postDate[e] = postDate[g];
        postDate[g] = f;
        var f = postUrl[e];
        postUrl[e] = postUrl[g];
        postUrl[g] = f;
        var f = postLabels[e];
        postLabels[e] = postLabels[g];
        postLabels[g] = f;
        var f = postPublished[e];
        postPublished[e] = postPublished[g];
        postPublished[g] = f;
        var f = postRecent[e];
        postRecent[e] = postRecent[g];
        postRecent[g] = f
    }
    for (var b = 0; b < postTitle.length - 1; b++) {
        for (var a = b + 1; a < postTitle.length; a++) {
            if (d == "titleasc") {
                if (postTitle[b] > postTitle[a]) {
                    c(b, a)
                }
            }
            if (d == "titledesc") {
                if (postTitle[b] < postTitle[a]) {
                    c(b, a)
                }
            }
            if (d == "dateoldest") {
                if (postDate[b] > postDate[a]) {
                    c(b, a)
                }
            }
            if (d == "datenewest") {
                if (postDate[b] < postDate[a]) {
                    c(b, a)
                }
            }
            if (d == "orderlabel") {
                if (postLabels[b] > postLabels[a]) {
                    c(b, a)
                }
            }
        }
    }
}

function sortlabel() {
    sortBy = "orderlabel";
    sortPosts(sortBy);
    var a = 0;
    var b = 0;
    while (b < postTitle.length) {
        temp1 = postLabels[b];
        firsti = a;
        do {
            a = a + 1
        } while (postLabels[a] == temp1);
        b = a;
        sortPosts2(firsti, a);
        if (b > postTitle.length) {
            break
        }
    }
}

function sortPosts2(d, c) {
    function e(f, h) {
        var g = postTitle[f];
        postTitle[f] = postTitle[h];
        postTitle[h] = g;
        var g = postDate[f];
        postDate[f] = postDate[h];
        postDate[h] = g;
        var g = postUrl[f];
        postUrl[f] = postUrl[h];
        postUrl[h] = g;
        var g = postLabels[f];
        postLabels[f] = postLabels[h];
        postLabels[h] = g;
        var g = postPublished[f];
        postPublished[f] = postPublished[h];
        postPublished[h] = g;
        var g = postRecent[f];
        postRecent[f] = postRecent[h];
        postRecent[h] = g
    }
    for (var b = d; b < c - 1; b++) {
        for (var a = b + 1; a < c; a++) {
            if (postTitle[b] > postTitle[a]) {
                e(b, a)
            }
        }
    }
}



function displayToc() {
    var a = 0;
    var b = 0;
    while (b < postTitle.length) {
        temp1 = postLabels[b];
        document.write("");
        document.write('<div class="post-archive"><h4>' + temp1 + '</h4><div class="ct-columns">');
        firsti = a;
        do {
            document.write("<p>");
            document.write('<a " href="' + postUrl[a] + '">' + postTitle[a] + "");
            if (postRecent[a] == true) {
                document.write(' - <strong><span>New!</span></strong>')
            }
            document.write("</a></p>");
            a = a + 1
        } while (postLabels[a] == temp1);
        b = a;
        document.write("</div></div>");
        sortPosts2(firsti, a);
        if (b > postTitle.length) {
            break
        }
    }
}

</script>

<script src="https://mazeworlds.blogspot.com//feeds/posts/summary?alt=json-in-script&max-results=9999&callback=bloggersitemap" type="text/javascript"></script>

Popular posts from this blog

The man who jumped from space, Felix Baumgardner

The man who jumped from space; Felix Baum Gardner Most people in this world want to hear your praise. No matter how much risk they have to take for this, they want to present their work to the world. Till today no one else has been able to do such work. They want to do such work. Even if life itself is not in danger. Some are taking selfies in buildings thousands of feet high, while others are diving into the ocean thousands of meters deep. And some are riding bicycles on steep slopes, while others are riding hundreds of tons on their own bodies. Some stuntmen even go to great lengths to set a new record. A similar act was made public on October 14, 2012. He had this new artificial and he was - Felix Baumgartner. How did this happen, and who is the world's most adventurous and skilled skydiver, Felix Baum? We will discuss this topic in today's special series. Felix Baumgardner is a skydiver by profession. He often makes base jumps from tall buildings, dangerous ...

The pyramids of Egypt,Great Blue Hole,Alien's Ships

Alien's Ships Do you know how much a single brick in a 4,000-year-old pyramid weighs? And have you ever heard of a hole in the earth that was formed about 1.5 million years ago? Or the border of India and China where alien vehicles come? The pyramids of Egypt There are some places in the world that are full of mysteries. One of those mysterious realms is the Pyramids of Egypt. These ancient pyramids of Egypt are mysterious works of art in themselves. Known as 'The Great Pyramid of Giza', these pyramids are one of the most unique and mysterious regions in the world. The history of these pyramids is believed to be about 4,000 years old but still, no one knows much about these pyramids. It is said that these mysterious pyramids of Giza were built in 256 BC. They are also known as the Khufu Pyramid. In these pyramids, the Great Pyramid was built to preserve the corpse of King Kufu of Egypt. The Great Pyramid of Giza is about 450 feet high. The foundation of this p...

A mysterious flight 914, explanation with full details

A mysterious ship A charter plane carrying 57 passengers flight 914 from an international airport in New York City. This plane flying towards Miami will disappear halfway. After thousands of searches, there was no sign of the plane crash. Eventually, after months of searching, nothing was found, but it was officially declared an accident. But surprisingly, the same plane landed 37 years after takeoff. When the plane disappeared on July 2, 1955, no trace of it was found during years of searching. But in 1992, 37 years after the plane suddenly disappeared, the air traffic controller at Caracas Airport in Venezuela was contacted by the ATC to land on an unknown plane. When the traffic controller asked for an introduction to the pilot of the plane, he replied that it was DC Four Flight 914. Where we are flown from New York to Miami Florida with 57 passengers and crew members. When the traffic controller understood the pilot's identity and condition, he almost lost conscio...