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

Achievements

Achievements

Organizations

@EpicGames @Mundo-enfermo-y-triste @LibreCybernetics @cppmexico
Block or Report

Block or report Vicfred

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.

Report abuse

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

Report abuse
Vicfred/README.md

Programming Languages

Pinned

  1. yougo Public

    programming vocabulary in japanese

    13 2

  2. problems from codeforces solved in haskell

    Haskell 8

  3. chip8cpp Public

    Chip-8 Emulator in C++

    C++ 13 3

  4. kyopro Public

    Competitive programming solutions

    D 31 12

  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>

4,530 contributions in the last year

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

Contribution activity

March 2022

Created 6 commits in 1 repository
Reviewed 1 pull request in 1 repository
Vicfred/kyopro 1 pull request
380 contributions in private repositories Mar 1 – Mar 22

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