Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/4d695/
Upload File :
Current File : /home/emeraadmin/www/4d695/scripts.zip

PK�S�\$�'jffdelayed-call.coffeenu�[���#!/usr/bin/env ./node_modules/.bin/coffee

###
Expected output is a number above 350 and below 600.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###

delay = require "call-delayed"
now = require "../../lib/performance-now"
delay 250, -> console.log now().toFixed 3
PK�S�\_��99initial-value.coffeenu�[���#!/usr/bin/env ./node_modules/.bin/coffee

###
Expected output is a number above 100 and below 350.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###

now = require '../../lib/performance-now'
console.log now().toFixed 3
PK�S�\<d;bjjdelayed-require.coffeenu�[���#!/usr/bin/env ./node_modules/.bin/coffee

###
Expected output is a number above 350 and below 600.
The time reported is relative to the time the node.js process was started
this is approximately at `(Date.now() process.uptime() * 1000)`
###

delay = require "call-delayed"
delay 250, ->
  now = require "../../lib/performance-now"
  console.log now().toFixed 3
PK�S�\�!O���difference.coffeenu�[���#!/usr/bin/env ./node_modules/.bin/coffee

# Expected output is above 0.005 and below 0.07.

now = require('../../lib/performance-now')
console.log -(now() - now()).toFixed 3
PK�S�\$�'jffdelayed-call.coffeenu�[���PK�S�\_��99�initial-value.coffeenu�[���PK�S�\<d;bjj&delayed-require.coffeenu�[���PK�S�\�!O����difference.coffeenu�[���PKN