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
diff --git a/plugins/com-sarriaroman-photoviewer/src/android/PhotoActivity.java b/plugins/com-sarriaroman-photoviewer/src/android/PhotoActivity.java | |
index 68c1eb6..0c32c9c 100644 | |
--- a/plugins/com-sarriaroman-photoviewer/src/android/PhotoActivity.java | |
+++ b/plugins/com-sarriaroman-photoviewer/src/android/PhotoActivity.java | |
@@ -19,6 +19,7 @@ import android.widget.ProgressBar; | |
import android.widget.TextView; | |
import android.widget.Toast; | |
+import com.squareup.picasso.Callback; | |
import com.squareup.picasso.Picasso; |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Name: Notion de congruence _ Entrainement mental - (c.f https://www.youtube.com/watch?v=cTp4M9IDjgQ) | |
Author: Joris Bertomeu <[email protected]> | |
Date: 10-02-18 | |
Usage: : python ./congruence.py | |
""" | |
import random |
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
[ | |
{ | |
"Name": "SwarmNet", | |
"Id": "jzafvaiku3czja7cqthjzxsdv", | |
"Created": "2017-10-02T17:46:24.664000638+02:00", | |
"Scope": "swarm", | |
"Driver": "overlay", | |
"EnableIPv6": false, | |
"IPAM": { | |
"Driver": "default", |
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
[ | |
{ | |
"idTopic":"55", | |
"idGroups":[ | |
27, | |
28, | |
29, | |
30, | |
31, | |
32, |
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
[{"idTopic":"55","idGroups":[27,28,29,30,31,32,33,34,35,37,42,49,51,55,56,57,58,59,73,85,86,93,94,95,131,135,7849,7850,140,144,145,146,147,151,157,166,167,169,170,173,4954,6431,7725,7726,7727,7733,7734,7737,7740,7742,8901,8957,8959,8960,8961,9167,9168,9169,9170,9177,9178,9179,9209,328523,493007,9181,9182,9183,9184,9185,128838,547742,9187,9188,9189,9201,9192,9193,9194,9195,9196,9197,9198,215772,298139,61676,118804,120210,120211,120232,405826,498709,596135],"titre":"Welcome !","contenus":[{"idContenu":"242","message":"Allez c'est parti :)","typeContenu":"1","idGroups":[27,28,29,30,31,32,33,34,35,37,42,49,51,55,56,57,58,59,73,85,86,93,94,95,131,135,7849,7850,140,144,145,146,147,151,157,166,167,169,170,173,4954,6431,7725,7726,7727,7733,7734,7737,7740,7742,8901,8957,8959,8960,8961,9167,9168,9169,9170,9177,9178,9179,9209,328523,493007,9181,9182,9183,9184,9185,128838,547742,9187,9188,9189,9201,9192,9193,9194,9195,9196,9197,9198,215772,298139,61676,118804,120210,120211,120232,405826,498709,596135],"tags":[]},{"idCont |
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
{ | |
"collabore": { | |
"mappings": { | |
"logs": { | |
"properties": { | |
"date": { | |
"type": "long" | |
}, | |
"idContenu": { | |
"type": "long" |
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
package hadoop; | |
import java.io.IOException; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.List; | |
import org.apache.hadoop.io.IntWritable; | |
import org.apache.hadoop.io.Text; | |
import org.apache.hadoop.mapreduce.Mapper; |