One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| Business, Free: 71/100 | |
| Business, Paid: 84/100 | |
| Weather, Free: 92/100 | |
| Weather, Paid: 89/100 | |
| Utilities, Free: 75/100 | |
| Utilities, Paid: 77/100 | |
| Travel, Free: 89/100 | |
| Travel, Paid: 86/100 | |
| Sports, Free: 78/100 | |
| Sports, Paid: 77/100 |
| extension UIHostingController { | |
| convenience public init(rootView: Content, ignoreSafeArea: Bool) { | |
| self.init(rootView: rootView) | |
| if ignoreSafeArea { | |
| disableSafeArea() | |
| } | |
| } | |
| func disableSafeArea() { |
| import XCTest | |
| @testable import <#project#> | |
| class StringMD5Test: XCTestCase { | |
| func testMD5() { | |
| let string = "soroush khanlou" | |
| XCTAssertEqual(string.md5, "954d741d14b14002d1ba88f600eee635") |
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\