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
export default class Practice extends Component { | |
static defaultProps = { | |
selected: '', | |
onSelectEmoji: () => {} | |
}; | |
render() { | |
return ( | |
<Card style={styles.card}> | |
<Card.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
var Horus = require('horusjs'); | |
var client = new Horus('udp://0.0.0.0', 7600); | |
var tags = [ | |
'ipad', | |
'mobile', | |
'technology', | |
'apple' | |
]; |
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
/** | |
* @author Juliano Castilho <[email protected]> | |
*/ | |
var React = require('react'); | |
var AffixWrapper = React.createClass({ | |
/** | |
* @type {Object} | |
*/ | |
propTypes: { |
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
-- phpMyAdmin SQL Dump | |
-- version 4.2.8 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost | |
-- Generation Time: Oct 28, 2014 at 04:52 PM | |
-- Server version: 5.6.21 | |
-- PHP Version: 5.4.29 | |
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; |