Skip to content
:octocat:
I like mathemagic and computering
:octocat:
I like mathemagic and computering

Highlights

  • Arctic Code Vault Contributor

Organizations

@EpicGames @Mundo-enfermo-y-triste @nim-mx
Vicfred/README.md

Vicfred's github stats
Top Langs

Pinned

  1. programming vocabulary in japanese

    5

  2. problems from codeforces solved in haskell

    Haskell 8

  3. Chip-8 Emulator in C++

    C++ 12 3

  4. Competitive programming solutions

    Rust 18 8

  5. 1
    // How many times do you have to flip a coin
    2
    // to get n heads?
    3
    #include <random>
    4
    #include <iostream>
    5
    
                  
  6. 1
    // approximate pi using random points in a square
    2
    // compile using: g++ pi.cpp -o pi
    3
    // and then run using: ./pi
    4
    #include <iostream>
    5
    #include <iomanip>

12,026 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

August 2020

78 contributions in private repositories Aug 1 – Aug 2

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.