Instantly share code, notes, and snippets.
🏠
Working from home
Lead Mercado Livre| Software Engineer Senior | Startupeiro | Graduado em Ciência da Computação pela Universidade Estadual do Norte Fluminense
- Brazil
- www.rodolfopeixoto.com.br
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
rodolfopeixoto
/ ShareLocation.js
Created
January 21, 2018 18:08
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 React, { Component } from 'react'; | |
| import * as routes from '../constants/routes'; | |
| import { geolocated } from 'react-geolocated'; | |
| import { Link } from 'react-router-dom'; | |
| import { db } from './../firebase'; | |
| const INITIAL_STATE = { | |
| email: '', | |
| city: 'camposDosGoytacazes', | |
| latitude: null, |
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
| FROM ruby:2.3.1 | |
| RUN apt-get update -yqq \ | |
| && apt-get install -yqq --no-install-recommends \ | |
| postgresql-client \ | |
| nodejs \ | |
| qt5-default \ | |
| libqt5webkit5-dev \ | |
| && apt-get -q clean \ | |
| && rm -rf /var/lib/apt/lists |