Skip to content

Instantly share code, notes, and snippets.

@askuri
askuri / README.md
Last active January 4, 2023 08:57 — forked from martianatwork/README.md

I'm sorry for the code quality, got this working in 1 night work.

anyways, this is currently working fine ignore error related to should be object or Could not resolve reference it will be fixed in future

requires cebe/php-openapi package composer req cebe/php-openapi

@askuri
askuri / gist:f802e974fed4a1c9b8547b8063a000d8
Created March 3, 2020 12:43
PrologBFS boost hässliche Variante
# build script, hässliche variante.
# lade die boost libraries runter: https://www.boost.org/users/history/version_1_72_0.html
# entpacke den ordner 'boost' aus dem archiv in einen beliebigen leeren Ordner,
# sodass der Pfad dahin so aussieht /path/to/boost. Der ordner mit den boost
# libraries muss weiter boost heißen.
# Passe die Variable Boost_INCLUDE_DIR (siehe unten) entsprechend des obigen pfad an
cmake_minimum_required(VERSION 3.10)
project(prolog_bfs)