🇺🇦
#standwithukraine
Pinned Loading
-
-
-
LoremIpsum
LoremIpsum Public archiveLoremIpsum — convenient, carefully designed Mac text editor for Markdown and rich text.
Objective-C 2
-
Add ENV variable
Add ENV variable 1# -----------------------------------------
2# Create permanent environment variable
3#
4# $1 - variable name
5# $2 - variable definition
-
Random color
Random color 1CGFloat hue = ( arc4random_uniform(256) / 256.0 ); // 0.0 to 1.0
2CGFloat saturation = ( arc4random_uniform(128) / 256.0 ) + 0.5; // 0.5 to 1.0, away from white
3CGFloat brightness = ( arc4random_uniform(128) / 256.0 ) + 0.5; // 0.5 to 1.0, away from black
4UIColor *color = [UIColor colorWithHue:hue saturation:saturation brightness:brightness alpha:1];
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.




