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

Highlights

Organizations

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

Top Langs

Pinned

  1. programming vocabulary in japanese

    9 1

  2. problems from codeforces solved in haskell

    Haskell 8

  3. Chip-8 Emulator in C++

    C++ 13 3

  4. Competitive programming solutions

    D 22 11

  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>

8,444 contributions in the last year

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

Contribution activity

November 1, 2020

Vicfred has no activity yet for this period.

October 2020

375 contributions in private repositories Oct 2 – Oct 31

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

You can’t perform that action at this time.