JAL/j801

From J Wiki
< JAL
Jump to navigation Jump to search
User Guide | Installation | Development | Categories | Git | Build Log

JAL distribution consists of archived packages that can be added to the base J system using Package Manager (recommended) or directly, see also JAL/User Guide. The links below are to addon documentation, see Addons/Developers Guide for information on creating them.

api

Application programming interfaces

api/android - Android-specific functions
api/expat - libexpat
api/gl3 - OpenGL API
api/gles - Modern OpenGL API
api/jni - JNI
api/lapacke - LAPACKE
api/ncurses - NCURSES/PDCURSES API
api/sl4a - SL4A

arc

Archivers, files, zips etc.

arc/zip - zip file utilities
arc/ziptrees - Zips and Unzips directory trees

convert

Conversions

convert/jiconv - J iconv encoding conversion
convert/json - json
convert/misc - miscellaneous scripts

data

Database

data/ddmysql - Data driver for MySQL
data/ddsqlite - Data driver for SQLite
data/jd - Jd
data/jdb - JDB
data/jfiles - J component file and keyed file
data/jmf - J Memory Mapped File
data/odbc - ODBC
data/sqlite - sqlite enhanced API for J

debug

debug/dissect - Run a sentence and produce a 2D display of results
debug/lint - Load a script and check its syntax
debug/tte - Explicate a given tacit verb

demos

Demos

demos/gldemo - OpenGL 1.0 demos
demos/glsimple - OpenGL simple demos
demos/isigraph - isigraph demos
demos/wd - wd demos
demos/wdplot - Plot demos wd emulation

docs

Generation, conversion, retrieval of documentation

docs/help - J Help Files

finance

Financial

finance/actuarial - Actuarial functions
finance/interest - Compound interest functions

format

Formats, rendering and reports

format/datefmt - Date formatting functions
format/printf - C-style printf formatting
format/publish - builds pdf reports from markup
format/sbox - Displaying boxed nouns containing Unicode glyphs
format/zulu - Strings conversion package
format/zulu-bare - Strings conversion package: BARE version
format/zulu-lite - Strings conversion package: LITE version

games

Games

games/minesweeper - Classic Minesweeper game
games/nurikabe - Nurikabe
games/pousse - pousse
games/solitaire - solitaire

general

General-purpose utilities

general/dirtrees - Copy and delete directory trees
general/dirutils - Additional directory utilities
general/inifiles - Platform neutral interface for INI files
general/jod - JOD J Object Dictionary
general/joddocument - JOD Documentation
general/jodsource - JOD Object Dictionary Source
general/jtags - jtags - Generate tag files for J source code
general/misc - miscellaneous scripts
general/primitives - Primitives
general/scriptdoc - scriptdoc
general/unittest - Unit Test Framework

graphics

2d, 3d graphics and planar graphs

graphics/afm - AFM
graphics/bmp - bitmap utilities
graphics/color - Color tables
graphics/d3 - D3 (Data Driven Documents) for JHS
graphics/gl1ut - OpenGL 1.0 utility
graphics/gl2 - gl2
graphics/graph - Graph
graphics/grid - Grid
graphics/plot - Plot
graphics/print - print
graphics/tgsj - Turtle Graphics
graphics/treemap - Displays a treemap
graphics/viewmat - Displays a viewmat

gui

GUI utilities

gui/android - jandroid
gui/droidwd - android wd emulator

ide

Integrated development environment

ide/jhs - JHS IDE
ide/qt - Qt IDE

labs

labs/labs - LABS

math

Mathematics

math/cal - Scientific calculator engine
math/deoptim - Differential Evolution for optimization of multidimensional functions
math/eigenpic - eigenpic
math/fftw - FFTW
math/flann - flann
math/lapack - LAPACK
math/misc - miscellaneous scripts
math/mt - Matrix toolbox
math/uu - Scientific units conversion package

net

Communications, Sockets and other ports

net/clientserver - Simple client server

stats

Statistics

stats/base - Basic statistics package
stats/distribs - Verbs for working with distributions
stats/r - Interfaces to R statistical package

tables

Spreadsheets, CSV, etc.

tables/csv - Read and write CSV files and strings
tables/dsv - Read/write delimiter-separated files and strings
tables/excel - Reads Excel files using OLE
tables/tara - Read/write Excel *.xls files
tables/taraxml - Platform independent system for reading OpenXML (Excel 2007 *.xlsx) files
tables/wdooo - ole automation client

types

Representations of dates, numerals, currency

types/datetime - Working with dates and times

web

Web programming

web/gethttp - Retrieve files from web

xml

XML-related

xml/sax - XML parser based on Expat library



Direct Download

Though not recommended, the archives can be downloaded for manual installation or diagnosis from the distribution location. Existing files will be overwritten.

Library:: Library is unarchived in the system subdirectory, i.e. jpath '~system'.
Repository location is [1].

Addons:: All packages are unarchived in the addons subdirectory, i.e. jpath '~addons'.
Repository location is [2].