Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View d4r1091's full-sized avatar

Organizations

@ecosia @boldideas

Block or report d4r1091

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ecosia/ios-browser ecosia/ios-browser Public

    Forked from mozilla-mobile/firefox-ios

    The iOS Browser that plants trees 🌱

    Swift 50 9

  2. on-demand-delivery-fastlane-slack on-demand-delivery-fastlane-slack Public

    iOS On-Demand delivery architecture via slack/jenkins/fastlane. Demo project for: #PragmaConf2019

    Ruby 19

  3. This script installs a .mobileprovis... This script installs a .mobileprovision file via bash (no GUI session needed) - Tested on zsh
    1
    #!/bin/sh
    2
    
                  
    3
    # 2012 - Ben Clayton (benvium). Calvium Ltd
    4
    # 2017 - Dario Carlomagno (d4r1091). Tictrac Ltd
    5
    #
  4. Encode Token protocol Swift Encode Token protocol Swift
    1
    //
    2
    //  Tokenable.swift
    3
    //
    4
    //  Created by Dario Carlomagno on 27/07/2019.
    5
    //
  5. KSTokenView KSTokenView Public

    Forked from khawars/KSTokenView

    An iOS control for displaying multiple selections as tokens.

    Swift

  6. URandom OSX - Linux no dependencies URandom OSX - Linux no dependencies
    1
    // Source: https://github.com/vapor-community/random
    2
    
                  
    3
    public protocol RandomProtocol {
    4
        /// Get a random array of Bytes
    5
        func bytes(count: Int) throws -> Bytes