Skip to content

Instantly share code, notes, and snippets.

View svanzoest's full-sized avatar

Sander van Zoest svanzoest

View GitHub Profile
@PCreations
PCreations / rxjs-diagrams.md
Last active January 18, 2024 08:52
Super Intuitive Interactive Diagrams to learn combining RxJS sequences by Max NgWizard K
@RamonGilabert
RamonGilabert / bluetooth.sh
Last active October 12, 2023 18:24
Bluetoothctl automation
#!/usr/bin/expect -f
set prompt "#"
set address [lindex $argv 0]
spawn sudo bluetoothctl -a
expect -re $prompt
send "remove $address\r"
sleep 1
expect -re $prompt
@igrigorik
igrigorik / links.md
Created August 28, 2012 16:53
HAR Show links & resources
@bhenerey
bhenerey / ideal ops.md
Created May 23, 2012 19:40
ideal ops checklist

In a perfect world, where things are done well, not just quickly, I would expect to find the following when joining the company:

Documentation

  • Accurate / up-to-date systems architecture diagram

  • Accurate / up-to-date network diagram

  • Out-of-hours support plan

  • Incident management plan

@cwarden
cwarden / build-pentaho-debs.sh
Created December 2, 2011 02:25
Create Pentaho BI Server Debian Package Using fpm
fpm --maintainer 'Christian G. Warden <cwarden@xerus.org>' \
--description 'Pentaho BI Server Community Edition' \
--url http://community.pentaho.com/projects/bi_platform/ \
--depends java6-runtime \
--name pentaho-bi-server \
--version 3.10.0 \
--architecture all \
--exclude /opt/pentaho/biserver-ce/pentaho-solutions/system/saiku \
-s dir -t deb \
/opt/pentaho/biserver-ce