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

    Elixir – Keyword lists

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Keyword lists. So far, we have not discussed any associative data structures, i.e., data structures that can associate a certain value (or multiple values)…

    Continue ReadingElixir – Keyword lists

    Erlang – Decision Making

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    Decision making structures requires that the programmer should specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed…

    Continue ReadingErlang – Decision Making

    Elixir – Lists and Tuples

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Lists and Tuples. (Linked) Lists A linked list is a heterogeneous list of elements that are stored at different locations in memory and are…

    Continue ReadingElixir – Lists and Tuples

    Elixir – Char lists

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:1 Comment

    This topic is about Elixir - Char lists. A char list is nothing more than a list of characters. Consider the following program to understand the same. IO.puts('Hello') IO.puts(is_list('Hello')) The…

    Continue ReadingElixir – Char lists

    Erlang – Loops

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Loops in Erlang. Erlang is a functional programming language and what needs to be remembered about all functional programming languages is that they don’t…

    Continue ReadingErlang – Loops

    Erlang – Bitwise Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the bitwise operators available in Erlang. Sr.No.Operator & Description1bandThis is the bitwise “and” operator2borThis is the bitwise “or” operator3bxorThis is the bitwise “xor” or Exclusive or operator4notThis is…

    Continue ReadingErlang – Bitwise Operators

    Erlang – Logical Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the logical operators available in Erlang. OperatorDescriptionExampleorThis is the logical “and” operatortrue or true will give trueandThis is the logical “or” operatorTrue and false will give falsenotThis is…

    Continue ReadingErlang – Logical Operators

    Erlang – Relational Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Following are the relational operators available in Erlang. OperatorDescriptionExample==Tests the equality between two objects2 = 2 will give true/=Tests the difference between two objects3 /= 2 will give true<Checks to…

    Continue ReadingErlang – Relational Operators

    Erlang – Arithmetic Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    Following are the Arithmetic operators available in Erlang. OperatorDescriptionExample+Addition of two operands1 + 2 will give 3−Subtracts second operand from the first1 - 2 will give -1*Multiplication of both operands2…

    Continue ReadingErlang – Arithmetic Operators

    Erlang – Operators

    • Post author:S K S
    • Post published:October 6, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    Here we will discuss Operators in Erlang. An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. Erlang has the following type of operators…

    Continue ReadingErlang – Operators
    • Go to the previous page
    • 1
    • …
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP