Skip to content

Instantly share code, notes, and snippets.

View cioddi's full-sized avatar

Max Tobias Weber cioddi

View GitHub Profile
@cioddi
cioddi / index.html
Created May 31, 2021 14:05
MapLibre Workshop - E-Tankstellen Bonn
<html>
<head>
<title>Einführung in die Entwicklung mit MapLibre-gl.js</title>
<script src="https://unpkg.com/maplibre-gl@1.14.0-rc.1/dist/maplibre-gl.js"></script>
<link href="https://unpkg.com/maplibre-gl@1.14.0-rc.1/dist/maplibre-gl.css" rel="stylesheet" />
</head>
<body>
<div id="map"></div>
@cioddi
cioddi / index.html
Created May 31, 2021 13:48
MapLibre Workshop - Basiskarte
<html>
<head>
<title>Einführung in die Entwicklung mit MapLibre-gl.js</title>
<script src="https://unpkg.com/maplibre-gl@1.14.0-rc.1/dist/maplibre-gl.js"></script>
<link href="https://unpkg.com/maplibre-gl@1.14.0-rc.1/dist/maplibre-gl.css" rel="stylesheet" />
</head>
<body>
<div id="map"></div>
</body>
</html>
@cioddi
cioddi / software
Last active June 25, 2017 07:28
qidi tech 1 - linux guide
# There is actually no info shipped with the printer on how to use it on linux
# this guide will hopefully save you some time trying the different slicer options out there
# Install java runtime environment
# The apt-get commands are intendet to be used on distributions that utilize the apt package management system and will slightliy differ for other distros
sudo apt-get install openjdk-8-jre
# Install python and python-tk
sudo apt-get install python-tk python2.7
<html>
<body>
<canvas width="800" height="800" id="c" />
<script type="text/javascript">
function doit(){
@cioddi
cioddi / travis_setup_php.md
Last active December 21, 2015 15:18
Simple travis setup for php projects PHPUnit, Selenium, Saucelab

#Test PHP projects using Travis-ci

##Required Files

  • .travis.yml (in the root folder of your project)
language: php
php:
  - 5.2
  - 5.3
@cioddi
cioddi / phpunit_and_headless_selenium_on_debian.md
Last active December 21, 2015 05:59
install headless phpunit & selenium on debian wheezy

#install headless phpunit & selenium on debian wheezy

##prepare pear

pear upgrade pear
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover components.ez.no
sudo pear channel-discover pear.project.com
sudo pear channel-discover pear.symfony-project.com
@cioddi
cioddi / custom_social_media_share_buttons.md
Last active June 8, 2023 04:32
social media share buttons with custom Text