Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    VBA – Comparison Operators

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:VBA
    • Post comments:1 Comment

    There are the following comparison operators supported by VBA. Assume variable A holds 10 and variable B holds 20, then − OperatorDescriptionExample=Checks if the value of the two operands are…

    Continue ReadingVBA – Comparison Operators

    Scala – Closures

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Closures. A closure is a function, whose return value depends on the value of one or more variables declared outside this function. The following piece…

    Continue ReadingScala – Closures

    VBA – Arithmetic Operators

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:VBA
    • Post comments:1 Comment

    Following arithmetic operators are supported by VBA. Assume variable A holds 5 and variable B holds 10, then − OperatorDescriptionExample+Adds the two operandsA + B will give 15-Subtracts the second…

    Continue ReadingVBA – Arithmetic Operators

    VBA – Operators

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:VBA
    • Post comments:1 Comment

    An Operator can be defined using a simple expression - 4 + 5 is equal to 9. Here, 4 and 5 are called operands and + is called operator. VBA supports the following types of…

    Continue ReadingVBA – Operators

    VBA – Constants

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:VBA
    • Post comments:0 Comments

    Constant is a named memory location used to hold a value that CANNOT be changed during the script execution. If a user tries to change a Constant value, the script…

    Continue ReadingVBA – Constants

    Ext.js – HTML Editor

    • Post author:SUBHA S
    • Post published:October 20, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    This Ext.Js HTML Editor UI widget is to create a html editor so that the user can edit a piece of information in terms of font, color, size, etc. Syntax…

    Continue ReadingExt.js – HTML Editor

    Scala – Currying Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Currying Functions. Currying transforms a function that takes multiple parameters into a chain of functions, each taking a single parameter. Curried functions are…

    Continue ReadingScala – Currying Functions

    Scala – Anonymous Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Anonymous Functions. Scala provides a relatively lightweight syntax for defining anonymous functions. Anonymous functions in source code are called function literals and at run time,…

    Continue ReadingScala – Anonymous Functions

    Scala – Higher-Order Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Higher-Order Functions. Scala allows the definition of higher-order functions. These are functions that take other functions as parameters, or whose result is a function.…

    Continue ReadingScala – Higher-Order Functions

    Scala – Recursion Functions

    • Post author:S K S
    • Post published:October 20, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Recursion Functions. Recursion plays a big role in pure functional programming and Scala supports recursion functions very well. Recursion means a function can…

    Continue ReadingScala – Recursion Functions
    • Go to the previous page
    • 1
    • …
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP