Skip to content
View nsajko's full-sized avatar

Block or report nsajko

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. JuliaArrays/ZeroDimensionalArrays.jl Public

    zero-dimensional arrays/references/boxes for Julia. Ref-killer

    Julia 8

  2. JuliaIO/ParseUnparse.jl Public

    Given a context-free grammar, parse input data to get a parse tree. Supports unparsing, with perfect roundtripping.

    Julia 3

  3. JuliaCollections/Collects.jl Public

    Collect the elements of a given collection into a collection of the given type. Generalizes `collect`! Implement for types you own!

    Julia 19 1

  4. JuliaArrays/FixedSizeArrays.jl Public

    Fixed-size multidimensional arrays. An Array-like type with less indirection at the cost of resizing capability.

    Julia 66 3

967 contributions in the last year

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

Contribution activity

July 2025

Created 1 repository

Created a pull request in JuliaLang/julia that received 10 comments

redo sinpi and cospi kernel polynomial approximation

Make the Float32 variants use the same evaluation scheme already used for Float64, instead of computing in a wider arithmetic and then rounding b…

+196 −20 lines changed 10 comments
Opened 4 other pull requests in 2 repositories
Reviewed 4 pull requests in 2 repositories

Created an issue in JuliaLang/julia that received 7 comments

floating-point range may throw InexactError when it tries to convert NaN to an integer

julia> range(start = Float16(0), stop = Float16(0.0004), length = 2^16) ERROR: InexactError: Int64(NaN16) Stacktrace: [1] Int64 @ ./float.jl:923 [i…

7 comments
Opened 3 other issues in 2 repositories
Loading