Scraped on 15.11.2022 from https://www.buchhandlung-finden.de , they probably got their data from somewhere else
To use the script clone this into a folder and run
npm install
npm run download| #!/bin/bash | |
| ## Instalationsanleitung webdemo | |
| ### Schritt 0: docker und docker-compose installieren | |
| ### Schritt 0.5: Sicherstellen, dass der Nutzer auf docker zugreifen darf. Dazu den Nutzer zur Gruppe docker hinzufügen. | |
| ### Schritt 1: Repos clonen | |
| git clone --recursive https://github.com/Zebreus/webClient.git | |
| git clone https://github.com/Zebreus/certificate-generator.git | |
| ### Schritt 2: WebClient erstellen. | |
| cd webClient |
| # copied from http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/ | |
| git clone <git repository A url> # clone source repository | |
| cd <git repository A directory> | |
| git remote rm origin # to make sure it doesn't affect the original repository | |
| git filter-branch --subdirectory-filter <directory 1> -- --all # remove all files other than the ones needed | |
| mkdir <directory 1> # move them into another directory where they will be stored in the destination repository (if needed) | |
| mv * <directory 1> | |
| git add . | |
| git commit |
| #include <iostream> | |
| void main(){ | |
| std::cout << "Hello world" << std::endl; | |
| } |
| #!/bin/bash | |
| # Specify source repo | |
| SOURCE_REPO="[email protected]:Zebreus/pruefungsplaner-scheduler.git" | |
| SOURCE_BRANCH="master" | |
| CREATE_TEMP_SOURCE_DIRECTORY=false | |
| CLONE_SOURCE_REPO=true | |
| SOURCE_REPO_DIRECTORY_NAME="source" | |
| SOURCE_REPO_DIRECTORY="." |
| :- use_module(library(clpfd)). | |
| % A simple test kakuro | |
| kakuroValues1(Configuration, Values) :- | |
| Configuration = [ | |
| [21,[A1,A2,A3]], | |
| [11,[B1,B2,B3]], | |
| [10,[C1,C2,C3]], | |
| [23,[A1,B1,C1]], | |
| [12,[A2,B2,C2]], |
| // An alternative extension for a defender carholder 202 | |
| holderHeight = 40; | |
| holderLength = 100; | |
| thickness = 2.5; | |
| ballRadius = 10.5; | |
| beamSize = (ballRadius+thickness)*2; | |
| beamHoleLength = 40; | |
| holeRadius = 8.5; | |
| ballCylinderLength = 5; |
| # firebase.tf https://gist.githubusercontent.com/Zebreus/906b8870e49586adfe8bd7bbff43f0a8/raw/firebase.tf | |
| # Terraform configuration for creating a firebase project with firestore, functions and storage | |
| # Unfinished | |
| terraform { | |
| required_providers { | |
| google-beta = { | |
| source = "hashicorp/google-beta" | |
| version = "4.11.0" | |
| } |
Scraped on 15.11.2022 from https://www.buchhandlung-finden.de , they probably got their data from somewhere else
To use the script clone this into a folder and run
npm install
npm run downloadScraped on 15.11.2022 from https://www.innungsbaecker.de
Contains 21905 bakeries
To use the script clone this into a folder and run