Skip to content
View nielsandriesse's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nielsandriesse

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

  1. session-ios session-ios Public

    Forked from oxen-io/session-ios

    A private messenger for iOS.

    Swift 1

  2. session-android session-android Public

    Forked from oxen-io/session-android

    A private messenger for Android.

    Java 1

  3. C++ SIMD Bit Set C++ SIMD Bit Set
    1
    #include "simd_bit_set.hpp"
    2
    #include "simd_bit_set_utilities.hpp"
    3
    #include "vector_utilities.hpp"
    4
    
                  
    5
    #include <string>
  4. session-open-group-server session-open-group-server Public

    Rust 8 19

  5. neuron neuron Public

    An experiment in using an evolutionary algorithm for the optimization of a neural network's hyperparameters.

    Python 1

  6. iOS Tab Bar iOS Tab Bar
    1
    import UIKit
    2
    
                  
    3
    final class TabBar : UIView {
    4
        private let tabs: [Tab]
    5
        private let configuration: Configuration