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
  • Author: S J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 64

    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

    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

    Elixir – Strings

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:2 Comments

    This topic is about Elixir - Strings. Strings in Elixir are inserted between double quotes, and they are encoded in UTF-8. Unlike C and C++ where the default strings are…

    Continue ReadingElixir – Strings

    Elixir – Decision Making

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

    This topic is about Elixir - Decision Making. Decision making structures require that the programmer specifies one or more conditions to be evaluated or tested by the program, along with…

    Continue ReadingElixir – Decision Making

    Elixir – Pattern Matching

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

    This topic is aboout Elixir - Pattern Matching. Pattern matching is a technique which Elixir inherits form Erlang. It is a very powerful technique that allows us to extract simpler…

    Continue ReadingElixir – Pattern Matching

    Elixir – Operators

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:4 Comments

    This topic is about Elixir - Operators. An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. There are a LOT of operators provided…

    Continue ReadingElixir – Operators

    Elixir – Variables

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:2 Comments

    This chapter is about Elixir - Variables. A variable provides us with named storage that our programs can manipulate. Each variable in Elixir has a specific type, which determines the…

    Continue ReadingElixir – Variables

    Elixir – Data Types

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

    This topic is about Elixir - Data Types. For using any language, you need to understand the basic data types the language supports. In this chapter, we will discuss 7…

    Continue ReadingElixir – Data Types

    Elixir – Basic Syntax

    • Post author:S J
    • Post published:October 6, 2021
    • Post category:Elixir
    • Post comments:2 Comments

    This topic is abuot of Elixir - Basic Syntax. We will start with the customary 'Hello World' program. To start the Elixir interactive shell, enter the following command. iex After…

    Continue ReadingElixir – Basic Syntax
    • Go to the previous page
    • 1
    • …
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP