Tutorial by Topics: ng

JSP is a Java view technology running on a server which allows you to write template text in client side languages like HTML, CSS, JavaScript and so on. JSP supports the so-called taglibs which are backed by pieces of Java code with which you can control the page flow and/or output dynamically (pr...
Windows Forms ("WinForms" for short) is a GUI class library included with the .NET Framework. It is a sophisticated object-oriented wrapper around the Win32 API, allowing the development of Windows desktop and mobile applications that target the .NET Framework. WinForms is primarily eve...
When storing and transforming data for humans to see, string formatting can become very important. Python offers a wide variety of string formatting methods which are outlined in this topic. "{}".format(42) ==> "42" "{0}".format(42) ==> "42" &quo...
An .htaccess file controls how Apache interacts with your site. When an .htaccess file is placed in your domain’s directory (usually root directory), the file is detected and executed by Apache. An .htaccess file is commonly used for the following: Denying specific IPs to your site Password p...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. The following characteristics best define .NET Core: Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Cross-platform: Runs on Windows,...
Vagrant a software tool used to create and configure virtual development environments. It works as wrapper over other virtualization software like VirtualBox or VMware. Vagrant itself is a command-line utility. Vagrant boxes are configured using special Vagrantfile config written in Ruby but may ...
PrimeFaces is an open source JSF framework. Its main features: 100+ components. Built-in Ajax based on standard JSF Ajax APIs. Push support via Atmosphere Framework. Mobile UI kit to create mobile web applications. 35+ built-in themes. Premium themes and layouts. VersionRelease Date0...
Yii is a high-performance PHP framework best for developing Web 2.0 applications. Yii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc. It can reduce your development time significantly. Three steps to bu...
scikit-learn is a general-purpose open-source library for data analysis written in python. It is based on other python libraries: NumPy, SciPy, and matplotlib scikit-learncontains a number of implementation for different popular algorithms of machine learning.
D is a systems programming language with C-like syntax and static typing. It combines efficiency, control and modeling power with safety and programmer productivity. VersionChangelogRelease DateDhttp://www.digitalmars.com/d/1.0/changelog.html2007-01-23D2https://dlang.org/changelog/2.000.html20...
Java StringBuilder class is used to create mutable (modifiable) string. The Java StringBuilder class is same as StringBuffer class except that it is non-synchronized. It is available since JDK 1.5. new StringBuilder () new StringBuilder (int capacity) new StringBuilder (CharSequenc...
Implementations SWI-Prolog (free) swi-prolog Implemented in c SICStus (commercial) sicstus-prolog YAP (free) yap GNU Prolog (free) gnu-prolog XSB (free) xsb B (commercial) b-prolog IF (commercial) Ciao (free) Minerva (commercial) ECLiPSe-CLP (free) eclipse-clp Jekejeke Prolog...
Gems can be used to extend or modify functionality in Ruby applications. Commonly they’re used to distribute reusable functionality that is shared with other Rubyists for use in their applications and libraries. Some gems provide command line utilities to help automate tasks and speed up your work...
"string literal" 'string literal' "string literal with 'mismatching quotes'" // no errors; quotes are different. "string literal with "escaped quotes"" // no errors; quotes are escaped. `template string ${expression}` String("a b c") // r...
Realm is a mobile-first database solution designed to provide fast queries with low-memory consumption through usage of lazy-evaluation, along with type-safe and live-updating model objects. Realm is available for multiple platforms, and therefore encompasses multiple projects: Realm Objective...
dbstop in file at location if expression ParameterDetailsfileName of .m file (without extension), e.g. fit. This parameter is (Required) unless setting special conditional breakpoint types such as dbstop if error or dbstop if naninf.locationLine number where the breakpoint should be placed. ...
SQOOP Server configuration files are stored in server/config directory of distributed artifact along side with other configuration files of Tomcat (to host SQOOP server). File sqoop_bootstrap.properties specifies which configuration provider should be used for loading configuration for rest of Sq...
This section provides an overview of what playframework is, and why a developer might want to use it. It should also mention any large subjects within playframework, and link out to the related topics. Since the Documentation for playframework is new, you may need to create initial versions of t...

Page 18 of 164