Skip to content

Instantly share code, notes, and snippets.

View joerglohrer's full-sized avatar

Jörg Lohrer joerglohrer

View GitHub Profile
@joerglohrer
joerglohrer / Anleitung.md
Last active March 20, 2018 15:42
Twitterbot

https://github.com/peterdalle/twitterbot

Twitterbot

Twitterbot ist ein simples Python-Skript um:

  • einen RSS feed zu lesen und zu parsen und seine Titel und Links mit einen Twitteraccount zu senden.
  • searching tweets for keywords or hashtags and retweet those tweets.

Both functions (Reading RSS and retweeting) can be used independently. The bot is limited to handle one feed and one Twitter account.

@joerglohrer
joerglohrer / raspitweet.md
Created March 20, 2018 15:00
raspi tweet.md

alt text Inline code has back-ticks around it.

var s = "JavaScript syntax highlighting";
alert(s);

Keybase proof

I hereby claim:

  • I am empeiria on github.
  • I am empeiria (https://keybase.io/empeiria) on keybase.
  • I have a public key ASAFjy3PbMW4ob-cjMakKxypn0MJc9nSawopOjXzAl_D-Ao

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<title>Erstelle dein eigenes Comic!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- These are the styles for the comic -->
<style>
body {
background-color: #efefef;
@joerglohrer
joerglohrer / videoaufgaben.html
Last active November 12, 2015 18:36 — forked from anonymous/index.html
jQuery UI Tabs - Open on mouseover// source http://jsbin.com/qatafi/3
<head>
<meta charset="utf-8">
<title>jQuery UI Tabs - Open on mouseover</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#tabs" ).tabs({
@joerglohrer
joerglohrer / Skewed One Page Scroll.markdown
Created November 12, 2015 07:46
Skewed One Page Scroll
@joerglohrer
joerglohrer / index.html
Last active November 9, 2015 17:37 — forked from anonymous/index.html
Keep Talking and Nobody Explodes v. 1// source http://jsbin.com/cinapi
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Keep Talking and Nobody Explodes v. 1</title>
@joerglohrer
joerglohrer / index.html
Created May 3, 2015 21:07
Kirchen in Social Media // source http://jsbin.com/gutena
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!--
Copyright (c) 2015 by Jörg Lohrer (http://codepen.io/empeiria/pen/waaqjg),
changes by Patrick Robrecht
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
@joerglohrer
joerglohrer / csv-to-geojson.geojson
Created April 27, 2015 20:53 — forked from anonymous/csv-to-geojson.geojson
Kirchengemeinden social media
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.