Simple Project List Software Map

1478 projects in result set
LastUpdate: 2017-08-16 19:19

EPWING for the classics

このプロジェクトでは、古典ラテン語・ギリシア語を学ぶ方のために、羅英辞典(ELD, LS)、希英辞典(LS, LSJ)などのデータをEPWING形式で公開しています。 羅英・希英辞典は、数十万件に及ぶ変化形見だし付きのものも作りました。 いずれも著作権保護期間の過ぎた、CCL, GPLで公開されているデータを元にしていますので、どなたでも無料で自由に使えます。

This project provides EPWING data of

  • Lewis, An Elementary Latin Dictionary
  • Lewis and Short, A Latin Dictionary
  • Liddell and Scott, An Intermediate Greek-English Lexicon
  • Liddell and Scott, A Greek-English Lexicon.
  • W.Smith, A Dictionary of Greek and Roman Antiquities (1890, 3rd ed.)
  • W.Smith, A Dictionary of Greek and Roman Biography and Mythology
  • W.Smith, Dictionary of Greek and Roman Geography (1854) etc

EPWING is a popular format of electronic dictionary in Japan. You can read it on Windows/Mac/Unix/iPhone/PDA etc with free viewers.

LastUpdate: 2023-02-27 00:00

Boookends

Wikipedias in EPWING / JIS X 4081 Format.

LastUpdate: 2019-12-14 16:04

Diskless Remote Boot in Linux (DRBL)

DRBL provides diskless or systemless environment. It uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Ghost.

Activity Percentile: 4
Activity Ranking: 92Ranking
Register Date: 2016-03-20 12:41
LastUpdate: 2016-07-23 06:31

myTeXpert

TeX / LaTeX を使い始めた初学者に有益だと思われる対話システムの配布と LaTeX のマニュアルを配布することを目的としています.そのほか、有益だと思われるコンテンツを Wiki に集約します。

Development Status: 1 - Planning
Target Users: End Users/Desktop
Natural Language: Japanese
Operating System: OS Independent
Programming Language: Java
Register Date: 2007-06-06 11:46
LastUpdate: 2014-03-20 12:56

Tcl/Tk

Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs like variables, loops, procedures, namespaces, error handling, script packages, and dynamic loading of DLLs. Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful widget set and the concise scripting interface to Tk make it a breeze to develop sophisticated user interfaces.

LastUpdate: 2023-02-11 16:33

Decimal BASIC Open Source Project

Developing multi-platform and international edition of ISO Full BASIC.

Development Status: 4 - Beta, 5 - Production/Stable, 6 - Mature
Natural Language: English, Japanese
Operating System: MacOSX, Linux, Windows
Programming Language: BASIC
User Interface: Graphical
Register Date: 2008-10-24 16:14
LastUpdate: 2014-03-23 15:39

Tcpreplay

Tcpreplay is a set of Unix tools which allows the editing and replaying of captured network traffic in pcap (tcpdump) format. It can be used to test a variety of passive and inline network devices, including IPS's, UTM's, routers, firewalls, and NIDS.

LastUpdate: 2022-08-05 18:06

Moodle

Moodleは、学習管理システム(LMS)、バーチャル学習環境(VLE)もしくはコース管理システム(CMS)として知られているツールです。それは教育者が効果的なオンライン学習サイトを作成するために使用できる無料のWebアプリケーションです。 http://moodle.org/

LastUpdate: 2014-05-27 07:15

RESTClient

RESTClient is a Java Swing application to test RESTful Web services.

LastUpdate: 2014-04-24 14:16

Linux Test Project

Linux Test Project is a joint project started by SGI, OSDL, and Bull developed and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat, Oracle, and others. The project goal is to deliver tests that validate the reliability, robustness, and stability of Linux. Currently it contains more than 1000 syscall test cases, I/O and AIO stress test cases, a few Linux kernel device drivers, a well maintained fork of the Open POSIX Testsuite, a real-time test suite, and more.

LastUpdate: 2014-06-02 01:05

Armadillo C++ Library

Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. The API is deliberately similar to Matlab's. Integer, floating point, and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS numerics libraries. A delayed evaluation approach, based on template meta-programming, is used (during compile time) to combine several operations into one and reduce or eliminate the need for temporaries.

LastUpdate: 2014-04-11 17:11

Tsung

Tsung is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, WebDAV, PostgreSQL, MySQL, LDAP, AMQP, and XMPP/Jabber servers. It simulates user behavior using an XML description file, reports many measurements in real time (statistics can be customized with transactions, and graphics generated using gnuplot). For HTTP, it supports 1.0 and 1.1, has a proxy mode to record sessions, supports GET, POST, PUT, and DELETE methods, cookies, and basic/digest authentication. It also has support for SSL, WebSocket, and BOSH.

LastUpdate: 2014-05-21 18:22

OWASP Zed Attack Proxy

OWASP Zed Attack Proxy (ZAP) is an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing as well as being a useful addition to an experienced pen tester's toolbox. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

LastUpdate: 2010-10-14 21:56

neon

neon is an HTTP and WebDAV client library for Unix systems, with a C language API. It provides high-level interfaces to HTTP/1.1 and WebDAV methods, and a low-level interface to HTTP request/response handling, allowing new methods to be easily implemented.

LastUpdate: 2014-04-20 17:06

libcsdbg

libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught, and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it up to the section were it was handled. The traces are detailed with demangled function signatures and additional addr2line information (the source code file and line from which each function was called). libcsdbg can use all the well-known objective code file formats (a.out, elf, coff, ecoff, etc.) and can easily be used as the base for your own instrumentation code. libcsdbg transparently loads the symbol tables of the chosen dynamic libraries and of the executable, demangles function symbols to complete signatures, and binds function names to runtime addresses (even for the DSO symbols).

(Machine Translation)