Skip to content

Instantly share code, notes, and snippets.

View thulioph's full-sized avatar
🔥

Thulio Philipe thulioph

🔥
View GitHub Profile
$ brew install -v libxmlsec1
==> Installing dependencies for libxmlsec1: libunistring, p11-kit
rm /usr/local/include/unicase.h
rm /usr/local/include/uniconv.h
rm /usr/local/include/unictype.h
rm /usr/local/include/unigbrk.h
rm /usr/local/include/unilbrk.h
rm /usr/local/include/uniname.h
rm /usr/local/include/uninorm.h
rm /usr/local/include/unistdio.h
@thulioph
thulioph / config.yml
Created March 20, 2018 22:54
Code snippet from post about CircleCI with React - sequential workflow II
version: 2
jobs:
build:
docker:
- image: circleci/node:8.2.1
steps:
- checkout
- run: echo "My first job is build."
test:
steps:
@thulioph
thulioph / config.yml
Created March 20, 2018 22:45
Code snippet from post about CircleCI with React - sequential workflow
version: 2
jobs:
build:
docker:
- image: circleci/node:8.2.1
steps:
- checkout
- run: echo "My first job is build."
test:
steps:
@thulioph
thulioph / config.yml
Last active March 20, 2018 22:41
Code snippet from post about CircleCI with React - parallel workflow
version: 2
jobs:
build:
docker:
- image: circleci/node:8.2.1
steps:
- checkout
- run: echo "My first job is build."
test:
steps:
@thulioph
thulioph / config.yml
Last active March 20, 2018 22:18
Code snippet from post about CircleCI with React - jobs
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1
steps:
- checkout
- run: echo "A first hello"
export class DashContainer extends React.Component {
state = {
expenses: [
{ id: 1, description: 'Description 01', value: 'R$ 1.000,00', date: 'Nov/17' },
{ id: 2, description: 'Description 02', value: 'R$ 100,00', date: '31 Nov' }
],
users: [
{ id: 1, name: 'User 01' },
{ id: 2, name: 'User 02' }
@thulioph
thulioph / readme.md
Last active December 12, 2017 19:53
iRazoo Analysis
var rodents_json = {
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "id": 1, "properties": { "CASE_ENQUIRY_ID": 101000833162.0, "OPEN_DT": "05\/03\/2013 11:12:12 AM", "CLOSED_DT": null, "CASE_STATUS": "Open", "CLOSURE_REASON": "", "CASE_TITLE": "Rodent Activity", "SUBJECT": "Inspectional Services", "REASON": "Environmental Services", "TYPE": "Rodent Activity", "QUEUE": "ISD_Environmental Services (INTERNAL)", "Department": "ISD", "Location": "83-85 Cresthill Rd Brighton MA 02135", "fire_district": 11, "pwd_district": "04", "city_council_district": 9, "police_district": "D14", "neighborhood": "Allston \/ Brighton", "neighborhood_services_district": 15, "ward": "Ward 22", "precinct": 2211, "land_usage": "R2", "LOCATION_STREET_NAME": "83-85 Cresthill Rd", "LOCATION_ZIPCODE": 2135, "LATITUDE": 42.355988, "LONGITUDE": -71.157609, "Source": "Constituent Call" }, "geometry": { "type": "Point", "coordinates": [ -71.15
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.