Skip to content

Commit

Permalink
remove my email
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Aug 26, 2018
1 parent 10c39a2 commit 8573889
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion doc/Presentation/q1.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%File: q1.tex
%Date: Wed Jun 25 00:03:04 2014 +0800
%Author: Yuxin Wu <[email protected]>

\section{Query 1}
\begin{frame}{Query 1}
Given $x$ and vertex $p_1 ,p_2$ , calculate the length of shortest path
Expand Down
2 changes: 1 addition & 1 deletion doc/Presentation/q2.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%File: q2.tex
%Date: Wed Jun 25 00:16:23 2014 +0800
%Author: Yuxin Wu <[email protected]>


\section{Query 2}
\begin{frame}{Query 2}
Expand Down
2 changes: 1 addition & 1 deletion doc/Presentation/q3.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%File: q3.tex
%Date: Wed Jun 25 02:54:22 2014 +0800
%Author: Yuxin Wu <[email protected]>


\section{Query 3}
\begin{frame}{Query 3}
Expand Down
2 changes: 1 addition & 1 deletion doc/Presentation/q4.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%File: q4.tex
%Date: Wed Jun 25 05:38:40 2014 +0800
%Author: Yuxin Wu <[email protected]>


\section{Query 4}
\begin{frame}{Query 4}
Expand Down
2 changes: 1 addition & 1 deletion doc/Presentation/trick.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%File: trick.tex
%Date: Wed Jun 25 00:42:05 2014 +0800
%Author: Yuxin Wu <[email protected]>


\section{Others}
\begin{frame}{Other tricks}
Expand Down
2 changes: 1 addition & 1 deletion draw-mem.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: draw-mem.sh
# Date: Tue Apr 08 19:58:22 2014 +0800
# Author: Yuxin Wu <[email protected]>


if [[ -z "$1" ]] ; then
echo "Usage: $0 log/mem-xxx.xxx"
Expand Down
2 changes: 1 addition & 1 deletion memcheck.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: memcheck.sh
# Date: Wed Mar 12 15:52:04 2014 +0800
# Author: Yuxin Wu <[email protected]>


[[ -z "$1" ]] && (echo "Usage: $0 /path/to/data/directory/" && exit 1)
DATA_DIRNAME=`basename $1`
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: pack.sh
# Date: Wed Apr 09 21:48:56 2014 +0000
# Author: Yuxin Wu <[email protected]>


make clean -C src
make -C src BUILD=submit
Expand Down
2 changes: 1 addition & 1 deletion prof.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: prof.sh
# Date: Wed Mar 12 15:51:56 2014 +0800
# Author: Yuxin Wu <[email protected]>


[[ -z "$1" ]] && (echo "Usage: $0 /path/to/data/directory/" && exit 1)
DATA_DIRNAME=`basename $1`
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: run.sh
# Date: Wed Apr 16 04:47:27 2014 +0800
# Author: Yuxin Wu <[email protected]>


#[[ -z "$1" ]] && (echo "Usage: $0 /path/to/data/directory/ /path/to/query/file" && exit 1)
#make -C src
Expand Down
2 changes: 1 addition & 1 deletion src/HybridEstimator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: HybridEstimator.cpp
//Date: Wed Apr 16 08:25:35 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "HybridEstimator.h"
#include "globals.h"
Expand Down
2 changes: 1 addition & 1 deletion src/HybridEstimator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: HybridEstimator.h
//Date: Wed Apr 16 02:43:41 2014 +0000
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <cmath>
Expand Down
2 changes: 1 addition & 1 deletion src/SumEstimator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: SumEstimator.cpp
//Date: Wed Apr 16 08:01:56 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <queue>
#include <limits>
Expand Down
2 changes: 1 addition & 1 deletion src/SumEstimator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: SumEstimator.h
//Date: Tue Apr 15 15:44:00 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/cache.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: cache.cpp
//Date: Sun Mar 16 16:20:57 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "data.h"
#include "lib/common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/cache.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: cache.h
//Date: Sun Mar 16 16:13:32 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/compile.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: compile.sh
# Date: Wed Apr 16 04:40:25 2014 +0800
# Author: Yuxin Wu <[email protected]>


