This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle eskimoblood is linked to the Tezos account tz2ERCwCgNjKJ59Z3WowF9nsS8ps3tXkBUak for tzprofiles | |
sig:spsig1f9H2PCuWFJ4dgQtZNWdNapZ31VanJGdQYGHrryo95kV1bUEjFJAa5Vfb1A9su6jL7uGQcHvWEQdghBf2Zr5CbCRDoFY1a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My Awesome Sketch | |
Nothing Selected | |
click on bar -> One Bar Selected | |
shift click on bar -> Continious Bars Selected | |
One Bar Selected | |
click on same bar -> Nothing Selected | |
click on another bar -> One Bar Selected | |
shift click on another bar -> Non Continious Bars Selected | |
ctrl click on another bar -> Continious Bars Selected | |
move mouse -> Selection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import { mount } from 'enzyme' | |
const render = ({ hoc, data, context }) => { | |
const Component = () => <div /> | |
const WrappedComponent = hoc(Component) | |
return mount(<WrappedComponent {...data} />, { context }) | |
} | |
// By default, return the 'inner', wrapped component. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Penrose where | |
import List(foldr, map) | |
import Graphics.Collage(..) | |
import Graphics.Element(..) | |
import Color(..) | |
goldenRatio = (1 + sqrt 5) / 2 | |
type alias Point = (Float, Float) | |
type Triangle | |
= Kite (Point, Point, Point) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import control.ControlFrame; | |
import processing.core.PApplet; | |
public class BackgroundColor { | |
private final PApplet p; | |
@ControlElement(properties = {"min=0", "max=255"}, x = 10, y = 10) | |
private float red = 0; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div input, div label{ | |
margin: 0; | |
position:relative; | |
left: -200px; | |
transition: .3s; | |
box-sizing:border-box; | |
float:left; | |
height: 30px | |
} | |
input{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
</head> | |
<body> |
NewerOlder