Skip to content

Instantly share code, notes, and snippets.

View guntrip's full-sized avatar

Felix Guntrip guntrip

View GitHub Profile
@guntrip
guntrip / helloworld.md
Last active April 19, 2021 08:47
Gists API testing

Hello

@guntrip
guntrip / helloworld.md
Created April 19, 2021 08:20
Gists API testing

Hello

πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦› πŸ¦›

Hello :3

<?php
$countries=["Germany",
"Bulgaria",
"Poland",
"Ukraine",
"France",
"Croatia",
"Hungary",
"Israel",
function makeHotDrink(s) {
var kettle = new Kettle();
kettle.fill(230);
kettle.boil(100, function() {
this.add(s);
var steep = 180000; // tea is default
function makeTea(teabag) {
var kettle = new Kettle();
kettle.fill(230);
kettle.boil(100, function() {
this.add(teabag);
setTimeout(function(){ return strain(this.contents()); }, 240000);