I hereby claim:
- I am rmanalan on github.
- I am rmanalan (https://keybase.io/rmanalan) on keybase.
- I have a public key ASD6-oggjFOdkqlUpvlk9ZxtVHKuOBIciRcr7K4qJEBLKQo
To claim this, I am signing this object:
test |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://unpkg.com/[email protected]/dist/ldclient.min.js"></script> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<p> | |
My first feature flag is <b><span id="flag"></span></b> | |
</p> |
import React from "react" | |
import { Link } from "gatsby" | |
import Layout from "../components/layout" | |
import Image from "../components/image" | |
import SEO from "../components/seo" | |
import { useFlags } from 'gatsby-plugin-launchdarkly' | |
const IndexPage = () => { |
An image store gist |
I hereby claim:
To claim this, I am signing this object:
usage() | |
{ | |
cat << EOF | |
usage: $0 options | |
ChrUbuntu installation script. | |
OPTIONS: | |
-h show help. | |
-m Ubuntu metapackage to install such as xubuntu-desktop, kubuntu-desktop or ubuntu-minimal. Default is ubuntu-desktop |
made with esnextbin
var elems = $('#post p'); | |
$.each(elems, function(i,elem){ | |
var $elem = $(elem); | |
// bail if there's no match | |
if (remoticon.hasMatch($elem.text())) { | |
$elem.html(remoticon.render($elem.html())); | |
} | |
}); |