Skip to content

Instantly share code, notes, and snippets.

@cfobel
cfobel / color-brewer-qualitative.gpl
Created December 4, 2014 13:34
8 colors light/medium/dark color-brewer-qualitative color palette
GIMP Palette
Name: color-brewer-qualitative
Columns: 3
# This color palette combines the following three palletes developed
# by Cynthia Brewer (see http://colorbrewer2.org/):
# - Dark2_8.gpl
# - Pastel2_8.gpl
# - Set2_8.gpl
179 226 205 light_cyan
253 205 172 light_orange
@cfobel
cfobel / janus.plugin.streaming.cfg
Last active March 27, 2023 22:50
WebRTC Stream Logitech C920 through Janus gateway
; /opt/janus/etc/janus/janus.plugin.streaming.cfg
; [stream-name]
; type = rtp|live|ondemand|rtsp
; rtp = stream originated by an external tool (e.g., gstreamer or
; ffmpeg) and sent to the plugin via RTP
; live = local file streamed live to multiple listeners
; (multiple listeners = same streaming context)
; ondemand = local file streamed on-demand to a single listener
; (multiple listeners = different streaming contexts)
; rtsp = stream originated by an external RTSP feed (only
@cfobel
cfobel / LICENSE
Last active March 19, 2021 14:55
color palette
Copyright (c) 2021 Christian Fobel
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
<style>
body { margin: 1em 2em }
h1 { text-decoration : underline }
div { border: 10px solid; background: #ddd }
@page { margin: 2.5cm; }
header {
position: fixed;
top: -2.5cm;
left: -2.5cm;
@cfobel
cfobel / .gitconfig
Last active November 27, 2019 17:00
Bash config
[user]
name = "Christian Fobel"
email = "christian@fobel.net"
editor = vim
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset - [%an] %s %Cgreen(%cr)%Creset %d' --abbrev-commit --date=relative
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[color]
@cfobel
cfobel / MicroDrop - routes table format.ipynb
Last active September 4, 2019 17:25
MicroDrop step routes table format
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cfobel
cfobel / DropBot capacitance updates.ipynb
Last active July 4, 2018 17:03
DropBot capacitance updates
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cfobel
cfobel / README.md
Created June 8, 2018 11:45
pyinsane2 Windows build
@cfobel
cfobel / Ragel build.md
Created February 15, 2018 22:24
Ragel build instructions
@cfobel
cfobel / Matplotlib interactive image example.ipynb
Last active February 7, 2018 13:30
Matplotlib interactive image example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.