Skip to content
View RF-Nelson's full-sized avatar

Highlights

  • Pro

Organizations

@EpicGames @github-beta

Block or report RF-Nelson

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. open-source-selfie-stick open-source-selfie-stick Public

    An open source iOS app that lets you use one device as a camera and another as a remote control for the camera

    Swift 46 25

  2. quake-from-scratch quake-from-scratch Public

    An exercise in C to rebuild the game engine for id Software's Quake

    C 2 1

  3. sfb sfb Public

    A multiplayer HTML5 browser game

    JavaScript 2

  4. dkhamsing/open-source-ios-apps dkhamsing/open-source-ios-apps Public

    📱 Collaborative List of Open-Source iOS Apps

    42.3k 5.4k

  5. Using the Multipeer Connectivity Fra... Using the Multipeer Connectivity Framework to Create the Open Source Selfie Stick iOS App
    1
    # Using the iOS Multipeer Connectivity Framework to Create Open Source Selfie Stick
    2
    
                  
    3
    In this gist, I will discuss how I used the [Multipeer Connectivity](https://developer.apple.com/library/ios/documentation/MultipeerConnectivity/Reference/MultipeerConnectivityFramework/) framework to create [Open Source Selfie Stick](https://github.com/RF-Nelson/open-source-selfie-stick). Open Source Selfie Stick is a free open-source [iOS app](https://itunes.apple.com/app/id1084487132) that allows users to sync two devices over WiFi or Bluetooth and allows one to act as a remote control for the other's camera.
    4
    
                  
    5
    This tutorial assumes some knowledge of the Swift programming language and iOS development with Xcode.
  6. xkcd-287 xkcd-287 Public

    Using ruby to solve the problem presented in this comic: https://xkcd.com/287/

    Ruby