Skip to content

Instantly share code, notes, and snippets.

View kouak's full-sized avatar

Benjamin Beret kouak

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kouak on github.
  • I am kouak (https://keybase.io/kouak) on keybase.
  • I have a public key ASDJCyoXpu20ItWwb150_wNQmc4mx4p5cuYMFIW_03a_oAo

To claim this, I am signing this object:

@kouak
kouak / gpu.html
Created February 26, 2018 09:22
chrome://gpu
<!DOCTYPE html>
<!-- saved from url=(0013)chrome://gpu/ -->
<html i18n-processed=""><!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
--><head i18n-values="dir:textdirection;lang:language" dir="ltr" lang="fr"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="viewport" content="width=device-width">
<style>
* {
@kouak
kouak / basemap.geojson
Last active November 15, 2017 08:56
Europe 4f basemap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kouak
kouak / ApolloStoreResetter.jsx
Created March 26, 2017 16:43
Apollo store periodic reset
/* @flow */
import React from 'react';
import moment from 'moment';
type Props = {
client: any,
};
type State = {
nextReset: ?Date,
@kouak
kouak / TestComponents.jsx
Last active March 15, 2017 23:37
react-jss FlowType definitions
/* @flow */
import React from 'react';
import injectSheet from 'react-jss';
const styles = {
testClass: {
backgroundColor: 'red',
},
};