- 300g épinards hachés surgelés
- 3 oeufs
- 30 cl de crème fraîche
- 100g de comté râpé
- sel
- poivre
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"math/rand" | |
"net/http" | |
"time" | |
"github.com/gorilla/websocket" | |
) |
- Cécile et Anna - institutrices du groupe CM1-CM1 cette année
- Il y aura un conseil d'école avec les professeurs de la ville de Paris (sports, arts plastiques, etc.)
- Pas présents à cette AG informelle
- Convention avec l'Education Nationale pour ne pas avoir de directeur
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dns = require("node:dns/promises"); | |
const os = require("node:os"); | |
const process = require("node:process"); | |
function log(s) { | |
console.log(`${new Date().toISOString().slice(11, -1)} - ${s}`); | |
} | |
let interfaces; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export class Client { | |
doTheThing(message: string, count: number): boolean { /* ... */ } | |
} |
We were somewhere around Barstow on the edge of the desert when the drugs began to take hold. I remember saying something like "I feel a bit lightheaded; maybe you should drive...." And suddenly there was a terrible roar all around us and the sky was full of what looked like huge bats, all swooping and screeching and diving around the car, which was going about a hundred miles an hour with the top down to Las Vegas.
Variable-spaced font. Words are wrapped to page.
HTTP/1.1 200 OK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface Reader { | |
read(): Promise<Buffer>; | |
} | |
class FileReader implements Reader { | |
private path: string; | |
constructor(path: string) { | |
this.path = path; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ terraform apply -var 'region=eastus' -var 'storage_kind=BlobStorage' -auto-approve | |
azurerm_resource_group.main: Creating... | |
azurerm_resource_group.main: Creation complete after 1s [id=/subscriptions/ecadb7db-4c02-47b5-9d5b-2468562782f2/resourceGroups/loderunner-bugtest-resources] | |
azurerm_storage_account.blob_storage: Creating... | |
azurerm_storage_account.blob_storage: Still creating... [10s elapsed] | |
azurerm_storage_account.blob_storage: Still creating... [20s elapsed] | |
azurerm_storage_account.blob_storage: Creation complete after 22s [id=/subscriptions/ecadb7db-4c02-47b5-9d5b-2468562782f2/resourceGroups/loderunner-bugtest-resources/providers/Microsoft.Storage/storageAccounts/loderunnerbugteststorage] | |
azurerm_storage_container.blob_container: Creating... | |
Error: Error creating Container "loderunnerbugtest" (Account "loderunnerbugteststorage" / Resource Group "loderunner-bugtest-resources"): containers.Client#Create: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: error response |
NewerOlder