The idea of IMB is to provide a concise set of elementary MPI
benchmark kernels. With one executable, all of the supported
benchmarks, or a subset specified by the command line, can be run.
The rules, such as time measurement (including a repetitive call
of the kernels for better clock synchronization), message lengths,
selection of communicators to run a particular benchmark (inside
the group of all started processes) are program parameters.
N-queens benchmark written in C. Includes base version and (optinal)
distributed MPI version.
The NCBI (National Center for Biotechnology Information) development toolkit,
containing various libraries needed by NCBI applications, as well as a
software suite containing, amongst other things, NCBI BLAST 2.0.
From the README:
The NCBI Software Development Toolkit was developed for the production and
distribution of GenBank, Entrez, BLAST, and related services by NCBI. We
make it freely available to the public without restriction to facilitate
the use of NCBI by the scientific community. However, please understand
that while we feel we have done a high quality job, this is not commercial
software.
The documentation lags considerably behind the software and we must make
any changes required by our data production needs. Nontheless, many people
have found it a useful and stable basis for a number of tools and
applications.
"Primer3 is a complete rewrite of the original PRIMER program
(Primer 0.5), written by Steve Lincoln, Mark Daly, and Eric
Lander. See DIFFERENCES FROM EARLIER VERSIONS for a discussion
of how Primer3 differs from its predecessors, Primer 0.5 and
Primer v2.
Primer3 picks primers for PCR reactions, considering as criteria:
o oligonucleotide melting temperature, size, GC content,
and primer-dimer possibilities,
o PCR product size,
o positional constraints within the source sequence, and
o miscellaneous other constraints.
All of these criteria are user-specifiable as constraints, and
some are specifiable as terms in an objective function that
characterizes an optimal primer pair."
- from the README file
Xmolwt (Motif version)/Gmolwt (GTK+ version)
This program calculates the formula weight and percent of each element
for a given chemical formula.
This port is builds a GTK+ version of the program. If you want to
use/build a Motif version, then use Makefile.motif which is included in
the ports skeleton.
Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit board artwork.
Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire
des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres
(France), in the field of electrical engineering and image processing.
Kicad is a set of four softwares and a project manager:
* Eeschema: Schematic entry.
* Pcbnew: Board editor.
* Gerbview: GERBER viewer (photoplotter documents).
* Cvpcb: footprint selector for components used in the circuit design.
* Kicad: project manager.
NTHU-CS Maple BBS 2.36 的BBS类似的编辑器
除了通常的功能外,它还有一些为程序员设计的特殊功能──
转到指定行(ESC-G)
跨文件的剪切和粘贴(按Ctrl-G查看ve.hlp)
阻塞shift左/右(ESC-J/K,按Ctrl-G查看ve.hlp)
括弧匹配(ESC-[)
搜索(Ctrl-S,ESC-n,ESC-p)
(匹配开始行,区分大小写/不区分大小写,向前/向后)
撤销行(ESC - '-',或 ESC-_ )
撤销删除行(ESC-u)
……
类似emacs的热键
ve是一个小巧的编辑器,约60K。它是woju喜爱的UNIX编辑器。ve的最明显的弱点是
改变制表符为空白符。所以请不要使用ve来编辑制表符很重要的文件,
比如Makefile、sendmail.cf、syslog.conf等等。
This is a port of the JDBC driver which is used to access Oracle 8i
databases using a database-independant API in Java for use with JDK 1.2 and
JDK 1.3.
This is a port of the JDBC driver which is used to access Oracle 9i
databases using a database-independant API in Java for use with JDK 1.4.
PDO driver for Apache Cassandra
Cassandra is a highly scalable, eventually consistent, distributed,
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.