We can't make this file beautiful and searchable because it's too large.
This file contains hidden or 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
GPS Time, Device Time, Longitude, Latitude,GPS Speed (Meters/second), Horizontal Dilution of Precision, Altitude, Bearing, G(x), G(y), G(z), G(calibrated),Litres Per 100 Kilometer(Long Term Average)(l/100km),GPS Latitude(°),GPS Longitude(°),Speed (OBD)(km/h),Litres Per 100 Kilometer(Instant)(l/100km) | |
Fri Sep 18 16:54:00 CEST 2015,18-Sep-2015 17:53:59.390,16.559385000000002,49.16564,8.249968,17.6,286.9,44.8,-3.37100005,0.76599997,9.5,0.00174236,6.44444275,49.16564178,16.5593853,41,8.21769714 | |
Fri Sep 18 16:54:05 CEST 2015,18-Sep-2015 17:54:04.383,16.560041666666667,49.165571666666665,7.863926,14.5,285.0,59.88,-3.21700001,0.30599999,9.34700012,-0.02064002,6.44484663,49.16557312,16.56004143,41,9.68780804 | |
Fri Sep 18 16:54:10 CEST 2015,18-Sep-2015 17:54:09.383,16.560625,49.16567833333333,8.085772,13.3,306.0,71.78,-3.21700001,-0.153,9.5,-0.00624382,6.44488335,49.16567993,16.56062508,38,4.63931417 | |
Fri Sep 18 16:54:15 CEST 2015,18-Sep-2015 17:54:14.394,16.561233333333334,49.16566666666666,7.923119,12.6,314.1,79.33,-3. |
This file contains hidden or 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
day | hour | value | |
---|---|---|---|
1 | 1 | 16 | |
1 | 2 | 20 | |
1 | 3 | 0 | |
1 | 4 | 0 | |
1 | 5 | 0 | |
1 | 6 | 2 | |
1 | 7 | 0 | |
1 | 8 | 9 | |
1 | 9 | 25 |
This file contains hidden or 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
[{"day": 1, "times": [{"hour": "0", "time": "37.6333333333"}, {"hour": "1", "time": "37.6166666667"}, {"hour": "2", "time": "37.6166666667"}, {"hour": "3", "time": "37.6666666667"}, {"hour": "4", "time": "37.6666666667"}, {"hour": "5", "time": "37.7333333333"}, {"hour": "6", "time": "38.75"}, {"hour": "7", "time": "41.1333333333"}, {"hour": "8", "time": "41.75"}, {"hour": "9", "time": "41.5"}, {"hour": "10", "time": "41.15"}, {"hour": "11", "time": "39.9666666667"}, {"hour": "12", "time": "39.9"}, {"hour": "13", "time": "39.95"}, {"hour": "14", "time": "39.9666666667"}, {"hour": "15", "time": "41.15"}, {"hour": "16", "time": "41.3166666667"}, {"hour": "17", "time": "41.35"}, {"hour": "18", "time": "39.6833333333"}, {"hour": "19", "time": "39.3666666667"}, {"hour": "20", "time": "39.0166666667"}, {"hour": "21", "time": "38.7166666667"}, {"hour": "22", "time": "38.6333333333"}, {"hour": "23", "time": "37.9166666667"}]}, {"day": 1, "times": [{"hour": "0", "time": "37.6166666667"}, {"hour": "1", "time": "37.65"}, |
This file contains hidden or 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
[{"day": 0, "times": [{"hour": "0", "time": "47.5666666667"}, {"hour": "1", "time": "47.55"}, {"hour": "2", "time": "47.5333333333"}, {"hour": "3", "time": "47.5333333333"}, {"hour": "4", "time": "47.5333333333"}, {"hour": "5", "time": "47.7833333333"}, {"hour": "6", "time": "49.5166666667"}, {"hour": "7", "time": "52.5"}, {"hour": "8", "time": "53.2"}, {"hour": "9", "time": "52.3833333333"}, {"hour": "10", "time": "51.6333333333"}, {"hour": "11", "time": "51.25"}, {"hour": "12", "time": "51.0833333333"}, {"hour": "13", "time": "51.0"}, {"hour": "14", "time": "50.9166666667"}, {"hour": "15", "time": "50.95"}, {"hour": "16", "time": "50.9"}, {"hour": "17", "time": "50.5166666667"}, {"hour": "18", "time": "49.8666666667"}, {"hour": "19", "time": "49.3833333333"}, {"hour": "20", "time": "48.75"}, {"hour": "21", "time": "48.4166666667"}, {"hour": "22", "time": "48.0833333333"}, {"hour": "23", "time": "47.55"}]}, {"day": 1, "times": [{"hour": "0", "time": "47.5333333333"}, {"hour": "1", "time": "47.5333333333"}, { |
This file contains hidden or 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
def test_entitites(self): | |
for entity in NO_SETUP_ENTITIES: | |
command_to_run_all_tests_in_class(BookmarkTestCase) | |
def test_entitites_setup(self): | |
for entity in SETUP_ENTITIES: | |
do_the_setup() | |
command_to_run_all_tests_in_class(BookmarkTestCase) | |
This file contains hidden or 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
# Customize BASH PS1 prompt to show current GIT repository and branch. | |
# by Mike Stewart - http://MediaDoneRight.com | |
# SETUP CONSTANTS | |
# Bunch-o-predefined colors. Makes reading code easier than escape sequences. | |
# I don't remember where I found this. o_O | |
function main() { | |
# Reset | |
local Color_Off="\[\033[0m\]" # Text Reset |
This file contains hidden or 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
<div class="table-cell build-result failed" data-result="{"name":"tests.foreman.api.test_syncplan","totalTest | |
position: relative; | |
padding: 0; | |
height: 100%; | |
vertical-align: middle; | |
"><div class="statusWrapper" style=" | |
display: table; | |
height: 100%; | |
width: 100%; | |
padding: 0; |
This file contains hidden or 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
// ==UserScript== | |
// @name jenkins_test_results_analyzer_redesign | |
// @namespace jenkins-ci | |
// @include https://*jenkins*.redhat.com/*/test_results_analyzer/ | |
// @version 1.2.2 | |
// @grant none | |
// @updateurl https://raw.githubusercontent.com/rplevka/Greasemonkey---Jenkins-Sat6/master/test-results-analyzer.meta.js | |
// @downloadurl https://raw.githubusercontent.com/rplevka/Greasemonkey---Jenkins-Sat6/master/test-results-analyzer.user.js | |
// @author roman plevka ([email protected]) | |
// ==/UserScript== |
This file contains hidden or 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
{"tier1": [ | |
{ | |
"api": 0.2127659574468085, | |
"ui": 0.2257336343115124, | |
"cli": 0.16806722689075632 | |
}, | |
{ | |
"api": 0.425531914893617, | |
"ui": 6.320541760722348, |
This file contains hidden or 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
import re | |
import requests | |
#from robottelo.config import settings | |
#settings.configure() | |
# hostname = settings.server.hostname | |
hostname = 'foo.bar.com' | |
def extract_token(input): | |
token = re.search( |
OlderNewer