sed -i 's/LDFLAGS += -static-libstdc++//g' Makefile
export BUILD=submit
Expand Down
2 changes: 1 addition & 1 deletion src/data.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: data.cpp
//Date: Tue Apr 15 14:31:12 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "data.h"
#include "lib/debugutils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/data.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: data.h
//Date: Tue Apr 15 14:31:43 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/gen_query.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: gen_query.cc
//Date: Tue Apr 15 10:54:38 2014 +0000
//Author: Yuxin Wu <[email protected]>


#include <cstdio>
#include <ctime>
Expand Down
2 changes: 1 addition & 1 deletion src/globals.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: globals.cpp
//Date: Wed Apr 16 08:26:48 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "globals.h"
#include "lib/common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: globals.h
//Date: Wed Apr 16 08:26:39 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/job_wrapper.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: job_wrapper.h
//Date: Tue May 06 11:24:37 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#ifndef __HEADER_JOBWRAPPER
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ThreadPool.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: ThreadPool.cpp
//Date: Tue Apr 08 20:11:46 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "ThreadPool.hh"
#include "Timer.h"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Timer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// File: Timer.cpp
// Author: Yuxin Wu <[email protected]>



#include <cstdlib>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Timer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File: Timer.h

// Author: Yuxin Wu <[email protected]>


#pragma once
#ifdef WIN32 // Windows system specific
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bitset.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: bitset.cpp
//Date: Thu Mar 27 20:47:39 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "bitset.h"
#include "common.h"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bitset.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: bitset.h
//Date: Wed Apr 16 08:04:38 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <emmintrin.h>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: common.h
//Date: Mon Apr 14 15:53:30 2014 +0000
//Author: Yuxin Wu <[email protected]>


#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/lib/debugutils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File: debugutils.cpp

// Author: Yuxin Wu <[email protected]>



#include <cstdlib>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/debugutils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File: debugutils.h

// Author: Yuxin Wu <[email protected]>



#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/lib/fast_read.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: fast_read.h
//Date: Sat Apr 05 15:22:47 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/lib/hash_lib.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: hash_lib.cpp
//Date: Tue Mar 11 11:18:31 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <cstdint>
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hash_lib.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: hash_lib.h
//Date: Thu Apr 03 16:07:51 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/lib/test.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: test.cc
//Date: Sat Apr 12 16:17:00 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <vector>
#include "bitset.h"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File: utils.cpp

// Author: Yuxin Wu <[email protected]>


#include "utils.h"
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File: utils.h

// Author: Yuxin Wu <[email protected]>



#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: main.cpp
//Date: Wed Apr 16 05:13:03 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <cstdio>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/mem_monitor.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: mem_monitor.cc
//Date: Thu Apr 10 11:06:08 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <iostream>
#include <cstdlib>
Expand Down
2 changes: 1 addition & 1 deletion src/q4Scheduler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: q4Scheduler.h
//Date: Wed Apr 16 02:00:49 2014 +0000
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <set>
Expand Down
2 changes: 1 addition & 1 deletion src/query4.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: query4.h
//Date: Tue Apr 15 16:59:16 2014 +0000
//Author: Yuxin Wu <[email protected]>


#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/query4_force.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: query4_force.cc
//Date: Mon Mar 24 23:53:38 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include "query4.h"
#include "data.h"
Expand Down
2 changes: 1 addition & 1 deletion src/read.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: read.cpp
//Date: Mon May 05 23:15:01 2014 +0800
//Author: Yuxin Wu <[email protected]>


#include <stdlib.h>
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion src/read.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//File: read.h
//Date: Sat Apr 05 13:21:16 2014 +0800
//Author: Yuxin Wu <[email protected]>


#pragma once
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# File: test.sh
# Date: Tue Apr 08 18:57:08 2014 +0800
# Author: Yuxin Wu <[email protected]>


[[ -z "$1" ]] && (echo "Usage: $0 /path/to/data/directory/" && exit 1)

Expand Down

0 comments on commit 8573889

Please sign in to comment.