Skip to content

Instantly share code, notes, and snippets.

View apexys's full-sized avatar

Valentin Buck apexys

  • GEOMAR Helmholz Centre for Ocean Research
  • Kiel, Germany
View GitHub Profile

Keybase proof

I hereby claim:

  • I am apexys on github.
  • I am valentinbuck (https://keybase.io/valentinbuck) on keybase.
  • I have a public key ASBHfPfGUgjgcitpGPaU2v38zUTZCWPLEPk0voZpEyZ6fwo

To claim this, I am signing this object:

@apexys
apexys / colourclock.html
Last active January 31, 2017 11:24
Simple clock that changes colours four times a minute
<html style="cursor: auto ! important;"><head>
<style>
body{
font-family: sans-serif;
overflow: hidden;
height: 100vh;
width: 100vw;
}
#counter{
margin-top: 25vh;
<html>
<head>
<style>
body{
font-family: sans-serif;
overflow: hidden;
height: 100vh;
width: 100vw;
}
#counter{
@apexys
apexys / sewmarsi-retweets.js
Created December 13, 2016 11:48
Quickly hacked-together solution for retweeting images from a private account
var Twit = require('twit')
var fs = require('fs');
var request = require('request');
var credentials = JSON.parse(fs.readFileSync('secrets.json'));