Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Arctic Code Vault Contributor

Organizations

@Pi-Dev @vlang @vgtk

Pinned

  1. Timestamp and colorize the stdout and stderr streams of CLI programs.

    Go 8 1

  2. V module to calculate Perlin noise (https://en.wikipedia.org/wiki/Perlin_noise)

    C 5

  3. piGameCreator is multi-platform software development system for creating high quality 2D and 3D games.

    C++ 6 4

  4. Forked from shellbear/v-regex

    A simple regex library for V [this is a fixed version of the ShellBear/v-regex that works with recent V 0.1.22 75510e2]

    V 10 3

  5. Forked from miglen/bulgarian-wordlists

    Bulgarian wordlists (списък с думи на Български език)

    Makefile

  6. My solutions to the Advent of Code challenges for 2018 (mostly in PHP).

    C++

1,788 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri
Activity overview
Contributed to vlang/v, vlang/ui, lydiandy/vast and 5 other repositories

Contribution activity

February 2021

Created 54 commits in 2 repositories

Created a pull request in vlang/v that received 5 comments

all: support map[f32]string and map[f64]string (float map keys) too

With this PR: m64 := { 3.14: 'pi' } println(m64) works.

+31 −7 5 comments
Opened 2 other pull requests in 2 repositories

Created an issue in vlang/v that received 1 comment

C error when compiling `fn many_ints() ?[]int { return [] }`

fn many_ints() ?[]int { return [] } ... leads to a C error (compiling with -g -shared): z.v:2:9: error: incompatible types when returning type ‘arr…

1 comment

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