Skip to content

Instantly share code, notes, and snippets.

View AaronAsAChimp's full-sized avatar

Aaron Spaulding AaronAsAChimp

View GitHub Profile

Energy per serving, Benford's Law Distribution

1 2 3 4 5 6 7 8 9
42.64% (12.54) 20.45% (2.85) 7.64% (-4.86) 6.80% (-2.90) 5.54% (-2.36) 4.61% (-2.09) 4.23% (-1.57) 4.18% (-0.92) 3.93% (-0.67)

Energy per 100g, Benford's Law Distribution

Olives noires entières à la grecque, Carrefour - 📓 ✏️

  • Possible incorrect value for proteins or energy. 2.20kcal/g of proteins should be greater than 4kcal/g
  • Possible incorrect value for carbohydrates or energy. 0.93kcal/g of carbohydrates should be greater than 4kcal/g
  • Possible incorrect value for fat or energy. 0.12kcal/g of fat should be greater than 9kcal/g

Pomme 100 % Pur Jus, Carrefour - 📓 ✏️

[default] ./node_modules/@types/protractor/index.d.ts:22:27
Module 'webdriver' has no exported member 'IButton'.
[default] ./node_modules/@types/protractor/index.d.ts:25:24
Module 'webdriver' has no exported member 'IKey'.
[default] ./node_modules/@types/protractor/index.d.ts:28:45
Property 'Error' does not exist on type 'typeof error'.
[default] ./node_modules/@types/protractor/index.d.ts:29:40
Module 'webdriver.error' has no exported member 'IErrorCode'.
[default] ./node_modules/@types/protractor/index.d.ts:36:37
Module 'webdriver.logging' has no exported member 'IType'.
'use strict';
class ExtendedArray extends Float64Array {
double () {}
}
while (true) {
let thing = new ExtendedArray(1);
console.log('The method "double" is', typeof thing.double);