Skip to content

Instantly share code, notes, and snippets.

View davidgruebl's full-sized avatar
💭
I may be slow to respond.

David Thomas Grübl davidgruebl

💭
I may be slow to respond.
View GitHub Profile
{
"firstName": "john",
"lastName": "smith",
"email": "johnsmith@mail.com",
"mainPhoneNumber": "+49111111",
"address": {
"zip": "10000",
"city": "Berlin",
"street": "Street-Str",
"country": "DE",
@davidgruebl
davidgruebl / edge.m
Last active August 29, 2015 14:08 — forked from anonymous/edge.m
clear variables;
close all;
clc;
I = imread('cat.tif');
I = I(:,:,1);
BW1 = edge(I,'prewitt');
BW2 = edge(I,'canny');
BW3 = edge(I,'sobel');

Keybase proof

I hereby claim:

  • I am davidgruebl on github.
  • I am davidgruebl (https://keybase.io/davidgruebl) on keybase.
  • I have a public key whose fingerprint is 25CA 4768 A418 17A7 9520 A102 E4CB 8B89 E2B1 F9FF

To claim this, I am signing this object:

@davidgruebl
davidgruebl / console.xml
Last active December 28, 2015 21:09
my ConsoleZ config
<?xml version="1.0"?>
<settings>
<console change_refresh="10" refresh="100" rows="12" columns="119" buffer_rows="500" buffer_columns="0" shell="" init_dir="" start_hidden="0" save_size="0" background_text_opacity="255">
<colors>
<color id="0" r="0" g="0" b="0"/>
<color id="1" r="0" g="0" b="128"/>
<color id="2" r="0" g="150" b="0"/>
<color id="3" r="0" g="150" b="150"/>
<color id="4" r="170" g="25" b="25"/>
<color id="5" r="128" g="0" b="128"/>