From 223233955cf8993246668f5fa7c2d43f0d2c0a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=A9=A7=E6=95=8F?= <454254706@163.com> Date: Thu, 30 Mar 2017 15:38:57 -0700 Subject: [PATCH 1/2] revise README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee4547d..d86afce 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -# A simple online english dictionary +# A simple online English dictionary -A simple and ease to use English +A simple and ease-to-use English [dictionary](http://dict.shenfeng.me/) written in C using -epoll in server side and javascript in client side. Data is extracted +epoll on the server side and javascript on the client side. Data is extracted from LDOCE # Directory structure: 1. `/server` Server side code, in C. -2. `/client` Javascript/HTML/CSS +2. `/client` Client side, in Javascript/HTML/CSS 3. `/test/java` Util test and performance test code 4. `/src` Clojure and java code to generate the dbdata file -# dbdata file format +# dbdata file formDat -* first 2 byte: how many words in this file. big-endian +* first 2 bytes: how many words in this file. big-endian * the rest are word items, one by one * word items are sorted asc * word item format, five parts, in order From de13b39beb61c1e963cdeb9dd5ff5e747826cf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=A9=A7=E6=95=8F?= <454254706@163.com> Date: Thu, 30 Mar 2017 15:39:40 -0700 Subject: [PATCH 2/2] revise README 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86afce..bab35b6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ from LDOCE 3. `/test/java` Util test and performance test code 4. `/src` Clojure and java code to generate the dbdata file -# dbdata file formDat +# dbdata file format * first 2 bytes: how many words in this file. big-endian * the rest are word items, one by one