Simple Project List Software Map

1479 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: 2016-07-23 06:31

myTeXpert

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

개발 현황: 1 - Planning
자연 언어: Japanese
운영 체제: OS Independent
프로그래밍 언어: 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: 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: 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: 2022-08-05 18:06

Moodle

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

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)
LastUpdate: 2014-05-30 21:09

OGLplus

OGLplus is a header-only library that implements a thin object-oriented facade over the OpenGL (version 3 and higher) C-language API. It provides wrappers that automate the resource and object management and make the use of OpenGL in C++ safer and easier.

(Machine Translation)
운영 체제: Linux
프로그래밍 언어: C++, C++
User Interface: OpenGL
LastUpdate: 2012-10-10 20:57

Valgrind

Valgrind is a tool that helps you find memory management problems in programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect problems such as use of uninitialized memory, reading/writing of memory after it has been freed, reading/writing off the end of malloced blocks, reading/writing inappropriate areas on the stack, memory leaks in which pointers to malloced blocks are lost forever, passing of uninitialized and/or unaddressable memory to system calls, and mismatched use of malloc/new/new [] vs. free/delete/delete [].

LastUpdate: 2005-08-30 07:43

Electric Fence

Electric Fence (efence) stops your program on the exact instruction that overruns (or underruns) a malloc() memory buffer. GDB will then display the source-code line that causes the bug. It works by using the virtual-memory hardware to create a red-zone at the border of each buffer - touch that, and your program stops. Catch all of those formerly impossible-to-catch overrun bugs that have been bothering you for years.