Einfache Projektliste Software-Karte

2432 Projekte im Ergebnis
Letztes Update: 2010-07-07 00:51

GAE版MosP

オープンソースの人事給与、勤怠管理アプリケーションのMosP(モスプ)をGoogle App Engine(GAE)環境で展開できるように改変したGAE版MosPです。

Databank Umgebung: Other API
Entwicklungsstatus: 4 - Beta
Natürliche Sprache: Japanese
Betriebssystem: Virtualization
Programmiersprache: Java, JavaScript, JSP
Themen: Office Suites
Register Date: 2010-07-05 01:34
Letztes Update: 2008-09-25 15:54

PythonAutoBot

Pythonを使用したツールセットです。
主にオンライン自動処理ロボットです。

Letztes Update: 2007-09-15 19:20

Kanbe

Apache+PHP+MySQLで簡易WebCMSを作成したいと考えています。

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Systemadministratoren
Natürliche Sprache: Japanese
Betriebssystem: Linux
Programmiersprache: PHP
Themen: Site Management
Benutzerschnittstelle: Web Environment
Register Date: 2006-12-02 01:45
Letztes Update: 2013-11-08 08:50

HinemosWebクライアント

HinemosWebクライアントの開発、サポートは終了しました。


HinemosWebクライアントは、運用管理のオープンソースソフトウェア(OSS)である「Hinemos(ヒネモス)」対応のWebクライアントソフトウェアです。 Webブラウザ上で、従来のHinemosクライアントと同じ画面・操作性を維持しながらWebブラウザでの運用監視を実現することができます。

インストーラは下記URLからダウンロードできます。

・バージョン2.0(Hinemos4.0対応版)

http://sourceforge.jp/projects/hinemosweb/releases/?package_id=13432

・バージョン1.0(Hinemos3.2対応版)

http://sourceforge.jp/projects/hinemosweb/releases/?package_id=13222

ドキュメントは下記URLからダウンロードできます。

http://sourceforge.jp/projects/hinemosweb/releases/?package_id=13223

Entwicklungsstatus: 7 - Inaktiv
Zielbenutzer: Systemadministratoren
Natürliche Sprache: Japanese
Betriebssystem: Linux
Programmiersprache: Java
Register Date: 2012-07-26 08:30
Letztes Update: 2014-02-06 05:11

gnp

100%IATA互換、100% Free Software(GPL)、100% Pure Javaの航空券プロレーションシステム開発を目的とします。
Our goal is to develop 100% IATA compatible, 100% Free
Software(GPL), 100% Pure Java compatible Airline Passenger Coupon
Proration System.

Remme PKI (d) Protocol

Remme is a blockchain-based protocol used for issuing and management of public keys to resolve issues related to cybersecurity, IoT connectivity, data integrity, digital copyright protection, transparency etc.

