Search: in
Awk
Awk in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Awk

Awk





Encyclopedia results for Awk

  1. List of airports in United States minor islands

    List of airport s in the United States Minor Outlying Islands of Oceania , listed alphabetically. For a list sorted by ICAO code, see List of airports by ICAO code P border 0 cellpadding 3 cellspacing 1 valign top align left LOCATION ICAO airport code ICAO         IATA airport code IATA     AIRPORT NAME bgcolor dcdcdc colspan 4 align left All Airports valign top Johnston Atoll s PJON s s JON s Johnston Atoll Airport not maintained, emergency only valign top Midway Atoll PMDY MDY Henderson Field Midway Atoll sup Note sup public, emergency valign top Palmyra Atoll PLPA Palmyra Cooper Airport FAA P16 private airport valign top Wake Island PWAK AWK Wake Island Airfield military, emergency Note not to be confused with Henderson Field Guadalcanal on Guadalcanal Island in the Solomon Islands renamed as Honiara International Airport in 2003. Oceania in topic List of airports in Category Lists of airports by country United States Minor Outlying Islands Category Lists of airports in the United States Category Airports in the United States Minor Outlying Islands Category Airports in Oceania ...   more details



  1. List of open-source programming languages

    This is a selected list of open source programming languages and implementations . Open Source Programming Languages are languages that are released under open source licenses. PLEASE keep this list sorted alphabetically by the language column class wikitable sortable border 1 style font size 90       Title      Language Implementation License Additional Information GNAT Ada programming language Ada GPL ALGOL 68G ALGOL 68 GPL ALGOL 68RS ELLA ALGOL 68 ALGOL 68 Public Domain Crown Copyright BWK awk AWK http www.cs.princeton.edu bwk btl.mirror awk.tar.gz Custom gawk AWK GPL v.3 mawk AWK GPL v.2 GNU Compiler Collection GCC C programming language C C Objective C Assembly language ASM GPL Clang LLVM C programming language C C Objective C University of Illinois NCSA Open Source License NCSA license Mono software Mono C Sharp programming language C , Visual Basic .NET GNU General Public License GPLv2 MIT X11 License GNU Lesser General Public License LGPLv2 MIT License http www.candlescript.org Candle http www.candlescript.org Candle Mozilla Public License Erlang programming language Erlang Erlang programming language Erlang ER Public License Gforth Forth programming language Forth GPL v.3 Open Firmware Forth programming language Forth BSD License Pforth Forth programming language Forth Public Domain Harbour software Harbour Harbour software Harbour GPL Glasgow Haskell Compiler GHC Haskell programming language Haskell BSD License Haskell User s Gofer System Haskell programming language Haskell BSD License nhc98 Haskell programming language Haskell GPL v2 Helium Haskell Helium Haskell programming language Haskell GPL Icon programming language Icon Icon programming language Icon Public Domain IcedTea Java programming language Java GNU General Public License WebKit JavaScriptCore JavaScript GNU Lesser General Public License v2.1 SpiderMonkey JavaScript engine SpiderMonkey JavaScript Mozilla Public License MPL GNU General Public License GPL GNU Lesser Gen ...   more details



  1. Cwm (software)

    Cwm pronounced koom is general purpose data processing software for the semantic web , similar to sed or awk for text files or XSLT for XML . It is a forward chaining semantic reasoner that can be used for querying, checking, transforming and filtering information. Its core language is Resource Description Framework RDF , extended to include Rule of inference rules , it can use Resource Description Framework RDF XML or RDF Notation3 N3 see http www.w3.org 2000 10 swap Primer Notation3 Primer serializations. cwm can perform the following tasks Parse and pretty print the following RDF formats XML RDF, Notation3 , and N Triples . Store triples in a queryable triplestore a triples database . Perform inference s as a forward chaining FOPL inference engine . Perform builtin functions such as comparing strings, retrieving resources, all using an extensible builtins suite. cwm was written in Python programming language Python from 2000 10 onwards by Tim Berners Lee and Dan Connolly of the W3C . External links http www.w3.org 2000 10 swap doc cwm cwm homepage http infomesh.net 2001 cwm Information about CWM TimBL s Closed World Machine Category Python software Category Semantic Web Category Web services ...   more details



  1. Airwork

    for the British aviation and defence support services company of the same name Airwork Services Airwork is an airline based in Auckland , New Zealand . It operates a joint venture airline, Air Post , which is 50 owned by Airwork and New Zealand Post . It also operates freight services in Australia for Toll Priority . Its main base is Auckland Airport , with hubs at Blenheim Airport , Christchurch International Airport , Perth Airport and Brisbane Airport . Code data International Civil Aviation Organisation ICAO Code AWK and PST . Callsign Airwork and Post ref http www.airlinecodes.co.uk Airline Codes ref History The airline was established in 1984 and is owned by Direct Capital and HR Jones. ref name FI cite news title Directory World Airlines work Flight International page 71 date 2007 03 27 ref Incidents and accidents On 2 May 2005 a Fairchild Swearingen Metroliner Fairchild SA227 AC Metro III operating as Airwork Flight 23 broke up in flight, killing the two occupants. ref http aviation safety.net database record.php?id 20050502 0 Aviation Safety Network ZK POA accident description. Retrieved 18 December 2008. ref Fleet File Airwork NZ Boeing 737 300F BNE Prasertwit.jpg thumb An Airwork Boeing 737 300 freighter at Brisbane Airport 2011 . As of June 2010 the Airwork fleet consists of the following aircraft ref http flightoperations.co.nz content aircraft default.aspx Our Aircraft Airwork flight operations retrieved 21 June 2010. ref ref http www.caa.govt.nz Script Aircraft Hist.asp?Aircraft ID 7496 NZ CAA civil register entry ZK AWK retrieved 21 June 2010. ref 1 Boeing 737 Boeing 737 200QC 4 Boeing 737 Classic Boeing 737 300F 1 in storage 1 Boeing 737 Classic Boeing 737 300 on dry lease contract in Europe 1 Boeing 737 Classic Boeing 737 400 on dry lease to Alliance Airlines 1 Cessna Citation Ultra Cessna 560 Citation Ultra 2 Fairchild Swearingen Metroliner Fairchild SA227 CC Metro 23 3 Fairchild Swearingen Metroliner Fairchild SA227 AC Metro III 3 Fokker F27 Fokk ...   more details



  1. Pgrep

    lowercase title pgrep tt pgrep tt is a command line interface command line utility initially written for use with the Solaris Operating System Solaris 7 operating system. It has since been reimplemented for Linux and the BSD s Dragonfly BSD , FreeBSD , NetBSD , and OpenBSD . It searches for all the named process computing processes that can be specified as extended regular expression patterns, and by default returns their PID process ID . Alternatives include tt pidof tt finds process ID given a program name and tt ps Unix ps tt . Example usage The default behaviour of tt pgrep tt returning the process identifier of the named tasks simplifies an otherwise complex task and is invoked with source lang bash pgrep bash source Which is roughly equivalent to source lang bash ps ax awk p rocessname print 1 With a redundant grep ps ax grep processname grep grep v awk print 1 source Additional functionality of tt pgrep tt is listing the process name as well as the PID tt l tt Lists the process name as well as the process ID of all processes belonging to the group tt alice tt tt G tt Only match processes whose real group ID is listed. Either the numerical or symbolical value may be used source lang bash pgrep l G alice source showing all processes that do not belong to the user tt Superuser root tt tt u euid tt Only match processes whose effective user ID is listed. Either the numerical or symbolical value may be used by inverting the matching tt v tt Negates the matching source lang bash pgrep v u root source and only matching the most recently started process tt n tt Select only the newest most recently started of the matching processes source lang bash The most recent process started pgrep n The most recent emacs process started by user alice pgrep n u alice emacs source See also Portal Free software List of Unix programs tt pidof tt find the process ID of running programs tt pkill tt signal processes based on name and other attributes tt ps Unix ps tt display the currentl ...   more details



  1. Henry Spencer

    henry spencer amazing awk assembler aaa the Amazing Awk Assembler which is one of the longest and most complex programs ever written in the awk programming language. He also developed a 4 point font ... awk assembler aaa the Amazing Awk Assembler by Henry Spencer http doc.cat v.org henry spencer awf ...   more details



  1. Sed

    page cite book title sed & awk edition 2nd Edition month March year 1997 author Dale Dougherty & Arnold Robbins publisher O Reilly isbn 1 56592 225 5 cite book title sed and awk Pocket Reference edition ... 596 00352 8 cite book title UNIX AWK and SED Programmer s Interactive Workbook UNIX Interactive Workbook ...   more details



  1. Wake Island Airfield

    Infobox airport name Wake Island Airfield image Wake Island air.JPG caption Aerial photo of Wake Island Airfield IATA AWK ICAO PWAK type Military operator U.S. Air Force location Wake Island elevation f 23 latd 19 latm 16 lats 57 latNS N longd 166 longm 38 longs 12 longEW E coordinates region US pushpin map Pacific Ocean pushpin label PWAK pushpin map caption Location in the Pacific Ocean image map Wake Island map.png image mapsize image map alt image map caption Runway on Wake Island r1 number 10 28 r1 length f 9,844 r1 surface Asphalt footnotes Source Federal Aviation Administration ref name FAA FAA airport ID AWK use PR own MA site 51540. A ref Wake Island Airfield airport codes AWK PWAK is a military airport located on Wake Island , which is known for the Battle of Wake Island . It is owned by the U.S. Air Force and operated by the Thirteenth Air Force servicing practically only to military purposes within the Wake Island region, yet little military presence is currently encountered. It can be used for emergency landings of transpacific airliners. History The first intentions on building an airbase began in 1935, when Pan American Airways selected Wake Island as a useful intermediate base for their routes to the Far East , especially the Philippines . A year before jurisdiction over Wake Island was passed to the Navy Department , which cooperated with PAA with updating topographical surveys due to the potential military value of having a suitable airbase near the USSR eastern border. Between 5 and 29 May 1935, Pan American s air base construction vessel, North Haven , landed supplies and equipment on Wilkes Island for eventual re handling to Peale Island which, because of its more suitable soil and geology, had been selected as site for the PAA seaplane base. By the time of North Haven s return to Wake, after a month s voyage westward to Manila , the project was well under way, and, 3 months later, on 9 August a Pan American Sikorsky S 42 made the first aerial l ...   more details



  1. Chomski

    context free languages. Whereas traditional Unix tools such as awk , sed , grep , etc. process text ... not currently have a debugger for debugging complex scripts. See also awk References reflist External ...   more details



  1. Nroff

    unreferenced date June 2011 lowercase title nroff nroff short for new roff is a Unix text formatting computer program program it produces output suitable for simple fixed width computer printer printers and computer terminal terminal windows. It is an integral part of the Unix help system, being used to format man page s for display. nroff was written by Joe Ossanna . It was a descendant of the RUNOFF program from Compatible Time Sharing System CTSS , the first computerized text formatting program, and is a predecessor of the Unix troff document processing system. There is also a free software version of nroff in the Groff software groff package. The Minix operating system, among others, uses a clone of nroff called cawf by Vic Abell, based on awf, the Amazingly Workable Formatter designed in awk by Henry Spencer . These are not full replacements for the nroff troff suite of tools, but are sufficient for display and printing of basic documents and manual page s. In addition, a simplified version of nroff is available in Ratfor source code form as an example in the book Software Tools by Brian Kernighan and P.J. Plauger . See also troff External links http www.netadmintools.com html 7roff.man.html roff Concepts and history of roff typesetting http doc.cat v.org henry spencer awf source code for Henry Spencer s AWF http www.quut.com berlin ms troff.html troff nroff quick reference http www.fnal.gov docs products ups ReferenceManual html manpages.html Introduction to creating and formatting man pages Category Troff unix stub cs Nroff es Nroff it Nroff ...   more details



  1. Transformation language

    Data transformation A transformation language is a computer language designed to transform some input text in a certain formal language into a modified output text that meets some specific goal. Program transformation systems such as Stratego XT , TXL programming language TXL , DMS Software Reengineering Toolkit DMS , and ASF SDF Meta Environment ASF SDF all have transformation languages as a major component. The transformation languages for these systems are driven by declarative descriptions of the structure of the input text typically a grammar , allowing them to be applied to wide variety of formal languages and documents. Macro computer science Macro languages are a kind of transformation languages to transform a meta language into specific higher programming language like Java programming language Java , C , Fortran In the model driven engineering technical space, there are model transformation language s MTLs , that take as input models conforming to a given metamodel and produce as output models conforming to a different metamodel. An example of such a language is the QVT Object Management Group OMG standard. There are also low level languages such as the Lx family ref http lx.mii.lu.lv ref implemented by the Bootstrapping compilers bootstrapping method . The L0 language may be considered as assembler for transformation languages. There is also a high level graphical language built on upon Lx called MOLA. ref http mola.mii.lu.lv ref There are a number of XML transformation language s. These include XSLT , XQuery , Streaming Transformations for XML STX , FXT , XDuce , CDuce , HaXml , XMLambda , and FleXML . See also Concepts data conversion data element data mapping data migration data transformation metadata model transformation Program refinement refinement contrast     valign top Languages and typical transforms ATLAS Transformation Language ATL AWK tabular data transforms Identity transform QVT TXL programming language TXL general XQuery XML XSLT ...   more details



  1. ^txt2regex$

    infobox software name txt2regex logo screenshot caption latest release version 0.8 ref http txt2regex.sourceforge.net txt2regex The console Regular Expression Wizard ref author Aurelio Jargas ref http aurelio.net soft padfiles txt2regex pad.xml txt2regex pad.xml Portable Application Description PAD files for software distributors ref ref http aurelio.net en Aurelio Jargas aka verde The softwares I have coded AdiumBook, EmoMemory, CSS Sandbox, MoneyLog, txt2tags , txt2regex, SedSokoban, sedsed, ... ref developer http sourceforge.net project memberlist.php?group id 28856 txt2regex Team latest release date release date 2004 09 programming language released 2001 02 23 ref http txt2regex.sourceforge.net NEWS The hottest news from txt2regex world ref operating system genre license GNU General Public License website http txt2regex.sourceforge.net txt2regex is a regular expression wizard that leads the user through the construction of a regular expression by asking a series of questions. The regular expression is generated in the notation used by awk , Ed Unix ed , egrep, Emacs , expect , find , grep , Lex programming tool lex , Lisp programming language Lisp , MySQL , OpenOffice.org , Perl , PHP , PostgreSQL , Procmail , Python programming language Python , Sed , Tcl , VBscript , Vi , and Vim text editor Vim . It is a useful tool for users with little or no knowledge of regular expressions and so is included in several Linux distributions, including Debian , Gentoo Linux Gentoo , Knoppix , and Mandriva , in FreeBSD , and in Fink for Mac OS X . Although graphical interfaces have typically followed command line interfaces, txt2regex is unusual in providing a command line interface for a function usually, and previously, provided by means of a graphical user interface. It is also unusual in interacting with the user to facilitate the use of what is generally regarded as a technical tool unsuitable for naive users and in supporting multiple regular expression notations. txt2re ...   more details



  1. Heirloom Project

    Expert subject Free Software date February 2009 Unreferenced date January 2008 Infobox Software name The Heirloom Project developer Gunnar Ritter latest release version 070715 latest release date 2007 07 15 programming language C programming language C operating system Cross platform platform Cross platform language English status Active source model Free software license Various, including Common Development and Distribution License CDDL website http heirloom.sourceforge.net Official website The Heirloom Project is a collection of traditional Unix utilities. Most of them are derived from original Unix source code, as released as Open Source by SCO Group Caldera and Sun Microsystems Sun . The project has the following components The Heirloom Toolchest awk , cpio , grep , tar file format tar , etc. The Heirloom Bourne Shell Bourne shell sh The Heirloom Documentation Tools nroff , troff , dpost , etc. The Heirloom Development Tools lex software lex , yacc , m4 computer language m4 , and Source Code Control System SCCS Heirloom mailx The Heirloom Packaging Tools pkgadd , pkgmk , etc. Although in general the intention of the project is to provide versions of Unix programs whose behavior mimics that of the classic versions, some improvements have been made. In particular, many of the Heirloom programs have been adapted to handle UTF 8 Unicode . Most programs have both a classic version and a POSIX conformant variant. History Licensing Design and implementation See also External links http heirloom.sourceforge.net Official website http freshmeat.net projects Freshmeat entry http homepage.mac.com stefan.tramm iWiki HeirloomNotes.html Mac OS X port http catb.org retro Retrocomputing Museum entry http www.gnu.org software hello manual autoconf Systemology.html GNU Autoconf manual reference http packages.debian.org source lenny heirloom mailx Debian Heirloom mailx package Notes div class references small references div Category Unix software es Heilroom mailx ...   more details



  1. Sdcv

    lowercase sdcv developed by Evgeniy A. Dushistov and HuZheng , is the command line version of StarDict . It can employ all the dictionary files that belong to StarDict . The word sdcv stands for StarDict under Console Version. It is licensed under the terms of the GNU General Public License . Supported Platforms sdcv runs under Linux , FreeBSD , and Solaris Operating System Solaris . Dictionaries of the user s choice are installed separately and this is the same as StarDict . Main Usage Synopsis sdcv options list of words br Use h option to view the message of whole options. Description sdcv is simple, cross platform text base utility for work with dictionaries in StarDict s format. The word from list of words may be string with leading for using Fuzzy search algorithm, string may contain ? and for using regexp search. It works in interactive and non interactive mode. Press Ctrl D to exit from interactive mode. Environment STARDICT DATA DIR br If set, sdcv uses this variable as data directory. In this example sdcv searches dictionaries in STARDICT DATA DIR dic. Advantages Sometimes, we need to employ text filter tools such as awk , sed , grep , and so on, to search a certain pattern or example sentence from dictionary and sdcv will of cause be very helpful. See also Portal Free software StarDict Machine translation External links http sdcv.sourceforge.net Official website http sourceforge.net projects sdcv SourceForge.net project page Category DICT clients Category Free dictionary software ru StarDict SDCV zh ...   more details



  1. Selective file dumper

    Infobox software name Selective File Dumper logo screenshot caption collapsible author Nanni Bassetti and Denis Frati developer released latest release version 1.5 latest release date March 21, 2008 latest preview version latest preview date frequently updated programming language Bash Unix shell Bash shell script operating system Linux platform size language status genre Computer forensics license GNU General Public License br GNU Lesser General Public License website http sfdumper.sourceforge.net Portal Free software Selective File Dumper SFDumper is a Free software free open source computer forensics tool, written by Nanni Bassetti and Denis Frati, for Linux systems. It is a Bash Unix shell Bash script which can retrieve all the files of a chosen type e.g. .doc or .jpg , regardless if they are active, deleted or unallocated. It automatically runs Foremost software Foremost for carving, and Sleuthkit for deleted files retrieval. It then eliminates duplicated files by comparing the SHA256 hash es of the carved files and the active and deleted files. Thanks to carving, files simply renamed to a different extension will be identified. Also, it is possible to expand the Foremost configuration file inside the script to add new extensions. Finally, it is possible to do a Index term keyword search on the extracted files. The script can work on an image file or directly from a device. It is free software licensed under the terms of the GNU General Public License GPL and GNU Lesser General Public License LGPL . Requirements Linux OS Sleuthkit Foremost Sha256deep grep awk sed dd Unix dd Requirements for the GUI version Zenity External links http sfdumper.sourceforge.net http www.caine live.net Category Computer forensics Category Free security software Category Unix security related software it Selective file dumper ...   more details



  1. KAWK

    Infobox Radio station name KAWK image city Custer, South Dakota Custer , South Dakota area Template Rapid City Radio Rapid City area slogan branding The Hawk 105.1 frequency 105.1 MHz airdate share share as of share source format Oldies Adult contemporary power erp 7,000 watt s haat 400 meters class C1 facility id 43916 coordinates coord 43 44 41 N 103 28 52 W region US SD type landmark display inline,title callsign meaning former callsigns KACP 1993 1996 owner Mt. Rushmore Broadcasting, Inc. licensee sister stations KFCR webcast website affiliations KAWK 105.1 FM broadcasting FM is a radio station broadcasting an Oldies format. Licensed to Custer, South Dakota , USA, the station serves the Rapid City area. The station is currently owned by Mt. Rushmore Broadcasting, Inc. ref cite web url http www.fcc.gov fcc bin fmq?call KAWK title KAWK Facility Record work United States Federal Communications Commission , audio division ref History The station was assigned the calls KACP on 1993 05 28. On 1996 09 16, the station changed its call sign to the current KAWK. ref cite web url http fjallfoss.fcc.gov cgi bin ws.exe prod cdbs pubacc prod call hist.pl?Facility id 43916&Callsign KAWK title KAWK Call Sign History work United States Federal Communications Commission , audio division ref References Reflist External links FM station data KAWK Rapid City Radio Adult Contemporary Radio Stations in South Dakota Category Radio stations in South Dakota AWK Category Oldies radio stations in the United States Category Adult contemporary radio stations in the United States SouthDakota radio station stub ...   more details



  1. WAWK

    coord 41 27 16.00 N 85 15 48.00 W region US type landmark display title Infobox Radio station name WAWK image Image WAWK logo.png 200px city Kendallville, Indiana area branding 95 5 the Hawk slogan The Best Variety of Classic Hits frequency 1140 kHz translator 95.5 W238BH Kendallville airdate share share as of share source format Classic Hits power 250 watt s day erp haat class D facility id 49395 coordinates coord 41 27 16.00 N 85 15 48.00 W region US type city callsign meaning former callsigns affiliations owner Northeast Indiana Broadcasting licensee sister stations webcast listen live http 216.163.144.30 streaming.htm website http www.955fmthehawk.com 955fmthehawk.com WAWK 1140 AM broadcasting AM is a radio station broadcasting a Classic Hits format. Licensed to Kendallville, Indiana , USA. The station is currently owned by Northeast Indiana Broadcasting. ref cite web url http www.fcc.gov fcc bin fmq?call WAWK title WAWK Facility Record work United States Federal Communications Commission , audio division ref ref cite web url http www1.arbitron.com sip displaySip.do?surveyID SU08&band fm&callLetter WAWK title WAWK Station Information Profile publisher Arbitron ref WAWK programming is simulcast on FM translator W238BH 95.5 MHz in Kendallville. References div class references small reflist div External links AM station data WAWK FMQ W238BH FMXL W238BH br clear all Classic Hits Radio Stations in Indiana Category Radio stations in Indiana AWK Indiana radio station stub ...   more details



  1. NoSQL (RDBMS)

    data, most implementations are a mixture of awk and other programming languages, usually C or Perl ... tools for use with NoSQL include Python, Perl, awk, and shell scripts using the ubiquitous Unix text ... and the AWK programming language s installed, and perhaps even on the Cygwin UNIX like environment ... cite web first Steve last Litt title NoSQL The Unix Database With awk work Linux Productivity Magazine ...   more details



  1. Glue language

    which convert betwixt C and Perl, Rexx, awk, as well as shell scripts to Perl, VBScript to and from ...   more details



  1. ABC (programming language)

    Infobox programming language name ABC logo paradigm multi paradigm programming language multi paradigm imperative programming imperative , procedural programming procedural , structured programming structured year designer Leo Geurts , Lambert Meertens , Steven Pemberton developer Centrum Wiskunde & Informatica CWI latest release version 1.05.02 latest release date typing strongly typed programming language strong , type polymorphism polymorphic implementations dialects influenced by SETL & ALGOL 68 ref He was clearly influenced by ALGOL 68 s philosophy of providing constructs that can be combined in many different ways to produce all sorts of different data structures or ways of structuring a program. Guido van Rossum cite book page 32 chapterurl http books.google.com.au books?q He was clearly influenced by ALGOL 68 accessdate December 14, 2009 coauthors Federico Biancuzzi and Shane Warden title Masterminds of Programming Conversations with the Creators of Major Programming Languages publisher O Reilly Media year 2009 month April isbn 0 596 51517 0 ref influenced Python programming language Python , Agena programming language Agena ABC is an imperative general purpose programming language and Integrated development environment programming environment developed at Centrum Wiskunde & Informatica CWI , Netherlands by Leo Geurts , Lambert Meertens , and Steven Pemberton . It is interactive, structured, high level, and intended to be used instead of BASIC programming language BASIC , Pascal programming language Pascal , or AWK programming language AWK . It is not meant to be a systems programming language but is intended for teaching or prototyping. ABC has only five basic datatype s. It does not require variable declarations. It has explicit support for top down programming . Statement nesting is indicated by indentation . It provides infinite precision arithmetic , unlimited sized lists and strings, and other features supporting orthogonality and ease of use by novice ...   more details



  1. DJGPP

    Infobox Software name DJGPP logo Image djgpp logo.svg 250px screenshot Image GCC DJGPP Windows.png 300px caption The DJGPP environment, utilizing GNU Compiler Collection GCC developer DJ Delorie latest release version 2.0.3p2 latest release date release date 2002 06 10 operating system DOS and Microsoft Windows Windows genre Compiler license GNU General Public License GNU GPL website http www.delorie.com djgpp DJGPP DJ s GNU Programming Platform ref cite web url http www.delorie.com djgpp doc eli m17n99.html History title The DJGPP Project date Jul 1999 accessdate 20 Jul 2009 author Eli Zaretskii ref is a development suite for x86 386 PC compatible IBM PC compatibles which supports DOS enabled operating systems. It is guided by DJ Delorie , who began the project in 1989. It is a porting port of the popular GNU Compiler Collection GCC compiler , as well as mostly GNU utilities such as Bash Unix shell bash , find , tar file format tar , ls , AWK awk , sed , and ld Unix ld to DPMI . Languages available include C programming language C , C , Objective C C , Ada programming language Ada , Fortran , and Pascal programming language Pascal . Design The compiler generates 32 bit code, which runs natively in 32 bit protected mode while switching back to 16 bit DOS calls for basic OS support. However, unlike Watcom OpenWatcom , it is not a zero based flat model due to preferring NULL pointer protection for better stability. It is currently based upon a variant of the COFF format. It can access up to 4 GB of RAM in pure DOS when using a suitable DPMI host e.g. CWSDPMI r7 or HDPMI32 . Compatibility DJGPP presents the programmer an interface which is compatible with the ANSI C and C99 standards, unofficial DOS standards, and an older POSIX Unix standard. Compiled binaries are long file name aware and handle such filenames under Windows 9x Win32 by default. Terminate and Stay Resident TSR s to support LFNs under Windows NT 4 or pure DOS are available. As of July 2011, the newest G ...   more details



  1. List of computing people

    This is a list of people who are important or notable in the field of computing , but who are not primarily computer scientists or programmers. The list is not necessarily complete or up to date if you see an article that should be here but isn t or one that shouldn t be here but is , please update the page accordingly. compactTOC8 side yes seealso yes nobreak yes A Alfred Aho , the A in AWK programming language AWK Marc Andreessen , cofounder of Netscape Communications Corporation B Charles Babbage , inventor of the programmable computer Tim Berners Lee , inventor of the World Wide Web Stephen Bourne , developer of the Bourne shell C Noam Chomsky , linguist, language theorist Chomsky hierarchy and social critic D Theo de Raadt , founder of the OpenBSD and OpenSSH projects E J. Presper Eckert , ENIAC Larry Ellison , co founder of Oracle Corporation Marc Ewing , creator of Red Hat Linux F Empty section date July 2010 G Bill Gates , co founder and Chairman of Microsoft James Gosling , father of the Java programming language Java programming language H Grace Hopper I Jonathan Ive , Senior Vice President of Industrial Design at Apple Inc. Apple , J Steve Jobs , co founder and CEO of Apple Inc. Apple , Bill Joy , co founder Sun Microsystems , Berkeley Software Distribution BSD K Brian W. Kernighan , Dennis M. Ritchie , Programming Language C Donald E. Knuth , The Art of Computer Programming , TeX L Ada Lovelace Lawrence Lessig , professor of law and founder of the Creative Commons Rasmus Lerdorf , creator of the PHP PHP Scripting Language M John William Mauchly , ENIAC John McCarthy computer scientist John McCarthy , LISP programming language Bob Miner , co founder of Oracle Corporation Marvin Minsky , artificial intelligence AI luminary Gordon E. Moore , co founder of Intel , Moore s Law Myo Nyi N Roger Needham John von Neumann , Theoretical Computer Science O Stevan Ognenovski P Jon Postel , Internet pioneer, founder of Internet Assigned Numbers Authority IANA John Pop ...   more details



  1. MKS Toolkit

    Refimprove date January 2009 MKS Toolkit is a software package produced and maintained by MKS Inc. that provides a Unix like environment for scripting, connectivity and porting Unix and Linux software to both 32 and 64 bit Microsoft Windows systems. It was originally created for MS DOS. ref cite web url http www.crn.com reviews applications os 23900573 mks makes unix migration an easy task.htm title MKS Makes Unix Migration An Easy Task author Mario Morejon date 2004 07 16 publisher CRN Magazine CRN ref In 1999, MKS acquired a company based in Fairfax, Virginia Fairfax , Virginia , called Datafocus Inc. The Datafocus product N u TCRACKER had included the MKS Toolkit since 1994 as part of its Unix compatibility technology and hence the purchase was a natural fit for MKS. The MKS Toolkit was also licensed by Microsoft for the first two versions of their Windows Services for Unix , but later dropped in favor of Interix after Microsoft purchased the latter company. Overview The MKS Toolkit products offer functionality in the following areas Various command shell environments Bourne shell , Korn shell , Bash Unix shell Bash , C shell , Tcl shell Traditional Unix commands 400 grep, awk, sed, vi, ls, kill and more. ref cite web url http www.mkssoftware.com products tk commands.asp title MKS Toolkit Commands vi, sed, grep, awk, tar, gnu binutils, sh, ksh, csh, bash Command ref Windows specific commands 70 registry, shortcut, desktop, wcopy, db, dde, userinfo and more. ref cite web url http www.mkssoftware.com products tk commands.asp?product Win32 title MKS Toolkit Commands Windows Specific Commands ref Tape Archive commands tar, cpio, pax, zip, bzip2, ar, ... Connectivity clients servers Secure Shell ssh , remote shell , telnet , xterm , kterm, rexec, rlogin and more. ref cite web url http www.mkssoftware.com products tk commands.asp?product cs title MKS Toolkit Commands Commands in the Connectivity Suite Runtime ref Porting APIs including fork , signals, alarms, threads a ...   more details



  1. American Water (company)

    Infobox company company name American Water Works Company, Inc. company logo File American Water company Logo.svg 200px company type Public company Public br traded as NYSE AWK genre foundation 1886 this parameter modifies Founded founder James S. Kuhn, W.S Kuhn location city Voorhees Township, New Jersey Voorhees, New Jersey location country United States key people industry Utilities br Sewage treatment products Water revenue Increase US 2.710  billion small 2010 small operating income Increase US 748.091  million small 2010 small net income Increase US 267.827  million small 2010 small assets Increase US 14.079  billion small 2010 small equity Increase US 4.132  billion small 2010 small num employees 7,700 September 2010 divisions Arizona American Water br California American Water br Hawaii American Water br Illinois American Water br Indiana American Water br Iowa American Water br Kentucky American Water br Long Island American Water br Maryland American Water br Michigan American Water br Missouri American Water br New Jersey American Water br New Mexico American Water br Ohio American Water br Pennsylvania American Water br Tennessee American Water br Texas American Water br Virginia American Water br West Virginia American Water homepage http www.amwater.com American Water Corporate image Iowa American Water Company in Davenport, Iowa.jpg thumb right 350px The Iowa American Water Company plant in Davenport, Iowa on the banks of the Mississippi River American Water nyse AWK is a public utility company operating in the United States and Canada. It was founded in 1886 as the American Water Works & Guarantee Company. ref name amwater http www.amwater.com about us corporate information company history.html About American Water Bot generated title ref In 1947 it was reorganized as American Water Works Company, Inc. ref name amwater The company was a subsidiary of the German based RWE RWE Group from 2001 to 2008, ref name rwe group http www.rwe ...   more details



  1. Trimming (computer programming)

    , it is usually simple to create a custom function which accomplishes the same task. AWK In AWK programming language AWK , one can use regular expressions to trim source lang awk ltrim v gsub t , , v rtrim v gsub t , , v trim v ltrim v rtrim v source or source lang awk function ltrim s sub t , , s return ...   more details




Articles 26 - 50 of 207      Previous     Next


Search   in  
Search for Awk in Tutorials
Search for Awk in Encyclopedia
Search for Awk in Videos
Search for Awk in Books
Search for Awk in Software
Search for Awk in DVDs
Search for Awk in Store


Advertisement




Awk in Encyclopedia
Awk top Awk

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement