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
self.data["standard"]!["male"]!["+1std"] = [ | |
[0.0, 3.878], | |
[0.083, 3.850], | |
[0.167, 3.872], | |
[0.25, 3.901], | |
[0.333, 3.933], | |
[0.417, 3.968], | |
[0.5, 4.003], | |
[0.583, 4.040], | |
[0.667, 4.078], |
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
~/projects/boab/src master python visualiserFilter.py | |
/usr/local/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. | |
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') | |
Main visualiser | |
./res_performance | |
Visualise - Reading data | |
Visualise - Filtering data | |
Score limit: {} | |
Limiter value(s): None | |
Visualise - Listing data |
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
output { | |
# Hadoop listens over ZeroMQ | |
zeromq { | |
address => ... | |
mode => ... | |
topology => ... | |
sockopt => ... | |
} | |
S3 { |
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
/* | |
* (C) Copyright 2013 Kurento (http://kurento.org/) | |
* | |
* All rights reserved. This program and the accompanying materials | |
* are made available under the terms of the GNU Lesser General Public License | |
* (LGPL) version 2.1 which accompanies this distribution, and is available at | |
* http://www.gnu.org/licenses/lgpl-2.1.html | |
* | |
* This library is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
awk '{!a[$1]++}END{for(i in a) if ( a[i] >10 ) print a[i],i }' file |
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
#!/bin/bash | |
echo Hello World |