3210 projects tagged "C"
ArcEm is a register level emulator of the Acorn Archimedes A4x0 system based around the ARM microprocessor. It is distributed with ARM Linux binaries and will boot ARM Linux and Acorn's RISC OS 3.1. It runs under X, Win32, and RISC OS. It is based on the release of the ARM emulator core by ARM Ltd, although this has been heavily modified for the emulation. It is a reasonably accurate register level emulation and as such should run pretty much anything.
ascii lists ASCII idiomatic names and octal/decimal code-point forms. It frovides easy conversion between various byte representations and the American Standard Code for Information Interchange (ASCII) character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang names, XML entity names, and other representations. Given any one on the commandline, it will try to display all others. Called with no arguments, it displays a small, handy ASCII chart.
NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN. By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results. The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL. Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.