OpenID is a decentralized identity system, but one that's actually
decentralized and doesn't entirely crumble if one company turns evil
or goes out of business.
An OpenID identity is just a URL. You can have multiple identities in
the same way you can have multiple URLs. All OpenID does is provide a
way to prove that you own a URL (identity).
Anybody can run their own site using OpenID, and anybody can be an
OpenID server, and they all work with each other without having to
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.
GNU wget is a free software package for retrieving files using HTTP,
HTTPS and FTP, the most widely-used Internet protocols. It is a
non-interactive command-line tool, so it may easily be called from
scripts, cron jobs, terminals without X-Windows support, etc.
GNU wget has many features to make retrieving large files or mirroring
entire web or FTP sites easy, including:
o Can resume aborted downloads, using REST and RANGE
o Can use filename wild cards and recursively mirror directories
o NLS-based message files for many different languages
o Optionally converts absolute links in downloaded documents to
relative, so that downloaded documents may link to each other locally
o Supports HTTP and SOCKS proxies
o Supports HTTP cookies
o Supports persistent HTTP connections
o Unattended / background operation
o Uses local file timestamps to determine whether documents need to
be re-downloaded when mirroring
o GNU wget is distributed under the GNU General Public License.
QStat is a command-line program that displays real-time information about
Internet game servers. The servers can be either down, non-responding, or
running a game. For servers running a game, the server name, map name,
current number of players, and response time are displayed. Server rules
and player information may also be displayed. It can output templates for
automatic HTML generation, and also has raw display mode for integration
with custom server browsers. Incomplete list of supported games includes:
- old Quake (NetQuake)
- QuakeWorld
- Hexen II
- HexenWorld
- Quake II
- Unreal
- Half-Life 2
- Half-Life
- Doom III
- Warsow
- Tremulous
It is suitable for the scraping of a popular bbs of Japan.
other BBS and the news sites and other sites are also possible by the
addition of the plugin for scraping.
Please take care with the flood control to an excessive access.
F# is an open-source, strongly typed, multi-paradigm programming
language encompassing functional, imperative and object-oriented
programming techniques. F# is most often used as a cross-platform CLI
language, but can also be used to generate JavaScript and GPU code.
F# is developed by The F# Software Foundation and Microsoft. An open
source, cross-platform edition of F# is available from the F# Software
Foundation. F# is also a fully supported language in Visual Studio.
Other tools supporting F# development include Mono, MonoDevelop,
SharpDevelop and the WebSharper tools for JavaScript and HTML5 web
programming.
F# originated as a variant of ML and has been influenced by OCaml, C#,
Python, Haskell, Scala and Erlang.
paq is a family of archivers with the best lossless compression ratios now
available across a wide variety of test data, according to several benchmarks.
A comparison of paq to other compression methods, on a 2GHz T3200, when
compressing a large text file:
Format Size Time (sec) Memory
comp decomp
----------- --------- -------------- -------
Uncompressed 3,152,896
compress 1,319,521 1.6 0.2 .1 MB
gzip -9 1,022,810 0.7 0.1 .1 MB
bzip2 -9 860,097 0.6 0.4 5 MB
p7zip (7z) 824,573 1.5 0.1 195 MB
xz -6 822,016 ? ? ?
zpaq c1 (fast) 806,959 2 2 38 MB
zpaq c2 (mid) 699,191 8 8 112 MB
zpaq c3 (max) 644,190 20 20 246 MB
The port uses the open ZPAQ specification, and contains: a public-domain C++
API for reading and writing ZPAQ compressed data to or from files or objects
in memory; serial and multi-threaded archivers; extra preprocessors for
compression; and stubs for creating self-extracting archives.
PSI/88 Version 1.0 by W. L. Jorgensen & D. L. Severance
To plot wavefunctions in three dimensions from
semi-empirical and most popular ab initio basis sets.
Valence semi-empirical, STO-3G, 3-21++G(*) and
6-31++G(d,p) basis sets are implemented for atoms
H-Ar.
On-line manual is available at this web site.
You can also download the source code of psi88 from
the above site as a ``psi88.tar.gz''. When you do ungzip and
untar this archive, you will obtain some documents and
the ``psi88.tar.Z'' file which is required at this port.
cc65 is a complete cross development package for 65(C)02 systems,
including a powerful macro assembler, a C compiler, linker, librarian
and several other tools.
Direct library support (that is, startup/initialization code) and
support libraries for other features are available for...
- the Commodore C64
- the GEOS operating system for the Commodore C64
- the Commodore C128
- the Commodore C16, C116 and Plus/4
- the Commodore P500
- the Commodore 600/700 family of computers
- the Apple ][
- the Atari 8bit machines
- the Oric Atmos
- the Nintendo Entertainment System (NES)
- the Supervision Game Console
- the Atari Lynx Console
The Netwide Assembler (NASM) is an x86 and amd64 (x86-64) assembler designed
for portability and modularity. It will output flat-form binary files, a.out
(Linux and *BSD), COFF, ELF32, ELF64, Mach-O, Microsoft OMF (OBJ), Win32,
Win64, as86 (Minix/Linux bin86 v0.3), LADsoft IEEE-695, Intel hex, Motorola
S-record, and a home-grown format called RDOFF. NASM syntax is similar to
Intel's, but is less complex. It supports Pentium, P6, MMX, 3DNow!, SSE,
SSE2, SSE3, SSE4.1, SSE4.2, XOP/FMA4/CVT16 (rev 3.03), and x64 opcodes, among
others. It has strong support for macro conventions.
The port also includes NDISASM, a binary file disassembler which uses the
same instruction set as NASM.
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes
cross-platform packaging and deployment a breeze for Perl programmers.
Notable features include:
* Turn your Perl programs into ready-to-run executables
* Pack scripts and required libraries with a binary loader
* Put PAR files into @INC to avoid version conflicts
* Works with remote URL as well as local files
* Supports XS modules and DATA sections
* Turns CPAN module distributions into PAR distributions
* Install, uninstall, signs and verifies PAR distributions
* Runs scripts inside PAR files, generated by "pp -p"