Skip to content
View deadalnix's full-sized avatar

Organizations

@SDC-Developers @Bitcoin-ABC

Block or report deadalnix

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

Popular repositories Loading

  1. schnorr schnorr Public

    D 9 7

  2. DSFML DSFML Public

    D binding for SFML

    D 6 4

  3. cashaddressed cashaddressed Public

    D 5 6

  4. lockpicking lockpicking Public

    Forked from skhaen/lockpicking

    french traduction of MIT lockpicking

    4 4

  5. Dsort Dsort Public

    Sorting implementations in D

    D 4 3

  6. jQuery.classBuilder jQuery.classBuilder Public

    Create classes in Javascript with jQuery !

    3 4

480 contributions in the last year

Contribution Graph
Day of Week March 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

March 2025

Created 37 commits in 1 repository
Opened 1 pull request in 1 repository
snazzy-d/sdc 1 open
Reviewed 3 pull requests in 1 repository
snazzy-d/sdc 3 pull requests

Created an issue in dlang/dmd that received 5 comments

Forward reference error

Sample code: struct S {} void foo()(S s) { bar(s); } auto bar(S s) { foo(s); } Leads to the following error: fail.d(4): Error: forward reference to…

5 comments
Loading