Nam faucibus ultrices felis, ac dignissim justo rutrum eu. Mauris finibus porttitor lacus non viverra. Mauris lacinia eros id sem fringilla vehicula. Nam ut feugiat ex. Proin a ultrices nulla. Duis fermentum ultricies commodo. Donec scelerisque in erat et varius. Donec quis est leo. Nulla viverra mattis enim. Aenean faucibus mauris metus. Fusce tristique lorem enim, non tincidunt nulla ultricies ut. Pellentesque ac nulla blandit, tempor enim in, mattis nisi.
This file contains 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
{"version":1,"resource":"file:///Users/olivm/Workspace/OraalgoNext/webpack.config.js","entries":[{"id":"Pc0O.js","timestamp":1668417432250},{"id":"JEyH.js","timestamp":1668418460690}]} |
This file contains 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
[{ | |
"featureType": "water", | |
"elementType": "geometry", | |
"stylers": [{ | |
"color": "#e9e9e9" | |
}, | |
{ | |
"lightness": 17 | |
} | |
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am olivM on github. | |
* I am olivm (https://keybase.io/olivm) on keybase. | |
* I have a public key whose fingerprint is 16EE 8AC9 2435 3FCE 9D46 D313 948D BCAB 8C33 4198 | |
To claim this, I am signing this object: |
This file contains 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
<?php | |
/* | |
* Warning! Read and use at your own risk! | |
* | |
* This tiny proxy script is completely transparent and it passes | |
* all requests and headers without any checking of any kind. | |
* The same happens with JSON data. They are simply forwarded. | |
* | |
* This is just an easy and convenient solution for the AJAX |
This file contains 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
/* Track outbound links in Google Analytics */ | |
(function($) { | |
"use strict"; | |
// current page host | |
var baseURI = window.location.host; | |
// click event on body | |
$("body").on("click", function(e) { |
This file contains 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
[...] | |
Numérique, crise, polycrise, et analyse de contexte. | |
Le mot Polycrise, je l'ai piqué dans un bouquin de Michel Rocard. Il désigne le fait que trois crises majeurs, qui chacune pourrait boulverser une quantité incroyable de choses, sont en train de se produire en même temps. | |
La première, c'est l'explosion à répétition de la finance hors de contrôle. Le dernier cas similaire connu, c'est celui de 1929, qui se traduit par des politiques d'austérité dans toute l'Europe. Ces politiques poussent à la monté des extrêmes dans tous l'Europe, jusqu'à la prise du pouvoir par les fachistes en Italie, les franquistes en Espagne, et les nazis en Allemagne. Regardez bien, on est pile sur cette pente là, et pile dans le timing. Pardon ? Ah oui, la gauche est au pouvoir en France. Oui. Tout juste. En 1936, 3 ans avant la guerre, ça s'appelait le Front Populaire. | |
La seconde crise, c'est la fin des énergies fossiles. Pour le pétrole, le déclin est commencé, on ne peut pas en produire vraiment plus, et on va même être |
This file contains 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
function is_fibonacci_element($fib, $count, $limit = 100) { | |
foreach($fib as $elt) | |
if ( $count == $elt ) | |
return true; | |
$idx = count($fib) - 1; | |
while ($count > $fib[$idx] && $idx < 50) { | |
$fib[] = $fib[$idx] + $fib[$idx - 1]; | |
$idx = count($fib) - 1; |
This file contains 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
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: e76ae4e896d12e3fde7fd0c06eafe846e9160ea2 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP.app/Contents/Developer | |
CLT: 5.0.0.0.1.1364255407 | |
GCC-4.2: build 5666 |
NewerOlder