Skip to content
View trikko's full-sized avatar

Organizations

@2night

Block or report trikko

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

Pinned Loading

  1. serverino Public

    Small and ready-to-go http server. Support for websockets included.

    D 63 3

  2. tshare Public

    The fastest way to share your files on the web, for free

    D 134 13

  3. parserino Public

    A super-fast html5 parser and DOM editor, for D

    D 21

  4. vasaro-web Public

    Vasaro let you create 3d printable vases in a snap.

    C 9 1

570 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 19 commits in 2 repositories
Created 1 repository

Created an issue in dlang/phobos that received 1 comment

dmd 2.101 regression with std.array.array

This used to work, now it won't compile: import std; struct A { this(ref A rhs) { } } class Range { A front() { return A.init; } void popFront() { }

1 comment
Loading