Skip to content

nicerobot/objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

Libraries

  • gcd - Greatest Common Denominator
  • lcm - Least Common Multiple
  • swap - Swap values

Frameworks

  • BaseCharacters

    Single to encapsulate characters used by different bases.

  • NSData+stringAsBase

    Convert the NSData object into an NSString of the specified base.

  • NSString+stringAsBase

    Convert the NSString into an NSString of the specified base.

  • NSString+stringAsReverseString

    Returns a reversed NSString.