Telegram Group & Telegram Channel
Bewegung hörbar machen
(Mein ♾️ Logik 🕉️ Mantra. Video1️⃣6️⃣ )


https://youtu.be/I9IXh533kiQ

Ursprünglicher Post mit Erklärungen:
👉 https://www.group-telegram.com/us/DirectorOfCoronaReset.com/13981 👈

Ich möchte hier eine Routine der App veröffentlichen, welche den Abstand zwischen zwei Koordinaten berechnet (Korrektheit geprüft aber ohne Gewähr für andere Usecases außerhalb der Tests, d.h. auf den Mond kommt man damit nicht):

# Python
import math

def distance (self,lat1,lon1,lat2,lon2) : # 22jun18 050716 Distance in KM between two iOS Devices.
# Parameters: Latitude Pos1, Longitude Pos1, Latitude Pos2, Longitude Pos2.
# Return Distance in kilometers
# Source of math // Quelle:
# https://www.kompf.de/gps/distcalc.html
if lat1 == lat2 and lon1 == lon2: # 13Jan19debug quicker, if the calculation can be prevented
res = 0 # 13Jan19 No distance because two equal positions
else:
dy = 111.3 * (lat1 - lat2)
lat = (lat1 + lat2) / 2 * 0.01745
dx = 111.3 * math.cos(lat) * (lon1 - lon2)

res = math.sqrt(dx * dx + dy * dy)
return res

Eine App von
@DirectorOfCoronaReset

Ich möchte hiermit das bereits öfters erwähnte
👉Mein Logik-Mantra promoten.
Es besteht aus 24 Links mit fremden und eigenen Beiträgen.

Logik-Mantra:
👉 15. Die Schönheit der Mathematik

👉 17. Horst Mahler und Hegel

WIR sind die Autoren



group-telegram.com/DirectorOfCoronaReset/19046
Create:
Last Update:

Bewegung hörbar machen
(Mein ♾️ Logik 🕉️ Mantra. Video1️⃣6️⃣ )


https://youtu.be/I9IXh533kiQ

Ursprünglicher Post mit Erklärungen:
👉 https://www.group-telegram.com/us/DirectorOfCoronaReset.com/13981 👈

Ich möchte hier eine Routine der App veröffentlichen, welche den Abstand zwischen zwei Koordinaten berechnet (Korrektheit geprüft aber ohne Gewähr für andere Usecases außerhalb der Tests, d.h. auf den Mond kommt man damit nicht):

# Python
import math

def distance (self,lat1,lon1,lat2,lon2) : # 22jun18 050716 Distance in KM between two iOS Devices.
# Parameters: Latitude Pos1, Longitude Pos1, Latitude Pos2, Longitude Pos2.
# Return Distance in kilometers
# Source of math // Quelle:
# https://www.kompf.de/gps/distcalc.html
if lat1 == lat2 and lon1 == lon2: # 13Jan19debug quicker, if the calculation can be prevented
res = 0 # 13Jan19 No distance because two equal positions
else:
dy = 111.3 * (lat1 - lat2)
lat = (lat1 + lat2) / 2 * 0.01745
dx = 111.3 * math.cos(lat) * (lon1 - lon2)

res = math.sqrt(dx * dx + dy * dy)
return res

Eine App von
@DirectorOfCoronaReset

Ich möchte hiermit das bereits öfters erwähnte
👉Mein Logik-Mantra promoten.
Es besteht aus 24 Links mit fremden und eigenen Beiträgen.

Logik-Mantra:
👉 15. Die Schönheit der Mathematik

👉 17. Horst Mahler und Hegel

WIR sind die Autoren

BY Director of Corona Reset ❤️ (Markus Huck) ❤️




Share with your friend now:
group-telegram.com/DirectorOfCoronaReset/19046

View MORE
Open in Telegram


Telegram | DID YOU KNOW?

Date: |

"There are several million Russians who can lift their head up from propaganda and try to look for other sources, and I'd say that most look for it on Telegram," he said. Telegram was co-founded by Pavel and Nikolai Durov, the brothers who had previously created VKontakte. VK is Russia’s equivalent of Facebook, a social network used for public and private messaging, audio and video sharing as well as online gaming. In January, SimpleWeb reported that VK was Russia’s fourth most-visited website, after Yandex, YouTube and Google’s Russian-language homepage. In 2016, Forbes’ Michael Solomon described Pavel Durov (pictured, below) as the “Mark Zuckerberg of Russia.” The War on Fakes channel has repeatedly attempted to push conspiracies that footage from Ukraine is somehow being falsified. One post on the channel from February 24 claimed without evidence that a widely viewed photo of a Ukrainian woman injured in an airstrike in the city of Chuhuiv was doctored and that the woman was seen in a different photo days later without injuries. The post, which has over 600,000 views, also baselessly claimed that the woman's blood was actually makeup or grape juice. "The result is on this photo: fiery 'greetings' to the invaders," the Security Service of Ukraine wrote alongside a photo showing several military vehicles among plumes of black smoke. But because group chats and the channel features are not end-to-end encrypted, Galperin said user privacy is potentially under threat.
from us


Telegram Director of Corona Reset ❤️ (Markus Huck) ❤️
FROM American