This is a Common Lisp package for hash table creation with flexible, extensible initializers.
This package provides functions that allow you to create your own color palette from an image, using mathematical algorithms.
Makeup is a generic syntax highlighter in the style of Pygments suitable for use in code hosting, forums, wikis or other applications that need to prettify source code.
The first version of the package allows including Arduino or Processing code using three different forms: writing the code directly in the LaTeX document, writing Arduino or Processing commands in line with the text, calling to Arduino or Processing files. All these options support the syntax highlighting of the official IDE.
Create dummy variables from categorical data. This package can convert categorical data (factor and ordered) into dummy variables and handle multiple columns simultaneously. This package enables to select whether a dummy variable for base group is included (for principal component analysis/factor analysis) or excluded (for regression analysis) by an option. makedummies function accepts data.frame', matrix', and tbl (tibble) class (by tibble package). matrix class data is automatically converted to data.frame class.
Tool for easy prior construction and visualization. It helps to formulates joint prior distributions for variance parameters in latent Gaussian models. The resulting prior is robust and can be created in an intuitive way. A graphical user interface (GUI) can be used to choose the joint prior, where the user can click through the model and select priors. An extensive guide is available in the GUI. The package allows for direct inference with the specified model and prior. Using a hierarchical variance decomposition, we formulate a joint variance prior that takes the whole model structure into account. In this way, existing knowledge can intuitively be incorporated at the level it applies to. Alternatively, one can use independent variance priors for each model components in the latent Gaussian model. Details can be found in the accompanying scientific paper: Hem, Fuglstad, Riebler (2024, Journal of Statistical Software, <doi:10.18637/jss.v110.i03>).
This package provides tools for Makefile execution powered by pure Python.
This is a Common Lisp package for hash table creation with flexible, extensible initializers.
makefun helps create functions dynamically with a given signature. It was largely inspired by python-decorator and functools.
make2graph creates a graph of dependencies from GNU Make. The output is a graphviz-dot file, a Gexf-XML file or a list of the deepest independent targets.
Documentation at https://melpa.org/#/helm-make
This is a Common Lisp package for hash table creation with flexible, extensible initializers.
This package provides elixir-makeup-c, a library implementing a C lexer for the Makeup syntax highlighter.
helm-make or helm-make-projectile will give you a helm selection of directory Makefile's targets. Selecting a target will call compile on it.
This package defines a \makebox* command that does the same as a \makebox command, except that the width is given by a sample text instead of an explicit length measure.
make4ht is a simple build system for TeX4ht, a TeX to XML converter. It provides a command line tool that drives the conversion process. It also provides a library which can be used to create customized conversion tools.
The makedtx bundle is provided to help LaTeX2e developers to write the code and documentation in separate files, and then combine them into a single .dtx file for distribution. It automatically generates the character table, and also writes the associated installation (.ins) script.
Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.
Documentation at https://melpa.org/#/make-color
Documentation at https://melpa.org/#/make-it-so
This package provides a Makefile grammar for the Tree-sitter library.
This package typesets a LaTeX counter such as page in an arbitrary base (default 16). It does not change font or typeface.
Makeplot is a LaTeX package that uses the PSTricks pst-plot functions to plot data that it takes from Matlab output files.
The package provides a \makecommand command, which is like \newcommand or \renewcommand except it always (re)defines a command. There is also \makeenvironment and \provideenvironment for environments.