Simple Project List Software Map

Console (Text Based)
464 projects in result set

SaCutto

SacuttoはCUT<http://sourceforge.net/projects/cut/>を拡張したC言語ユニットテストフレームワークです。
すばやいテストケース作成を可能にするために、テスト実行Makefile,テストドライバ,テストスタブを半自動生成します。

Estado de desarrollo: 1 - Planning
Usuarios objetivo: Developers
Lenguaje Natural: Japanese
Sistema Operativo: POSIX (Linux,BSD,Solaris etc..)
Lenguaje de Programación: C
User Interface: Console (Text Based)
Register Date: 2005-07-24 03:40
Última actualización: 2014-12-10 22:04

Stew - database client with JDBC.

There's a new version in GitHub


Stew is the database (SQL) tool with JDBC.

It has the following features:

  • Requires only Core Libraries except JDBC drivers.
  • Console Mode. Not only GUI.
  • Never keep the cursor: Statement and ResultSet will be released immediately.
  • Uses only Core APIs.
  • No dependency (version 2 and later): No DBMS specific code.
  • Supports Windows, MacOSX and Linux (version 3 and later): Excepts "dock mode" on MacOSX.
Database Environment: JDBC, Network-based DBMS
Estado de desarrollo: 5 - Production/Stable
Usuarios objetivo: Developers, Information Technology
Lenguaje Natural: Japanese
Lenguaje de Programación: Java
Temas: Front-Ends
Register Date: 2010-06-10 21:52
Última actualización: 2008-01-24 17:06

Moon Linux

Moon LinuxはKnoppixをベースにソフトウェアテスティングに特化したディストリビューションに生まれ変わりました。

Estado de desarrollo: 3 - Alpha
Lenguaje Natural: English, Japanese
Sistema Operativo: Linux
Lenguaje de Programación: C, Unix Shell
User Interface: Console (Text Based)
Register Date: 2004-06-29 10:42

結-YUI-

ネットワーク型データベースを用いた文書管理支援ソフトです。

Estado de desarrollo: 2 - Pre-Alpha
Usuarios objetivo: End Users/Desktop
Lenguaje Natural: English, Japanese
Sistema Operativo: Linux, Windows
Lenguaje de Programación: C++
Register Date: 2008-07-02 22:34

AScript

AScript is a scripting language equipped with functions called "Implicit mapping" and "Member mapping", which can handle multiple data in lists in one time. You can process data even without describing cumbersome operations on list elements nor co...

Estado de desarrollo: 4 - Beta
Lenguaje Natural: English, Japanese
Sistema Operativo: Linux, Windows Vista, Windows XP
Lenguaje de Programación: C++
User Interface: Console (Text Based)
Register Date: 2010-05-05 06:55

Techstyle Security Documents

オープンソースとその関連技術に関するガイドライン、用語の定義、インテグレーション指針、セキュリティ確保のドキュメントを体系的にまとめることを目的としています。

Estado de desarrollo: 1 - Planning
Lenguaje Natural: English, Japanese
Sistema Operativo: Linux
Register Date: 2002-04-20 11:08
Última actualización: 2008-09-07 18:31

Project Dest

Perl及びPHPでウェブブラウザゲームを作っています。

Estado de desarrollo: 3 - Alpha
Lenguaje Natural: Japanese
Lenguaje de Programación: Perl
User Interface: Console (Text Based)
Register Date: 2006-05-22 03:14

Continuation based C

Continuation based C というC言語とアセンブラの中間に位置するプログラム言語を作ります。 C 言語との互換性を持つ 1pathのtiny compilerです。現在は、i386, PowerPC, MIPS, ARM 用の出力を出します。科学技術振興機構「機能と構成」のプロジェクトの一部でした。

Estado de desarrollo: 3 - Alpha
Usuarios objetivo: Developers
Licencia: OSI Approved
Lenguaje Natural: English, Japanese
Sistema Operativo: MacOS, Linux
Lenguaje de Programación: C
Temas: Compilers
User Interface: Console (Text Based)
Register Date: 2005-03-04 16:12
Última actualización: 2013-12-24 11:22

xyzsh

インタラクティブシェル。OSX, cygwin, Linux, FreeBSDで動きます。 ガベージコレクションがついていて、簡易なオブジェクト指向ができます。perlやrubyのようなテキスト処理を行なう内部コマンドを装備しています。全ての内部コマンドにはサンプル付きのヘルプがついてきます。補完は自身によって記述されていて、IDEのようにxyzshの文法に基づいて補完されます。migemoによる日本語ファイル名の補完もあります。

An interactive shell script language on OSX, cygwin, Linux, FreeBSD. This features simple object oriented scripting with garbage collection, text processing like perl or ruby and containes manual for all inner commands with their samples. Offcourse you can type commands with completion which is based on xyzsh grammer like IDE and is defined by itself.

サンプル(script samples)

> ls -F
docs/ main.c samples/ sub.c
    
> ls | each ( | chomp | -d && | print )
docs
samples

> ls -F | grep -v /
main.c sub.c

> ls | each ( ! | chomp | -d && | print )
main.c sub.c

> ls | each ( | printf "-+- %s -+-"\n ) | join " "
-+- docs -+- -+- main -+- -+- samples -+- -+- sub.c -+-

