GithubHelp home page GithubHelp logo

elixicon's Introduction

What is an identicon?

An Identicon is a visual representation of text as a hashed value, that serves to identify a user of a computer system as a form of avatar while protecting the user's privacy. Some websites ues identicons as the default profile picture when the user does not uoload their own.

examples

examples

install elixir and run:

iex> %Elixicon.main("your name here")

elixir

  • provides a complete development environment

    • testing
    • documentation
    • logging
    • memory store
    • distributed computing (erlang nodes)
  • functional paradigm with heavy emphasis on pattern matching

    • no concept of assignment
    • " = " sign is the match operator
  • modules are objects in memory that have zero concept of a class or instance of a class or variable

  • return types are always implied

  • passing references to functions ...

  • concisenes of elixir code may appear incredibly complex compared to OO, however efficient

  • repl driven development, no real way to run code blocks from a .ex file

  • user defined types and OO programming is the natural way to model a system, imo

  • std lib is filled with incredibly useful elixir wrapped erlang functions. example: Enum.shuffle()

  • truthy and falsy non existent

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixicon

the complete elixir and phoenix bootcamp by Stephen Grider

elixicon's People

Contributors

daytonhaney avatar

elixicon's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.