Liste des projets simples Logiciel Télécharger Carte

2432 projects in result set

AZ Shop Developer

AZ Shopを開発するプロジェクト。AZ Shopに関する質問、バグ報告等を受け付けます。

Statut de développement: 2 - Pre-Alpha
Utilisateurs cibles: System Administrators
Langage naturel: Japanese
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..)
Langage de programmation: PHP
Interface utilisateur: Web Environment
Register Date: 2003-02-13 17:03
Dernière Mise à Jour: 2003-12-02 12:10

mod_img

mod_img は簡単な画像処理を行うための Apache モジュールです.

Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: Japanese
Langage de programmation: C
Interface utilisateur: Web Environment
Register Date: 2003-09-30 15:18

Techstyle Security Documents

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

Statut de développement: Planification
Langage naturel: English, Japanese
Système d'exploitation: Linux
Interface utilisateur: Console (Text Based), Web Environment
Register Date: 2002-04-20 11:08
Dernière Mise à Jour: 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
Statut de développement: 5 - Production / écurie
Langage naturel: English, Japanese
Langage de programmation: C, Coque Unix
Interface utilisateur: Command-line, Console (Text Based)
Register Date: 2012-08-30 17:16
Dernière Mise à Jour: 2011-10-03 15:38

SMTP Authentication Pluggable Authentication Module

This is pam_smtpauth, a pluggable authentication module that can be used with Linux-PAM and SMTP Authentication(SMTP-AUTH).

Statut de développement: 3 - Alpha, 4 - Beta, 5 - Production / écurie
Utilisateurs cibles: System Administrators
Langage naturel: English, Japanese
Système d'exploitation: Linux
Langage de programmation: C
Register Date: 2009-06-12 12:31
Dernière Mise à Jour: 2008-11-07 02:30

dupcheck 重複検査

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

Statut de développement: Planification, 5 - Production / écurie
Langage naturel: Japanese
Système d'exploitation: Windows 95/98/ME, Windows NT/2000
Langage de programmation: C++, Python
Sujet: System
Interface utilisateur: Console (Text Based), Win32 (MS Windows)
Register Date: 2005-08-25 13:43
Dernière Mise à Jour: 2011-07-29 00:05

pgctn

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

Environnement de base de données: PHP Pear::DB
Statut de développement: 4 - Beta
Langage naturel: Japanese
Système d'exploitation: MacOS, Linux, SunOS/Solaris
Langage de programmation: C, Perl, PHP
Interface utilisateur: Console (Text Based), Web Environment
Register Date: 2006-02-22 13:09
Dernière Mise à Jour: 2004-07-24 23:54

slavadev

Project to modify/improve SlavaNap(Win32 GUI OpenNap Server),
especially for Japanese Server Admins.



Statut de développement: 5 - Production / écurie
Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: Japanese
Système d'exploitation: Windows 95/98/ME
Langage de programmation: Delphi/Kylix
Sujet: Napster
Interface utilisateur: Win32 (MS Windows)
Register Date: 2002-04-07 00:47

PAXOS File System

The PAXOS filesystem is a high availability filesystem as a concrete application using the following major technologies. It is the one to offer the core framework of the computing system in the Cloud System age.
【 Major Technology 】
1. Taking of mass data into Paxos mediation
2. Making of log (Snapshot) and cash automatic pursuit (Catchup) function
3. Autonomous selection of mastering server
4. Speed-up by multiplexing
5. Session management and event operation

Environnement de base de données: SQL-based
Statut de développement: 5 - Production / écurie
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..), VMware, Xen
Langage de programmation: C, C++
Interface utilisateur: Toolkits/Libraries
Register Date: 2011-05-11 13:50
Dernière Mise à Jour: 2016-10-05 11:46

piwik-fluentd

もともとの Piwik のログ取り込み機能を拡張し fluentd からのログも取り込むべく開発を行う。 Piwik の日本語(マルチバイト)問題を解決するパッチの提供。 Piwik 日本ユーザー会有志による。

Statut de développement: 5 - Production / écurie
Langage naturel: Japanese
Système d'exploitation: Linux
Langage de programmation: Python, Coque Unix
Interface utilisateur: Command-line
Register Date: 2014-07-01 21:25


概要

RUCAROは、「日本一安全なプライベートクラウド会計ソフトを作る」コンセプトの下で開発が進められているオープンソースプロジェクトです。



オフィシャルホームページ

http://rucaro.org/


Environnement de base de données: MySQL
Statut de développement: 5 - Production / écurie
Langage naturel: Japanese
Langage de programmation: JavaScript, PHP
Register Date: 2011-10-27 15:05
Dernière Mise à Jour: 2018-11-25 16:06

gnupack

gnupackは手軽にcygwinとemacsを導入できるパッケージソフトウェアです。アーカイブファイルを展開するだけでgnupackはすぐに利用できます。詳しくはユーザガイド(gnupack Users Guide)を参照してく...

Statut de développement: 4 - Beta
Langage naturel: Japanese
Système d'exploitation: Cygwin (MS Windows), Windows
Langage de programmation: C++, Emacs-Lisp, Coque Unix
Sujet: Emacs
Register Date: 2009-12-05 17:21
Dernière Mise à Jour: 2012-10-21 16:36

Redmine Information Plugin

This Redmine plugin is made to be able to attend information such as the Permissions report, the workflow and so on from the general user.

In the case of the workflow, the flow charts is viewable.

http://www.r-labs.org/projects/rp-admin-reports/wiki/Redmine_Information_Plugin

Statut de développement: 4 - Beta
Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: Japanese
Système d'exploitation: OS Independent
Langage de programmation: Ruby
Interface utilisateur: Web Environment
Register Date: 2011-07-03 16:29

ptetexwin

We provide a set of binary packages to construct a Japanese (La)TeX Environment using Cygwin Net-installer. It consists of ptetex (Japanese patch collection for teTeX) and CJK-customized Ghostscript.

Register Date: 2008-08-03 22:06
Dernière Mise à Jour: 2011-09-09 22:34

Gui Policy Editor for TOMOYO Linux

TOMOYO LinuxのCUIポリシーエディタであるccs-editpolicyをベースにGTK+で作成したGUIポリシーエディタです。 TOMOYO Linux 2.4以降、1.8.1以降 または AKARI 1.0.X以降 に対応しており、Ubuntu 10.04、10.10、11.04、11.10、CentOS 5.5、5.6 で動作します。

Statut de développement: 4 - Beta
Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: Japanese
Système d'exploitation: Linux
Langage de programmation: C
Interface utilisateur: Gnome, GTK+
Register Date: 2010-12-16 23:36