Pinned Loading
-
teleport-ios
teleport-ios PublicDual Camera social app for iOS, letting users capture photos and videos using their phone's front-facing and rear cameras for publishing into VR 360 content
Objective-C
-
teleport-backend
teleport-backend PublicC++ & Ruby tools for Teleport - converts media from smartphone cameras into 360 VR content
C++
-
ridecam-android
ridecam-android PublicAndroid app to turn smartphone into a car dash cam that records your drives, backs up important videos to the cloud and provides immediate evidence in case of an accident
Java
-
-
Currying in ruby 1.8
Currying in ruby 1.8 1class Proc
2def curry(*args)
3if args.size < self.arity
4args_string = ('a'..'z').take(self.arity-args.size).join(',')
5given_args = []
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.