Skip to content

Instantly share code, notes, and snippets.

View michsch's full-sized avatar

Michael Schulze michsch

View GitHub Profile

Keybase proof

I hereby claim:

  • I am michsch on github.
  • I am michsch (https://keybase.io/michsch) on keybase.
  • I have a public key ASDM1KMu7LqHWOEC3hO3yZyvw8kgZ1E3iNAr4TPRrXNxaQo

To claim this, I am signing this object:

@michsch
michsch / deepImmutable.js
Created June 11, 2018 12:37
deepImmutable
import {List, Map} from 'immutable'
/**
* Creates a deep immutable map and/or list.
*
* @public
* @param {boolean|number|string} data
* @returns {boolean|number|string|Immutable.List|Immutable.Map}
*/
const deepImmutable = (data) => {
@michsch
michsch / light.css
Created January 25, 2019 14:28
JSONview Themes
body {
white-space: pre;
font-family: monospace;
}
.property {
font-weight: bold;
}
.type-null {
@michsch
michsch / .gitignore
Created July 19, 2019 09:03
.gitignore default setup
# system files
*Thumbs.db
*DS_Store
# editor settings
*.sublime-workspace
/.idea
# sass
*.sass-cache
@michsch
michsch / multiple_ssh_setting.md
Created April 19, 2021 17:00 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"