Did you know?

Did you know?

On 26/01/2022 0

In Did you know?

Hello everyone !

The flood

The myth of Noah's Ark was actually inspired by a Mesopotamian saga dating back to the 7th century BC: the Epic of Gilgamesh.

In it, many gods plan to destroy the world.

Ea is one of them, and asks a man named Utu-napishtim to build a boat and take his family and a host of animals there in order to survive the cataclysm.

A legend that is once again inspired by very real events.

 According to many geologists, the Black Sea gradually dried up and turned into a freshwater lake below sea level as a result of an ice age that began 11,500 years ago.

When sea level rose as a result of the melting ice, the Mediterranean passed the threshold of the Bosporus and flowed into the Black Sea, causing its level to rise 150 meters in two years: a deluge that inundated more of 100,000 km² of land and pushed the local populations into exile.

Good day and good game ;)

Mythe arche noeledeluge

 

 

vous jeu saviez vaison joue jeu joue know you did

Add a comment

Map customerParams = new HashMap(); customerParams.put("email", "customer@example.com"); customerParams.put("source", request.stripeToken); Customer customer = Customer.create(customerParams); Map chargeParams = new HashMap(); chargeParams.put("customer", customer.id); chargeParams.put("description", "Custom t-shirt"); chargeParams.put("amount", order.amount); chargeParams.put("currency", "eur"); Charge charge = Charge.create(chargeParams); Buy cool new product
Stripe.apiKey = "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" ; SessionCreateParams params = SessionCreateParams.builder() . addLineItem ( SessionCreateParams.LineItem.builder() . setPriceData ( SessionCreateParams.LineItem.PriceData.builder() . setCurrency ("eur") . setProductData ( SessionCreateParams.LineItem.PriceData.ProductData.builder() . setName ("Custom t-shirt") .build() ) . setUnitAmount (2000L) .build() ) . setQuantity (1L) .build() ) . setMode (SessionCreateParams.Mode.PAYMENT) . setSuccessUrl ("https://www.jouelejeuvaison.com/joue-le-jeu-vaison-boutique-jeux-de-societe/do/account/") .build(); Session session = Session. create