Skip to content

Instantly share code, notes, and snippets.

View joerglohrer's full-sized avatar

Jörg Lohrer joerglohrer

View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet">
<title>Venn Diagramm</title>
<style>
body {
font-size : 20px;
font-family: 'Staatliches', cursive;
@joerglohrer
joerglohrer / TwitterBildungskammer.md
Last active November 19, 2018 17:52
EKD - Kammer für Bildung und Erziehung, Kinder und Jugend - Twitter
@joerglohrer
joerglohrer / appsfueripads.md
Last active October 9, 2018 15:33
Apps für iPads - Tipps
@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>