speak

59321439 2265168337067320 7905435333230067712 n

Speak Easy puzzle 35

On 23/05/2019

Hello everyone!

Here are our Thursday puzzles :)

Speak35

A decisive "S":

When I have two "S" you can eat me.

With only one, it's not recommended at all!

Who am I?

 

And the responses from last Thursday.

Solucspeak19Solucspeak20

First puzzle: Blond and brown heads: 99 of course.

The common mistake is to mix blonds and browns to anwer 50/50.

 

Second puzzle: change of scenery: It's a poor sea diver a canadair snapped up in its bunkers ...

before dropping it, with water, on the fire.

 

Any idea of ​​the answer? Tell us in the comments;)

59321439 2265168337067320 7905435333230067712 n

Speak Easy puzzle 1

On 06/05/2019

Hello everyone!

Here is our first Speakeasy riddle!

An idea?

Leave a comment :)

We will give the solutions to the puzzles of the week next Monday with the points won by each.

Place your bets ;)

 

Speak1

This strange series of symbols is engraved on a grave.

The legend claims that whoever can understand it and therefore draw the symbol will become immortal.

You are interested? Try...

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