Tutorial by Topics: ng

Microsoft Excel is a high-utility spreadsheet for use on calculation and macro programming. Excel also boasts compatibility with Visual Basic for Applications. Data is arranged and evaluated in a grid of cells, where it can be formulated or displayed in charts.
The SessionFactory bean is responsible for creating, maintaining, closing and flushing all the database sessions that the TransactionManager asks it to create. That's why we autowire the SessionFactory into DAO's and make run all queries through it. One of the biggest questions that new Hibernate...
Xamarin.Forms makes it possible to create iOS, Android, and Windows apps with large amounts of shared code, including UI code or XAML UI markup. App pages and views are mapped to native controls on each platform, but can be customized to provide platform-specific UI or to access platform-specific ...
This section provides an overview of what Symfony2 is and why a developer might want to use it. It should also mention any large subjects within Symfony2 and link out to the related topics. Since the Documentation for Symfony2 is new, you may need to create initial versions of those related topic...
This section provides an overview of what unix is, and why a developer might want to use it. It should also mention any large subjects within unix, and link out to the related topics. Since the Documentation for unix is new, you may need to create initial versions of those related topics.
This section provides an overview of what coldfusion is, and why a developer might want to use it. It should also mention any large subjects within coldfusion, and link out to the related topics. Since the Documentation for coldfusion is new, you may need to create initial versions of those rela...
JavaServer Faces (JSF) is a model-view-presenter framework typically used to create HTML form based web applications. Using the standard components and render kit, stateful HTML views can be defined using Facelets or JSP tags and wired to model data and application logic via backing beans. Ver...
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...
You can find a good explanation on why other methods are discouraged/inaccurate here : http://stackoverflow.com/a/11169920/4628637
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...
position: static|absolute|fixed|relative|sticky|initial|inherit|unset; z-index: auto|number|initial|inherit; ParameterDetailsstaticDefault value. Elements render in order, as they appear in the document flow. The top, right, bottom, left and z-index properties do not apply.relativeThe ele...

Page 15 of 164