This file contains hidden or 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 { injectGlobal } from 'styled-components'; | |
injectGlobal` | |
body { | |
font-family: Lato; | |
} | |
` | |
// import the file in the root index file as: | |
// import './styles/global.js' |
This file contains hidden or 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
require 'colorize' | |
COLORS = { | |
log: :blue, | |
error: :red, | |
ok: :green | |
} | |
module Validator | |
def valid_type?(type) |
This file contains hidden or 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
/* | |
For | |
* https://coolors.co | |
Using | |
* https://babeljs.io/repl/ | |
* https://chriszarate.github.io/bookmarkleter/ | |
*/ | |
(function() { |
This file contains hidden or 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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<link rel="stylesheet" type="text/css" href="multiline.css"> | |
<script src="http://d3js.org/d3.v3.js" charset="utf-8"></script> | |
<!--<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>--> | |
</head> | |
<body> |
This file contains hidden or 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
license: gpl-3.0 | |
height: 960 |
This file contains hidden or 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
/* | |
Convert to bookmarklet using http://chriszarate.github.io/bookmarkleter/ | |
*/ | |
(function() { | |
var node = document.createElement('style'); | |
document.body.appendChild(node); | |
window.addStyleString = function(css) { | |
node.innerHTML += css; |
I hereby claim:
- I am JikkuJose on github.
- I am jikkujose (https://keybase.io/jikkujose) on keybase.
- I have a public key whose fingerprint is 75AB 326B CE0C DDA6 EF78 FFAA EE45 1E17 256D A461
To claim this, I am signing this object:
root@ec077b3b57b7:/app# netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:9393 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:2323 0.0.0.0:* LISTEN
tcp6 0 0 ::1:2323 :::* LISTEN
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node Path