Tutorial by Topics: m

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...
The Go compiler can produce binaries for many platforms, i.e. processors and systems. Unlike with most other compilers, there is no specific requirement to cross-compiling, it is as easy to use as regular compiling. GOOS=linux GOARCH=amd64 go build Supported Operating System and Archite...
From the PHP documentation: What are namespaces? In the broadest definition namespaces are a way of encapsulating items. This can be seen as an abstract concept in many places. For example, in any operating system directories serve to group related files, and act as a namespace for the files wi...
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...
A walkthrough of macros can be found in The Rust Programming Language (a.k.a. The Book).
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...
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...
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...
Composer is PHP's most commonly used dependency manager. It's analogous to npm in Node, pip for Python, or NuGet for .NET. php path/to/composer.phar [command] [options] [arguments] ParameterDetailslicenseDefines the type of license you want to use in the Project.authorsDefines the author...
in ember-concurrency the extra setting of error is a work around to prevent thrown exceptions from bubbling up to Ember's onerror (since it is meant to be handled in the template). There is a feature request to handle this better.
Units at Runtime Units of Measure are used only for static checking by the compiler, and are not available at runtime. They cannot be used in reflection or in methods like ToString. For example, C# gives a double with no units for a field of type float<m> defined by and exposed from an ...
ParameterDetailsmethodThe name of the method that has been called (in the above example this is :say_moo, note that this is a symbol.*argsThe arguments passed in to this method. Can be any number, or none&blockThe block of the method called, this can either be a do block, or a { } enclosed bloc...
This section provides an overview of what codenameone is, and why a developer might want to use it. It should also mention any large subjects within codenameone, and link out to the related topics. Since the Documentation for codenameone is new, you may need to create initial versions of those r...
Numbers hierarchy Ruby includes several built-in classes to represent numbers: Numeric Integer Fixnum # 1 Bignum # 10000000000000000000 Float # 1.0 Complex # (1+0i) Rational # Rational(2, 3) == 2/3 BigDecimal # not loaded by default The most comm...
Column typeDescription:primary_keyPrimary key:stringShorter string datatype. Allows limit option for maximum number of characters.:textLonger amount of text. Allows limit option for maximum number of bytes.:integerInteger. Allows limit option for maximum number of bytes.:bigintLarger integer:float...

Page 13 of 161