Skip to content

Instantly share code, notes, and snippets.

View buckyball's full-sized avatar

Sven Wegerhoff buckyball

View GitHub Profile
# Description:
# Find the latest Bitcoin price in specified currency
#
# Dependencies:
# "cheerio": ""
#
# Configuration:
# None
#
# Commands:
@buckyball
buckyball / index.html
Last active August 29, 2015 14:11 — forked from anonymous/index.html
<div id="pommes" class="mayo ketchup">
<div class="bildueberschrift">ueberschrift</div>
<!-- http://www.khaosok-treehouse.com/images/tours/tubing%20sok%20river%20tree%20house%205.jpg -->
<p class="unterschrift">
das ist ein abschnitt
</p>
#!/bin/bash
#
# run this within the dir containing the cam images
#
# replace moviename, xx, yy with the values you prefer
# the resulting movie file will be named according the
# parameters you choosed
#
### PARAMETERS:
#
@buckyball
buckyball / keybase.md
Created June 25, 2014 14:54
keybase.io proof

Keybase proof

I hereby claim:

  • I am buckyball on github.
  • I am sven (https://keybase.io/sven) on keybase.
  • I have a public key whose fingerprint is E345 D0A4 EB9A 099F 56EA 2CB5 0E49 02CA 52BF 3F96

To claim this, I am signing this object:

@buckyball
buckyball / boxstarter_201404
Last active August 29, 2015 14:00
Boxstarter Script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Install-WindowsUpdate -getUpdatesFromMS -acceptEula -SuppressReboots
cinst GoogleChrome
cinst notepadplusplus.install
cinst VirtualCloneDrive
cinst teamviewer
cinst filezilla
cinst javaruntime
cinst sysinternals
cinst putty
@buckyball
buckyball / nginx.conf
Created November 16, 2013 20:11 — forked from micho/nginx.conf
First, install nginx for mac with "brew install nginx".
Then follow homebrew's instructions to know where the config file is.
To use https you will need a self-signed certificate.
Edit /usr/local/etc/nginx/nginx.conf:
--------------------