Skip to content

Instantly share code, notes, and snippets.

View yjacolin's full-sized avatar

Yves Jacolin yjacolin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am yjacolin on github.
  • I am yjacolin (https://keybase.io/yjacolin) on keybase.
  • I have a public key ASAGwm0Wqk8lgNVybOW7aAD5twkLQxIMuGIAC-5V6x-aBwo

To claim this, I am signing this object:

/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:500:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT((!is_signed<quint32>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:501:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT(( is_signed<qint32>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:503:16: error: expected constructor, destructor, or type conversion before ‘(’ token
Q_STATIC_ASSERT(( is_unsigned<quint64>::value));
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtypetraits.h:504:16: error: expected constructor, destructor, or type conversion before ‘(’ token
@yjacolin
yjacolin / README.md
Last active September 8, 2015 20:33 — forked from jsanz/README.md
OSGeo Charter Members

D3 tests with OSGeo Charter Members data

What is this repository for?

This is a simple exercise to learn D3 basics using a data set I have at hand, the charter members of the Open Source Geospatial Foundation OSGeo.

It is intentionally simple, as I've tried to use the core D3 features, without the help of any other third party library except the d3.geo.projection plugin because I love the Robinson projection. Yes, I have a comfortable pair of running shoes, etc.

Check the viz.

@yjacolin
yjacolin / index.html
Last active August 29, 2015 14:00
OSM and KML layers with OpenLayers
<html>
<head>
<title>Example OpenLayers avec une couche KML sur fond de plan KML</title>
<script
<script src="http://openlayers.org/api/OpenLayers.js"></script>
</head>
<body>
<div style="width:100%; height:100%" id="map"></div>
<script defer='defer' type='text/javascript'>
var map = new OpenLayers.Map('map', {