User Tools

Site Tools


dev:projects:sparetime

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:projects:sparetime [2013/10/06 11:51] – [2011] hackerzhoudev:projects:sparetime [2020/06/06 23:32] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== 2009 ===== ===== 2009 =====
   * [[dev/projects/sparetime/eshop|E-Shop]] --An E-Shop which has server webapp and mobile client. Xiang Wang, Kang Liu and I wrote this to attend a software competition. Using program languages like Flex/J2EE/J2ME.   * [[dev/projects/sparetime/eshop|E-Shop]] --An E-Shop which has server webapp and mobile client. Xiang Wang, Kang Liu and I wrote this to attend a software competition. Using program languages like Flex/J2EE/J2ME.
-  * [[dev/projects/sparetime/my_accounting_tool|MyAccountingTool]] --A utility written in C# to track my daily expense.+  * [[https://code.google.com/p/hackerzhou/downloads/detail?name=HoneyClover%27s%20Account%20v1.0.rar|MyAccountingTool]] --A utility written in C# to track daily expense.
   * [[dev/projects/sparetime/fudan_cyber_manhunt|Fudan Cyber Manhunt System]] --A secret project~ It is a J2EE/Flex/MySQL based web application which have each students' information such as name, birthday, student id, identity card id and GPA.   * [[dev/projects/sparetime/fudan_cyber_manhunt|Fudan Cyber Manhunt System]] --A secret project~ It is a J2EE/Flex/MySQL based web application which have each students' information such as name, birthday, student id, identity card id and GPA.
 ===== 2010 ===== ===== 2010 =====
Line 12: Line 12:
     * [[dev/projects/sparetime/id_tools|ID Tools]] to calculate relationship of the BBS users using user generated data.     * [[dev/projects/sparetime/id_tools|ID Tools]] to calculate relationship of the BBS users using user generated data.
     * [[dev/projects/sparetime/bbs_analyzer|BBS Analyzer]] to get detailed behavior of a certain user, eg. habits, locations, favorite based on content user posted and IP they use.     * [[dev/projects/sparetime/bbs_analyzer|BBS Analyzer]] to get detailed behavior of a certain user, eg. habits, locations, favorite based on content user posted and IP they use.
