Skip to content

Instantly share code, notes, and snippets.

View Clemzd's full-sized avatar
👋

Clément Clemzd

👋
  • Emotic
  • France
View GitHub Profile
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
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
@Clemzd
Clemzd / c
Created October 13, 2014 20:24
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++;
}
@Clemzd
Clemzd / ContactDaoObjectify
Last active August 29, 2015 14:09
TPGoogleAppEngine
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.
@Clemzd
Clemzd / calendar
Created January 5, 2015 14:27
calendar
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
/**
* @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();
<!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
Fonctionnalités à implementer
==============================
Contacts
Camera
Stockage
Noter les sessions
Ajouter des commentaires
Refactoring Code
Evaluation
<!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-->
<!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-->