Skip to content

Instantly share code, notes, and snippets.

View RolfKoenders's full-sized avatar

Rolf Koenders RolfKoenders

  • iO Digital
  • The Netherlands
View GitHub Profile
@RolfKoenders
RolfKoenders / apcups.js
Last active July 6, 2020 07:36
Parse the output of 'apcaccess status` to something usable in node.js
'use strict';
const lineReader = require('readline');
const fs = require('fs');
const FIELDS = ['DATE', 'UPSNAME', 'STATUS',
'LOADPCT', 'BCHARGE', 'TIMELEFT'];
let OUTPUT = {};
@RolfKoenders
RolfKoenders / Livestream.md
Last active July 15, 2017 17:55
Projects / Ideas to work on during livestreaming / livecoding.

About

I'm going to pickup my livecoding livestreams which i really had fun with end of last year. Those streams were on livecoding which became liveedu. This time i will stream on Twitch.tv (or liveedu.tv don't know yet) and videos will be posted on Youtube afterwards. I'm thinking about coding on projects / open source live on stream as well as video tutorial series on specific subjects.

Projects

Project Description Link
Blog / Portfolio My own website, project portfolio
Potato Couchpotato slackbot https://github.com/RolfKoenders/potato
Twitch Bot An twitch chat / overlay bot
sh0rt An old project of mine. Simple url shortner. Would be fun to create it again using nodejs and creating a cli with api key authentication for it
@RolfKoenders
RolfKoenders / How-to-industrialcraft-1.10.2.md
Last active January 8, 2017 13:32
Quick and easy guide on how to install Industrial craft with Forge for Minecraft 1.10.2.

Install industrial craft 2 on Minecraft 1.10.2 (Forge)

Quick and easy guide on how to install Industrial craft with Forge for Minecraft 1.10.2.

1) Minecraft Forge

  1. Download Minecraft forge for Minecraft 1.10.2 from this link.

  2. Open the installer, select 'client' make sure the path is set to the correct Minecraft location. And keep the mercurius checkmark checked!

  3. Click install