Skip to content

Instantly share code, notes, and snippets.

(function() {
var path = require('path'), fs = require('fs');
function walk(uri,filter,tree) {
var node = {
name : null,
children : [],
pNode : null,
};
@mfine2
mfine2 / lefttime
Created April 8, 2013 08:04
show left time
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div id="left"></div>
<script type="text/javascript">
var showLeftTime = function (endStr, node) {