Tutorial by Topics: getting

This section provides an overview of what android-layout is, and why a developer might want to use it. It should also mention any large subjects within android-layout, and link out to the related topics. Since the Documentation for android-layout is new, you may need to create initial versions o...
Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle. Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet container such as Apache Tomcat. It su...
Nativescript is a highly performant cross-platform mobile app runtime, which allows you to target iOS and android (with windows in the pipeline) using web technologies (JS and html). It was created with a number of key aims: Visually Performant: no UI Jank even on android you have buttery smoot...
Webpack is a module bundler which reads modules with dependencies and produces static assets representing those modules. It features an extendable loader system which allows bundles to include not only Javascript assets, but CSS, Images, HTML and much more. For example, using the in-built Javasc...
What is Apache Hadoop? The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computa...
CodeIgniter is a MVC framework written in, and for, PHP. It is lightweight compared to other MVC frameworks out there, at the cost of having less functionality, e.g. there is no built in authentication system which might be a part of other frameworks. CodeIgniter is a good choice of frameworks f...
Liferay Portal CE is a portal software built in Java by Liferay Inc. Liferay DXP (Digital Experience Platform) is a platform built on top of Liferay Portal for digital solutions, integrating customer and user satisfaction analysis tools and Enterprise-grade quality performances and tooling. It w...
Protractor is an end-to-end test framework for AngularJS applications. Protractor is a wrapper (built on the top) around Selenium WebDriver, so it contains every feature that is available in the Selenium WebDriver. Additionally, Protractor provides some new locator strategies and functions which ...
References FreeBSD sed man-page NetBSD sed man-page OpenBSD sed man-page Illumos sed man-page macOS (OS X) man-page Plan9 sed man-page GNU sed online manual NameInitial ReleaseVersionRelease DatePOSIX sed1992IEEE Std 1003.1, 2013 Edition2013-04-19BSD sed1992FreeBSD 10.3 / NetBSD 7...
The name AWK comes from the last initials of its creators Alfred V. Aho, Peter J. Weinberger, and Brian W. Kernighan. Resources The Illumos AWK man-page The Plan9 AWK man-page The GNU AWK Users Guide The AWK Programming Language NameInitial VersionVersionRelease DatePOSIX awk1992IE...
Elasticsearch is an advanced open source search server based on Lucene and written in Java. It provides distributed full and partial text, query-based and geolocation-based search functionality accessible through an HTTP REST API. VersionRelease Date5.2.12017-02-145.2.02017-01-315.1.22017-01-...
This section provides an overview of what neo4j is, and why a developer might want to use it. It should also mention any large subjects within neo4j, and link out to the related topics. Since the Documentation for neo4j is new, you may need to create initial versions of those related topics. ...
The Polymer project consists of: Polymer library: Polymer is a lightweight library that helps you take full advantage of Web Components. With Web Components, you can create reusable custom elements that interoperate seamlessly with the browser’s built-in elements, or break your app up into righ...
SharePoint can refer to one or more products from the Microsoft SharePoint family. SharePoint Foundation: This was the underlying technology for all SharePoint sites and is no longer available for SharePoint 2016 SharePoint Server: This is the on-premises version of SharePoint. You can deploy ...
This section provides an overview of what ironpython is, and why a developer might want to use it. It should also mention any large subjects within ironpython, and link out to the related topics. Since the Documentation for ironpython is new, you may need to create initial versions of those rela...
Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. ...
This section provides an overview of what access-vba is, and why a developer might want to use it. It should also mention any large subjects within access-vba, and link out to the related topics. Since the Documentation for access-vba is new, you may need to create initial versions of those rela...
This section provides an overview of what cakephp is, and why a developer might want to use it. It should also mention any large subjects within cakephp, and link out to the related topics. Since the Documentation for cakephp is new, you may need to create initial versions of those related topic...
Heroku is a popular Platform-as-a-Service provider (PaaS) which makes it easy for developers to deploy web applications without an operations team. Heroku has been around since 2007, and is now owned by Salesforce. This section provides an overview of what Heroku is, and why a developer might wan...
Scalable Vector Graphics (SVG) is a W3C standard for drawing vector images. Here is a simple standalone SVG file: <svg xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="25" fill="blue"/> </svg> SVG can also...

Page 8 of 60