Remme core is built on Hyperledger Sawtooth platform, allowing to be flexible in language choice during the development process.`Remme core exposes application programming interface based on RPC API.

Remme also supports JS and .NET programming libraries that wrap its application programming interface, so that you could easily embed the protocol in your project.

Installation tips are here: https://github.com/Remmeauth/remme-core

Register Date: 2019-03-11 23:45
Letztes Update: 2003-11-25 23:16

infodb Wax

This is the CGI program which enables construction using XSLT or XUpdate of Web Application in thte simple script described by XML.

Entwicklungsstatus: 7 - Inaktiv
Natürliche Sprache: Japanese
Betriebssystem: OS Unabhängig
Programmiersprache: C++
Benutzerschnittstelle: Web Environment
Register Date: 2002-12-18 14:52

Svengali - distributed machine operating

Svengali is distributed machine operating library of cloud age. Users can manage and operate distributed machines easier than by other tools like shell script.

Keywords: distributed system, server, configuration, configuration file, automation, deploy, distribution, cluster, server management, distributed enviroment, remote, SSH, distributed resource, shell script, HPC, Web system, GXP, Capistrano, Archer, Punc, Func, Rake, SSH, Ruby, Capistrano, dsh, pdsh, Megascript, (perl)+

Letztes Update: 2016-01-13 18:59

LISM

LISM(LDAP Identity Synchronization Manager)は、LDAPインターフェースを介して、LDAP、Active Directory、リレーショナルデータベース、CSVファイル等の各種データストレージに格納されているID情報を同期、参照できるようにするアイデンティティ管理ソフトウェアです。

Entwicklungsstatus: 5 - Produktion / stabil
Natürliche Sprache: Japanese
Betriebssystem: FreeBSD, Linux, Windows
Programmiersprache: Perl
Themen: LDAP
Benutzerschnittstelle: No Input/Output (Daemon)
Register Date: 2006-06-01 00:03
Letztes Update: 2019-10-20 09:21

inkf - yet another network kanji filter

inkf は、nkf-2.x互換の文字コード変換コマンドです。Shift_JIS, ISO-2022-JP, EUC-JP(CP51932, EUCJP-MS), UTF-8, UTF-7, UTF-7-IMAP, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, EUC-KR, GB18030, BIG5, ISO-8859-*, KOI8, CP1251, CP1252, CP1258等が扱えます。
また、iconvコマンドの-f, -tオプションと互換性があります。 iconvやnkfなどのライブラリには依存していません。

UTF-16サロゲートペア、3バイトEUC-JP、半角カナ、GB18030 2004に対応しています。
文字セットを指定すると、必ず上位の文字集合で変換が行われます。

改行コード変換、MIMEエンコード/デコードなどの基本機能は持っていますが、その他の細かい機能で省略しているものがあります。

おまけで、http, https (要openssl), ftpでのファイル取得機能、およびマルチトラック対応の MIDI ファイル作成機能がついています。
http, httpsでのファイル取得機能はリダイレクトに対応しているため、OSDNからのファイルダウンロードがwgetよりも簡単に行えます。

例1) Shift_JIS から UTF-8 に変換
cat sjisfile.txt | inkf -Sw > utf8file.txt

例2) 指定の URL から HTML を取得してプレーンテキストに変換し EUC-JP で出力
inkf -e --html-to-plain http://www.example.com/

例3) MIDI ファイル(ドレミ)を作成
echo "cde" | inkf -O --midi mymusic.mid

GNU/Linux x86 上の GCC (g++) 2.95.3 でコンパイル・動作を確認しました。
* MacOSX、Solaris、各種BSD 等でも動作すると思います。

Entwicklungsstatus: 5 - Produktion / stabil
Natürliche Sprache: Japanese
Programmiersprache: C++
Benutzerschnittstelle: Console (Text Based)
Register Date: 2009-01-27 00:38
Letztes Update: 2010-08-10 17:11

MySQLib - MySQL Original Library

MySQLをより便利にするためのライブラリを作成していきます。独自UDF関数の開発であったり、SQLパーサーへの機能追加など、C/C++・スクリプト言語で実装を行っていきます。

Entwicklungsstatus: 4 - Beta
Natürliche Sprache: English
Betriebssystem: FreeBSD, Linux, Windows
Programmiersprache: C, C++, Unix-Shell
Benutzerschnittstelle: Other Environment, Console (Text Based)
Register Date: 2009-05-11 01:07

ayucat's list

a list for Adblock Plus, which is one of the most famous ab blocking softwares, and which runs on Mozilla Firefox. より快適なウェブブラウジングのため、また狭い画面でスクロールする回数を減らすために日本語サイト向けのAdblock Plusのリストを提供します。

Entwicklungsstatus: 2 - Pre-Alpha
Natürliche Sprache: Japanese
Betriebssystem: MacOSX, Linux, Windows
Themen: Browsers
Register Date: 2009-04-14 00:25

ウェブアプリケーション基盤構築ノウハウ共有

ウェブアプリケーション基盤の構築ノウハウを共有するサイトです。スケーラブルで品質の高い基盤運用設計を実現するため、設計メモの共有、ユーティリティの整備を行います。

Natürliche Sprache: Japanese
Register Date: 2008-05-18 16:07
Letztes Update: 2005-01-27 17:27

UltraPossum

UltraPossumは、OpenLDAPを中核とした高可用性、セキュリティ、メンテナンス性を兼ね備えたLDAPソリューションです。

Register Date: 2004-03-10 15:10