Project

General

Profile

News

Shared Questionnaire System: MarkReader2.1.2: Improve Page Recognition Accuracy (43 comments)

Added by Hiroya Kubo about 8 years ago

MarkReaderが「■マークらしさ」を判定する関数に問題があり、スキャン画像上で、本来の■の上部にある■らしきものについて、高い評価をしてしまうというようなことがわかりました。

ダウンロードはこちらから:
http://sqs2.net/2016/01/25/MarkReader-2.1.2-SNAPSHOT-jar-with-dependencies.jar

Shared Questionnaire System: Continuous Integration with Jenkins (152 comments)

Added by Hiroya Kubo almost 12 years ago

SQS Project now start to use Jenkins, which is a continuous integration service. It guarantees fully-tested executable file distribution.

The work flow is like this:

  1. An SQS developer commits and pushes some change sets to a mercurial repository on bitbucket.org.
  2. Bitbucket.org service kicks jenkins.sqs2.net to start a build process:
    1. Jenkins service executes "hg update" to refresh mercurial repository on jenkins.sqs2.net.
    2. Jenkins service executes "mvn deploy" to build an artifact and scp it to maven repository on dev.sqs2.net.
    3. Jenkins service stores executable jar files into some specific location.

Shared Questionnaire System: Single Executable Jar Files of a snapshot (32 comments)

Added by Hiroya Kubo almost 12 years ago

Shared Questionnaire System: Separate Subprojects (40 comments)

Added by Hiroya Kubo almost 12 years ago

Shared Questionnaire System Project is now separated into 4 subprojects; sqs-editor, sqs-reader, sqs-translator, sqs-util.

This change has made for ease of commitment to the subproject of someone else...

(1-10/16)

Also available in: Atom