Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
ROOT_URL="https://service.berlin.de/terminvereinbarung/termin"
FULL_URL="${ROOT_URL}/tag.php?termin=1&anliegen[]=120686&dienstleisterlist=122210,122217,122219,122227,122231,122243,122252,122260,122262,122254,122271,122273,122277,122291,122285,122286,122296,150230,122301,122297,122294,122312,122314,122304,122311,122309,122281,122279,122276,122274,122267,122246,122251,122257,122208,122226&herkunft=http%3A%2F%2Fservice.berlin.de%2Fdienstleistung%2F120686%2F"
DELAY_SEC=600
PATTERN="\"buchbar\""
function show_notification {
osascript -e 'display notification "Termin available for Anmeldung!"'

Keybase proof

I hereby claim:

  • I am filipemp on github.
  • I am filipe_mp (https://keybase.io/filipe_mp) on keybase.
  • I have a public key ASCmLndDfEJajk0iEhzgrADq89caO-Grt-RAREq9w5LxBgo

To claim this, I am signing this object:

//: Playground - noun: a place where people can play
import Foundation
// MARK: Protocols
protocol UserRequestProtocol {
var name: String { get set }
var age: Int { get set }
var password: String { get set }
var likesBacon: Bool { get set }
//: Playground - noun: a place where people can play
import Foundation
// MARK: Protocols
protocol UserRequestProtocol {
var name: String { get set }
var age: Int { get set }
var password: String { get set }
var likesBacon: Bool { get set }
//: Playground - noun: a place where people can play
import Foundation
// MARK: Protocols
protocol UserRequestProtocol {
var name: String { get set }
var age: Int { get set }
var password: String { get set }
var likesBacon: Bool { get set }
@filipemp
filipemp / swift-problem.swift
Last active January 29, 2020 10:27
Swift problem
//: Playground - noun: a place where people can play
import Foundation
// MARK: Protocols
protocol UserRequestProtocol {
var name: String { get set }
var age: Int { get set }
var password: String { get set }
var likesBacon: Bool { get set }