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
1) Batch tasks "before each" hook: | |
Error: timeout of 0ms exceeded | |
at done (/usr/local/lib/node_modules/mocha/lib/runnable.js:202:67) | |
at /usr/local/lib/node_modules/mocha/lib/runnable.js:223:9 | |
at /Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/testing/index.js:90:5 | |
at /Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/goog/base.js:1112:15 | |
at webdriver.promise.ControlFlow.runInNewFrame_ (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:1431:20) | |
at notify (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:315:12) | |
at notifyAll (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:284:7) | |
at fulfill (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/seleniu |
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
rror: timeout of 0ms exceeded | |
at done (/usr/local/lib/node_modules/mocha/lib/runnable.js:202:67) | |
at /usr/local/lib/node_modules/mocha/lib/runnable.js:223:9 | |
at /Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/testing/index.js:90:5 | |
at /Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/goog/base.js:1112:15 | |
at webdriver.promise.ControlFlow.runInNewFrame_ (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:1431:20) | |
at notify (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:315:12) | |
at notifyAll (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:284:7) | |
at fulfill (/Users/Kathleen/Workspace/paige-tests/node_modules/be-paige/node_modules/selenium-webdriver/lib/webdriver/promise.js:389:7 |
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
uint8_t *pSource = process_data->source_bitmap + ((process_data->y0 * process_data->source_header.width) + process_data->x0); | |
uint8_t *pDestination = process_data->destination_bitmap; | |
uint32_t counterLine = process_data->y1 - process_data->y0; | |
uint32_t counterColumn = process_data->x1 - process_data->x0; | |
uint32_t reste = (process_data->source_header.width - process_data->x1) + process_data->x0; | |
while(counterLine--){ | |
while(counterColumn--){ | |
*pDestination++ = *pSource++; | |
} |
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 com.zenika.restx.persistence.objectify; | |
import com.googlecode.objectify.Key; | |
import com.googlecode.objectify.ObjectifyService; | |
import com.zenika.restx.domain.ZenUser; | |
import java.util.List; | |
/** | |
* Created by Clement on 18/11/2014. |
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
calendar{ | |
event DSL tutorial{ | |
on 2009/11/8 | |
from 09:00 | |
to 16:00 | |
at Aarhus Music Hall | |
} | |
event Making use of Patterns{ | |
at Aarhus Music Hall | |
from 14:15 |
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
/** | |
* @see IActionDelegate#run(IAction) | |
*/ | |
public void run(IAction action) { | |
IStructuredSelection selection = (IStructuredSelection) targetPart | |
.getSite().getSelectionProvider().getSelection(); | |
EObject object = (EObject) selection.getFirstElement(); | |
EList<EReference> references = object.eClass().getEAllReferences(); |
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
<!DOCTYPE html> | |
<!-- | |
Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at |
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
Fonctionnalités à implementer | |
============================== | |
Contacts | |
Camera | |
Stockage | |
Noter les sessions | |
Ajouter des commentaires | |
Refactoring Code | |
Evaluation |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<!--Import Google Icon Font--> | |
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
<!--Import materialize.css--> | |
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" /> | |
<!--Let browser know website is optimized for mobile--> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<!--Import Google Icon Font--> | |
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
<!--Import materialize.css--> | |
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" /> | |
<!--Let browser know website is optimized for mobile--> |
OlderNewer