-    * [[dev/projects/sparetime/bbs_auto_register|BBS Auto Register]] to automatic register BBS user account.+    * [[https://code.google.com/p/hackerzhou/downloads/detail?name=BBSAutoRegister%20v0.6.rar|BBS Auto Register]] to automatic register BBS user account. //[[http://hackerzhou.me/2010/10/rygh-bbs-auto-register-v0-6.html|Blog Article]]//
     * [[dev/projects/sparetime/guanghua_digest_search_engine|Guanghua Digest Search Engine]] to generate index for valueable content and make search really fast.     * [[dev/projects/sparetime/guanghua_digest_search_engine|Guanghua Digest Search Engine]] to generate index for valueable content and make search really fast.
     * [[dev/projects/sparetime/guanghua_pic_downloader_and_digest_searcher|GuangHua Pic Downloader & DigestSearcher]] is a client side offline tool to batch download articles/pictures from BBS. //[[http://hackerzhou.me/2010/09/guanghua-downloader-v3-0.html|Blog Article]]//     * [[dev/projects/sparetime/guanghua_pic_downloader_and_digest_searcher|GuangHua Pic Downloader & DigestSearcher]] is a client side offline tool to batch download articles/pictures from BBS. //[[http://hackerzhou.me/2010/09/guanghua-downloader-v3-0.html|Blog Article]]//
Line 18: Line 18:
   * [[dev/projects/sparetime/ftp_search_engine|FTP Search Engine]] --A multi-node FTP search engine based on Lucene index, using iBatis as ORM layer and Flex as UI. It indexed about 62TB FTP data in 2010.   * [[dev/projects/sparetime/ftp_search_engine|FTP Search Engine]] --A multi-node FTP search engine based on Lucene index, using iBatis as ORM layer and Flex as UI. It indexed about 62TB FTP data in 2010.
   * [[http://hackerzhou.me/mmdb/|MMDB]] --My Movie Database, a small php based webapp to list my movie collection and track the movie information and watch status. Also have a [[http://hackerzhou.me/mmdb/plain.php|printable version]].   * [[http://hackerzhou.me/mmdb/|MMDB]] --My Movie Database, a small php based webapp to list my movie collection and track the movie information and watch status. Also have a [[http://hackerzhou.me/mmdb/plain.php|printable version]].
-  * [[dev/projects/sparetime/sns_microblog_sync_tools|SNS/Microblog Sync Tools]] --A php based webapp to sync tweet between different sns and microblog.+  * [[dev/projects/sparetime/sns_microblog_sync_tools|SNS/Microblog Sync Tools]] --A php based webapp to sync tweet between different sns and microblog. //[[http://hackerzhou.me/2010/12/micro-blog-sns-status-sync-tools.html|Blog Article]]//
 ===== 2011 ===== ===== 2011 =====
   * [[dev/projects/sparetime/reflect_proxy|Reflect Proxy]] --My graduation project. Use message passing to provide build website ability for whom sit behind the firewall.    * [[dev/projects/sparetime/reflect_proxy|Reflect Proxy]] --My graduation project. Use message passing to provide build website ability for whom sit behind the firewall. 
-  * [[dev/projects/sparetime/wpf_3d_box_container|WPF 3D Box Container]] --A 3D container using WPF. //[[http://hackerzhou.me/2010/09/wpf-3d-animation-first-experience.html|Blog Article 1]] [[http://hackerzhou.me/2010/09/wpf-3d-animation-second-experience.html|Blog Article 2]]// 
-  * [[dev/projects/sparetime/windows_phone_dynamic_ui|DynamicUI on Windows Phone]] --Create a sample of using descriptive language like xml on server side to create a dynamic user interface on different platforms(Android, Windows Phone). //[[http://hackerzhou.me/2010/12/try-to-design-thin-client-mobile-applications.html|Blog Article]]// 
-  * [[dev/projects/sparetime/fudan_gender_and_astrology_analytics|FudanGenderAstrologyAnalytics]] --A Flex based application to show the gender and astrology distribution for different college departments in Fudan University. 
   * [[dev/projects/sparetime/gpatool|GPATool]] --A GPA analysis tool for students in Fudan University. About 10,000 downloads. //[[http://hackerzhou.me/2011/07/fudan-gpatool-v-1-0-birthday-special-version.html|Blog Article 1]], [[http://hackerzhou.me/2011/08/fudan-gpatool-v-1-1.html|Blog Article 2]], [[https://github.com/hackerzhou/GPATool|Source]]//   * [[dev/projects/sparetime/gpatool|GPATool]] --A GPA analysis tool for students in Fudan University. About 10,000 downloads. //[[http://hackerzhou.me/2011/07/fudan-gpatool-v-1-0-birthday-special-version.html|Blog Article 1]], [[http://hackerzhou.me/2011/08/fudan-gpatool-v-1-1.html|Blog Article 2]], [[https://github.com/hackerzhou/GPATool|Source]]//
   * [[http://love.hackerzhou.me/|Love]] --A show love webpage which has 30,000+ clicks and hundreds of references. Then I enabled in on CloudFoundry. //[[https://github.com/hackerzhou/Love|HTML Source]], [[https://github.com/hackerzhou/Love-CloudFoundry|CloudFoundry Source]], [[http://hackerzhou.me/2011/11/programmers-romantic-1st-anniversary-website.html|Blog Article]]//   * [[http://love.hackerzhou.me/|Love]] --A show love webpage which has 30,000+ clicks and hundreds of references. Then I enabled in on CloudFoundry. //[[https://github.com/hackerzhou/Love|HTML Source]], [[https://github.com/hackerzhou/Love-CloudFoundry|CloudFoundry Source]], [[http://hackerzhou.me/2011/11/programmers-romantic-1st-anniversary-website.html|Blog Article]]//
 +  * [[dev/projects/sparetime/windows_phone_dynamic_ui|DynamicUI on Windows Phone]] --Create a sample of using descriptive language like xml on server side to create a dynamic user interface on different platforms(Android, Windows Phone). //[[http://hackerzhou.me/2010/12/try-to-design-thin-client-mobile-applications.html|Blog Article]]//
 +  * [[dev/projects/sparetime/fudan_gender_and_astrology_analytics|FudanGenderAstrologyAnalytics]] --A Flex based application to show the gender and astrology distribution for different college departments in Fudan University.
   * [[dev/projects/sparetime/bt_tracker_liar|BT_Tracker Liar]] --A simple application using Tomcat to cheat private tracker server so that I can download for free. Available in both Java and Ruby.   * [[dev/projects/sparetime/bt_tracker_liar|BT_Tracker Liar]] --A simple application using Tomcat to cheat private tracker server so that I can download for free. Available in both Java and Ruby.
   * [[dev/projects/sparetime/my_minyxlite|My Minyx LITE]] --A modified and enhanced wordpress theme based on MinyxLITE 2.0. Implement some useful features which can be only done by plugin previously. //[[http://hackerzhou.me/2011/06/wordpress-theme-myminyxlite-v0-2-released.html|Blog Article]]//   * [[dev/projects/sparetime/my_minyxlite|My Minyx LITE]] --A modified and enhanced wordpress theme based on MinyxLITE 2.0. Implement some useful features which can be only done by plugin previously. //[[http://hackerzhou.me/2011/06/wordpress-theme-myminyxlite-v0-2-released.html|Blog Article]]//
-  * [[dev/projects/sparetime/photo_util|Photo Util]] --A small util to zoom in/out, add watermark and auto rotate photos. +  * [[https://code.google.com/p/hackerzhou/downloads/detail?name=WPF_3D_Rotate_3D_Cube.rar|WPF 3D Box Container]] --A 3D container using WPF. //[[http://hackerzhou.me/2010/09/wpf-3d-animation-first-experience.html|Blog Article 1]] [[http://hackerzhou.me/2010/09/wpf-3d-animation-second-experience.html|Blog Article 2]]// 
 +  * [[dev/projects/sparetime/photo_util|Photo Util]] --A small util to zoom in/out, add watermark and auto rotate photos. [[http://hackerzhou.me/2010/06/use-c-for-image-format-conversion-scaling-automatic-rotation-keep-exif.html|Blog Article]]
 ===== 2013 ===== ===== 2013 =====
   * [[dev/projects/sparetime/chixia_studio_self_service_camera|Chixia Studio Self-Service Camera Application]] --A program integrate with Nikon SDK. Let customer use remote control to take photo and browse.   * [[dev/projects/sparetime/chixia_studio_self_service_camera|Chixia Studio Self-Service Camera Application]] --A program integrate with Nikon SDK. Let customer use remote control to take photo and browse.
dev/projects/sparetime.1381060312.txt.gz · Last modified: 2020/06/06 23:32 (external edit)