Skip to content

Instantly share code, notes, and snippets.

@oztune
oztune / install react-devtools v3
Created August 23, 2019 23:26
How to install React Dev Tools v3 so that you can have highlight updates again
1. Somewhere on your machine clone the project.
```
> git clone https://github.com/facebook/react-devtools.git
> cd react-devtools
```
2. Switch to the v3 branch
```
> git checkout v3
```
@printminion
printminion / WelshPowell.js
Last active December 17, 2020 08:00
Javascript Welsh Powell static graph coloring algorithm.
/**
* @desc Welsh Powell static graph coloring algorithm..
*
* @author Misha M.-Kupriyanov https://google.com/+MishaMKupriyanov
* @link https://gist.github.com/printminion/a337eeb63ba232084dfc
*/
//Source: https://github.com/graphstream/gs-algo/blob/master/src/org/graphstream/algorithm/coloring/WelshPowell.java
function WelshPowell() {