Skip to content

Instantly share code, notes, and snippets.

We can't make this file beautiful and searchable because it's too large.
bezeichnung;name;widmung;strassenschluessel
NES26;;1306;
NES27;;1306;
NES28;;1306;
NES26;;1306;
NES31;;1306;
ST2287;;1305;
ST2265;;1305;
B285;;1303;
;;1307;
<?xml version="1.0" encoding="UTF-8"?>
<report version="1.0" kind="exception">
<system description="Linux 6.1.25-1-lts x86_64"/>
<modules>
<module path="/usr/bin/guayadeque" address="0x5566aa391000" size="0x1bb000"/>
<module path="/usr/bin/guayadeque" address="0x5566aaa48000" size="0x16b000"/>
<module path="/usr/bin/guayadeque" address="0x5566aac10000" size="0x2000"/>
<module path="[heap]" address="0x5566abdea000" size="0x12ce000"/>
<module path="/memfd:pulseaudio" address="0x7f1cf8000000" size="0x4000000"/>
<module path="/memfd:pulseaudio" address="0x7f1d00000000" size="0x4000000"/>
<?xml version="1.0" encoding="UTF-8"?>
<report version="1.0" kind="exception">
<system description="Linux 5.15.71-1-lts x86_64"/>
<modules>
<module path="/usr/bin/guayadeque" address="0x55a843fc6000" size="0x1ba000"/>
<module path="/usr/bin/guayadeque" address="0x55a844673000" size="0x16a000"/>
<module path="/usr/bin/guayadeque" address="0x55a84483b000" size="0x2000"/>
<module path="[heap]" address="0x55a845b31000" size="0x3a5d000"/>
<module path="/memfd:pulseaudio" address="0x7f6cfc000000" size="0x4000000"/>
<module path="/memfd:pulseaudio" address="0x7f6d04000000" size="0x4000000"/>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Strubbl
Strubbl / gist:fc9321581f159bc3551575527856cd7b
Created March 25, 2022 21:10
send links from RSS feed to archive.org
#!/bin/bash
set -u
start_time=$(date)
feeds=$(xargs -a feeds.txt)
archived_file="archived.txt"
new_articles=""
for f in $feeds
do
#!/bin/bash
set -eu
lang="en es ja cz fr pt pl de it ko zh tr cn"
if ! cmd=$(command -v curl)
then
echo "please install curl"
exit 1

Grüne, 11. Februar 2019

"Kramerhof soll die Fläche, die am Grünhufer Bogen zwischen dem Hansedom und der Vogelsangstraße liegt und westlich durch die L26 (Rechts in Richtung Groß Kedingshagen) begrenzt wird sowie Teile der Gartensparte an Stralsund abgeben."

"Die Hansestadt Stralsund erhält 49 ha Land von der Gemeinde Kramerhof, darunter die Fläche, auf der der Hansedom, die Vogelsanghalle und das Wyndham-Hotel stehen. Insbesondere ist die Fläche betroffen, auf der ehemals eine Stadthalle errichtet werden sollte. Es wird geplant, diese Fläche als Wohnbebauung auszuweisen."

"Der Strelapark verbleibt bei der Gemeinde Kramerhof."

https://www.gruene-fraktion-stralsund.de/strelapark-soll-um-5-500-qm-verkaufsflaeche-erweitert-werden/

FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /zod
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y wget unzip g++ make libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libmysqlclient-dev
RUN wget https://sourceforge.net/code-snapshots/hg/z/zo/zod/zod_engine/zod-zod_engine-6f2d1f82a95c7e2bcbb8338770d03e2b70b3e0b5.zip
RUN unzip zod-zod_engine-6f2d1f82a95c7e2bcbb8338770d03e2b70b3e0b5.zip
RUN cd zod-zod_engine-6f2d1f82a95c7e2bcbb8338770d03e2b70b3e0b5/src && make
@Strubbl
Strubbl / nginx-pixelfed.conf
Created February 12, 2020 18:32
my nginx configuration for the pixelfed docker container
server {
server_name example.com;
listen 443 ssl http2;
listen [::]:443 ssl http2;
ssl_certificate /etc/letsencrypt/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/example.com/privkey.pem;
ssl_session_timeout 5m;
ssl_protocols TLSv1.2 TLSv1.3;
2019-10-26 16:16:07.217 1657-1657/? E/Zygote: isWhitelistProcess - Process is Whitelisted
2019-10-26 16:16:07.220 1657-1657/? E/Zygote: accessInfo : 1
2019-10-26 16:16:07.223 1657-1657/? I/SELinux: SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c37,c257,c512,c768, pkgname=fr.gaulupeau.apps.InThePoche.debug
2019-10-26 16:16:07.229 1657-1657/? I/nThePoche.debu: Late-enabling -Xcheck:jni
2019-10-26 16:16:07.347 1657-1657/fr.gaulupeau.apps.InThePoche.debug D/ConnectivityManager_URSP: Ursp sIsUrsp=false, sIsCheckUrsp=false, uid=10293
2019-10-26 16:16:07.353 1657-1657/fr.gaulupeau.apps.InThePoche.debug D/Proxy: urspP is null: 10293
2019-10-26 16:16:07.493 1657-1657/fr.gaulupeau.apps.InThePoche.debug W/nThePoche.debu: Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
2019-10-26 16:16:07.522 1657-1686/fr.gaulupeau.apps.InThePoche.debug I/stetho: Listening on @stetho_fr.gaulupeau.apps.InThePoche.debug_devtools_remote
2019-10-26 16:16