Simple Project List Software Map

1549 projects in result set
LastUpdate: 2023-07-09 09:48

execsql

A Python program that runs a SQL script stored in a text file against a PostgreSQL, MS-Access, SQLite, MS-SQL-Server, MySQL, MariaDB, Firebird, or Oracle database, or an ODBC DSN. execsql also supports a set of special commands (metacommands) that can import and export data, copy data between databases, conditionally execute SQL statements and metacommands, display data to the user, and prompt the user for additional information.

Different DBMSs and DBMS-specific client programs provide different and incompatible extensions to the SQL language, ordinarily to allow interactions with the file system and to allow conditional tests and looping. Some DBMSs do not have any native extensions of this sort. execsql provides these features, as well as features for user interaction, in an identical fashion for all supported DBMSs.

execsql's metacommands make up a control language that works the same across all supported DBMSs, and can be used to create both automated and interactive data processing applications. Metacommands are embedded in SQL comments, so they will be ignored by other script processors (e.g., psql for Postgres and sqlcmd for SQL Server).

execsql also supports substitution variables: words that can be replaced with alternate text anywhere within a SQL statement or metacommand. Substitution variables can be used for configuration settings, data values extracted from the database, or user input.

Whereas SQL is often embedded in programs written in other languages, execsql inverts this paradigm through the use of metacommands embedded in SQL scripts. This approach allows database operations to be interleaved with user interactions and file system access in a way that may be easier to develop, easier to re-use, and more accessible to multiple users than embedded SQL in a high-level programming language.

개발 현황: 5 - Production/Stable
자연 언어: English
프로그래밍 언어: Python
주제: Front-Ends
User Interface: Command-line
Register Date: 2020-01-03 01:05
LastUpdate: 2014-07-27 22:55

utf82ps

utf8で書かれたファイルをpostscript形式で出力します。

半角カナにも対応しています。ただし半角チルダは文字化けします。

使い方

utf82ps A4|A3|B5|B4|15i -L margin-left,right,top,bottom fontsize [ -l space-line% ] [ -w font-width% ] [ -g ] file

-p: 用紙サイズ 指定しない場合A4です。

-L: 用紙方向 ポートレート(Portraite) / ランドスケープ(Landscape)です。指定しないと縦で、-Lを指定すると横になります。

-m: 余白 ソースを見れば、用紙別に設定してあるのがわかると思います。 設定は、左、右、上、下と設定します。例) -m 12,5,7,5

-f: フォントサイズ 指定しない場合12ptです。

-l: 行文字間隔 指定しない場合フォントサイズの10%です。指定はフォントサイズに対しての割合(%)を指定します。

-w: フォント幅 指定しない場合は100%です。

-g: フォント 指定しない場合は、Ryumin-Light(明朝体)が使われ、指定するとGothicBBB-Medium(ゴシック体)が使われます。

개발 현황: 4 - Beta
자연 언어: Japanese
프로그래밍 언어: Unix Shell
주제: PostScript
User Interface: Command-line
Register Date: 2014-07-26 12:57
LastUpdate: 2013-12-21 19:21

rvuset

