Skip to content
View Cyytrus's full-sized avatar
⚗️
did u say alchemy?
⚗️
did u say alchemy?

Highlights

  • Pro

Block or report Cyytrus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cyytrus/README.md

Just a programmer who writes code (in any language needed).  

Socials

Pinned Loading

  1. plug-article plug-article Public

    A example for my Elixir Plug article

    Elixir 13

  2. seiver_ex seiver_ex Public

    large CSV file generator (usable, but still in progress)

    Elixir 1

  3. delimiters.ex delimiters.ex
    1
    defmodule Deli do
    2
      @delimiters ["(", ")", "[", "]", "{", "}"]
    3
      @correspondences %{
    4
        ")" => "(",
    5
        "]" => "[",
  4. como_pensar.md como_pensar.md
    1
    # Como Pensar
    2
    
                  
    3
    Ler e entender um pouco desse artigo. https://wiki.c2.com/?FeynmanAlgorithm
    4
    
                  
    5
    - Reconhecer como você pensa