Skip to content
View saltz's full-sized avatar
🐦
🐦
Block or Report

Block or report saltz

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. retro-next retro-next Public

    CSS

  2. arduino-snake-128x64-lcd arduino-snake-128x64-lcd Public

    Snakegame for arduino

    C++ 3

  3. salt-repositories/din-api salt-repositories/din-api Public

    Fork of saltz/Din redesigned to a REST like API

    C# 2

  4. tensorflow tensorflow Public

    Forked from tensorflow/tensorflow

    Computation using data flow graphs for scalable machine learning

    C++

  5. runelite runelite Public

    Forked from runelite/runelite

    Open source Old School RuneScape client

    Java

  6. ING OpenAPI sandbox authentication ING OpenAPI sandbox authentication
    1
            /// <summary>
    2
            /// Both example certificates and key pairs have been converted to the (PKCS#12 or PFX) standard.
    3
            /// This simplifies the process of accessing the private keys and integrating them with the HttpClient.
    4
            /// This process can be done using the following openssl command: `openssl pkcs12 -export -out certificate.p12 -inkey privateKey.key -in certificate.crt`
    5
            /// </summary>