I hereby claim:
- I am omahlama on github.
- I am omahlama (https://keybase.io/omahlama) on keybase.
- I have a public key whose fingerprint is 277F 7321 D104 9C8A 5732 DC69 7E0E 0281 43DE 9E72
To claim this, I am signing this object:
import React from 'react'; | |
import { DataTable } from './DataTable'; | |
import { useSearch, SearchInput } from './useSearch1'; | |
const List1 = ({ data }) => { | |
const { searchTerm, setSearchTerm, filteredData } = useSearch(data); | |
return <div> | |
<SearchInput value={searchTerm} onChange={setSearchTerm} /> | |
<DataTable data={filteredData} /> |
# Typo git to got | |
alias got='sort -R ~/got.txt | head -n1 && echo " | |
--Game of thrones | |
" && git' |
var BaconModelMixin = { | |
componentDidMount: function() { | |
this.unsubscribe = this.props.model.onValue(this.setState.bind(this)); | |
}, | |
componentWillUnmount: function() { | |
if(this.unsubscribe) { | |
this.unsubscribe(); | |
} | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Frontend/UX friendship without limits</title> | |
<meta charset="utf-8"> | |
<style> | |
* { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Frontend/UX friendship without limits scratchpad</title> | |
<meta charset="utf-8"> | |
<!-- Include Twitter Bootstrap CSS --> | |
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap.min.css" rel="stylesheet"> |