I hereby claim:
- I am MicheleBertoli on github.
- I am michelebertoli (https://keybase.io/michelebertoli) on keybase.
- I have a public key whose fingerprint is 480D 8CBC F756 24CA B7A1 A76D 418E E122 4BA4 8E02
To claim this, I am signing this object:
| import org.apache.commons.codec.digest.DigestUtils; | |
| import org.apache.commons.codec.binary.Base64; | |
| String sStringToDigest = InputString + "&" + sSecretString; | |
| byte[] bMac = DigestUtils.md5 (sStringToDigest.getBytes()); | |
| String sMacEncoded = Base64.encodeBase64String (bMac); | |
| sMacEncoded = sMacEncoded.substring (0,24); |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| po2mo: { | |
| files: { | |
| expand: true, | |
| src: "fr_FR.po" | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| import React from 'react'; | |
| import {Gmaps, Marker} from '../dist'; | |
| import {MapEvents} from '../dist/components/events'; | |
| let styles = { | |
| item: { | |
| backgroundColor: 'white', | |
| transition: 'background-color 0.2s linear' | |
| }, | |
| cols: { |
| import React, { Component, PropTypes } from 'react'; | |
| import './Counter.css'; | |
| export default class Counter extends Component { | |
| render() { | |
| const { count, handleClick } = this.props; | |
| return ( | |
| <div className="Counter"> |
| import React, {Component} from 'react'; | |
| export default ReactRouterContext = (Element) => { | |
| class RouterStub {} | |
| RouterStub.makePath = () => {}; | |
| RouterStub.makeHref = () => {}; | |
| RouterStub.transitionTo = () => {}; | |
| RouterStub.replaceWith = () => {}; |
| import React from 'react'; | |
| import {Gmaps, Circle} from 'react-gmaps'; | |
| const coords = { | |
| lat: 51.5258541, | |
| lng: -0.08040660000006028 | |
| } | |
| const App = React.createClass({ |
| import React from 'react'; | |
| import Router, {RouteHandler, Route, DefaultRoute, Link} from 'react-router'; | |
| import {Gmaps, Circle} from 'react-gmaps'; | |
| const coords = { | |
| lat: 51.5258541, | |
| lng: -0.08040660000006028 | |
| } | |
| const App = React.createClass({ |
| import React from 'react'; | |
| import {Gmaps, Circle} from 'react-gmaps'; | |
| const coords = { | |
| lat: 51.5258541, | |
| lng: -0.08040660000006028 | |
| } | |
| const App = React.createClass({ |
| import React from 'react'; | |
| import {Gmaps} from 'react-gmaps'; | |
| const coords = { | |
| lat: 51.5258541, | |
| lng: -0.08040660000006028 | |
| }; | |
| const App = React.createClass({ |