## Steps
-
Creation of
Halleck45/tmp-migration
-
Creation of
README.md
with# tmp-migration fgh
<iframe id="frame-monitor" style="display:none; " src="http://jenkins.xxxx.fr/view/Administration/job/Administration%20-%20Monitoring/2/sitemonitor/"></iframe> | |
<div id="div-monitor"></div> | |
<script type="text/javascript"> | |
var iframe = document.getElementById('frame-monitor'); | |
iframe.onload = function() { | |
var innerDoc = (iframe.contentDocument) ? iframe.contentDocument : iframe.contentWindow.document; | |
var table = innerDoc.getElementById('files'); | |
var container = document.getElementById('div-monitor'); | |
container.appendChild (table); | |
iframe.parentNode.removeChild( iframe ); |
//http://slimerjs.org/ | |
var page = require('webpage').create(); | |
page.viewportSize = { width:1280, height:800 }; | |
page.open('http://localhost/phpmetrics.html') | |
.then(function(){ | |
window.setTimeout(function() { |
#!/bin/bash | |
# Metrics for PHP | |
# | |
# author: Jean-François Lépine | |
echo "PHPMetrics, by Jean-François Lépine" | |
echo |
## Steps
Creation of Halleck45/tmp-migration
Creation of README.md
with
# tmp-migration
fgh
04:01:07 /var/www$ cat /var/www/spark/npm-debug.log | |
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dev' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose node symlink /usr/bin/node | |
5 verbose run-script [ 'predev', 'dev', 'postdev' ] | |
6 info predev @ | |
7 info dev @ | |
8 verbose unsafe-perm in lifecycle true |
Nous recherchons un développeur web pour aider notre équipe qualité dans son travail quotidien et l’accompagner dans le développements de solutions spécifiques.
Mission :
Environnent technique :
<?php | |
// This file concerns Youbora support | |
$secretKey = 'mysecret'; | |
$system = 'system' | |
$url = '/quality/top?system='.$system.'&timezone=Europe/Paris&type=&asc=true&orderBy=plays&startDate=&endDate='; | |
$expirationTime = round(microtime(true) * 1000) + 1800000; | |
$preurl = $url . "&dateToken=".$expirationTime; |
#!/bin/bash | |
function pause(){ | |
read -p "$*" | |
} | |
# Common packages | |
sudo apt-get install -y vim wget git nodejs npm curl php terminator | |
# IDE | |
wget https://download.jetbrains.com/webide/PhpStorm-2017.3.2.tar.gz -O phpstorm.tar.gz |
Processed 3.20 billion rows | |
# Top 100 fonctions | |
┌─function_name────────────┬─nb_occurrences─┐ | |
│ count │ 980097 │ | |
│ sprintf │ 941636 │ | |
│ is_array │ 808710 │ | |
│ is_null │ 688775 │ | |
│ array_key_exists │ 675025 │ |