REVIVE USB (http://bit-trade-one.co.jp/BTOpicture/PreRelease/pre007-RVV.html) 用の、キーコード設定ユーティリティ

개발 현황: 4 - Beta
라이센스: MIT/X Consortium License
운영 체제: Windows 7, Windows Vista
프로그래밍 언어: C++
User Interface: Command-line
Register Date: 2013-12-18 03:54
LastUpdate: 2010-04-24 12:30

clamav-update

A command to update ClamAV automatically until installation from downloading in place of the user who build it from sources. We develop FreshClamDaemon and ClamAntiVirusDaemon related to ClamAV for Mac OS X.

arcget

ArcGETはウェブのアーカイブを作成するためのRubyライブラリです。

本プロジェクトでは指定されたルートページよりリンクを辿って辿り付けるページ郡をひとまとめにしてお手軽に保存できるライブラリを作成します。

使用方法

require 'arcget'
wg = ArcGet.new({:db => "abcsite.db3"}
rootcgi = rootexp = %r{^http://[^/]*.abc\.jp/}
wg.add_root rootexp,3
wg.add_url('http://xyz.abc.jp/')
wg.start

詳しい使い方は、http://sourceforge.jp/projects/arcget/howto/usage/ をご参照ください。

Database Environment: SQL-based
개발 현황: 3 - Alpha
라이센스: Ruby License
자연 언어: Japanese
운영 체제: OS Independent
프로그래밍 언어: Ruby
주제: WWW/HTTP
User Interface: Command-line
Register Date: 2014-04-08 02:10
LastUpdate: 2023-04-21 00:00

bitsofcotton-decompose

Get mother wavelet from seriarized data. This library is moderately withered.

개발 현황: 7 - Inactive
자연 언어: English
프로그래밍 언어: C++
주제: Mathematics
User Interface: Command-line
Register Date: 2020-08-30 16:05

dtools

dtools is a set of small tools for managing development files for Doom.

dbuildpk3 It is similar to running `make`, but is generally faster and knows how to handle more complex things such as compiling ACS libraries for a target.

dlevelinfo is used to print information about a level.

dlevelimage is used to generate an SVG image of a level.

Register Date: 2021-04-26 16:06
LastUpdate: 2008-08-02 22:53

OpenZaurus-ja

Sharp製LinuxZaurus用代替OSであるOpenZaurusの日本語環境を整えます。日本語化可能なROMの作成と公開,日本語入力ツールのビルドとパッケージング、公開などを目的とします。
日本語化されたROMの公開も行います。

개발 현황: 2 - Pre-Alpha
자연 언어: English, Japanese
운영 체제: Linux
Register Date: 2006-05-14 17:23

NA-1

Not avaiable

개발 현황: 3 - Alpha
대상: Management
자연 언어: English
운영 체제: MacOS, Linux, Windows
프로그래밍 언어: Java
User Interface: Java Swing, Command-line
Register Date: 2013-11-25 07:07
LastUpdate: 2015-04-01 20:38

簡易ライセンス保護ツール

C++で作成したプログラムの実行モジュールに対してライセンスファイルを発行して、簡易的に不正利用を防ぐためのツールを提供します。このツールで保護された実行モジュールは、ライセンスされたマシンの上で、設定された期限まで実行可能になります。 このツールは1つのヘッダーファイルのみで構成しているライブラリで、使い方もこのプログラム自体も非常に単純です。 必要とする外部のライブラリはOpenSSL( The OpenSSL Project, https://www.openssl.org/ )です。

개발 현황: 4 - Beta
자연 언어: Japanese
운영 체제: Linux
프로그래밍 언어: C++
User Interface: Command-line
Register Date: 2015-03-09 11:07

The VSCode Tasks Highlighters (vth briefly) is a small utility that contains highlighters for output from some popular commands. It comes with support for the Apache Maven command line utility and Oracle WebLogic logging. Other highlighters can be included, just download the project and develop your own algorithm. The vth uses the Anak Krakatoa Delphi Framework, so it will be needed for the build.

Despite the project name, vth can be used in any development environment or IDE that is capable of running command line programs.

개발 현황: 4 - Beta
대상: Developers
자연 언어: Brazilian Portuguese
운영 체제: Windows
프로그래밍 언어: Delphi/Kylix
User Interface: Command-line
Register Date: 2019-05-08 04:07

カラーパレット指定型画像減色ソフト

注意:本プロジェクトは Sun の画像ライブラリ Jimi とは無関係です。 CAUTION: This project don't have nothing to do with Sun's class library for managing images Jimi.

使用するカラーパレットを指定して画像を減色するプログラムの開発を行ないます。 ColorReducer なんて名前がついてますが、「減色」は "Color quantization" が正しいようです。

進捗は不真面目ですが、進行は真面目にやろうかと思っています。 現在の状況はGoogle調査中...

개발 현황: 1 - Planning
프로그래밍 언어: C++
User Interface: Command-line
Register Date: 2010-02-05 04:20
LastUpdate: 2012-02-18 21:26

c4ju

to filter the xml cccc, junit format the xml output.

CCCC 出力xml の値検査をし、xml report を出力します。 出力される xml ファイルは Jenkins に junit xml として集計させることができます。

개발 현황: 4 - Beta
대상: Developers
자연 언어: Japanese
운영 체제: Windows
프로그래밍 언어: C#
주제: Testing
User Interface: Command-line
Register Date: 2011-10-01 01:39
LastUpdate: 2011-10-05 19:23

WinDOS

MS-DOS emulation on the console.

개발 현황: 3 - Alpha
자연 언어: Japanese
운영 체제: Windows
프로그래밍 언어: C
주제: Emulators
Register Date: 2011-08-27 08:32