var input = "Pessac"
http://www.meteofrance.com/mf3-rpc-portlet/rest/lieu/facet/pluie/search/input
Renvoie un truc du style :
[ {
"id" : "333180",| # Index creation with settings | |
| curl -XPUT localhost:9200/geoloc -d '{ | |
| "settings": { | |
| "index": { | |
| "analysis": { | |
| "filter": { | |
| "french_elision": { | |
| "type": "elision", | |
| "articles": [ "l", "m", "t", "qu", "n", "s", | |
| "j", "d", "c", "jusqu", "quoiqu", |
| <canvas id="c"></canvas> |
| #!/bin/bash | |
| # Global var | |
| readonly APACHE_DIR="/home/nicetomateyou" | |
| readonly SERVER_DIR="$APACHE_DIR/bundle/programs/server" | |
| readonly ARGC="$#" | |
| readonly VERSION="$1" | |
| readonly TARGET="prod" |
| $ app/client : tree . | more | |
| |-- account | |
| | | -- html | |
| | | | -- recoverPwd.html | |
| | | | -- updateProfile.html | |
| | | | -- account.html | |
| | | -- js | |
| | | | -- recoverPassword.js | |
| | | | -- profileInfos.js |
| $ app/client : tree . | more | |
| |-- account | |
| | | -- password | |
| | | | |-- recover | |
| | | | | | -- recover.html | |
| | | | | | -- recover.js | |
| | | | | | -- recover.less | |
| | | | | | -- utils | |
| | | | | | | -- helper.js |
| [recommendedReasonPhrases:protected] => Array | |
| ( | |
| [100] => Continue | |
| [101] => Switching Protocols | |
| [102] => Processing | |
| [200] => OK | |
| [201] => Created | |
| [202] => Accepted | |
| [203] => Non-Authoritative Information | |
| [204] => No Content |
| % http://dept-info.labri.u-bordeaux.fr/~musumbu/Expert/td2.pdf | |
| /* | |
| ***************** Les faits ******************* | |
| Arguemnts du predicat bio : | |
| bio(enfant, sexe, annee_naissance, annee_mort, pere, mere) | |
| */ | |
| bio(louis13, h, 1601, 1643, henri4, marie_medicis). | |
| bio(elisabeth_France, f, 1603, 1644, henri4, marie_medicis). |
| $ git log --pretty=format:"%h %s" HEAD~3..HEAD | |
| adcf4a6 Adding navbar (Part 3) | |
| 0cdff26 Adding navbar (Part 2) | |
| 0ce7553 Adding navbar (Part 1) |
| $ git rebase -i a860a43~ | |
| 1 edit a860a43 Add footer + rename header menus | |
| 2 fixup 1e2ac88 Add style.css (footer) | |
| 3 pick c09d958 Add breadcrumb | |
| 4 pick 0e37c70 Add jumbotron |