All Projects → att → Ast

att / Ast

Licence: epl-1.0
AST - AT&T Software Technology

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to Ast

Ngircd
Free, portable and lightweight Internet Relay Chat server
Stars: ✭ 292 (-18.66%)
Mutual labels:  unix
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (-12.26%)
Mutual labels:  unix
Bfs
A breadth-first version of the UNIX find command
Stars: ✭ 336 (-6.41%)
Mutual labels:  unix
Tucl
The first-ever paper on the Unix shell written by Ken Thompson in 1976 scanned, transcribed, and redistributed with permission
Stars: ✭ 303 (-15.6%)
Mutual labels:  unix
Ir Rescue
A Windows Batch script and a Unix Bash script to comprehensively collect host forensic data during incident response.
Stars: ✭ 311 (-13.37%)
Mutual labels:  unix
Powershell Profile
Mike's Powershell Profile (and how to set up Windows console if you've been using *nix for 20 years)
Stars: ✭ 324 (-9.75%)
Mutual labels:  unix
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+784.12%)
Mutual labels:  unix
Ecominit
eComInit is a free init system and service manager designed to scale from lightweight desktops to web-scale cloud deployments. It aims to offer feature-parity with systemd but with a modular, portable architecture compliant with software engineering best-practice.
Stars: ✭ 352 (-1.95%)
Mutual labels:  unix
Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (-12.81%)
Mutual labels:  unix
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (-8.36%)
Mutual labels:  unix
Wipe Modules
🗑️ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (-15.32%)
Mutual labels:  unix
Gwa tutorial
A comprehensive tutorial about GWAS and PRS
Stars: ✭ 303 (-15.6%)
Mutual labels:  unix
Awesome Command Line Apps
🐚 Use your terminal shell to do awesome things.
Stars: ✭ 3,572 (+894.99%)
Mutual labels:  unix
Dotfiles
Configuration files I use on my main machine
Stars: ✭ 299 (-16.71%)
Mutual labels:  unix
Tcl
The Tcl Core. (Mirror of core.tcl-lang.org)
Stars: ✭ 342 (-4.74%)
Mutual labels:  unix
Maurice Bach Notes
Notes on the classic book : The Design of the UNIX Operating System
Stars: ✭ 285 (-20.61%)
Mutual labels:  unix
Proftpd
ProFTPD source code
Stars: ✭ 318 (-11.42%)
Mutual labels:  unix
Rhash
Great utility for computing hash sums
Stars: ✭ 352 (-1.95%)
Mutual labels:  unix
Libterm
iOS sandboxed terminal with Python, Lua and Clang
Stars: ✭ 348 (-3.06%)
Mutual labels:  unix
Libuv
Cross-platform asynchronous I/O
Stars: ✭ 18,615 (+5085.24%)
Mutual labels:  unix

AST

This is the AT&T Software Technology (AST) toolkit from AT&T Research. It includes many tools and libraries, like KSH, NMAKE, SFIO, VMALLOC, VCODEX, etc. It also includes more efficient replacements for a lot of the POSIX tools. It was designed to be portable across many UNIX systems and also works under UWIN on Microsoft Windows (see UWIN repo on GitHub under att/uwin).

ksh93u+ and v-

This repo contains the ksh93u+ and ksh93v- versions of KSH.

  • ksh93u+, the master branch, was the last version released by the main AST authors in 2012, while they were at AT&T. It also has some later build fixes but it is not actively maintained.
  • ksh93v-, ksh93v tag, contains contributions from the main authors through 2014 (after they left) and is considered less stable

Please search the web for forks of this repo (or check the Network graph on GitHub) if you are looking for an actively maintained version of ksh.

Build

This software is used to build itself, using NMAKE. After cloning this repo, cd to the top directory of it and run:

./bin/package make

Almost all the tools in this package (including the bin/package script are self-documenting; run --man (or --html) for the man page for the tool.

(If you were used to the old AST packaging mechanism, on www.research.att.com, this repo is equivalent to downloading the INIT and ast-open packages and running: ./bin/package read on them).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].