eza
is a modern replacement for the command-line program ls
. It uses colours to distinguish file types and metadata. It also knows about symlinks, extended attributes, and Git. This package is the community maintained fork of exa
.
Performs unconditional exact tests and power calculations for 2x2 contingency tables. For comparing two independent proportions, performs Barnard's test (1945) using the original CSM test (Barnard (1947)), using Fisher's p-value referred to as Boschloo's test (1970), or using a Z-statistic (Suissa and Shuster (1985)). For comparing two binary proportions, performs unconditional exact test using McNemar's Z-statistic (Berger and Sidik (2003)), using McNemar's Z-statistic with continuity correction, or using CSM test. Calculates confidence intervals for the difference in proportion.
This package provides functions to manipulate file system access control lists (ACL) on macOS
, Linux, and FreeBSD
.
This package provides a class exam.cls
, which eases production of exams. Simple commands are provided to:
create questions, parts of questions, subparts of parts, and subsubparts of subparts, all with optional point values;
create a grading table, indexed either by question number (listing each question and the total possible points for that question) or by page number (listing each page with points and the total possible points for that page);
create headers and footers that are each specified in three parts: one part to be left justified, one part to be centered, and one part to be right justified, in the manner of
fancyhdr
.
Headers and/or footers can be different on the first page of the exam, can be different on the last page of the exam, and can vary depending on whether the page number is odd or even, or on whether the current page continues a question from a previous page, or on whether the last question on the current page continues onto the following page.
Multiple line headers and/or footers are allowed, and it's easy to increase the part of the page devoted to headers and/or footers to allow for this.
Note that the bundle exams
also provides a file exam.cls
; the two bundles therefore clash, and should not be installed on the same system.
This package provides various examples.
LaGUI demonstration programs
Using the API Annotations available from GHC 7.10.2, this library provides a means to round-trip any code that can be compiled by GHC, currently excluding .lhs
files.
The class design offers:
direct support for collaborative development of an exam, using a model in which a departmental exams convener or exam chair coordinates multiple authors writing individual questions (the class file and associated process is in regular use within a physics and astronomy department);
all of the traditional exam paper features such as sectioning, per-part running marks, ``Question n continued'' catchwords, and so on;
readily configured local adaptation.
The (PSTricks-related) package provides an environment PSTexample
to put code and output side by side or one above the other.
This package provides a replacement for the extract
function from the raster
package that is suitable for extracting raster values using sf
polygons.
The package makes it easier to produce examples for TeX course. It provides an example environment, which typesets its contents on the left of the page, and prints it verbatim on the right.
This package provides a class exam-zh.cls
suitable for Chinese exams of all types. It also includes several module packages like exam-zh-question.sty
and exam-zh-choices.sty
, which can be used individually.
This package computes exact conditional p-values and quantiles using an implementation of the Shift-Algorithm by Streitberg & Roehmel.
The examplep
package provides sophisticated features for typesetting verbatim source code listings, including the display of the source code and its compiled LaTeX or Metapost output side-by-side, with automatic width detection and enabled page breaks (in the source), without the need for specifying the source twice. Special care is taken that section, page and footnote numbers do not interfere with the main document. For typesetting short verbatim phrases, a replacement for the \verb
command is also provided in the package, which can be used inside tables and moving arguments such as footnotes and section titles.
LAPLACIAN is an example of a Laplacian problem. The code is written in Fortran 90.
This template is devoted to the quicker preparation of exams in LaTeX. Its main features are:
minimalistic design;
include the custom logo of the affiliation;
predefined commands for a subject, study year, study program, exam type, place of exam, date;
many macros contained in this package speed up the process of preparing the necessary ingredients for the exam;
automatic calculation of total points.
LaGUI demonstration programs
This package provides tools for managing JACK connections and testing or configuring the JACK session. Tools include jack_lsp
, jack_connect
, and jack_transport
.
This bundle provides a class examdesign
. The class provides several features useful for designing tests or question sets: it allows for explicit markup of questions and answers; the class will, at the user's request, automatically generate answer keys; multiple versions of the same test can be generated automatically, with the ordering of questions within each section randomly permuted so as to minimize cheating; the generated answer keys can be constructed either with or without the questions included; environments are provided to assist in constructing the most common types of test question: matching, true/false, multiple-choice, fill-in-the-blank, and short answer/essay questions.
Example showing how to use starpu for implementing a distributed gemm.
libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio.
This package provides the PDFsand sources for all examples from The LaTeX Companion, third edition (Parts I+II), together with necessary supporting files.
Example showing how to use starpu for implementing a distributed gemm in C++.
Example showing how to use starpu to implement a distributed regular 2D stencil with communication-avoiding techniques