Skip to content

Instantly share code, notes, and snippets.

View aymenim's full-sized avatar

Aymen Ibrahim aymenim

  • Addis Ababa, Ethiopia
View GitHub Profile
@aymenim
aymenim / gist:36de8a49942cf7c35e32
Created February 9, 2016 09:30
interesting crash on iOS 9.3 beta 2
{"app_name":"SpringBoard","timestamp":"2016-01-29 21:13:10.10 +0300","app_version":"1.0","slice_uuid":"7331858e-842c-3f4c-9922-47653cb568fb","adam_id":0,"build_version":"50","bundleID":"com.apple.springboard","share_with_app_devs":false,"is_first_party":true,"bug_type":"109","os_version":"iPhone OS 9.3 (13E5191d)","name":"SpringBoard"}
Incident Identifier: A1D70D70-C4FB-4A96-B160-1C9D81B6768F
CrashReporter Key: 51e8d8e259a76b7955d1351241f296fd835e905c
Hardware Model: iPad4,4
Process: SpringBoard [54]
Path: /System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier: com.apple.springboard
Version: 50 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
@aymenim
aymenim / Base64.md
Last active August 29, 2015 14:19 — forked from barrysteyn/Base64.md

OpenSSL Base64 Encoding: Binary Safe and Portable

Herewith is an example of encoding to and from base64 using OpenSSL's C library. Code presented here is both binary safe, and portable (i.e. it should work on any Posix compliant system e.g. FreeBSD and Linux).

License

The MIT License (MIT)

Copyright (c) 2013 Barry Steyn