Documentation de référence : https://github.com/edx/configuration/wiki/edX-Developer-Stack
- virtualbox >= 4.2.16
- vagrant >= 1.5.0
Documentation de référence : https://github.com/edx/configuration/wiki/edX-Developer-Stack
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>La Pinacothèque à Bertier</title> | |
| </head> | |
| <body> | |
| <outline text="projects" title="projects"> | |
| <outline text="pinacothèque" title="pinacothèque"> | |
| <outline type="rss" text="Collection Kangourou" title="Collection Kangourou" xmlUrl="http://collectionkangourou.blogspot.com/feeds/posts/default" htmlUrl="http://collectionkangourou.blogspot.com/"/> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Tristan subscriptions in feedly Cloud</title> | |
| </head> | |
| <body> | |
| <outline text="appz" title="appz"> | |
| <outline type="rss" text="Flynn" title="Flynn" xmlUrl="https://flynn.io/blog.xml" htmlUrl="https://flynn.io/blog"/> | |
| <outline type="rss" text="symfony Project New Plugins" title="symfony Project New Plugins" xmlUrl="http://www.symfony-project.org/plugins/newest.rss" htmlUrl="http://www.symfony-project.org/plugins/"/> |
| #!/bin/bash | |
| # Downloads Sublime Text 3 and installs it locally in user's home directory | |
| # Better error reporting | |
| function error_handler() { | |
| echo "Error occurred in script at line ${1}" | |
| echo "Line exited with status: ${2}" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| elasticsearch.pkg.curl: | |
| pkg: | |
| - installed | |
| - name: curl | |
| openjdk-7-jre-headless: | |
| pkg: | |
| - installed | |
| /tmp/elasticsearch.{{ pillar.elasticsearchVersion }}.deb: |
| <?php | |
| ob_start(); | |
| $file->fpassthru(); | |
| $contents = ob_get_flush(); |
| /* | |
| * Aggrégation des données | |
| */ | |
| db.request.mapReduce( | |
| function() { | |
| key = this.idClient, | |
| value = { | |
| user_id : this.tagCommanderData.user_id, | |
| dateCreated : this.dateCreated | |
| }; |
| /* | |
| * Aggrégation des données | |
| */ | |
| db.request.mapReduce( | |
| function() { | |
| key = this.idClient, | |
| value = { | |
| user_id: this.tagCommanderData.user_id, | |
| dateCreated: this.dateCreated | |
| }; |
| <?php | |
| // Ce tableau contient toutes les clés possibles | |
| $defaults = array( | |
| 'key1' => null, | |
| 'key2' => 42, | |
| 'key3' => 'raoul' | |
| ); | |
| // C'est le tableau qu'on récupére en entrée. Il contient un certain nombre des clés possibles | |
| $input = array( |