Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Martin R
Martin R has asked
10
questions and find answers to
2153
problems.
Stats
95.2k
EtPoint
38.3k
Vote count
10
questions
2k
answers
About
Martin R questions
Conversion between CGFloat and NSNumber without unnecessary promotion to Double
"Jump to definition" for methods without external parameter names
Undefined behavior, or: Does Swift have sequence points?
Optional binding succeeds if it shouldn't
NSRangeException exception in NSFetchedResultsChangeUpdate event of NSFetchedResultsController
Working with C strings in Swift, or: How to convert UnsafePointer<CChar> to CString
Martin R answers
transducers and swift porting javascript code to swift code
NSPredicate crash on CONTAINS?
Is there a difference between == true and != false in swift?
Exception `-[NSConcreteFileHandle readDataOfLength:]: Bad file descriptor` when running a NSUserUnixTask
How to check if a relationship has been established - Core Data
How to check if Error is subclass of NSError
NSBundle pathForResource: returns nil
how can i use `#function` symbol in a `inline` function?
Using enumerateObjectsAtIndexes or a for-loop to iterate through all indexes of an NSArray BEFORE a given index
Why does the following code result in infinite recursion?