> ls | each ( | scan . | join " " )
d o c s
m a i n . c
s a m p l e s
s u b . c

> cat data
Gorou Yamanaka
Rei Tanaka
Yumiko Shiratori

> cat data | each ( | =~ Yamanaka && | print )
Gorou Yamanaka

> cat data | lines 0 1
Gorou Yamanaka
Rei Tanaka
    
> cat data | each ( | split | lines 1 0 | join )
Yamanaka Gorou
Tanaka Rei
Shiratori Yumiko
    
> vim student.xyzsh
class Student ( 
    | var first_name second_name age country
    
    def show (
        var first_name second_name age country | printf "name: %s %s¥nage: %s¥ncountry: %s¥n"
    )
)
    
object student
student::run ( print "Yamanaka Gorou 23 Japan" | split | Student )
    
> load student.xyzsh
> student::show
name: Yamanaka Gorou
age: 23
country: Japan

> print 1 | var -local i; ls | scan . | while(| eval "|$i print |>") (|> join ""; ++ i )
A
UT
HOR
SCHA
NGELO
GLICEN
SEMakef
ileMakef
ile.inREA
DMEREADME.
jaUSAGEUSAG
E.jacompleti
on.xyzshconfi
g.hconfig.h.in
config.logconfi
g.statusconfigur
econfigure.inhelp
.xyzshinstall.shli
bxyzsh.1.7.0.dylibl
ibxyzsh.1.dyliblibxy
zsh.dylibmanread_hist
ory.xyzshsrcxyzshxyzsh
.dSYMxyzsh.xyzsh

> ls | lines 0 1 | scan . | each ( | chomp | x 5 | pomch )
AAAAA
UUUUU
TTTTT
HHHHH
OOOOO
RRRRR
SSSSS
CCCCC
HHHHH
AAAAA
NNNNN
GGGGG
EEEEE
LLLLL
OOOOO
GGGGG
Estado de desarrollo: 5 - Production/Stable
Lenguaje Natural: English, Japanese
Lenguaje de Programación: C, Unix Shell
Register Date: 2012-08-30 17:16
Última actualización: 2008-11-07 02:30

dupcheck 重複検査

任意の複数のフォルダ配下にある、重複しているファイルをリストアップし、また、その結果から選択的に移動、削除等を行うためのツール。
重複の可能性はファイルの内容のハッシュ値とファイルサイズから推定し、そのあとで完全比較によって検査されます。

Estado de desarrollo: 1 - Planning, 5 - Production/Stable
Lenguaje Natural: Japanese
Sistema Operativo: Windows 95/98/ME, Windows NT/2000
Lenguaje de Programación: C++, Python
Temas: System
Register Date: 2005-08-25 13:43
Última actualización: 2002-05-14 22:57

CppUnit-x

C++ 単体テストフレームワーク CppUnit-x の開発、
およびサポートを行います。

Estado de desarrollo: 4 - Beta
Usuarios objetivo: Developers
Lenguaje Natural: Japanese
Sistema Operativo: Linux, Windows
Lenguaje de Programación: C++
User Interface: Console (Text Based)
Register Date: 2004-02-26 22:19
Última actualización: 2011-07-29 00:05

pgctn

Developing of DICOM server and Web-based medical imaging distribution system using open source software.

Database Environment: PHP Pear::DB
Estado de desarrollo: 4 - Beta
Lenguaje Natural: Japanese
Sistema Operativo: MacOS, Linux, SunOS/Solaris
Lenguaje de Programación: C, Perl, PHP
Register Date: 2006-02-22 13:09

Imony

FreenetとWinnyの意志を継いだ画像共有PureP2PソフトImonyの作成。

Estado de desarrollo: 1 - Planning
Usuarios objetivo: End Users/Desktop
Lenguaje Natural: Japanese
Sistema Operativo: MacOS, Windows
Lenguaje de Programación: C, PHP, Visual Basic
Temas: Internet
Register Date: 2005-12-11 13:09
Última actualización: 2014-08-30 05:09

NHocr: OCR engine for Japanese language

NHocr is a command line OCR (Optical Character Recognition) program for Japanese language, etc. It has been designed to recognize machine-printed Japanese characters and some ASCII characters/symbols in an image. NHocr is probably the first Open Source Japanese OCR software (offline, machine-printed), except some experimental, partial codes open to academic communities.

The main repository, originally at Google Code, has been migrated to here. Older versions can be found at Google Code.

You can test-drive NHocr using the following:
* Japanese character recognition WeOCR service
* Capture2Text

Estado de desarrollo: 4 - Beta
Usuarios objetivo: Developers, End Users/Desktop
Lenguaje Natural: English, Japanese
Sistema Operativo: Linux, SunOS/Solaris
Lenguaje de Programación: C++
User Interface: Console (Text Based)
Register Date: 2008-09-10 12:13
Última actualización: 2002-06-15 22:30

smokerz project

自分が必要に応じて開発したものを公開致します
言語はJava,Perl,Ruby,Cで開発をすると思います
今のところ開発中なのは
ACPI BATTERY MONITOR(β開発完了
HTTP LOCAL PROXY(開発中
IRC Client(開発中
の3つです、この3つはJavaで既述されています。