Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<View>
<XMLVersion version="2"/>
<ViewID>1251</ViewID>
<ExternalKey>CHde_peterhahn_Herren</ExternalKey>
<CopyOf>0</CopyOf>
<Label>
<Value lang="2" isoLang="de-DE">
<Entry>Herren</Entry>
</Value>
# Elasticsearch is available at localhost:9200/
# Kibana UI is available at localhost:5601/
# MYSQL is available at localhost:3306/
# REDIS is available at localhost:6379/
version: '3.1'
services:
devdb:
container_name: devdb
image: 'mysql'
diff --git a/TMBW_Europapark_300x600/index.html b/TMBW_Europapark_300x600/index.html
index cec4b04..041dbbc 100644
--- a/TMBW_Europapark_300x600/index.html
+++ b/TMBW_Europapark_300x600/index.html
@@ -244,7 +244,24 @@ e.F=function(a){var b=this.getAttribute("exit-id"),c=this.getAttribute("product-
* fired when the document has been completely loaded and parsed.
*/
function handleDomContentLoaded(event) {
+ document.getElementById('gwd-taparea_1').addEventListener('click', function(e) {
+ e.preventDefault();
{
"records": [
{
"type": "error",
"message": "",
"line": "",
"uri": "",
"trace": {}
}
],
https://microservices.io/microservices/2020/02/21/devnexus.html
window.addEventListener("Cloudflare", function(e) {
console.log('Cloudflare');
});
window.addEventListener("consents_initialized", function(e) {
console.log('consents_initialized"');
});
window.addEventListener("consents_initialized Cloudflare", function(e) {
console.log('consents_initialized Cloudflare');
This is the resulting `composer.lock`:
```json
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1f232e1d7dfda851dd0ea7a5d7473286",
version: '3.7'
volumes:
db_data: {}
services:
db:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
@HellPat
HellPat / foo.css
Last active September 6, 2019 09:01
@media screen and (min-width: $minor-breakpoint-9) {
// TODO: layout prüfen
@media all and (-ms-high-contrast: none) {
.list-products-item-wrapper {
// width: 25%;
//// Die ersten 4 Elemente sollen in der ersten Zeile angezeigt werden
//&:nth-of-type(1),
//&:nth-of-type(2),
FROM php:7.2-cli
RUN rm -rf /var/cache/apt/archives && \
ln -s $(pwd)/apt_cache /var/cache/apt/archives && \
mkdir -p $(pwd)/apt_cache/partial && \
apt-get update -yqq && \
apt-get install -yqq openssh-client git libmcrypt-dev default-libmysqlclient-dev libpq-dev libcurl4-gnutls-dev libicu-dev libvpx-dev libjpeg-dev libpng-dev libxpm-dev zlib1g-dev libfreetype6-dev libxml2-dev libexpat1-dev libbz2-dev libgmp3-dev libldap2-dev unixodbc-dev libsqlite3-dev libaspell-dev libsnmp-dev libpcre3-dev libtidy-dev unzip libssh2-1-dev default-mysql-client && \
docker-php-ext-install mbstring curl json intl xml zip opcache mysqli pdo pdo_mysql soap bcmath && \
pecl install xdebug redis ssh2-1.1.2 && \
docker-php-ext-enable xdebug redis ssh2 && \