Tutorial by Topics: m

Progress ABL supports three number formats: 32 and 64 bit integers and floats.
This article is to introduce a simple and professional practice to use Entity Framework. Simple: because it only needs one class (with one interface) Professional: because it applies SOLID architecture principles I don't wish to talk more.... let's enjoy it!
This documentation explains and provides steps to download latest artifact from a JFrog Artifactory repository using Powershell Script (v2.0 or below).
Download latest Artifact from Artifactory repository using shell script.
Quick examples for MID LEFT and RIGHT string functions using INSTR FIND and LEN. How do you find the text between two search terms (Say: after a colon and before a comma)? How do you get the remainder of a word (using MID or using RIGHT)? Which of these functions use Zero-based params and return c...
Maruku is a Markdown interpreter for Ruby. It allows for exporting Markdown to HTML and PDF. Maruku.new(str) => parses Markdown into a Maruku object Maruku#to_html_document => returns the Maruku object as a full HTML document (as a string) ParameterUsagestrMarkdown string to be pa...

mgo

mgo (pronounced as mango) is a MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. API Documentation [https://gopkg.in/mgo.v2][1]
This is how you would add some numbers in Clojure syntax. Since the method occurs as the first argument in the list, we are evaluating the + (or addition) method on the rest of the arguments in the list. Performing mathematical operations is the basis of manipulating data and working with list...
This section provides an overview of what kendo-asp.net-mvc is, and why a developer might want to use it. It should also mention any large subjects within kendo-asp.net-mvc, and link out to the related topics. Since the Documentation for kendo-asp.net-mvc is new, you may need to create initial ...
Progress ABL supports two contitional statements: IF/THEN/ELSE and CASE.
If you use the objects in other applications as part of your Visual Basic application, you may want to establish a reference to the object libraries of those applications. This Documentation provides a list, sources and examples of how to use libraries of different softwares, like Windows Shell, Int...
Code that compiles can still run into errors, at run-time. This topic lists the most common ones, their causes, and how to avoid them.
AWS Lambda is a service that lets you run back-end code without the need to provision or manage servers. AWS Lambda takes care of scaling and high availability. The cost directly depends on how often and how long your code executes. You will find examples of how to create and deploy AWS Lambda func...
The Rules module is an engine which allows site administrators to automate actions to be conditionally executed, either programmatically or in response to predetermined events. Rules can react to Rules Events occurring on a Drupal site, such as a user logging in. And it can perform customized follo...
Html helpers are a very useful way of creating html elements in views using MVC framework. With a bit of time your team can really benefit from using them. It helps with keeping the code clean and error prone. To use the helpers you need to first add a @using directive inside the view, or add ...
This section provides an overview of what django-forms is, and why a developer might want to use it. It should also mention any large subjects within django-forms, and link out to the related topics. Since the Documentation for django-forms is new, you may need to create initial versions of tho...
Django ModelForm enables the creation of a Form class from a Django model.
Django is shipped with several views that require forms. These forms are, naturally, built-in. A good example are Authentication Built-in forms. This topic intends to bring documentation on how to work with these forms.

Page 126 of 161